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.3/responses?skip=400 |
previous | https://api.feedbackly.com/v5.0.3/responses?skip=0 |
Last updated