Get a Posting
GET/v1/tenants/:tenantId/companies/:companyName/postings/:id
This GET method returns a Posting based on its id
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Successfully retrieved posting
Bad request
Token not provided or invalid
Forbidden to access the given resource
Posting not found
Rate limit exceeded
An unexpected error has occurred