Versions Compared

Key

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

Most of the API calls are can be paginated.
This means you can request a small amount of results to retrieve small result sets in several steps so you can be as performant as possible.

The default values for items per page value is set to 30.

How to use pagination

To use the api pagination pls , append the following query parameter to the end of the API call:

Code Block
?page=1
?page=2
...

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel in ( = "enerest" , "-en" ) and label = "api-en" and space = currentSpace ( )

...