Hi. I’ve been trying for the past half an hour to list all available devices using a GET call via the REST API.
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.