Default Unified Status

Unified statuses that are provided by Zendesk, part of theUnified Agent StatusesJSON response.

JSON format

Default unified statuses are represented as JSON objects with the following properties:

Name Type Read-only Mandatory Description
attributes object false true 属性about the default unified status
id integer true true The unified status id, unique per account
type string true false String indicating the type of data returned

Example

             
{"attributes":{"description":"Can receive work","name":"online"},"id":3,"type":"agent_status"}