Get vacation substitution for a specific user
GET/vacation-substitutions/users/:user_code
Retrieve the current SCHEDULED or ACTIVE vacation substitution for a given user. The caller must be that user or an admin.
Request
Responses
- 200
- 401
- 403
- 429
- 500
Successfully retrieved vacation substitution (data is null if none)
Unauthorized
Forbidden - caller is neither the user nor an admin
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error