Hi,
I want to retrieve all monitors, but i got the wrong response.
My request uri: /api/fe/v1/GetMonitorList
My request body:
{
"sessionID": "D47E08B657727DCFA67CEBF740360DA7-10"
}
My response:
{
"stateIncompatibility": "invalidDeviceState"
}
(400 - Bad request)
According to the documentation, this must be correct, but probably i'm missing something?
Thanks.
I want to retrieve all monitors, but i got the wrong response.
My request uri: /api/fe/v1/GetMonitorList
My request body:
{
"sessionID": "D47E08B657727DCFA67CEBF740360DA7-10"
}
My response:
{
"stateIncompatibility": "invalidDeviceState"
}
(400 - Bad request)
According to the documentation, this must be correct, but probably i'm missing something?
Thanks.
Comment