Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
Line 1: Line 1:
= Workitem SetInFocus=
+
= SetInFocus=
 
__NOTOC__
 
__NOTOC__
 
==Overview==
 
==Overview==
Line 14: Line 14:
 
|-
 
|-
 
! Required Features  
 
! Required Features  
| api-multimedia
+
| api-multimedia-workitem
 
|}
 
|}
  

Revision as of 16:19, November 6, 2014

SetInFocus

Overview

This operation is part of the Genesys Web Services REST API, specifically the Workitem 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-workitem

Parameters

Parameter Value
operationName SetInFocus
InFocus Boolean parameter true or false

Sample

Request

POST api/v2/me/workitems/0071023821aec011
{
  "operationName": "SetInFocus",
  "InFocus": [true or false]
}

Response

{
  "statusCode": 0,
}
Comments or questions about this documentation? Contact us for support!