In the documentation on Actions Nested Resource it says that we can use the following parameters:
but in the paragraph Nested Actions with Query Params in the curl example it uses
limit and page are not working on the curl example, meanwhile actions_format (which is not described) accept the count parameter.
So, I don't understand when or how to use limit and page.
I have a board with more than 1000 actions, I'd like to access those above 1000.
Can someone provide an example ?