ThomasAPIService MembersThomas API Webservices Reference Guide

The ThomasAPIService type exposes the following members.
Constructors

  NameDescription
Public methodThomasAPIService
Initializes a new instance of the ThomasAPIService class
Back to Top
Methods

  NameDescription
Public methodGetAppliedJobs
Retrieves a list of jobs that a specified candidate has applied for
Public methodGetAssessmentReportLink(Guid, String, String, List ReportTypeEnum , String, Boolean)
Generates a publicly-accessible URL for a specified report
Public methodGetAssessmentReportLink(Guid, String, String, ReportTypeEnum, String, Boolean)
Generates a publicly-accessible URL for a specified report
Public methodGetAvailableReports
Gets a list of reports available in a specified language for a Person
Public methodGetGoodnessOfFit
Gets a Goodness of Fit (GOF) value for a person compared to a job
Public methodGetJobApplicants
Retrieves a list of people (candidates) who have applied for a job
Public methodGetJobComparisonReportLink
Generates a publicly-accessible URL for a job comparison report
Public methodGetJobDetails
Retrieves the details of a specific job
Public methodGetJobProfileReportLink
Generates a publicly-accessible URL for a specified job profile report
Public methodGetPersonDetails
Retrieves the details of a specific person
Public methodGetUnitsBalance
Gets the number of remaining web units for the current client
Public methodSearchJobs(Guid, String, String)
Searches the database for job titles that contain the supplied text
Public methodSearchJobs(Guid, String, JobSearchParams)
Searches the database for jobs that match the supplied criteria
Public methodSearchJobs(Guid, String, DateTime, DateTime)
Searches the database for jobs which were created in a specified timeframe
Public methodSearchPeople(Guid, String, String)
Searches the database for people with a specified name
Public methodSearchPeople(Guid, String, PeopleSearchParams)
Searches the database for people that match the supplied criteria
Public methodSearchPeople(Guid, String, DateTime, DateTime)
Searches the database for people which were created in a specified timeframe
Public methodSubmitPPA
Submit a completed PPA
Back to Top
See Also