Xenometric REST API

A REST API is an application programming interface (API) that conforms to the design principles of the representational state transfer (REST) architectural style, a style used to connect distributed systems. REST APIs are sometimes referred to as RESTful APIs.

A REST API allows the user (client) to talk to an information provider (server) in a secure and predictable way. Xenometric’s API allows customers to request data from our database, without the need to connect directly to the database. This provides a safe and standard way for customers to access their data with technology that they may already employ.

Xenometric REST API

REST Commands

We only support GET commands, as our API is designed to
allow access to your data. We do not accept POST, DELETE or PUT commands.

 

We support three different GET commands. The first is Locations.
This command allows you to list all the locations that you can access with your
username/password or API key.

RES API commands

For more information, view our REST API document here.