$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

This service will retrieve the applicationRequestStatus based on the applicationRequestId in the request. Most of the Status are interim statuses. Only COMPLETED and FAILED are final status. Your request will fall into one of these two upon completion.

  • INITIATED,
  • PENDING_APPROVAL,
  • SCHEDULED,
  • REJECTED,
  • READY,
  • SUBMITTED,
  • COMPLETED,
  • FAILED

 

URL
http://host:port/flexdeploy/rest/workflow/getApplicationRequestStatus
Sample JSON Request
{
	"authentication":
	{
		"userId": "userid",
		"password": "mypassword"
	},
	"applicationRequestId": "28208"
}

 

Parameters

Parameter

Required

Type

Description

Authentication

Y

 

See Common Parameters

applicationRequestId

Y

Long

The requestId to retrieve the status for.

  • No labels