TimesheetData
| API | Description |
|---|---|
| GET api/TimesheetData?apiKey={apiKey} |
Retrieves list of all Timesheet Entries |
| GET api/TimesheetData/{id}?apiKey={apiKey} |
Retrieves one Timesheet Entry by EntryID |
| GET api/TimesheetData?startDate={startDate}&apiKey={apiKey} |
Retrieves all Timesheet Entries with a TimesheetDate of StartDate or later |
| GET api/TimesheetData?startDate={startDate}&endDate={endDate}&apiKey={apiKey} |
Retrieves all Timesheet Entries with a TimesheetDate between StartDate and EndDate |