(Auto-creation of topic Documentation:HTCC:API:WorkbinPullInteractionFromWorkbin:8.5.2DRAFT via TOC Documentation:HTCC:APITOC8.5.2DRAFT) |
|||
Line 1: | Line 1: | ||
− | = | + | =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=== | ||
+ | <pre> | ||
+ | POST api/v2/workbins/3434543fafwe987 | ||
+ | </pre> | ||
+ | |||
+ | Listed below are possible valid JSON for requests: | ||
+ | <pre> | ||
+ | { | ||
+ | "operationName": "PullInteraction|PullChat|PullEmail|PullWorkitem", | ||
+ | "id": "FE7978FEWFE" | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | ===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''' | ||
+ | <pre> | ||
+ | { | ||
+ | "statusCode": 0, | ||
+ | "referenceId": 17 | ||
+ | } | ||
+ | </pre> | ||
+ | |||
+ | ===CometD Responses=== | ||
+ | <pre> | ||
+ | |||
+ | </pre> | ||
+ | |||
[[Category:V:HTCC:8.5.2DRAFT]] | [[Category:V:HTCC:8.5.2DRAFT]] |
Revision as of 19:47, May 22, 2014
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!