Response Fields
| Field | Type | Example | Description |
|---|---|---|---|
| code | int | 0 | Response status code. 0 = success; any other value = failure. |
| message | string | success | success on success; otherwise an error message. |
| data | object | Payload returned on success. |
data field
| Field | Type | Enum | Example | Description |
|---|---|---|---|---|
| target | boolean | true | Whether RTA is allowed for the device. | |
| request_id | string | 67ecdb770a02060001602 | Request ID; must be included when calling the report endpoint. |