List recent approval tasks
This command returns the approval tasks that have been modified since the given time.
Request
GET https://{hostname}:{port}
/cli/approval/task/?{parameters}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
modifiedAfter | long | false | Include approval tasks that have been created or edited since this provided time. (Optional) |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: getApprovalTasks.