This POST service will retrieve the applicationRequestStatus
based on the applicationRequestId
in the request. Most of the statuses are interim statuses, only COMPLETED
and FAILED
are final status. Your request will fall into one of these two upon completion. The following are all of the possible statuses that can be returned:
INITIATED
PENDING_APPROVAL
SCHEDULED
REJECTED
READY
SUBMITTED
COMPLETED
FAILED
API URL
http://host:port/flexdeploy/rest/workflow/getApplicationRequestStatus
Sample JSON Request
{ "authentication": { "userId": "userid", "password": "mypassword" }, "applicationRequestId": "28208" }
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
| Y | String | See Common Parameters below. |
| Y | Long | The |
Error rendering macro 'excerpt-include' : No link could be created for 'Workflow Execution REST API'.