Skip to Main Content
Need Support? Let’s guide you to the right answer or agent.
Status Future consideration
Workspace Core CDE
Categories API and Integration
Created by Guest
Created on Jun 10, 2024

Allow searching for issued documents through the API

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.