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": "a12f24d4-e1e7-47b4-994e-5dd4d879d8a1",
"controller_name": "sample string 2",
"company_id": "d37325d5-82e0-4cc4-87a8-a710c0a3d139",
"target_id": "25da5587-840d-49f0-afa0-abd9e7a85073",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-03-07T13:15:10.3783683+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.