v2
latestOpenAPI 3.0.02026-08-07182229.4 KBlistDashboards
List dashboards available to the user
Query parameters
Free-text search over name/title and description (case-insensitive substring).
Filter by the id of the creating user.
Filter to resources shared with any of the given user ids.
Filter to resources owned by any of the given user ids.
Filter to resources the given user id may view (owner, shared, org-wide or legacy).
Dashboards only. Filter to only (true) or exclude (false) the requesting user's favorited dashboards. A user with zero favorites and favorite=true gets an empty page, not the unfiltered list.
Dashboards only. No filtering — sorts the requesting user's favorited dashboards first, preserving the existing secondary ordering (sort/order) otherwise.
Field to sort by. name and title are aliases for the resource's display name and are normalised per resource: dashboards sort by title and insights by name, whichever of the two values is sent. String sorts are case-insensitive.
Sort direction. Defaults to ascending (preserving the pre-migration order).
Maximum results to return (max 200). Omit to return all matching results (pagination is opt-in).
Number of results to skip, for pagination. Use with limit (page N = offset N*limit).
Response
List of dashboards available to the user
Example response
{
"results": [
{
"created_by": "10598",
"updated_by": "10598",
"owner_org_id": "739224",
"owners": [
"10598"
],
"shared_with": [
{
"user_id": "10598",
"permission": "view"
}
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "Employee Dashboard",
"tiles": [
{
"id": "e4af1297-1fd6-440f-9846-f475f580d40f",
"coordinates": {},
"insight_id": "8d2e1c7a-3b4f-4a2e-9c1d-2f3a4b5c6d7e"
}
]
}
]
}