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": "a489b702-f2a9-4e9a-a457-326b02b761f8",
"controller_name": "sample string 2",
"company_id": "80090c3e-3cab-4441-9586-b70b87959987",
"target_id": "232a4c49-0fba-4a7a-bca0-e1a51d2e4927",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-01-11T20:57:59.2258558+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.