Revision as of 19:47, May 22, 2014 by Clondon (talk | contribs)
Jump to: navigation, search

PullInteractionFromWorkbin

Overview

The following provides information for removing the association of an Interaction with a Workbin, restores the user's ownership of the Interaction.

Parameters

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

Sample

The request involves sending a JSON body as well as adhering to the url path listed above.

Request

POST api/v2/workbins/3434543fafwe987

Listed below are possible valid JSON for requests:

{
  "operationName": "PullInteraction|PullChat|PullEmail|PullWorkitem",
  "id": "FE7978FEWFE"
}

Response

The response consists of an HTTP response, and several cometd responses. For details on the JSON body result, please refer to the Workbin Resource reference.

HTTP response

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

CometD Responses


Comments or questions about this documentation? Contact us for support!