Hello everyone!
Could you please advise on how to retrieve user data from Redmine using an HTTP request?
The issue is as follows: in an HTTP request for Redmine, it’s possible to specify a limit for the number of returned records with a query like https://redmine.server/users.json?limit= {{ $json.limit }}&offset={{ $json.offset }}. However, even if the limit is set to 10000, only 100 records will be returned.
I need to iterate through all records (which is implemented in a loop) and ultimately collect them into a single variable, which I will then sort accordingly.
To help you with it, please share the HTTP response. It would be best to “pin” the data in the HTTP node (using the pin icon in the top right corner) and then post the workflow or the node as a comment.