v1
latestOpenAPI 3.0.12026-08-041753011.2 MBGet time entries for a user on a workspace
Path parameters
Represents a workspace identifier across the system.
Represents a workspace identifier across the system.
Represents a user identifier across the system.
Represents a user identifier across the system.
Query parameters
Represents a term for searching time entries by description.
Represents a term for searching time entries by description.
Represents a start date in the yyyy-MM-ddThh:mm:ssZ format.
Represents a start date in the yyyy-MM-ddThh:mm:ssZ format.
Represents an end date in the yyyy-MM-ddThh:mm:ssZ format.
Represents an end date in the yyyy-MM-ddThh:mm:ssZ format.
If provided, you'll get a filtered list of time entries that matches the provided string in their project id.
If provided, you'll get a filtered list of time entries that matches the provided string in their project id.
If provided, you'll get a filtered list of time entries that matches the provided string in their task id.
If provided, you'll get a filtered list of time entries that matches the provided string in their task id.
If provided, you'll get a filtered list of time entries that matches the provided string(s) in their tag id(s).
If provided, you'll get a filtered list of time entries that matches the provided string(s) in their tag id(s).
[ "5e4117fe8c625f38930d57b7", "7e4117fe8c625f38930d57b8" ]
Flag to set whether to only get time entries which have a project.
Flag to set whether to only get time entries which have a project.
Flag to set whether to only get time entries which have tasks.
Flag to set whether to only get time entries which have tasks.
Flag to set whether to include additional information on time entries or not.
Flag to set whether to include additional information on time entries or not.
Page number.
Page number.
Page size.
Page size.
Flag to set whether to filter only in progress time entries.
Valid yyyy-MM-ddThh:mm:ssZ format date. If provided, filters results within the week before the datetime provided and only those entries with assigned project or task.
Valid yyyy-MM-ddThh:mm:ssZ format date. If provided, filters results within the week before the datetime provided and only those entries with assigned project or task.
Response
OK
Example response
[
{
"costRate": {
"amount": 10500,
"currency": "USD"
},
"customFieldValues": [
{
"customFieldId": "5e4117fe8c625f38930d57b7",
"name": "TIN",
"timeEntryId": "64c777ddd3fcab07cfbb210c",
"type": "WORKSPACE"
}
],
"description": "This is a sample time entry description.",
"hourlyRate": {
"amount": 10500,
"currency": "USD"
},
"id": "64c777ddd3fcab07cfbb210c",
"kioskId": "94c777ddd3fcab07cfbb210d",
"projectId": "25b687e29ae1f428e7ebe123",
"tagIds": [
"321r77ddd3fcab07cfbb567y",
"44x777ddd3fcab07cfbb88f"
],
"taskId": "54m377ddd3fcab07cfbb432w",
"timeInterval": {
"duration": "8000",
"end": "2021-01-01T00:00:00Z",
"start": "2020-01-01T00:00:00Z"
},
"type": "BREAK",
"userId": "5a0ab5acb07987125438b60f",
"workspaceId": "64a687e29ae1f428e7ebe303"
}
]