REST API - List Available Devices

Hi. I’ve been trying for the past half an hour to list all available devices using a GET call via the REST API.

http://192.168.1.20:8090/api/devices?limit=50&offset=0&applicationID=52f14cd4-c6f1-4fbd-8f87-4025e1d49242

However, I get in the returned JSON the following.

{
    "code": 3,
    "message": "invalid length: expected length 32 for simple format, found 0",
    "details": []
}

Any suggestions would be appreciated. Thanks.

[SOLVED] The issue was that the applicationID string was wrong. I was using the tenantID by mistake instead.