Matt92
1
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.
Matt92
2
[SOLVED] The issue was that the applicationID string was wrong. I was using the tenantID by mistake instead.
system
Closed
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.