| Requires any of the roles: | Client, Admin, Partner |
| GET | /scadmeta/tables/{TablesId}/pkeys | Gets table primary keys id |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| TablesId | path | int | Yes | Table id |
| ParameterList | query | Dictionary<string, Object> | No | Parameter list |
| FilterList | query | Dictionary<string, Object> | No | Filter list |
| Paging | query | Paging | No | Number of items to be returned per page |
| FromId | query | int | No | |
| DrillDownFilterList | query | Dictionary<string, Object> | No | Drill down filter list |
| GlobalParamList | query | Dictionary<string, Object> | No | Global parameter list |
| ViewId | query | int? | No | View id |
| RefreshCache | query | bool | No | Whether or not to refresh the cache |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PageNumber | form | int | No | |
| PageSize | form | int | No |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /scadmeta/tables/{TablesId}/pkeys HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
[{}]