This page was last edited on October 31, 2023, at 13:32.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Workbins API section of the Web Services API.
Agent can observe what is happening in a workbin by subscribing to a Workbin's CometD notifications.
Request URL | /api/v2/me/workbins/{workbinId}
OR |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
POST api/v2/me/workbins/aee812a5-7396-4dd9-b180-230f1c1fb085
{
"operationName": "Subscribe"
}
{
"statusCode": 0,
"referenceId": 14
}
{
"stateResource": "Subscribed",
"id': "aee812a5-7396-4dd9-b180-230f1c1fb085",
"messageType': "WorkbinSubscriptionStateChangeMessage"
}
Request URL | /api/v2/me/workbins?workbinIds=workbinId1,workbinId2,...
OR |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
POST /api/v2/me/workbins?workbinIds=aee812a5-7396-4dd9-b180-230f1c1fb085,a91ee1c2-9cfe-43b6-8193-fd39cd89d5b4
{
"operationName": "Subscribe"
}
{
"statusCode": 0,
"referenceIds": {
"a91ee1c2-9cfe-43b6-8193-fd39cd89d5b4": 57,
"aee812a5-7396-4dd9-b180-230f1c1fb085": 56
}
}
{
"stateResource": "Subscribed",
"id': "aee812a5-7396-4dd9-b180-230f1c1fb085",
"messageType': "WorkbinSubscriptionStateChangeMessage"
}
{
"stateResource": "Subscribed",
"id': "a91ee1c2-9cfe-43b6-8193-fd39cd89d5b4",
"messageType': "WorkbinSubscriptionStateChangeMessage"
}
Request URL | /api/v2/users/{userId}/workbins/{workbinId} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
POST api/v2/users/e6f2ad1b26ea4e9b8dd907eabe167522/workbins/aee812a5-7396-4dd9-b180-230f1c1fb085
{
"operationName": "Subscribe"
}
{
"statusCode": 0,
"referenceId": 13
}
{
"workbinUserId": "e6f2ad1b26ea4e9b8dd907eabe167522",
"stateResource": "Subscribed",
"id": "aee812a5-7396-4dd9-b180-230f1c1fb085",
"messageType": "WorkbinSubscriptionStateChangeMessage"
}
Request URL | /api/v2/users/{userId}/workbins?workbinIds=workbinId1,workbinId2,... |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
POST /api/v2/users/e6f2ad1b26ea4e9b8dd907eabe167522/workbins?workbinIds=aee812a5-7396-4dd9-b180-230f1c1fb085,
aee812a5-7396-4dd9-b180-230f1c1fb085
{
"operationName": "Subscribe"
}
{
"statusCode": 0,
"referenceIds": {
"a91ee1c2-9cfe-43b6-8193-fd39cd89d5b4": 133,
"aee812a5-7396-4dd9-b180-230f1c1fb085": 134
}
}
{
"stateResource": "Subscribed",
"id': "aee812a5-7396-4dd9-b180-230f1c1fb085",
"messageType': "WorkbinSubscriptionStateChangeMessage"
}
{
"stateResource": "Subscribed",
"id': "a91ee1c2-9cfe-43b6-8193-fd39cd89d5b4",
"messageType': "WorkbinSubscriptionStateChangeMessage"
}