Get's all of the eligibilities associated with the supplied candidate_id. This is useful to decide which specific eligibility needs to be updated or deleted.
GET https:///accounts/{account_code}/candidates/{candidate_id}
Parameter name | Value | Description | Additional |
---|---|---|---|
account_code | string | Provided client specific account code. This is the unique, randomly generated alphanumeric identifier for the client Account. |
Required |
candidate_id | string | The candidate id. |
Required |
This request requires the use of one of following authorisation methods:
OAuth2
.
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK All of the eligibilities assocated with the specified candidate id. |
Existing Eligiblity Model[] |
400 | Bad Request
|
Error Model |
403 | Forbidden Forbidden operation. |
Error Model |
404 | Not Found The specified candidate id was not found. |
Error Model |
500 | Internal Server Error Error in case of server errors. |
Error Model |