Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
200

Example response

application/json
storestring · date-timeRequired
warehousestring · date-timeRequired
warehouseAccessstring · date-timeRequired
brandstring · date-timeRequired
productPropertystring · date-timeRequired
productPropertyOptionstring · date-timeRequired
deliveryProviderstring · date-timeRequired
deliveryMethodstring · date-timeRequired
timeslotstring · date-timeRequired
handlingstring · date-timeRequired
handlingActionstring · date-timeRequired
serviceTypestring · date-timeRequired
serviceStatusstring · date-timeRequired
hourlyRatestring · date-timeRequired
get/tenants/{tenantUid}/caching/entity-timestamps
200

Example response

Last updated

Was this helpful?