Retrieves a list of people (candidates) who have applied for a job
Namespace: Thomas.APIServicesAssembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Parameters
- AgentGUID
- Type: System Guid
The Agent GUID of the client
- AuthToken
- Type: System String
The authentication token of the client
- JobRefID
- Type: System String
The Ref ID of the Job to get applicants for
- SearchAPIOnly
- Type: System Boolean
Whether to only include people created via the API
Return Value
A ResultsList of People that have applied for the specified jobSee Also