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": "3a3823bc-0de6-4974-9753-5b7b1a0585ff",
"controller_name": "sample string 2",
"company_id": "48f1bb0b-4f79-4dab-a5b5-43538340aeec",
"target_id": "e3b7b401-8631-49a0-9a85-9d51be627000",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-01-11T21:04:50.3499945+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.