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
| Key | Datatype | Required | Description |
|---|---|---|---|
filter[title] | string | Contains title | |
filter[category] | string | Category is one of ('all' | |
filter[created_before] | string | Created before given date | |
filter[created_after] | string | Created after given date | |
filter[updated_before] | string | Updated before given date | |
filter[updated_after] | string | Updated after given date | |
sort | string | Sort is one of ('name' | |
page | string | Pagination index | |
per_page | string | Number of items per page |
RESPONSES
status: OK
""