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": "ef66d0c9-d503-41e4-ae9e-747b54b7e04c",
"controller_name": "sample string 2",
"company_id": "0229ade7-e543-4dc7-a3a9-aed6b25326c4",
"target_id": "9405deb1-825c-43ba-b1a6-bb8bacc26e5e",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-03-07T14:52:27.1590317+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.