Listing Projects - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

This document highlights different use cases to list projects and their applications, and then you can manage other operations. For a basic project deployment using the IEM APIs, the following HTTP request you may need related api documentation:

  1. a POST request with your username and password and receive a lightweight token that will enable you as a user to authenticate future requests.
  2. a POST request to create a new company.
  3. a GET request to receive the ID of the company that you would like to create a new project in.
  4. a POST request to create a new project with the specific company ID.
  5. a GET request to receive the ID of the project that you would like to get applications.
  6. a GET request to receive all the applications of the project to get the ID of the application.
  7. a GET request to receive the details of a specific developer application.
  8. a DELETE request to delete a specific project.
  9. a DELETE request to delete a specific company.