Returns a list of available tables for the given environment.
GET {{baseUrl}}/session/tables?Env=P&suppress_response_codes=in adipisicing
The server maintains different tables that provide information about key pieces of data to authenticated users.
Body
PARAM
Key | Datatype | Required | Description |
Env
|
string | (Required) | |
suppress_response_codes
|
string | This can be left without an assignment or you can use itself, suppress_response_codes=suppress_response_codes |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"returnStatus": {
"status": 200,
"code": "OK0000",
"message": "",
"server": "WS-Sa6c3aec13763493588d3bfeb47249333IS"
},
"id": "https://{host}/cp-rest/v2/session/tables",
"title": "Tables",
"_links": {
"self": {
"href": "https://{host}/cp-rest/v2/session/tables"
}
},
"_embedded": {
"collection": [
{
"id": "https://{host}/cp-rest/v2/session/tables/exportprofiles",
"title": "ExportProfiles",
"updated": "2017-01-11T23:28:59.8787474Z",
"_links": {
"self": {
"href": "https://{host}/cp-rest/v2/session/tables/exportprofiles"
}
}
},
{
"id": "https://{host}/cp-rest/v2/session/tables/imageprocessingprofiles",
"title": "ImageProcessingProfiles",
"updated": "2017-01-11T23:28:59.8787474Z",
"_links": {
"self": {
"href": "https://{host}/cp-rest/v2/session/tables/imageprocessingprofiles"
}
}
}
]
}
} |
ENDPOINTS