Skip to content

Get dashboard data for alerts widget

GET
/v1/dashboards/{org_uuid}/widgets/alerts

Get the counters for alerts regarding their status and numbers of assignees.

Access

  • Only members of the organization with any role are allowed to query.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Query Parameters

user_uuid

Only return stats related to this user uuid.

Typestring
format"uuid"

Responses

OK

application/json
JSON
{
"open_total": 0,
"open_unassigned_total": 0,
"open_assigned_total": 0,
"open_owned_total": 0,
"closed_total": 0,
"closed_unassigned_total": 0,
"closed_assigned_total": 0,
"closed_owned_total": 0,
"resolved_total": 0,
"resolved_unassigned_total": 0,
"resolved_assigned_total": 0,
"resolved_owned_total": 0,
"fixed_total": 0,
"fixed_unassigned_total": 0,
"fixed_assigned_total": 0,
"fixed_owned_total": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI