Gets all the absence regions.
Gets all the absence regions of the workspace. Depending on the user’s permissions, the visibility of users assigned to the regions may vary. Admin will see all users assigned to all regions. Planner users with User Team Filter on (UserTeamsData) will only see same team users assigned to the regions. Any other user will only see themselves assigned to the regions.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
id
createdOn
createdBy
updatedOn
updatedBy
name
The name of the absence region, as specified by the user.
It must be unique within the workspace.
countryCode
The country code of the absence region. It must be a valid ISO 3166-1 alpha-2 country code.
country
The english name of the country.
locationCode
The location code of the absence region. It is optional. It should be a valid ISO 3166-2 country subdivision code.
location
The name of the location.
It will always be in the related country's language.
isDefault
Indicates whether the absence region is the default absence region.
Any new user will be assigned to the default absence region.
numberOfPublicHolidays
The number of public holidays in the absence region.
assignedUsers
The list of user ids assigned to the absence region.