Skip to main content
GET
List location assignations

Authorizations

Authorization
string
header
required

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

Query Parameters

locationId
string<uuid>

Only assignations of this location

entityType
enum<string>

Only assignations to this kind of entity

Available options:
office,
department,
entity_group
entityId
string<uuid>

Only assignations to this entity

page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:20

Items per page

Required range: x >= 1
orderBy
string

Sort field and direction. Allowed fields: entityType, entityId (e.g. entityId desc)

Example:

"entityType asc"

Response

Successful response

data
object[]
meta
object