Response
Attributes | Type | Description |
---|
taskId | Long | The task id of the approval task. |
status | String | The status of the approval task. |
environmentId | Long | The environment Id of the approval task. |
requestType | String | The request type of the approval task. The request type can be a release, application, or project request. |
flexFields | List<FlexField> | The list of flex fields for the approval task. |
requestorPath | String | The requestor path of the approval task. |
externalId | String | The externalId of the approval task. If the approval task is not an external approval task this will be null. |
externalSystemId | Long | The externalSystemId of the approval task. If the approval task is not an external approval task this will be null. |
externalSystemType | String | The externalSystemType of the approval task. If the approval task is not an external approval task this will be null. |
notes | String | Notes the requestor entered when approving or rejecting the task |
links | List<Link> | List of any relevant links for the object. |
Each approval task can be one of three different types: Release, Application, and Project.
...
Attributes | Type | Description |
---|
projectId | Long | The project id of the project approval task. |
projectName | String | The prohect name of the project approval task. |
projectVersionName | String | The project version name of the project approval task. |
workflowRequestId | Long | The workflow request id of the project approval task. |
notes | String | Notes entered when approving or rejecting the task |
Include Page |
---|
| REST V1 Link Response |
---|
| REST V1 Link Response |
---|
|