Skip to main content

Get Details of the Chat Monitor by ID

Description

You can use this API to get the chat monitor list based on the chat monitor ID.

OAuth Scope:

SalesIQ.chatmonitors.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/chatmonitors/{id}

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/chatmonitors/8000000006005

Sample Response

Copied{
  "url": "/api/v2/zylker/chatmonitors/8000000017009",
  "object": "chatmonitors",
  "data": {
    "id": "8000000017009",
    "enabled": false,
    "monitoring": {
      "type": "operator",
      "operator_email": "patricia@zyker.com",
      "operator_id": "8000000002007",
      "operator_name": "Patricia"
    },
    "stats": {
      "chats_joined": "30",
      "chats_monitored": "10",
      "last_monitored_time": "000987654"
    }
  }
}