favorites/queries
Lists the current user's favorite dashboards with pagination, sorting, and optional filtering.
Include standard headers:
- Authorization: Bearer access token
- Content-Type: application/json
- Accept: application/json
Returns favorite dashboards for the logged-in user.
Request Body
application/json
- limit
Default: 50
Minimum: 1
Maximum: 100
- offset00
- sortBy
- Enum:
- titlecreatedatupdatedatcuratedsharedurlbasedcollectionidorgidsharedorgid
- orderBy
- Enum:
- ascdesc
- filter
Filter expression in `field operator value` format.
Loading Examples...
Responses
- items
- page
Loading Examples...