Get Time Tracking Record
GET/api/v2/TimeTracking/:key
Get Time Tracking Record
Request
Path Parameters
key stringrequired
Guid or ExternalKey
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
Guid guid
Revision int64
PersonCreated guidnullable
PersonChanged guidnullable
TimestampCreated date-timenullable
Example: 
2025-05-21T07:48:00ZTimestampChanged date-timenullable
Example: 
2025-05-21T07:48:00ZCustomFields objectnullable
Person guid
Date date
From date-timenullable
To date-timenullable
Hours durationnullable
Activity guid
Description stringnullable
Contract guidnullable
Subcontract guidnullable
Location stringnullable
EndLocation stringnullable
Billable boolean
CostRate decimalnullable
BillingRate decimalnullable
CostPrice decimalnullable
BillingPrice decimalnullable
ExternalKey stringnullable
{
  "Guid": "string",
  "Revision": 0,
  "PersonCreated": "string",
  "PersonChanged": "string",
  "TimestampCreated": "2025-05-21T07:48:00Z",
  "TimestampChanged": "2025-05-21T07:48:00Z",
  "CustomFields": {},
  "Person": "string",
  "Date": "2024-07-29",
  "From": "2024-07-29T15:51:28.071Z",
  "To": "2024-07-29T15:51:28.071Z",
  "Hours": "string",
  "Activity": "string",
  "Description": "string",
  "Contract": "string",
  "Subcontract": "string",
  "Location": "string",
  "EndLocation": "string",
  "Billable": true,
  "CostRate": 0,
  "BillingRate": 0,
  "CostPrice": 0,
  "BillingPrice": 0,
  "ExternalKey": "string"
}
Not found
- application/json
- Schema
- Example (from schema)
Schema
- ActivityType
- ActivityTypeTimeEntry
Guid guid
Revision int64
PersonCreated guidnullable
PersonChanged guidnullable
TimestampCreated date-timenullable
Example: 
2025-05-21T07:48:00ZTimestampChanged date-timenullable
Example: 
2025-05-21T07:48:00ZName stringnullable
Code stringnullable
Type
object
oneOf
string
Possible values: [Work, Absence, Break]
Default boolean
TimeEntry
object
oneOf
string
Possible values: [Optional, TotalTime, FromTo]
Inactive boolean
Movement boolean
Icon stringnullable
ExternalKey stringnullable
{
  "Guid": "string",
  "Revision": 0,
  "PersonCreated": "string",
  "PersonChanged": "string",
  "TimestampCreated": "2025-05-21T07:48:00Z",
  "TimestampChanged": "2025-05-21T07:48:00Z",
  "Name": "string",
  "Code": "string",
  "Type": "Work",
  "Default": true,
  "TimeEntry": "Optional",
  "Inactive": true,
  "Movement": true,
  "Icon": "string",
  "ExternalKey": "string"
}
Loading...