John Vosburg | I am building a portal for setting notification devices in Unity Connection via CUPI and have a couple questions: 1. I can create SMTP and Pager devices with no problem via the API but when I query the API to get a list of devices the "type" field is empty. Is there a workaround for this?
2. The Device Name defaults to 'Other' in Unity Connection if I don’t pass in a value to the API. · If I pass in Device Name set to SMTP or PAGER the device cannot be deleted. Even when I pass the 'Undeletable' field set to false. Should I only be creating devices with DeviceName = ‘Other’? note: The Display Name can be set to any text. Display Name is what the user will enter and see on their device list . They don’t see Device Name. 3. When I create a device, some of the additional data appears to be saved in Unity Connection but I do not see all of the data when I query the API. · Pager: The fields “PhoneNumber” and “AfterDialDigits” are empty when I query the API · SMTP: The field “SmtpAddress” is empty when I query the API · Note: I am using the following API call to get the list of devices for a user: /vmrest/users/<UserObjectId>/notificationdevices |
| Please sign in to flag this as inappropriate. |