Skip to main content

Figuring out how the App uses the API

Quick Tip on figuring out how the app uses the API.

S
Written by Support Manager
Updated over 2 years ago

Their is only one API that the OpsAnalitica platform uses. If you want to see how we interact with the API and the order in which we make calls and what data we feed into our calls.

The best way to do that is to get your Favorite Browser, I like Google Chrome, and follow these steps:

  1. Open Up the Developer Tools

  2. Go to the Network Tab

  3. Navigate to the part of the platform that you are trying to figure out.

  4. Edit or Create an Entity.

  5. Then you can look at the Developer tools to see what End points we are calling and what data is being passed.

  6. If you mimic what we do in your scripts then you should be just fine.


Did this answer your question?