This API will fetch jobs that are published for Employee Referral along with filters like Skills, Keywords , Locations, etc.
GET https://altrecruit.peoplestrong.com/api/referrals/v1/job
Parameter name | Value | Description | Additional |
---|---|---|---|
jobcode | string | Job code for searching a job |
|
keyword | string | Keywords for searching a job |
|
location | string | Location for searching a job |
|
minExp | int64 | Min experience for searching a job |
|
maxExp | int64 | Max experience for searching a job |
|
skills | array of string, multiple occurances | skills required in job |
|
offset | int64 | Records starting from |
Required |
limit | int64 | No of records per page |
Required |
This request requires the use of one of following authorisation methods:
API key
OAuth2
.
For OAuth 2 authorisation, the following scopes are required:
Scope | Description |
---|---|
read | read records |
write | modify records |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
SearchJobResponse |
400 | Bad Request Bad Request |
|
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
405 | Method Not Allowed Method Not Allowed |
|
426 | API rate limit exceeded |
|
429 | API rate limit exceeded |
|
500 | Internal Server Error Internal Server Error |
|
default | successful operation |