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 being assigned. Must be either "member" for a real team member or "placeholder" for a generic resource placeholder.
member, placeholder The type of assignment. Must be either "project" for a project-related allocation or "time_off" for a time off assignment.
project, time_off The start date (YYYY-MM-DD) of the allocation, must come on or before end date.
The end date (YYYY-MM-DD) of the allocation, must come on or after the start date.
The time unit that determines how the allocation is defined. Possible values are "day" (Per day), "week" (Per week), "month" (Per month), "allocation" (Absolute number of hours), or "ratio_of_capacity" (Percentage of available capacity).
day, week, month, allocation, ratio_of_capacity The number of hours allocated per day. Only present when unit is "day". Must be between 0 and 24 with up to 2 decimal places.
The number of hours allocated per week. Only present when unit is "week". Must be between 0 and 168 with up to 2 decimal places.
The number of hours allocated per month. Only present when unit is "month". Must be between 0 and 744 with up to 2 decimal places.
The total number of hours for the full allocation duration. Only present when unit is "allocation". Must be between 0 and 99999 with up to 2 decimal places.
The proportion of the member's available capacity to allocate. Only present when unit is "ratio_of_capacity". Must be between 0 and 1 with up to 4 decimal places.
Whether time can be allocated on days when the member has time off. Only present when assignmentTypeId is "project" and resourceTypeId is "member". Defaults to false.
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. One of "allocation", "time_entry", or "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.