Dashboards
List dashboards
Get a paginated list of dashboards that your account has access to.
get/v2/dashboards
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[number]integer
Example:1
Determines which page of the entities to retrieve.
Filters dashboards in the response.
{
"created_at": {
"eq": "2022-03-30T07:20:50Z"
},
"updated_at": {
"eq": "2022-03-30T07:20:50Z"
}
}sortstring
Sorts a collection of dashboards. Supported sort attributes are:
- name
- created_at
- updated_at
The asc suffix is optional as the default sort order is ascending. The desc suffix is used to specify a descending order. Multiple sort attributes may be provided via a comma separated list.
Example:created_at desc
Response
List of dashboards