ThomasAPIService GetJobDetails Method Thomas API Webservices Reference Guide
Retrieves the details of a specific job

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

public Job GetJobDetails(
	Guid AgentGUID,
	string AuthToken,
	string JobRefID
)

Return Value

The Job object with details populated
See Also