I’m using the REST API to retrieve data from Rocket, e.g. list of users. I’ve tested it with a few different methods with the “fields” parameter in the URL, including the example from the docs:
I can retrieve the list of users if I leave out the ‘fields={“username”: 1}’ bit. However, as soon as I add that in I get either a “Bad Gateway” error or “Service Unavailable”.
In the meantime I’ve changed my code to get all channels and then all members of each channel and got the info I need that way, but it’s a helluva lot of API calls where one would have to better.