API doc clarification

The page_item_limit property can be set with the query parameter named limit at the GET requests, so you can specify the size of the response pages. The default value for this parameter is 50.

50 is the maximum value, not just the default.

{
    "message": "Invalid 'limit' parameter: provided value (9999) is larger than max allowed (50)"
}

Hey @bootstraponline

Thank you for the notice, we’ll add this missing information :slight_smile:

And it’s done, here is the actual PR, let me know if you’d like to see more details :wink:

Thanks. The API docs have been very helpful in building out an integration for reporting. I appreciate all the work that has gone into the API.

2 Likes

Thanks, we’ll keep working on it (both on the API & on the docs), stay tuned! :wink: