(Created Fix blank page For Version: HTCC:8.5.2DRAFT) |
(Update with the copy of version: 8.5.2) |
||
Line 1: | Line 1: | ||
− | <!-- | + | =Workbins= |
+ | __NOTOC__ | ||
+ | |||
+ | ==<span STYLE="color:red;">RESTRICTED</span>== | ||
+ | |||
+ | <!-- Available styles: (default)-Important, 2-Tip, 3-Warning --> | ||
+ | <!-- Important: equal signs (=) will not work in a note. Use the equivalent HTML code (=) instead.--> | ||
+ | {{NoteFormat|This is '''restricted release''' documentation, and therefore is subject to change and is not complete. Some features that are described in this section might not be fully implemented in the application.}} | ||
+ | |||
+ | ==Operations== | ||
+ | The following operations are allowed on '''/me/workbins''' | ||
+ | {| | ||
+ | !'''Operation Name''' | ||
+ | !'''HTTP Operation''' | ||
+ | !'''Description''' | ||
+ | !'''Permissions''' | ||
+ | |- | ||
+ | |[[WorkbinsGetWorkbinTypesInfo|GetWorkbinTypesInfo]] | ||
+ | |GET | ||
+ | |Returns a list of workbins and the information associated with the workbins. | ||
+ | |Agent | ||
+ | |- | ||
+ | |[[WorkbinsGetWorkbinContent|GetWorkbinContent]] | ||
+ | |GET | ||
+ | |Returns workbin information and content list. | ||
+ | |Agent | ||
+ | |- | ||
+ | |[[Workbins#AddInteractionToWorkbin|AddInteractionToWorkbin]] | ||
+ | |POST | ||
+ | |Adds an interaction to the specified workbin. | ||
+ | |Agent | ||
+ | |- | ||
+ | |[[WorkbinsPullInteraction|PullInteraction]] | ||
+ | |POST | ||
+ | |Pulls an interaction from a workbin. | ||
+ | |Agent | ||
+ | |- | ||
+ | |[[WorkbinsSubscribeWorkbinEvents|SubscribeWorkbinEvents]] | ||
+ | |POST | ||
+ | |Subscribes the agent to listen to events from the workbin. | ||
+ | |Agent | ||
+ | |- | ||
+ | |[[WorkbinsUnsubscribeWorkbinEvents|UnsubscribeWorkbinEvents]] | ||
+ | |POST | ||
+ | |Unsubscribes the agent, so he or she stops receiving events from the workbin. | ||
+ | |Agent | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:V:HTCC:8.5.2DRAFT]] |
Revision as of 18:43, April 22, 2014
Workbins
RESTRICTED
Important
This is restricted release documentation, and therefore is subject to change and is not complete. Some features that are described in this section might not be fully implemented in the application.Operations
The following operations are allowed on /me/workbins
Operation Name | HTTP Operation | Description | Permissions |
---|---|---|---|
GetWorkbinTypesInfo | GET | Returns a list of workbins and the information associated with the workbins. | Agent |
GetWorkbinContent | GET | Returns workbin information and content list. | Agent |
AddInteractionToWorkbin | POST | Adds an interaction to the specified workbin. | Agent |
PullInteraction | POST | Pulls an interaction from a workbin. | Agent |
SubscribeWorkbinEvents | POST | Subscribes the agent to listen to events from the workbin. | Agent |
UnsubscribeWorkbinEvents | POST | Unsubscribes the agent, so he or she stops receiving events from the workbin. | Agent |
Comments or questions about this documentation? Contact us for support!