This article is for developers with a full understanding of how to work with our API.
Important note about the API explorer:
When you follow the link we provide to the API explorer, you'll see a red warning.
The API itself is not deprecated. It's the Google API explorer that is deprecated. All the processes described in our API articles function correctly and safely if you use this Google API explorer.
By default, the maximum number of pending workflow tasks displayed on your library homepage is 100. A custom configuration flag is available to change the limit for a specific library or a whole domain to a maximum of 1000.
Learn more: Browse the workflow tasks in your library.
Important:
– To change the limit at the domain level, you must be super administrator; to change the limit at the library level, you must be library administrator or super administrator.
– This setting is available through the API only. It isn't available in the interface.
– Custom configurations at the library level take precedence over those set at the domain level. For example, if you set the limit at 500 at the domain level and 200 for one library, the limit will be 500 for all libraries on your domain except the one in which it is set at 200.
Learn more: Use the API to check which custom configuration flags are set on your domain or library.
In this article:
Automatically generated table of contents
Set the custom configuration at the domain level
1. As an AODocs super administrator, follow one of these links to the AODocs API:
- US instance:
- EU instance:
Note: Dedicated instances have their own URLs. Learn more: What are AODocs instances?
2. Enter the flag name: workbasketSearchRequestMaxResult
.
3. In the Request body field, enter a value between 10 and 1000 next to configurationFlagValue
.
4. Click Authorize and execute. The response is displayed in the lower part of the screen.
Note: To remove a custom configuration, use the same process, and enter the value 100
in the Request body field. This is the default limit.
Set the custom configuration at the library level
1. As a library administrator, follow one of these links to the AODocs API:
- US instance:
- EU instance:
Note: Dedicated instances have their own URLs. Learn more: What are AODocs instances?
2. Enter the ID of the library in which you want to add the custom configuration. Learn how to identify the library ID.
3. Enter the flag name: workbasketSearchRequestMaxResult
.
4. In the Request body field, enter a value between 10 and 1000 next to configurationFlagValue
.
5. Click Authorize and execute. The response is displayed in the lower part of the screen.
Note: To remove a custom configuration, use the same process, and enter the value 100
in the Request body field. This is the default limit.