GET Method Details for GetStatusByPeriod.
Get approval statuses for user
Definition
https://app[x].timelog.com/[account name]/api/v{version}/approval/timesheets/get-status-by-period
Parameters
- employeeUserId integer The user id
- startDate string Period start date
- endDate string Period end date
- version string The requested API version
Returns
-
[200] A list of approval status within a period that belongs to the user
- LastRejectedComment string
- PeriodStatus integer
- RecentRejectedComment object
- WeekDays array
- [401] Invalid authentication token
-
[500] Unable to retrieve approval status for the user
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.