This document allows you to make a REST API call to see a list of the most recent 750 tasks that were assigned to managers in your organization. These tasks can be assigned through provisioning actions.
You can also see these tasks listed on the Admin dashboard, or download a report containing this data.
NOTE: IdentityNow is currently working to increase this limit without adversely affecting the performance of the site. In the meantime, to see a complete list of Active tasks, go to Dashboard > Tasks.
NOTE: If you're making these API calls, you'll need to use on of our supported authentication methods. As a best practice SailPoint recommends using OAuth 2. Also, the endpoint you use must be changed slightly based on the authentication method. For details, see the Authentication section of the Developer portal documentation.
<org>/api/task/listAll
where <org> is the URL for the customer's IdentityNow org.
The results of this API call are sorted in descending order based on the contents of the created column.
To sort results, use the parameters sortColumn and sortOrder.
Valid values for sortColumn are:
Valid values for sortOrder are:
A successful result looks similar to the following:
For more information, see IdentityNow REST APIs.