Versions Compared

Key

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

...

Code Block
GET https://{vcf_mr_domain}/verba/restapi/v1/users
Authorization: Bearer fL9QPL2U667bBpitMFhtNIn2kLHC15WB

Query parameters

The listing endpoints allow to influence the response list with different query parameters. The following section covers the different action that are available with the query parameters.

Pagination

The listing endpoints uses a server side pagination. The page size can be modified with the “limit” query parameter. In case of the result set would contain more entities than the page side a “nextPageToken” property is represented in the response. That token can be used to navigate to the next page. If there isn’t a “nextPageToken” property in the response, then there are no more entities.

...

In the response there is no next page token, so there is no more page to display, no more request is needed.

Query parameters

...

Filtering