Deployed Projects REST Endpoints

Process/Deployed Projects
Manage deployed projects.
Deploy a Project
Method: post
Path: /ic/api/process/v1/targets/{targetId}
Retrieve a Deployed Project Revision
Method: get
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}
Retrieve Endpoint Configuration for Deployed Project Revision
Method: get
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}/endpoints
Retrieve Revisions of a Project
Method: get
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions
Retrieve the Compatibility Report for Revisions
Method: get
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}/compatibility-report
Undeploy a Project Revision
Method: delete
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}
Update a Deployed Project Revision
Method: patch
Path: /ic/api/process/v1/targets/{targetId}/projects/{projectId}/revisions/{revision}