ThomasAPIService GetJobApplicants Method Thomas API Webservices Reference Guide
Retrieves a list of people (candidates) who have applied for a job

Namespace: Thomas.APIServices
Assembly: Thomas.APIServices (in Thomas.APIServices.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public ResultsList<Person> GetJobApplicants(
	Guid AgentGUID,
	string AuthToken,
	string JobRefID,
	bool SearchAPIOnly
)

Parameters

AgentGUID
Type: OnlineSystem Guid
The Agent GUID of the client
AuthToken
Type: OnlineSystem String
The authentication token of the client
JobRefID
Type: OnlineSystem String
The Ref ID of the Job to get applicants for
SearchAPIOnly
Type: OnlineSystem Boolean
Whether to only include people created via the API

Return Value

A ResultsList of People that have applied for the specified job
See Also