circle-check
Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

Caching

Caching

Get entity timestamps

get
/tenants/{tenantUid}/caching/entity-timestamps

Retrieve timestamps for entities to be used in caching. The entities refer to database tables, and the timestamp for each entity is updated whenever a record within the table is created, updated, or deleted.

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Responses
chevron-right
200

Example response

application/json
get
/tenants/{tenantUid}/caching/entity-timestamps
200

Example response

Last updated

Was this helpful?