Check if controllers have new data of a company or not
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": "2a39092e-c9c5-4d84-bd94-af2c6bc7f6de",
"controller_name": "sample string 2",
"company_id": "60512450-1144-4662-907a-346f11f2b6cd",
"target_id": "95c70307-147b-489a-a743-3f2f4616bfec",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-06-16T21:19:47.4001816+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.