ViewRoyal.ai API Docs

List matters

Returns a paginated list of matters (council business items) with optional filters for status, category, and date range.

GET
/api/v1/{municipality}/matters

Authorization

ApiKeyAuth
X-API-Key<token>

API key for authentication. Get your key at /settings/api-keys.

In: header

Path Parameters

municipality*string

Municipality slug (e.g., "view-royal")

Default"view-royal"

Query Parameters

cursor?string

Pagination cursor from previous response

per_page?integer

Number of results per page (max 100)

Default20
Range1 <= value <= 100
status?string

Filter by matter status (e.g. Active, Complete)

category?string

Filter by category

date_from?string

Filter matters last seen on or after this date (YYYY-MM-DD)

date_to?string

Filter matters last seen on or before this date (YYYY-MM-DD)

Response Body

curl -X GET "https://viewroyal.ai/api/v1/view-royal/matters"
Empty