Get all invitations for a shared dashboard
GET {{baseUrl}}/api/v1/dashboard/public/:token/invitation
Describe the invitations that exist for the given shared dashboard (paginated).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page_size | number | The number of records to return in a single request. | |
page_number | number | The page to access (base 0). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"attributes":{"email":"test@datadoghq.com"},"type":"public_dashboard_invitation"}]}