Added Accounts Endpoint
We added an endpoint for Account Details returning Account details
We added an endpoint for Account Details returning Account details
We added an endpoint for retrieving Absence Types returning the Absence Types associated with a provided location_id
or location_external_id
.
We’ve now introduced fixed, numeric rate limits for all API keys.
By default, each API key is limited to 300 requests per minute.
The documentation has been enhanced by the Uploads endpoint, including example requests for fetching uploads by user or ID. We’ve also added support for filtering uploads by title, making it easier to find specific files.
We introduced rate limiting on all our public APIs to prevent over-usage. If you exceed rate limits for your account, you may start getting responses with 429 status code. To avoid running into this, use the APIs responsibly and introduce pauses between requests if needed.
We added payrolls endpoint, API For Retrieving Payrolls for User accepting either user_id
or user_external_id
and returning the payrolls for it.
We added an API for retrieving the vacation entitlements of a given user, accepting either user_id
or user_external_id
and returning the vacation entitlements filtered by a particular date or date range.
We added an API for retrieving the availabilities of a given user, accepting either user_id
or user_external_id
and returning the availabilities filtered by a particular date or date range.
We added an API for retrieving the target hours of a given user, accepting either user_id
or user_external_id
and returning the target hours filtered by a particular date or date range.
We have updated our Absence Api to accept location_id
and location_external_id
so that absences can be retrieved for a location.