v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23457.4 KB
cache times
private

Returns paginated cache times

Returns a paginated list of cache times

get/cache-times

Query parameters

offsetinteger

The number of items to skip before starting to collect the result set

limitinteger

The numbers of items to return

release_timestring

Filter cache times by release time (RFC3339 format).

Response

Successfully returned paginated cache times

countinteger

The number of cache times returned in the current response

limitinteger

The limit submitted for items to return

offsetinteger

The number of items skipped before starting to collect the result set

total_countinteger

Total number of cache times available

Example response

{
  "items": [
    {
      "id": "a1b2c3d4e5f67890123456789abcdef0",
      "path": "admin",
      "collection_id": "example-1a19e3462937d85804752375daa00ba41d1b6625d396f21000e3c4571ebf2606",
      "release_time": "2024-01-15T12:00:00Z"
    }
  ]
}
All 4 operations