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
Comos Web REST API

REST-style, HTTP-based API used to interact with COMOS data and to access COMOS features.

Overview¶

COMOS for the integrated management of plant projects ensures that engineers and operators can access all project-relevant data at all times, across all company levels, and in all project phases. It offers a seamless flow of information by providing a common database. COMOS lays the foundation for greater reliability in decision-making and more efficient processes throughout the entire plant.

Additional Information on COMOS

Introduction¶

The COMOS Web REST API is available for COMOS Web. It is a REST-style, HTTP-based API used to interact with COMOS data and to access COMOS features. This will give you the option, for example, to reuse parts of COMOS Web in your own web client or to use it for non-interactive data exchange.

The API supports standard operations like Create, Read, Update, Delete (CRUD) and is used for dedicated COMOS functionalities, e.g.:

  • Creating working layers and COMOS objects
  • Reading project / working layer information
  • Reading, updating and deleting COMOS objects
  • Reading document revision information
  • Downloading / uploading documents
  • Performing check-ins, check-outs and revision steps on documents

Additional Information on COMOS Web