getProjectsAllocationsTime
Retrieve time entries for a specific allocation with filters such as date range, sorting, and pagination. Access only the entries you have permission to view in Teamwork projects.
Instructions
Get time entries for a specific allocation. Return logged time entries for a specific allocation. Only the time entries that the logged-in user can access will be returned.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allocationId | Yes | filter by allocation id | |
endDate | No | filter by an ending date | |
includePermissions | No | include permissions | |
includeTotals | No | include totals | |
orderBy | No | sort order | |
orderMode | No | order mode | |
page | No | page number | |
pageSize | No | number of items in a page | |
startDate | No | filter by a starting date | |
updatedAfter | No | filter by updated after date |