TrackerRMS Help

Your one-stop shop for help on TrackerRMS

Back to Home

Most Relevant Results

Authentication

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

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

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

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

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

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

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

getDocumentFolders POST /api/widget/getDocumentFolders Able to request a list of document folders by record type. Sample Request: { "trackerrms": { "getDocumentFolders": { ...

checkPerson

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

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

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

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

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

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

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

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

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...

Other Results