Establishments
List establishments
Retrieve a list of establishments.
get/organization/structure/api/establishments
Query parameters
idinteger[]
Comma-separated list of establishment IDs.
legalUnitIdinteger[]
ID(s) of the legal-unit(s) establishments must belong to.
searchstring
Search based on the establishment name.
isArchived'true' | 'false' | 'true,false'
Filter out establishments based on their archival status. By default, archived establishments are not returned. To return both archived and non-archived establishments, use ?isArchived=true,false
pageinteger
Page number
limitinteger
Page size
fields.root'count'
Include collection properties.
Response
OK
Example response
{
"items": [
{
"legalUnit": {
"country": {
"defaultTimeZone": "Europe/Paris"
}
},
"timezoneId": "Europe/Paris"
}
]
}