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": "11dbcf8b-beb7-4ec9-a3a5-d07dfc7bd943",
"controller_name": "sample string 2",
"company_id": "9c6e2b90-6ad0-432d-a0c4-c142d25c8f25",
"target_id": "75c0ab64-517e-4e80-91fc-780dc738a0f6",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-01-11T21:01:43.7133664+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.