Check queue action
Query parameters:
Key | Type | Description | Required |
---|
queueId | long | Unique identifier of the deals queue action | true |
Headers
Header | Value | Required |
---|
Accept | application/json | true |
Authorization | Your authorization token | true |
Channel | Your channel value | true |
x-api-version | 2.0 | true |
Request Example
curl -X GET "https://qrm1.kekker.com/api/queue/1801"
-H "accept: application/json"
-H "Authorization: {AUTHORIZATION}"
-H "channel: {CHANNEL}"
-H "x-api-version: 2.0"
Response
Returned if the request is successful.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Content Type | Value |
---|
application/json | |
Returned in case of request validation error.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Content Type | Value |
---|
application/json | |
Example body:
{
"errorMessage": "Deals action not found"
}
Returned if the authentication credentials are incorrect or missing.
Content Type | Value |
---|
any | Depends on authentication proxy |
Returned in case of unpredictable error.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Content Type | Value |
---|
application/json | |
Example body:
{
"errorMessage": "Internal error"
}
Delete error queue action
Query parameters:
Key | Type | Description | Required |
---|
queueId | long | Unique identifier of the deals queue action | true |
Headers
Header | Value | Required |
---|
Accept | application/json | true |
Authorization | Your authorization token | true |
Channel | Your channel value | true |
x-api-version | 2.0 | true |
Request Example
curl -X DELETE "https://qrm1.kekker.com/api/queue/1801"
-H "accept: application/json"
-H "Authorization: {AUTHORIZATION}"
-H "channel: {CHANNEL}"
-H "x-api-version: 2.0"
Response
Returned if the request is successful. Response body is empty.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Returned in case of request validation error.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Content Type | Value |
---|
application/json | |
Example body:
{
"errorMessage": "Deals action not found"
}
Returned if the authentication credentials are incorrect or missing.
Content Type | Value |
---|
any | Depends on authentication proxy |
Returned in case of unpredictable error.
Headers | Value |
---|
content-type | application/json; charset=utf-8 |
api-supported-versions | Supported versions. Example: 1.0, 2.0 |
Content Type | Value |
---|
application/json | |
Example body:
{
"errorMessage": "Internal error"
}