digitaluapi

<back to all web services

MetaQueriesLookup

Requires Authentication
Requires any of the roles:Client, Admin, Partner
The following routes are available for this service:
GET/scadmeta/meta_queries
namespace digitaluapi.ServiceModel

open System
open System.IO
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations

    [<DataContract>]
    [<AllowNullLiteral>]
    type MetaQueriesLookup() = 
        [<DataMember(Order=2)>]
        member val DbTechnologiesId:Nullable<Int16> = new Nullable<Int16>() with get,set

        [<DataMember(Order=3)>]
        member val Description:String = null with get,set

        [<DataMember(Order=4)>]
        member val CommandText:String = null with get,set

        [<DataMember(Order=5)>]
        member val CommandTypesId:Nullable<Int16> = new Nullable<Int16>() with get,set

        [<DataMember(Order=6)>]
        member val CacheResult:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        [<DataMember(Order=7)>]
        member val CachetimeInSeconds:Nullable<Int32> = new Nullable<Int32>() with get,set

        [<DataMember(Order=8)>]
        member val QueryTypesId:Nullable<Int32> = new Nullable<Int32>() with get,set

        [<DataMember(Order=9)>]
        member val DbTechnologyTemplatesId:Nullable<Int16> = new Nullable<Int16>() with get,set

        [<DataMember(Order=10)>]
        member val LastModifiedDate:Nullable<DateTime> = new Nullable<DateTime>() with get,set

        [<DataMember(Order=11)>]
        member val RowVersionGuid:Nullable<Guid> = new Nullable<Guid>() with get,set

        [<DataMember(Order=12)>]
        member val IsEnabled:Nullable<Boolean> = new Nullable<Boolean>() with get,set

        [<DataMember(Order=13)>]
        member val ConnectionsId:Nullable<Int16> = new Nullable<Int16>() with get,set

F# MetaQueriesLookup DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /scadmeta/meta_queries HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"DbTechnologiesId":0,"Description":"String","CommandText":"String","CommandTypesId":0,"CacheResult":false,"CachetimeInSeconds":0,"QueryTypesId":0,"DbTechnologyTemplatesId":0,"LastModifiedDate":"0001-01-01T00:00:00.0000000","RowVersionGuid":"00000000000000000000000000000000","IsEnabled":false,"ConnectionsId":0,"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}]