| Requires any of the roles: | Client, Admin, Partner |
| GET | /scadmeta/tables/{TablesId}/meta |
|---|
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports digitaluapi.ServiceModel
Imports digitaluapi.ServiceModel.Types
Namespace Global
Namespace digitaluapi.ServiceModel
Public Partial Class MetaGetTableMetaLookupById
Public Overridable Property TablesId As Integer
Public Overridable Property DbTechnologiesId As Integer
Public Overridable Property Paging As Paging
End Class
Public Partial Class MetaGetTableMetaLookupResponse
Public Overridable Property Table As IEnumerable(Of Object)
Public Overridable Property Columns As IEnumerable(Of Object)
Public Overridable Property PrimaryKeys As IEnumerable(Of Object)
Public Overridable Property ForeignKeys As IEnumerable(Of Object)
Public Overridable Property LookupQueries As IEnumerable(Of Object)
Public Overridable Property Lookups As Object
Public Overridable Property ResponseStatus As ResponseStatus
End Class
End Namespace
Namespace digitaluapi.ServiceModel.Types
Public Partial Class Paging
Public Overridable Property PageNumber As Integer
Public Overridable Property PageSize As Integer
End Class
End Namespace
End Namespace
VB.NET MetaGetTableMetaLookupById DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /scadmeta/tables/{TablesId}/meta HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"Lookups":{},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}