Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
(Update with the copy of version: 8.5.2DRAFT)
Line 1: Line 1:
 
=Cancel=
 
=Cancel=
 
__NOTOC__
 
__NOTOC__
This operation is part of the [[Twitter|Twitter API]] section of the [[Welcome|Genesys Web Services REST API]].
+
This operation is part of the [[Twitter|Twitter API]] section of the [[Welcome|Web Services API]].
 
==Overview==
 
==Overview==
 
Cancels a Twitter interaction.
 
Cancels a Twitter interaction.

Revision as of 19:56, January 22, 2016

Cancel

This operation is part of the Twitter API section of the Web Services API.

Overview

Cancels a Twitter interaction.

Request URL /api/v2/me/twitter/{Id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName Cancel

Samples

Request

POST /api/v2/me/twitter/01QQQG2MU214P05G
{
  "operationName": "Cancel"
}

HTTP Response

{
 "statusCode": 0,
 "referenceId": 12
}

CometD Response

{  
   "messageType":"TwitterStateChangeMessage",
   "notificationType":"StatusChange",
   "referenceId":12,
   "twitter":{  
      "capabilities":[  

      ],
      "id":"01QQQG2MU214P05G",
      "state":"Canceled",
      "twitterType":"Outbound",
      "uri":"http://192.168.83.25:8080/api/v2/twitters/01QQQG2MU214P05G"
   }
}
Comments or questions about this documentation? Contact us for support!