POST api/Table/GetTable

Request Information

URI Parameters

None.

Body Parameters

CustomTableName
NameDescriptionTypeAdditional information
DT

DataTable

None.

TABEL_NAME

string

None.

Catalog_NAME

string

None.

Query

string

None.

Data1

string

None.

Id

string

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DT": null,
  "TABEL_NAME": "sample string 1",
  "Catalog_NAME": "sample string 2",
  "Query": "sample string 3",
  "Data1": "sample string 4",
  "Id": "sample string 5",
  "userPrincipalName": "sample string 6",
  "connectionString": "sample string 7",
  "SecretId": null
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.