...
Note that the method does not support the GlobalSearch scope.
URL
(POST) /resources/documents/list
PARAMETERS
The parameters are a JSON object included in the request body:
scope | The scope object. The segment must be within the scope. NOTE: This method does not support the Global Search scope. | Mandatory, object |
skip | Used for pagination. 0 = get documents from the start. If not specified, value will be 0. | Optional, int? |
take | Used for pagination. Number of documents to retrieve. If not set, value will be 30. | Optional, int? |
name | Optional filter on the name. This is an infix filter. | Optional, string? |
did | Optional filter on a specific document. If specified the system returns information for this specific document only. | Optional, int? |
RESULTS
A JSON with these properties:
...