The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Product-Information

Empowering Your CMMS with the Product Information API 🚀

Changelog

This page displays a curated, chronological list of notable updates for the Product Information Webservice across versions. It helps developers easily identify key changes between each project iteration. Developers can specify the API version by using the Api-Version HTTP header in the request.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v2-earlyaccess] | 2023-02-14

Latest ✔️. Used if no version is specified in the Api-Version header.

Changes

  • Added an endpoint for delivery information
  • Made response property names standard camelCase: (ProductNumber -> productNumber)
  • Added improvements to the swagger documentation

[v1-earlyaccess] | 2022-11-22

Deprecated ❌

Changes

  • Added caching of products for faster response times
  • Requests to the APIs base-url are now redirected to /api
  • Fixed A bug where product names would be missing from the response

[v0] | 2022-11-10

Deprecated ❌

Changes

  • Added authentication via API keys
  • Added performance improvements
  • Made error messages made more comprehensible