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 Workitem API section of the Web Services API.
This request will set the focus parameter for the interaction. This is useful if an agent is handling more than one interaction and will aid in the proper reporting of time spent on each interaction.
Request URL | /api/v2/me/workitems/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | SetInFocus |
inFocus | Boolean parameter true or false |
POST api/v2/me/workitems/0071023821aec011 { "operationName": "SetInFocus", "inFocus": [true or false] }
{ "statusCode": 0, }