/api/cache
GET /api/cache
Return cache configuration. Supports pagination via limit and offset query parameters, and sorting via sort_column and sort_direction.
get/api/cache
Query parameters
modelstring[] required
Type of model
collectioninteger nullable
value must be an integer greater than zero.
Collection id to filter results. Returns everything if not supplied.
idinteger nullable
value must be an integer greater than zero.
Model id to get configuration for.
sort_column'name' | 'policy' | 'collection' required
sort_direction'asc' | 'desc' required
Response
Successful response