TimeEntries
Retrieves all time entries with a simplified model based on the grouping parameter.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/timeentries/simplified
Query parameters
groupingstring
The grouping type.
pageinteger
Page number for pagination
pageSizeinteger
Number of items per page
orderbystring
The properties to order by
filterbystring
The filter expression to filter by
Response
OK
Example response
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isBillable": true,
"duration": 8635,
"task": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"entityId": "123e4567-e89b-12d3-a456-426614174000",
"projectId": "123e4567-e89b-12d3-a456-426614174000",
"correlationId": "123e4567-e89b-12d3-a456-426614174000",
"parentId": "123e4567-e89b-12d3-a456-426614174000",
"taskStatusId": "123e4567-e89b-12d3-a456-426614174000",
"taskStatus": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Design",
"description": "Work in progress",
"type": "todo",
"order": 1,
"icon": "arrow_forward"
},
"primaryTaskListId": "123e4567-e89b-12d3-a456-426614174000",
"primaryTaskList": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Design"
}
},
"taskId": "123e4567-e89b-12d3-a456-426614174000",
"project": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Design",
"company": {
"id": "123e4567-e89b-12d3-a456-426614174000"
}
},
"projectId": "123e4567-e89b-12d3-a456-426614174000",
"user": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"firstName": "Carla",
"lastName": "Creative"
},
"userId": "123e4567-e89b-12d3-a456-426614174000",
"typeOfWork": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Design",
"icon": "thumb_up"
},
"typeOfWorkId": "123e4567-e89b-12d3-a456-426614174000",
"createdBy": "123e4567-e89b-12d3-a456-426614174000"
}
]Changes
Changed in 2 of the 20 revisions of this API.3
- ○
api operation id
GetTimeEntriesSimplifiedV2was addedapi-operation-id-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○