Retrieves a list of the Real-Time Services that are available.
GET {{baseUrl}}/session/services?suppress_response_codes=in adipisicing
This operation returns a feed listing all of the Real-Time Services.
Body
PARAM
Key | Datatype | Required | Description |
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-Sb29a7dd631e94af5a5439148ea7a5bffHS"
},
"id": "https://{host}/cp-rest/v2/session/services",
"title": "Services",
"updated": "2017-01-11T00:03:48.8679075Z",
"_links": {
"self": {
"href": "https://{host}/cp-rest/v2/session/services"
}
},
"_embedded": {
"collection": [
{
"id": "https://{host}/cp-rest/v2/session/services/processimage",
"title": "Process Image Services",
"updated": "2017-01-11T00:03:48.8679075Z",
"_links": {
"self": {
"href": "https://{host}/cp-rest/v2/session/services/processimage"
}
},
"content": {
"name": "ProcessImage",
"version": "1.0.0.0"
}
}
]
}
} |
ENDPOINTS