Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A cursor ID (uuid) used to request the next page of results. If not provided, defaults to the first page of results.
A cursor ID (uuid) used to request the previous page of results. Is mutually exclusive with startingAfter.
The maximum number of results to be returned. Can be any number from 1 to 100. Defaults to 10, if not provided.
Filter by the assignment type of the allocation. Can be either "project" (Project) or "time_off" (Time Off).
A member ID (uuid) used to filter allocations for a specific member.
A filter on the list based on the allocation's start field in the format YYYY-MM-DD. This will match dates before (<) the date specified.
A filter on the list based on the allocation's start field in the format YYYY-MM-DD. This will match dates on and before (<=) the date specified.
A filter on the list based on the allocation's end field in the format YYYY-MM-DD. This will match dates after (>) the date specified.
A filter on the list based on the allocation's end field in the format YYYY-MM-DD. This will match dates on and after (>=) the date specified.