Coordinates API
There is one method available for third parties for the Coordinates table:
- List Coordinate rows
Note: Different clients use Coordinates for example for stores or for sales or for product locations. Not all tables have coordinates.
List all Coordinates
End Point: https://api.myposconnect.com/api/v2/coordinates
Verb: GET
Example Call: https://api.myposconnect.com/api/v2/coordinates?filt_tablename_str=stores&sfieldlist=identifier,longitude,latitude,lastEditDateUTC
Return Codes: 200 for success, with the body containing the JSON for the Audits. For other possible (more general) return codes please see API Build Basics
Important: This call returns a restricted flat view of the Audits table.
Troubleshooting Ideas
As with all API connections, you will need to have acquired a bearer token and the user that acquired the token will need to be assigned access permission to this table. If you are not receiving any results send the full endpoint together with any filters and the API user to us from a valid email address and we can advise if permissions have been authorised. You might be able to see data with one table and not another if specific permissions are not applied. Check your filter dates if collecting all entries.