Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Documentation should be added to indicate that pages in the API are 1 based not 0 based #412

Open
jhorbulyk opened this issue Mar 25, 2020 · 0 comments

Comments

@jhorbulyk
Copy link
Contributor

jhorbulyk commented Mar 25, 2020

Consider the retrieve all flows endpoint. There is a parameter page[number]. In many systems, indexes such as page numbers are 0-indexed as opposed to 1-indexed (the first page is page 0). Pages on our API are 1-indexed so in order to fetch the first page, one must set page[number] to 1. This information should be included in the documentation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant