/search/uris
POST
Accepts a list of URIs and returns matching results based on provided criteria.
Parameters
Name | Type | Description |
---|---|---|
body | body | Request object containing URIs and optional pagination parameters. |
Responses
200: OK
Example value
{
"count": 5,
"results": [
"/economy/data",
"/economy/reports"
]
}