{"id":3646,"date":"2018-10-16T10:38:26","date_gmt":"2018-10-16T10:38:26","guid":{"rendered":"http:\/\/34.238.172.127\/?page_id=11"},"modified":"2026-05-06T09:39:38","modified_gmt":"2026-05-06T09:39:38","slug":"retrieve-device-details","status":"publish","type":"page","link":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/devices\/retrieve-device-details\/","title":{"rendered":"Retrieve Device Details"},"content":{"rendered":"<div class=\"method-copy\">\n<div class=\"method-copy-padding\">\n<h2>Retrieve Device Details<\/h2>\n<p>Get the complete details about a specific device.<\/p>\n<\/div>\n<\/div>\n<div class=\"method-example\">\n<div class=\"curl-text\">curl<\/div>\n<div class=\"code-curl code-div active-code\">\n<div class=\"method-example-part\">\n<p>HTTP Request:<\/p>\n<pre class=\"lang:default decode:true\">GET https:\/\/.hexnodemdm.com\/api\/v1\/devices\/{DEVICE_ID}\/\r\n<\/pre>\n<p>Shell Command:<\/p>\n<pre class=\"lang:default decode:true\">curl -H \"Authorization: \" https:\/\/.hexnodemdm.com\/api\/v1\/devices\/{DEVICE_ID}\/\r\n<\/pre>\n<\/div>\n<\/div>\n<div class=\"code-curl code-div active-code\">\n<div class=\"method-example-part\">\n<p>HTTP Response:<\/p>\n<pre class=\"lang:default decode:true\">{  \r\n\"id\": 1, \r\n    \"udid\": \"00008110-0011102A1180401E\", \r\n    \"platform\": \"ios\", \r\n    \"owned_by\": 2, \r\n    \"enrollment_status\": \"enrolled\", \r\n    \"enrolled_time\": \"2026-04-07T07:05:34.846776Z\", \r\n    \"agent_active\": false, \r\n    \"lastreported\": \"2026-04-07T08:41:08.189859Z\", \r\n    \"lastscanned\": \"2026-04-07T07:12:16.660258Z\", \r\n    \"lastnotified\": \"2026-04-07T08:17:08.684897Z\", \r\n    \"remarks\": \"Successfully Enrolled\", \r\n    \"disenrolled_time\": null, \r\n    \"location_tracking_disabled\": true, \r\n    \"location_tracking_interval\": 60, \r\n    \"lostmode\": false, \r\n    \"last_location\": null, \r\n    \"latitude\": null, \r\n    \"longitude\": null, \r\n    \"last_location_time\": null, \r\n    \"user\": { \r\n        \"id\": 1, \r\n        \"name\": \"George\", \r\n        \"email\": null, \r\n        \"phoneno\": null, \r\n        \"alternate_email\": \"georgewain615@gmail.com\" \r\n    }, \r\n    \"device\": { \r\n        \"device_name\": \"iPad\", \r\n        \"description\": null, \r\n        \"os_version\": \"26.3\", \r\n        \"os_name\": \"iOS\", \r\n        \"build_version\": \"23D127\", \r\n        \"model_name\": \"iPad mini\", \r\n        \"model\": \"MK7M3HN\", \r\n        \"product_name\": \"iPad14,1\", \r\n        \"device_type\": \"tablet\", \r\n        \"manufacture\": \"Apple Inc\", \r\n        \"serial_number\": \"GPV964HJ23\", \r\n        \"storage\": null, \r\n        \"device_capacity\": 64.0, \r\n        \"available_device_capacity\": 46.550290432, \r\n        \"used_device_capacity\": 17.449709568, \r\n        \"battery_level\": 80, \r\n        \"imei_1\": null, \r\n        \"imei_2\": null, \r\n        \"phoneno_1\": null, \r\n        \"phoneno_2\": null, \r\n        \"meid\": null, \r\n        \"modem_firmware_version\": null, \r\n        \"is_supervised\": true, \r\n        \"wifi_ssid\": null, \r\n        \"wifi_mac\": \"20:15:82:0f:79:b4\", \r\n        \"ipaddress\": null, \r\n        \"iccid\": null, \r\n        \"is_kiosk\": false \r\n    }, \r\n    \"network\": { \r\n        \"wifi_ssid\": null, \r\n        \"wifi_mac\": \"20:15:82:0f:79:b4\", \r\n        \"ipaddress\": null, \r\n        \"iccid\": null, \r\n        \"imei_1\": null, \r\n        \"imei_2\": null, \r\n        \"phoneno_1\": null, \r\n        \"phoneno_2\": null, \r\n        \"ethernet_mac\": null, \r\n        \"bluetooth_mac\": \"20:15:82:10:53:6f\", \r\n        \"network_name\": null, \r\n        \"local_host_name\": null, \r\n        \"bluetooth_state\": null, \r\n        \"bluetooth_discoverable_mode\": null, \r\n        \"bluetooth_firm_version\": null, \r\n        \"imsi_1\": null, \r\n        \"is_roaming_sim_1\": null, \r\n        \"imsi_2\": null, \r\n        \"is_roaming_sim_2\": null, \r\n        \"sim_carrier_network\": null, \r\n        \"subscriber_carrier_network\": null, \r\n        \"current_carrier_network\": null, \r\n        \"carrier_setting_network\": null, \r\n        \"roaming_enabled\": false, \r\n        \"is_roaming\": null, \r\n        \"international_data_roaming\": null, \r\n        \"home_carrier\": null, \r\n        \"home_country\": null, \r\n        \"current_carrier\": null, \r\n        \"current_country\": null, \r\n        \"network_type\": null, \r\n        \"last_connected_date\": \"2026-04-07\", \r\n        \"ethernet_ip\": null, \r\n        \"personal_hotspot_enabled\": null, \r\n        \"subscriber_mcc\": null, \r\n        \"subscriber_mnc\": null, \r\n        \"current_mcc\": null, \r\n        \"current_mcc2\": null, \r\n        \"current_mnc\": null, \r\n        \"current_mnc2\": null, \r\n        \"iccid2\": null, \r\n        \"current_carrier_network2\": null, \r\n        \"subscriber_carrier_network2\": null, \r\n        \"is_roaming_2\": null, \r\n        \"win_phone_no_1\": null, \r\n        \"win_imei_1\": null, \r\n        \"win_imsi_1\": null, \r\n        \"win_is_roaming_1\": null, \r\n        \"win_phone_no_2\": null, \r\n        \"win_imsi_2\": null, \r\n        \"win_imei_2\": null, \r\n        \"win_is_roaming_2\": null, \r\n        \"win_associated_wifi_ssid\": null, \r\n        \"win_associated_wifi_ip\": null, \r\n        \"win_wifi_mac_add\": null, \r\n        \"win_ethernet_mac_add1\": null, \r\n        \"win_ethernet_mac_add2\": null, \r\n        \"win_bluetooth_mac_add\": null, \r\n        \"win_bluetooth_device_name\": null, \r\n        \"public_ip_address\": null \r\n    }, \r\n    \"applications\": [ \r\n        { \r\n            \"id\": 46, \r\n            \"name\": \"Hexnode UEM\", \r\n            \"bundle_size\": 56992768.0, \r\n            \"app_version\": \"8.4\", \r\n            \"mandatory_app\": false, \r\n            \"black_listed\": false, \r\n            \"managed\": true, \r\n            \"status\": \"Installed\", \r\n            \"identifier\": \"com.hexnode.hexnodeMDM\" \r\n        } \r\n    ], \r\n    \"policies\": [ \r\n        { \r\n            \"id\": 39, \r\n            \"name\": \"sign out\", \r\n            \"version\": 1 \r\n        } \r\n    ], \r\n    \"locations\": [], \r\n    \"asset_tag\": null, \r\n    \"device_notes\": null, \r\n    \"device_groups\": [ \r\n        { \r\n            \"id\": 4, \r\n            \"name\": \"All iOS Devices\" \r\n        }, \r\n        { \r\n            \"id\": 6, \r\n            \"name\": \"All Non-Compliant Devices\" \r\n        }, \r\n        { \r\n            \"id\": 3, \r\n            \"name\": \"All Inactive Devices\" \r\n        } \r\n    ] \r\n}\r\n<\/pre>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Retrieve Device Details Get the complete details about a specific device. curl HTTP Request: GET https:\/\/.hexnodemdm.com\/api\/v1\/devices\/{DEVICE_ID}\/ Shell Command: curl -H &#8220;Authorization: &#8221; https:\/\/.hexnodemdm.com\/api\/v1\/devices\/{DEVICE_ID}\/ HTTP Response: { &#8220;id&#8221;: 1, &#8220;udid&#8221;: &#8220;00008110-0011102A1180401E&#8221;, &#8220;platform&#8221;: &#8220;ios&#8221;, &#8220;owned_by&#8221;: 2, &#8220;enrollment_status&#8221;: &#8220;enrolled&#8221;, &#8220;enrolled_time&#8221;: &#8220;2026-04-07T07:05:34.846776Z&#8221;, &#8220;agent_active&#8221;: false, &#8220;lastreported&#8221;: &#8220;2026-04-07T08:41:08.189859Z&#8221;, &#8220;lastscanned&#8221;: &#8220;2026-04-07T07:12:16.660258Z&#8221;, &#8220;lastnotified&#8221;: &#8220;2026-04-07T08:17:08.684897Z&#8221;, &#8220;remarks&#8221;: &#8220;Successfully Enrolled&#8221;, &#8220;disenrolled_time&#8221;: null, &#8220;location_tracking_disabled&#8221;: true, &#8220;location_tracking_interval&#8221;: 60, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3644,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"inner.php","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3646","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/pages\/3646","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/comments?post=3646"}],"version-history":[{"count":18,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/pages\/3646\/revisions"}],"predecessor-version":[{"id":5065,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/pages\/3646\/revisions\/5065"}],"up":[{"embeddable":true,"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/pages\/3644"}],"wp:attachment":[{"href":"https:\/\/www.hexnode.com\/mobile-device-management\/developers\/wp-json\/wp\/v2\/media?parent=3646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}