The GetDocumentsBySchema action returns all documents of the specified schema page by page. In the parameters, you specify the number of documents per page and the page from which the documents are listed.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
SELECT |
Schema |
Specifies the selected scheme. |
|
TEXT |
PageSize |
Specifies the number of documents per page. Default value: 100. |
|
TEXT |
Page |
Specifies a specific page with documents. Default value: 1 |
Return
|
Type |
Description |
|---|---|
|
DATASET |
Returns the documents of a specific schema page by page. |