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}
Table 1. Request parameters
Parameter Type Required Description
modifiedAfter long false Include approval tasks that have been created or edited since this provided time. (Optional)

Related CLI command: getApprovalTasks.


Feedback