Allocations endpoint enables you to get information of allocation working hours reported by users to projects. Endpoint's URL is:
https://<your_environment_url>/customer-api/1.0/allocations/
When calling /allocations/ endpoint without parameters you will get all the allocation hours from the database. Example response:
"csvUrl": "/customer-api/1.0/allocations/?user.id=1&csv=true&allocation.date=2019-09-12",
"excelUrl": "/customer-api/1.0/allocations/?user.id=1&excel=true&allocation.date=2019-09-12",