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: application/json
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)
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: getApprovalTasks.