| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| controller_name |
Name of the API controller/entity endpoint (e.g. "Company", "Article") this status applies to. |
string | |
| company_id |
Legacy foreign key of the company this status was scoped to. |
globally unique identifier | |
| target_id |
Foreign key of the target scope (e.g. sales organization) this status applies to. Replaces . |
globally unique identifier | |
| data_available |
Indicates whether data is currently available for this controller/target combination. |
boolean | |
| status_is_unknown |
Indicates that the availability status could not be determined and should be treated as unknown/stale. |
boolean | |
| need_to_update_modified_dateutc |
Indicates that needs to be refreshed on the next update. |
boolean | |
| time |
Duration, in milliseconds, taken to compute or refresh this status. |
integer | |
| modified_dateutc_received |
Readonly system field: UTC timestamp of the most recent modification received for this controller/target. |
date |