get https://api.hibob.com/v1/company/reports//download-async
This endpoint asynchronously generates a report, based on the specified format. If successful it returns the status Accepted
and sets the URL of the newly generated report in the response header under a header called Location
.
You can then obtain the report name and pass it to the next endpoint (Download report file by URL):
1. Click Headers at the bottom of the response to see the URL.
2. Copy only the name of the report (after the /download/ part) and paste to the reportName
for download.
Permissions required:
The service user that you use for this call should have the required permissions. To learn more, see Reports permissions.