Solved

"CMN-102" "message" : "Resource for parameter [deviceId] is not found"

  • 9 February 2021
  • 3 replies
  • 698 views

Have been successfully issuing CallOut's from C# SDK using deviceId. Now, all of a sudden I'm getting this "resource for parameter is not found". I'm using the same deviceId as I have been. I then went out and checked for all my device id's using

rc.Restapi().Account().Extension().Device().Get();

and it's returning the same deviceId. What's wrong now?

Thanks

icon

Best answer by Phong1426275020 9 February 2021, 22:41

View original

3 replies

Userlevel 1

Are you sure the device is "online"? Check the device status. What type of phone is associated with that device id?

I am also having this issue - but the device status on every Get Device call is listed as Online, yet I am still getting "Parameter for deviceId is not found".

Userlevel 1

Check the answer from your other question. Next time, stay with your new question and don't ride on an old thread which was already answered and accepted.

Reply