HomeRecipesAPI ReferenceChangelogDiscussions
Log In
Discussions

Discussions

Ask a Question
Back to All

Need help identifying API Endpoints from API Reference.

Hello,

We are trying to identify endpoints to use for our usecase which simply creates a work order:

  1. For a given user/employee, we want to identify user's work location (Critical Site or Corporate). Which APi endpoint should we use?
  2. After user/employee confirms, we want to show them floors, locations, Isse List in dropdown format. How can we get all this information by user/employee?
  3. How to check if similar work order exist (without work order number). Is there a way to query WO API with name? or Floor?

We tried searching it here: https://developer.corrigo.com/reference/sample-entities and looked a recepie as well, but were not able to find for above. Any help in right direction would be appreciated.

Thank you