Gateway Integration
The following is a guide for creating gateway or mobile application software that integrates with the BioT backend.
Assumptions
All the API calls made in Gateway Integration have the same prefix, directing them to the BioT API endpoint. You will need to change the base URL to the URL that is specific to your environment.
Before making API calls, login to the BioT User Management Service (UMS).
An explanation is provided in the following pages.
To set up (start, pause, resume and stop) a usage session, create the following entities in the BioT platform:
- A device template that has at least one Usage Type.
- A device of that device template that is linked to a patient.
BioT SDK
BioT offers a JavaScript SDK that simplifies the HTTP calls to its REST API.
Contact BioT support for more information.
Updated 4 months ago
Did this page help you?