Get a list of documents
Authentication
Query parameters
Field to sort documents by. Prefix with - for descending order (e.g., -creation for newest first).
(List pagination element)
number of documents to skip of the list .The list is made up of documents that comply with the terms have been defined in the query.The skips start from the top of the list.
(List pagination element)
total number of documents to retrieve (max. 500) of the list.The retrieval starts from the established position by the value of the param skip.