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.
Subscribes to CometD notifications for the specified AgentGroup workbin.
Request URL | /api/v2/me/workbins/{id}?agentGroup={agentGroupName} |
---|---|
HTTP method | POST |
Required features | api-multimedia |
Parameter | Value |
---|---|
operationName | Subscribe |
POST api/v2/me/workbins/6c715fa9-de16-4d23-b07c-cbcb1caf3e07?agentGroup=MyAgentGroup
{
"operationName": "Subscribe"
}
The response consists of an HTTP response and a CometD response. For details on the result, refer to the workbin resource.
{
"statusCode": 0,
"referenceId": 74
}
{
"agentGroup": "MyAgentGroup",
"id": "6c715fa9-de16-4d23-b07c-cbcb1caf3e07",
"messageType": "WorkbinSubscriptionStateChangeMessage",
"referenceId": 74,
"stateResource": "Subscribed"
}
Subscribes to CometD notifications for the specified PlaceGroup workbin.
Request URL | /api/v2/me/workbins/{id}?placeGroup={placeGroupName} |
---|---|
HTTP method | POST |
Required features | api-multimedia |
Parameter | Value |
---|---|
operationName | Subscribe |
POST api/v2/me/workbins/5d487e69-a393-4228-a06f-6a4015ab1b54?placeGroup=MyPlaceGroup
{
"operationName": "Subscribe"
}
The response consists of an HTTP response and a CometD response. For details on the result, refer to the workbin resource.
{
"statusCode": 0,
"referenceId": 14
}
{
"id": "5d487e69-a393-4228-a06f-6a4015ab1b54",
"messageType": "WorkbinSubscriptionStateChangeMessage",
"placeGroup": "MyPlaceGroup",
"referenceId": 14,
"stateResource": "Subscribed"
}