get https://api.repsly.com/v3/export/dailyworkingtime/
Endpoint is used to export your daily working time from Repsly. System limit is 50 rows.
More Info
Endpoint is used to export your daily working time from Repsly. System limit is 50 rows.
In every response you will receive meta variables FirstID and LastID. Save LastID for future requests so you can use it as a parameter {lastDailyWorkingTimeID} for every subsequent request until the response meta variable TotalCount is equal to 0, which means you have received all updates.
To get the complete list of daily working times, start your request with parameter {lastDailyWorkingTimeID} = 0.
Response definition
Name | Type | Description |
---|---|---|
MetaCollectionResult\TotalCount | Integer | Total count of daily working times |
MetaCollectionResult\FirstID | Integer | Unique ID of the first item in the list |
MetaCollectionResult\LastID | Integer | Unique ID of the last item in the list |
DailyWorkingTimeID | Integer | Unique daily working time ID |
Date | Datetime | Date of entry |
DateAndTimeStart | Datetime | Start of workday |
DateAndTimeEnd | Datetime | End of workday |
Length | Integer | Length of workday in minutes |
MileageStart | Integer | Start mileage in meters |
MileageEnd | Integer | End mileage in meters |
MileageTotal | Integer | Total mileage in meters |
LatitudeStart | Long | Latitude at day start |
LongitudeStart | Long | Longitude at day start |
LatitudeEnd | Long | Latitude at day end |
LongitudeEnd | Long | Longitude at day end |
RepresentativeCode | String (20) | Unique representative code (owner of this workday) |
RepresentativeName | String (80) | Representative name (owner of this workday) |
Note | String (255) | Workday note |
Tag | Text | Tags associated with this working day (separated with commas) |
NoOfVisits | Integer | Total number of visits in this workday |
MinOfVisits | Datetime | Earliest date and time of a visit in this workday |
MaxOfVisits | Datetime | Latest date and time of a visit in this workday |
MinMaxVisitsTime | Integer | Length in minutes between the earliest and the latest visit |
TimeAtClient | Integer | Length in minutes spent at client locations |
TimeAtTravel | Integer | Length in minutes spent in travelling |