Vacancy Recruiter
Response
Key | Type(s) | Description |
---|---|---|
firstname | string |
First name of the recruiter |
lastname | string |
Last name of the recruiter |
string |
Email address of the recruiter |
Example
Response
{
"data": {
"id": 903,
"title": "Operator",
"head_recruiter": {
"firstname": "John",
"lastname": "Doe",
"email": "john.doe@example.com"
},
"recruiters": [
{
"firstname": "John",
"lastname": "Doe",
"email": "john.doe@example.com"
},
{
"firstname": "Jane",
"lastname": "Doe",
"email": "jane.doe@example.com"
},
...
],
...
}
}
This is only a partial response in order to portray a better example