At the moment in order to use the API to find a list of issued documents in a container you need to iterate through and ask each document individually if it has been issued.
It would be good if there were keyword language search parameters you could use to pull all issued documents out in one go.
Practical use of functionality?
If implemented as a keyword language option, it would be possible to do a single API request which would match on other metadata related parameters and also allow you to include/exclude issued documents in the same request. |
|
What is the impact of not doing this?
Pulling out a list of issued documents has a higher overhead in terms of the number of requests made. |