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 4 Next »

This POST service will perform the same action found on the Approval Tasks page. It will initiate a request to reject the Approval Task created from an application execution, selected by the folderRequestId.

API URL

http://host:port/flexdeploy/rest/task/rejectApplication
Sample JSON Request
{
   "authentication":
    {
       "userId": "test",
       "password": "welcome1"
    },
   "folderRequestId": "19002"
}

Parameters

Parameter

Required

Type

Description

authentication

Y

String

See Common Parameters below.

folderRequestId

Y

Long

This is the Application Request Id that is generated upon a build/deploy request.

Error rendering macro 'excerpt-include' : No link could be created for 'Approval Tasks REST API'.

  • No labels