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:
- a POST request with your username and password and receive a lightweight token that will enable you as a user to authenticate future requests.
- a POST request to create a new company.
- a GET request to receive the ID of the company that you would like to create a new project in.
- a POST request to create a new project with the specific company ID.
- a GET request to receive the ID of the project that you would like to get applications.
- a GET request to receive all the applications of the project to get the ID of the application.
- a GET request to receive the details of a specific developer application.
- a DELETE request to delete a specific project.
- a DELETE request to delete a specific company.