API GET Gateways returns total count, but not the list itself

Hello,

I am trying to get the list of gateways and corresponding values via API (ChirpStack v4). I am testing with Postman client.
API token authentication is ok, I see status 200. But I am getting only total count of gateways, result set itself is empty

But if I add the gateway ID, then I see more detailed results for this particular gateway:

What I am missing? I have tried adding all the mandatory parameters. recreated API…

Try adding the limit parameter, and you should see the details.

1 Like

heh. I actually did try but with combination of the offset parameter. now I only used limit and it worked! thousand thanks Jerome

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.