Work Item Attributes

The attributes of a work item assigned to an agent (part of the Work Items resource).

JSON format

Work Item Attributes are represented as JSON objects with the following properties:

NameTypeRead-onlyMandatoryDescription
added_atstringfalsefalseA timestamp indicating when the work item was added.
reasonstringfalsetrueThe reason why the work item was added: UNKNOWN_ADD, OFFERED, ACCEPTED, ASSIGNED.

Work Item Attributes.

Example

{  "added_at": "2022-06-21T10:21:58.636732Z",  "reason": "ASSIGNED"}