ThomasAPIService SearchJobs Method (Guid, String, String)Thomas API Webservices Reference Guide
Searches the database for job titles that contain the supplied text

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

public ResultsList<Job> SearchJobs(
	Guid AgentGUID,
	string AuthToken,
	string Name
)

Return Value

A ResultsList of Jobs that match the supplied criteria
See Also