Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The allocation uuid
200
The unique identifier for the object.
The type of resource assigned to this allocation.
member, placeholder The type of assignment for this allocation.
project, time_off The start date of the allocation. Will be in the form YYYY-MM-DD.
The end date of the allocation. Will be in the form YYYY-MM-DD.
The time unit that determines how the allocation is measured.
day, week, month, allocation, ratio_of_capacity The number of hours allocated per day. Only present when unit is "day", otherwise null.
The number of hours allocated per week. Only present when unit is "week", otherwise null.
The number of hours allocated per month. Only present when unit is "month", otherwise null.
The total number of hours for the entire allocation duration. Only present when unit is "allocation", otherwise null.
The proportion of the member's available capacity allocated. Only present when unit is "ratio_of_capacity", otherwise null.
Whether time is allocated on days when the member has time off. Only present when assignmentTypeId is "project" and resourceTypeId is "member", otherwise null.
The total number of computed hours across all dates in the allocation.
Whether this allocation is billable.
Notes associated with the allocation.
Whether this allocation is read-only. Allocations sourced from time entries or holidays are read-only.
The source entity type.
allocation, time_entry, holiday The timestamp when the object was created.
The member assigned to this allocation. Present when resourceTypeId is "member", otherwise null.
The resource placeholder assigned to this allocation. Present when resourceTypeId is "placeholder", otherwise null.
The project this allocation is assigned to. Present when assignmentTypeId is "project", otherwise null.
The project role associated with this allocation, if any.
The project task associated with this allocation, if any.
The time off type associated with this allocation. Present when assignmentTypeId is "time_off", otherwise null.