Work Items

A work item is a task assigned to an agent for a particular channel. Work item resources are part of the Agent Availabilities JSON response format.

JSON format

Work Items are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
attributesobjectfalsetrueWork Item Attributes.
idstringfalsetrueThe work item's JSON:API ID.
typestringfalsetrueThe JSON:API type work_items.

Example

{  "attributes": {    "added_at": "2022-06-21T10:20:44.798006Z",    "reason": "ASSIGNED"  },  "id": "agent_availabilities|10011|channels|messaging|work_items|201",  "type": "work_items"}