Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| device_id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
sys_debugdata| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| device_id | globally unique identifier | ||
| description | string | ||
| dateutc_added | date | ||
| is_done | boolean |
Response Formats
application/json, text/json
Sample:
{
"id": "4c8d8403-b845-479d-beab-bbe3e77778fe",
"device_id": "2d1af228-f272-4480-b5a9-95a97519670e",
"description": "sample string 3",
"dateutc_added": "2026-01-12T00:15:54.8303718+00:00",
"is_done": true
}
application/xml, text/xml
Sample:
<sys_debugdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <dateutc_added>2026-01-12T00:15:54.830Z</dateutc_added> <description>sample string 3</description> <device_id>2d1af228-f272-4480-b5a9-95a97519670e</device_id> <id>4c8d8403-b845-479d-beab-bbe3e77778fe</id> <is_done>true</is_done> </sys_debugdata>