This API returns the device details.

GET /api/v2/devices/{resource_id}


OAuth Scope

ZohoAssist.unattended.computer.READ


Headers

  • Headers
    Data Type
    Description
  • x-com-zoho-assist-department-id *
    Long
    Required
    The department id for which the devices list is requested.
  • source
    String
    Optional
    The source from which the request is made.

Get Device Details

Copiedcurl --location 'https://assist.zoho.com/api/v2/devices/2750***********' \
--header 'x-com-zoho-assist-department-id: 27*************' \
--header 'source: request source' \
--header 'Authorization: Zoho-oauthtoken 1000.84f8*****************************************'
Copied{
    "representation": {
        "urs_key": "92B2**********",
        "display_name": "Malcolm's Device",
        "favourite": true,
        "device_info": {
            "computer_id": "2750***********",
            "name": "Malcolm-Workstation",
            "installation_status": 1,
            "device_name": "Malcolm-Workstation",
            "device_status": 2,
            "private_ip_address": "192.***.***.***",
            "public_ip_address": "10.***.***.***",
            "serial_number": "22.**",
            "status": "offline"
        },
        "platform_details": {
            "os_platform": "windows",
            "os_name": "Windows 10 Pro",
            "os_version": "6.3",
            "service_pack": ""
        },
        "domain_details": {
            "domain_id": "2750***********",
            "name": "WORKGROUP",
            "is_domain": false,
            "AD_domain_name": "",
            "DC_name": "",
            "is_credential_validated": false
        },
        "manufacturer_details": {
            "manufacturer_name": "Dell Inc.",
            "product_name": "Precision T1600"
        },
        "network_details": {
            "computer_id": "2750***********",
            "mac_address": "1803********",
            "ip_address": "192.***.***.***",
            "subnet_mask": "255.***.***.***",
            "default_gateway": "192.***.***.***",
            "dhcp_server": "192.***.***.***",
            "is_desktop": true
        },
        "groups": [
            {
                "urs_group_id": "2750***********",
                "group_name": "Malcolm's Group"
            },
            {
                "urs_group_id": "2750***********",
                "group_name": "Workgroup Devices"
            }
        ],
        "department": {
            "department_id": "275000000000759",
            "department_name": "My Department",
            "nickname": "My Department"
        },
        "credentials": [],
        "logged_on_users": [
            {
                "user_id": "2750***********",
                "username": "malcolm"
            }
        ],
        "last_accessed_time":1694797053081,
        "last_accessed_by":"zylker@zohocorp.com"
    },
    "resource_type": "/api/v2/devices/2750***********"
}