v1
latestOpenAPI 3.0.12026-07-24192492466.5 KBTasks
Get project task time entries.
Gets the project task time entries between selected from and to date range.If both from and to are not specified, last 30 days records are returned.From date should be before to date.The difference between from and to date cannot be more than 90 days.
get/psa/projects/{projectId}/tasks/{taskId}/timeentries
Path parameters
projectIdstring required
The project identifier.
taskIdstring required
The task identifier.
Query parameters
fromstring date-time
Date from records to retrieve. If not specified defaults to to - 30 days.
tostring date-time
Date to records can be retrieved. If not specified defaults to today.
employeeIdsstring
Comma separated list of one or more Employee ids you'd like to filter on.
pageNumberinteger
pageSizeinteger
Represents how many results you'd like to retrieve per request (page). Default is 100. Max is 200
Response
OK