API ReferenceReport Subscription
Dashboards
Get the dashboards and it's filters
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Query Parameters
lang?string
The language code for localized results.
Value in
- "en"
- "es"
Response Body
application/json
Try it live
curl -X GET "https://example.com/subscriptions/dashboards"[ { "id": "string", "title": "string", "lang": "string", "externalId": "string", "order": 0.1, "preview": "string", "filters": [ { "id": "string", "dashboardId": "string", "name": "string", "type": "string", "order": 0.1 } ] }]