Get time tracking records
Get time tracking records
Query Parameters
- From date-time
Date from, example value: 2018-07-25
- To date-time
Date to, example value: 2018-07-25
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string nullable
Items object[] nullable
Array [Guid guidRevision int64PersonCreated guid nullablePersonChanged guid nullableTimestampCreated date-time nullableTimestampChanged date-time nullableCustomFields object nullablePerson guidDate dateFrom date-time nullableTo date-time nullableHours duration nullable requiredActivity guidDescription string nullableContract guid nullableSubcontract guid nullableLocation string nullableEndLocation string nullableBillable booleanCostRate decimal nullableBillingRate decimal nullableCostPrice decimal nullableBillingPrice decimal nullable]
{
"ContinuationToken": "string",
"Items": [
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-05-24T12:25:00Z",
"TimestampChanged": "2023-05-24T12:25:00Z",
"CustomFields": {},
"Person": "string",
"Date": "2023-05-24",
"From": "2023-05-24T12:26:23.275Z",
"To": "2023-05-24T12:26:23.275Z",
"Hours": "string",
"Activity": "string",
"Description": "string",
"Contract": "string",
"Subcontract": "string",
"Location": "string",
"EndLocation": "string",
"Billable": true,
"CostRate": 0,
"BillingRate": 0,
"CostPrice": 0,
"BillingPrice": 0
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object required
Code string nullableMessage string nullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...