Skip to main content
GET
List entity groups

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

entityGroupId
string<uuid>

finds an entity group by entityGroupId

employeeId
string<uuid>

finds entity groups by employeeId

name[contains]
string
default:""

finds by name, can be exact name without [contains]

parentId
string<uuid>

if it is a subgroup you can find it by parentId

limit
integer

Limit assignations

page
integer

Request a specific page

Response

200 - application/json

Array of objects

data
object[]
meta
object