A GET to the /locations/{type}/{id} endpoint allows your application to retrieve a specific Location record by an external_id or external_code.
Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
| Attribute | Description |
|---|---|
| type | external_idexternal_code |
| id | This value is searched for in the type to find a location |
type to identify the field used to search for the location.
specify the id to specify the search data.
for example, to search for a location with an external_id of “EX1234”
Use the below URL:
/locations/external_id/EX1234
If a location is found with the external_id “1234” this will be returned in the response.