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": "832ae2f2-2983-484a-9dc5-4646ff22e608",
"controller_name": "sample string 2",
"company_id": "92e47bc2-efd1-46a7-9aa7-404f9c75511b",
"target_id": "40864207-edae-4c4f-8ec4-0aad059fac44",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-06-16T21:18:14.8247066+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.