Hello,
I can request the details of a device successfully, but requesting the device settings fail.
I have the role "spark-admin:telephony_config_read".
When I call a GET like:
https://webexapis.com/v1/telephony/config/devices/--deviceId---/settings?orgId=--orgId--&deviceModel=Cisco%209861
to requesting the device settings I get the following response:
{
"errorCode": 27123,
"message": "[Error 27123] Group access device not found for specified external ID. ",
"errors": [
{
"errorCode": 27123,
"description": "[Error 27123] Group access device not found for specified external ID. "
}
],
"trackingId": "ROUTERGW_4570b818-e200-4442-a691-822367c80395"
}
What does that mean? Where is the problem?
Thanks for any hint.