Feedbackly
v.5.0.2
v.5.0.2
  • Getting started
  • REST API
    • Authentication
    • Responses
      • GET Responses
      • GET Response by id
    • Response chains
      • GET Response-chains
      • GET Response-chain by id
    • Questions
      • GET Questions
      • GET Question by id
    • Surveys
      • GET Surveys
      • GET Surveys by id
    • Touchpoints
      • GET Touchpoints
      • GET Touchpoint by id
    • Notes
      • Entity relationships
      • Pagination
      • Question types
  • Website widgets
    • Getting started
    • Attaching custom metadata to responses
    • Triggering surveys via custom properties
    • Debugging website widgets
Powered by GitBook
On this page
  1. REST API
  2. Notes

Pagination

For endpoints that returns multiple objects, pagination is done by providing the URL's to get the next objects (if more are available)

Field

Example

next

https://api.feedbackly.com/v5.0.2/responses?skip=400

previous

https://api.feedbackly.com/v5.0.2/responses?skip=0

PreviousEntity relationshipsNextQuestion types

Last updated 4 years ago