-
I have a user with 3 organisation with a total of 20 projects. When I call the API with /api/v2/projects with a user scoped token, I only get 10 listed. I also noticed when I go to the web UI in the Settings/Projects, I see 10 on the 1st page and 10 on the second page. I'm guessing the 10 is either coincidental or theres a paging option I can use in the REST API. Should I see more than the 10, or if there is a paging option, how do I define the next page in the /api/v2/projects GET ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, You'd use the limit query string parameter as described in in our api documentation: |
Beta Was this translation helpful? Give feedback.
Hello,
You'd use the limit query string parameter as described in in our api documentation: