{id}/dashboards

Note: When making API requests, ensure the following headers are included:

  • Authorization: Bearer UserToken (replace UserToken with your actual access token)
  • Content-Type: application/json
  • Accept: application/json

Listing all the available collections with the associated dashboards.

Path Parameters

  • idstringrequired

Responses

  • titlestring

  • UUIDstring

  • dashboardsarray

Loading Examples...
  • Allows you to create a new dashboard within a specified collection.

Path Parameters

  • idstringrequired

Request Body

application/json

  • titlestring

  • createdAtstring

  • collectionIDnull

  • collectionTitlenull

  • createdByinteger

  • entity_idinteger

  • jsonVersioninteger

  • editableboolean

  • curatedboolean

  • publicboolean

  • sharedboolean

  • sharedByMeboolean

  • integrationnull

  • disabledboolean

  • isMyDefaultboolean

  • orgIdstring

  • urlBasedboolean

  • jsonViewPropsnull

  • sharedOrgIdnull

Loading Examples...

Responses

Loading Examples...