Components

List Components

get/components

Query parameters

sortstring

Available sorts are name, order, id. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.

includestring

Available includes are group, groupCount, groupExists, incidents, incidentsCount, incidentsExists. You can include multiple options by separating them with a comma.

per_pageinteger

How many items to show per page.

pageinteger

Which page to show.

filter[status]1 | 2 | 3 | 4 | 5 | 6

Filter by status

filter[name]string

Filter by name.

filter[enabled]boolean

Filter by enabled status.

Response

Paginated set of Component

Changes