v1

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

Returns a cache time

Returns a cache time for a given id

get/cache-times/{id}

Path parameters

idstring required

Unique id of cache time

Response

Successfully returned a cache time for a given id

idstring required

Unique identifier for a cache time, represented as an MD5 hash of the path

pathstring required

Path for which caching is set

collection_idstring

Collection ID - used for grouping and filtering of cache time objects

release_timestring date-time

Release time in ISO-8601 format

Example response

{
  "id": "a1b2c3d4e5f67890123456789abcdef0",
  "path": "admin",
  "collection_id": "example-1a19e3462937d85804752375daa00ba41d1b6625d396f21000e3c4571ebf2606",
  "release_time": "2024-01-15T12:00:00Z"
}