The ThomasAPIService type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ThomasAPIService | Initializes a new instance of the ThomasAPIService class |
Methods
| Name | Description | |
|---|---|---|
| GetAppliedJobs |
Retrieves a list of jobs that a specified candidate has applied for
| |
| GetAssessmentReportLink(Guid, String, String, List ReportTypeEnum , String, Boolean) |
Generates a publicly-accessible URL for a specified report
| |
| GetAssessmentReportLink(Guid, String, String, ReportTypeEnum, String, Boolean) |
Generates a publicly-accessible URL for a specified report
| |
| GetAvailableReports |
Gets a list of reports available in a specified language for a Person
| |
| GetGoodnessOfFit |
Gets a Goodness of Fit (GOF) value for a person compared to a job
| |
| GetJobApplicants |
Retrieves a list of people (candidates) who have applied for a job
| |
| GetJobComparisonReportLink |
Generates a publicly-accessible URL for a job comparison report
| |
| GetJobDetails |
Retrieves the details of a specific job
| |
| GetJobProfileReportLink |
Generates a publicly-accessible URL for a specified job profile report
| |
| GetPersonDetails |
Retrieves the details of a specific person
| |
| GetUnitsBalance |
Gets the number of remaining web units for the current client
| |
| SearchJobs(Guid, String, String) |
Searches the database for job titles that contain the supplied text
| |
| SearchJobs(Guid, String, JobSearchParams) |
Searches the database for jobs that match the supplied criteria
| |
| SearchJobs(Guid, String, DateTime, DateTime) |
Searches the database for jobs which were created in a specified timeframe
| |
| SearchPeople(Guid, String, String) |
Searches the database for people with a specified name
| |
| SearchPeople(Guid, String, PeopleSearchParams) |
Searches the database for people that match the supplied criteria
| |
| SearchPeople(Guid, String, DateTime, DateTime) |
Searches the database for people which were created in a specified timeframe
| |
| SubmitPPA |
Submit a completed PPA
|
See Also