Allocations are only available in the pro plan and require the resource allocations feature to be turned on in your workspace.
Example
{
"date": "2025-07-31",
"hours": 8,
"costCurrency": "USD",
"costPerHour": 64.53,
"isWorkingDay": true
}
Attributes
Name | Type | Description |
---|---|---|
date | date | The date of the allocation date. Will be in the form YYYY-MM-DD . |
hours | number | The hours of the allocation date. |
costCurrency | string | The currency code for the cost. |
costPerHour | number | The cost per hour applicable to this allocation date. |
isWorkingDay | boolean | A flag to indicate if the allocation date is a working day. |