I notice there is a lack of parity in API for listing templates in Digital Release v23.3.x .

When searching system for templates:
https://apidocs.digital.ai/xl-release/23.3.x/rest-docs/#listing-templates
acceptable query params are: page, resultsPerPage, title, tag, kind

When searching for templates under folder:
https://apidocs.digital.ai/xl-release/23.3.x/rest-docs/#templates-and-releases
acceptable query params are: page, resultsPerPage, kind, depth

A group of my users has >1000 templates under one folder, and they would like to search by title. I am providing a proxy UI which implements the search and I would like to be able to pass the title parameter while searching under a folder.

Additionally, I don't think the 'depth' parameter works, as I do not see subfolders' templates.

Comments