Process Definitions: list versions
Lists all available versions of a process definition.
Request
HTTP Request
GET https://cawemo.example.com/api/v1/engine-projects/:engine-project-id/process-definitions/:process-definition-key/versions
Path Parameters
Name | Type | Description |
---|---|---|
engine-project-id | string | Unique identifier of the engine project that contains the process definition. |
process-definition-key | string | Key of the process definition the versions are requested for. |
Response
If successful, this method returns an array of Process Definitions resources without the content field in the response body.