GET
/
components

Query Parameters

sort
string

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.

include
string

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

filter[status]
enum<integer>

Filter by status

Available options:
1,
2,
3,
4,
5
filter[name]
string

Filter by name.

filter[enabled]
boolean

Filter by enabled status.

per_page
integer
default:
15

How many items to show per page.

page
integer

Which page to show.

Response

200 - application/json
data
object[]
required
meta
object
required