List Documents in Collection (XML)
transkribus_coll_list_docs_xmlRetrieve an XML list of all documents within a specified collection by providing the collection ID.
Instructions
List all documents in a collection in XML format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| index | No | Start index | |
| nValues | No | Number of values | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction (asc/desc) | |
| isDeleted | No | Include deleted documents | false |