(Update with the copy of version: 8.5.2) |
|||
Line 7: | Line 7: | ||
<!-- Important: equal signs (=) will not work in a note. Use the equivalent HTML code (=) instead.--> | <!-- 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.}} | {{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.}} | ||
+ | |||
+ | This document provides guidance for developers building workbin-related client applications and describes the Workbin API, which is part of the [[MultimediaAPI|Interactions API]] portion of the [[Welcome | Genesys Web Services REST API]]. | ||
+ | |||
+ | A Workbin is a queue specific for a place or user, which holds interactions. | ||
+ | |||
+ | |||
==Operations== | ==Operations== |
Revision as of 18:11, May 16, 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.This document provides guidance for developers building workbin-related client applications and describes the Workbin API, which is part of the Interactions API portion of the Genesys Web Services REST API.
A Workbin is a queue specific for a place or user, which holds interactions.
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!