API ReferenceMatters
List matters
Returns a paginated list of matters (council business items) with optional filters for status, category, and date range.
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)
Default
20Range
1 <= value <= 100status?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