Gets applicants for a particular job
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobId |
Job Id |
integer |
Required |
| userId |
Applicant User Id |
integer |
None. |
| status |
Applicant Status (Pending, Reviewed, Accepted, Rejected) |
string |
None. |
| pageSize |
Number of results to return (defaults to 25, max of 200) |
integer |
Default value is 25 |
| page |
Page number (starting page is 1) |
integer |
Default value is 1 |
None.
IModelResultOfJobApplicationModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageModel |
None. |
|
| Results | Collection of JobApplicationModel |
None. |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.