Skip to main content

Get a Department

Description

You can use this API to get the details of a particular department.

OAuth Scope:

SalesIQ.departments.READ

URL

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screen name}/departments/{department id}

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker-inc/departments/32308000000002013

Success Response

Copied{
  "url": "/api/v2/zylker-furns/departments/32308000000002013",
  "object": "department",
  "data": {
    "email_configurations": {
      "missedchat_recipients": "support@zylker.com",
      "feedback_recipients": "support@zylker.com",
      "is_missedchat_mail_enabled": "true",
      "is_cc_mail_enabled": "true",
      "from_email": "admin@zylker.com",
      "is_transcript_mail_enabled": "true",
      "transcript_recipients": "patricia@zylker.com",
      "is_blockip_mail_enabled": "true",
      "blockip_recipients": "admin@zylker.com",
      "cc_recipients": "manager@zylker.com",
      "is_feedback_mail_enabled": "true"
    },
    "modified_time": "1524140963982",
    "name": "zylke-Furns",
    "id": "32308000000002013",
    "is_enabled": "true",
    "operators": [
      "32308000000002001",
      "32308000000003031"
    ],
    "created_by": "32308000000002001",
    "is_public": "true",
    "is_system_generated": "true",
    "created_time": "1524140963982",
    "description": "World class furniture for your display!",
     "image_url": "/api/v2/zylker/downloads/1526214218274_33290000000002013?purpose=department_image",
    "display_name": "Zylker - Furnitures"
  }
}