Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to get the list of all documents, send a GET request to the /documents resource. The response contains a paginated list of all documents.

Request

...

query parameters

Name

Type

Description

limit

number

(Optional) Maximum number of documents to return (default 20).

offset

number

(Optional) Starting offset (default 0).

...