Get Dynamic Process Execution Details

get

/ic/api/process/v1/dp-executions/{id}

Get the process execution detail for a given execution ID.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ProcessExecution
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Discriminator: links
Show Source
Nested Schema : ProcessExecution-allOf[1]
Type: object
Show Source
Nested Schema : availableActions
Type: array
Show Source
Nested Schema : availablePermissions
Type: array
Show Source

401 Response

Unauthorized

404 Response

Process execution with given id does not exist.

500 Response

Internal Server Error
Back to Top