Skip to main content
GET
/
api
/
dashboards
/
feedback
/
use-cases
Get use cases
curl --request GET \
  --url https://api.example.com/api/dashboards/feedback/use-cases \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "label": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

id
string
required
label
string
required