Anchor | ||||
---|---|---|---|---|
|
...
HTTP Code | Description |
---|---|
200 | Workflow Execution was found and returned |
400 | Bad request |
401 | Authentication failure |
403 | Authorization failure (no access to resource) |
404 | Workflow not Workflow Execution not found |
500 | Unexpected internal server error |
...
GET (Using Query Parameters)
This GET service will return a list of environments in the form of JSON objects based on the query parameters code and name. Environments are only returned if they match all of the specified query parameters. If no query parameters are given this request will return the entire list of environments.
Info | ||
---|---|---|
| ||
http://host:port/flexdeploy/rest/v1/workflowExecution? Append the following character sequences to the above URL to specify Query parameters.Use '&' between successive query parameters:workflowExecutionId={workflowExecutionId} workflowRequestId={workflowRequestId} |
...
Response Codes
HTTP Code | Description | ||
---|---|---|---|
200 | Matching Workflow Executions returned | ||
400 | Bad request | ||
401 | Authentication failure | ||
403 | Authorization failure (no access to resource) | 404 | Workflow not found |
500 | Unexpected internal server error |
...