Your one-stop shop for help on TrackerRMS
Authentication All calls to use a Content Type of application/json Authentication can be optionally using either: Username and password, or oAuth2 Token protocol Username and password is passed i...
createContact POST /api/widget/createContact Example of payload of data to the api in order to create or update a contact record within the TrackerRMS database. Sample Request: { "tracker...
createResource POST /api/widget/createResource Able to payload of data to the api in order to create or update a resource (candidate) record within the TrackerRMS database. Please use only 1 of th...
createResourceFromResume POST /api/widget/createResourceFromResume Able to payload of data to the api in order to create or update a resource (candidate) record within the TrackerRMS database using...
createLead POST /api/widget/createLead Able to payload of data to the api in order to create a lead record within the TrackerRMS database. Sample Request: { "trackerrms": { ...
createOpportunity POST /api/widget/createOpportunity Able to payload of data to the api in order to create an opportunity record within the TrackerRMS database. Sample Request: { "tracker...
getRecords POST /api/widget/getRecords Able to request records from the api with optional search text. Results will return all records matching the state and search text provided. For example, re...
getDocumentFolders POST /api/widget/getDocumentFolders Able to request a list of document folders by record type. Sample Request: { "trackerrms": { "getDocumentFolders": { ...
checkPerson POST /api/widget/checkPerson Able to pass the unique client API key (from TrackerRMS) and username (the user’s email address) to the api along with key contact information to chec...
getSettingsData POST /api/widget/getSettingsData Obtain all the core access rights, naming conventions, statues, types, sources and teams for a given user. Sample Request: { "trackerrms": { ...
inboundCall There are 2 options available for triggering an Inbound Call screen pop, one is a GET call, the other a POST call GET /api/telephone/inboundCall?Source=00000000000&Destination=000000000...
updateRecord POST /api/widget/updateRecord Able to send a payload of data to the api to update any record within the TrackerRMS database. Sample Request: { "trackerrms": { "updateRe...
createActivity POST /api/widget/createActivity Example of payload of data to the api in order to create or update a contact record within the TrackerRMS database. Sample Request: { "track...
resourceApplication POST /api/widget/resourceApplication Able to send a payload of data to the api in order to assign a resource (Candidate) to any Job on either the long or shortlist as either an ...
attachDocument POST /api/widget/attachDocument Example of payload of data to the api in order to attach a new document to a record in Tracker. Sample Request: { "trackerrms": { "att...
addComplianceItem POST /api/widget/addComplianceItem Example of payload of data to the api in order to create a new compliance item linked to a Candidate. Sample Request: { "trackerrms": { "...
getIndividualRecord POST /api/widget/getIndividualRecord Able to request a single record from the api. Results will return extended information about a single record. Must provide both "recordtyp...