n8n-docs/docs/api/v1/shared/spec/parameters/cursor.yml
2022-06-09 12:02:07 +01:00

8 lines
301 B
YAML

name: cursor
in: query
description: Paginate through users by setting the cursor parameter to a nextCursor attribute returned by a previous request's response. Default value fetches the first "page" of the collection. See pagination for more detail.
required: false
style: form
schema:
type: string