Get a timesheet whitelist
GET/api/timesheet-whitelists/{id}
warning
The whitelist is enforced only when both of these hold:
- the whitelist is enabled for the project (check it here);
- the person tracking time lacks the time_tracking.bypass_whitelist permission.
That permission bypasses the whitelist on every project, whether tracking time for themselves or for someone else.
Required permissions:
- pipeline.view: allows view resources of projects where the user is the PM or the Account.
- pipeline.view_other: allows view resources of projects where the user is not the PM nor the Account.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Returns the requested timesheet whitelist.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed