List

GET {{baseUrl}}/dashboards.json?filter[title]=<string>&filter[category]=<string>&filter[created_before]=<dateTime>&filter[created_after]=<dateTime>&filter[updated_before]=<dateTime>&filter[updated_after]=<dateTime>&sort=<string>&page=<integer>&per_page=<integer>

This API endpoint allows you to fetch a paginated and sorted list of Insights dashboards. Dashboards can be filtered by title, owner email, category, created date, and updated date. This endpoint will not return widget metadata.

For more information, see Dashboard API documentation.

Request Params

KeyDatatypeRequiredDescription
filter[title]stringContains title
filter[category]stringCategory is one of ('all'
filter[created_before]stringCreated before given date
filter[created_after]stringCreated after given date
filter[updated_before]stringUpdated before given date
filter[updated_after]stringUpdated after given date
sortstringSort is one of ('name'
pagestringPagination index
per_pagestringNumber of items per page

RESPONSES

status: OK

&quot;&quot;