TrackerRMS Help

Your one-stop shop for help on TrackerRMS

Back to Topics

Help Topic: Connect your Project to the Tracker REST API


Connect Your Project to the Tracker API

  • Create a new project in Visual Studio 
  • Right-click on the project in Solution Explorer 
  • Select Add > Connected Service

A screenshot of a computer

Description automatically generated, Picture

  • Click the + icon next to Service References to add a new service reference

A black rectangular object with white lines

Description automatically generated, Picture

  • Select OpenAPI and click Next

Picture 1, Picture

A screenshot of a computer program

Description automatically generated, Picture

  • Click Finish 
  • Click Close when the service reference has been added

A screenshot of a computer program

Description automatically generated, Picture

  • Build your project 
  • Your project will now include a class called ‘TrackerAPI’ which contains wrapper functions for calling the API

Examples

  • Authenticate and retrieve a Lead

A screen shot of a computer program

Description automatically generated, Picture