v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-1451115.9 KB
public

Search URIs by list

Accepts a list of URIs and returns matching results based on provided criteria.

post/search/uris

Request body

urisstring[]

List of URIs to filter the search results.

limitinteger

The number of items requested, defaulted to 10 and limited to 100.

offsetinteger

The first row of resources to retrieve, starting at 0.

sort'relevance' | 'release_date' | 'title'

The sort order of the returned set of results.

Example request

{
  "uris": [
    "/economy",
    "/health"
  ],
  "limit": 10
}

Response

OK