ApexERPHost

<back to all web services

GetDbServerTableColumns

Requires Authentication
Required role:SysAdmin
The following routes are available for this service:
GET/dbadmin/servers/databases/tableinfo/columns
GET/dbadmin/servers/{ServerId}/databases/tableinfo/columns
GetDbServerTableColumns Parameters:
NameParameterData TypeRequiredDescription
ServerIdpathstringNo
DbNamequerystringNo
SchemaquerystringNo
NamequerystringNo
GetDbServerTableColumnsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<DbServerColumnInfo>No
DbServerColumnInfo Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
NameformstringNo
DescriptionformstringNo
TypeformstringNo
MaxLengthformint?No
IsNullableformbool?No
IsIdentityformbool?No
DefaultConstraintsNameformstringNo
DefaultConstraintsValueformstringNo

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

HTTP + X-PROTOBUF

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

GET /dbadmin/servers/databases/tableinfo/columns HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"Id":"String","Name":"String","Description":"String","Type":"String","MaxLength":0,"IsNullable":false,"IsIdentity":false,"DefaultConstraintsName":"String","DefaultConstraintsValue":"String"}]}