LoRa App Server REST API returns empty results

Hi brocaar,
After I call /api/devices, I got response body as follow:
{
“totalCount”: “2”,
“result”: []
}
api_devices

Actually, I‘ve configed two devices in lora-app-server.
loraserver_devices

What can I do get the expected results?

Thanks,
Bruce

I think you should add the limit and offset param, and maybe appID?

@HobaiRiku Thanks a lot!

It works!