Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
controller_data_status| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| controller_name | string | ||
| company_id | globally unique identifier | ||
| target_id | globally unique identifier | ||
| data_available | boolean | ||
| status_is_unknown | boolean | ||
| need_to_update_modified_dateutc | boolean | ||
| time | integer | ||
| modified_dateutc_received | date |
Response Formats
application/json, text/json
Sample:
{
"id": "2f780816-97f9-4d16-bd1a-0ef7c2ce96d8",
"controller_name": "sample string 2",
"company_id": "7122c5cc-e879-4d8d-97d5-be1c0343b19b",
"target_id": "4dfe6fcb-2ac8-497a-a6c7-b397dd150325",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-06-16T21:17:46.286696+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.