ThomasAPIService GetAppliedJobs Method Thomas API Webservices Reference Guide
Retrieves a list of jobs that a specified candidate has applied for

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

public ResultsList<Job> GetAppliedJobs(
	Guid AgentGUID,
	string AuthToken,
	string PersonRefID
)

Parameters

AgentGUID
Type: OnlineSystem Guid
The Agent GUID of the client
AuthToken
Type: OnlineSystem String
The authentication token of the client
PersonRefID
Type: OnlineSystem String
The Ref ID of the Person to get jobs applied for

Return Value

A ResultsList of Jobs that the specified person has applied for
See Also