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
Items object[]
Array [Guid guid requiredRevision int64 requiredPersonCreated guidPersonChanged guidTimestampCreated date-timeTimestampChanged date-timeCustomFields objectPerson guid requiredDate date requiredFrom date-timeTo date-timeHours time-span requiredActivity guid requiredDescription stringContract guidSubcontract guidLocation stringEndLocation stringBillable boolean requiredCostRate decimalBillingRate decimalCostPrice decimalBillingPrice decimal]
{
"ContinuationToken": "string",
"Items": [
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-08-14T08:29:26.040Z",
"TimestampChanged": "2023-08-14T08:29:26.040Z",
"CustomFields": {},
"Person": "string",
"Date": "2023-08-14",
"From": "2023-08-14T08:29:26.040Z",
"To": "2023-08-14T08:29:26.040Z",
"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
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...