ThomasAPIService SearchJobs Method (Guid, String, JobSearchParams)Thomas API Webservices Reference Guide
Searches the database for jobs that match the supplied criteria

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,
	JobSearchParams params
)

Return Value

A ResultsList of Jobs that match the supplied criteria
See Also