Service Location ID

How to obtain the Location ID when using an API ?

R
Written by Rachel
Updated over a week ago

A service location is a required part of the Patient record. These organization locations are created directly within the NikoHealth platform. When calling an API, you may need to pass this Location ID as reference data.

You can obtain the corresponding IDs for service locations available within your NikoHealth environment from your Swagger documentation. Here within the API group of Locations, you can:

  1. Use the API : GET /v1/organization/locations

  2. Click the Try it out button located on the right side of the expanded area.

  3. Click the blue Execute button right below the Page Size text input.

  4. Await for the request to be executed with the result shown right below the Execute. button, under the Responses section.

  5. A Location Id will be returned which you can use for future API calls.

Did this answer your question?