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": "9d91bd84-86c4-4284-b57c-3f00a6144de5",
"controller_name": "sample string 2",
"company_id": "382b517b-80f7-450b-951c-0221e38a41af",
"target_id": "a0b2c91c-b867-4108-8853-59e76c7c0b1c",
"data_available": true,
"status_is_unknown": true,
"need_to_update_modified_dateutc": true,
"time": 8,
"modified_dateutc_received": "2026-01-12T00:15:54.9041427+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.