Overview
Welcome to the testo Saveris Logger API documentation.
Functional Overview
This API enables you to integrate Testo Loggers and Gateways into your products through cloud-to-cloud integration. The available functionalities are divided into different API endpoints, which can be used together or independently. The available endpoints are:
- Device Management API: Allows you to register, manage, and delete your Testo loggers.
- Data API: Enables you to fetch measurements and metadata from your logger.
- Push API: Allows you to receive alarms from your loggers in real-time.
- PSC API: Provides a simple interface to fetch the Product Simulation Coefficient (PSC) for your products.
You can utilize the APIs that are relevant to your specific use case.
Documentation Structure
The documentation provides the following resources for each API:
- Overview: Gives a short introduction what this API does and how you can use it. It is for product owners and non technical people who want to grasp the API's business implications.
- Concepts: Contains concepts, architectural decisions, best practices, and anti-patterns to help you understand the API in depth and its potential benefits. This section is useful for advanced developers how want to dig deeper into our apis and concepts.
- API Reference: This is essentially a link to the Swagger reference, containing detailed technical descriptions for each API endpoint, including parameters and return values. This section is primarily beneficial for developers.
- Tutorials: These tutorials cover specific use cases with clear objectives in mind. This is a great starting point for developers who understand the basic concepts and want to address typical business use cases. At the beginning it contains allways a short and simple getting started tutorial for beginners.
- Change Log: A record of the latest changes to our APIs.
Requirements to Use Our APIs
To begin using our API, you will need an API user account and one or more of our loggers.When using our APIs for the first time, we recommend utilizing new loggers that have not previously been connected to our cloud to prevent any issues during initial onboarding.
If you have no account you can contact us over our email, which you will find here.
What Next?
We recommend to continue with the Authentication & Security chapter if you are not familiar with this.