Revision as of 17:13, September 29, 2015 by Jumunn (talk | contribs) (Created page with "= SetInFocus= __NOTOC__ This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API. <h2> Overview </h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SetInFocus

This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API.

Overview

This request will set focus parameter for interaction. This is useful if agent is handling more than one interaction and will aide in proper reporting time spend on each interaction.

Request URL /api/v2/me/facebooksession/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName SetInFocus
InFocus Boolean parameter true or false

Sample

Request

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

Response

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