Searches the database for jobs that match the supplied criteria
Namespace: Thomas.APIServicesAssembly: 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 )
Parameters
- AgentGUID
- Type: System Guid
The Agent GUID of the client
- AuthToken
- Type: System String
The authentication token of the client
- params
- Type: Thomas.APIServices.DataTypes JobSearchParams
The parameters for searching the jobs list
Return Value
A ResultsList of Jobs that match the supplied criteriaSee Also