DeviceEmergencyInfo
Device emergency settings
Properties
Name | Type | Required | Description |
---|---|---|---|
address | CommonEmergencyLocationAddressInfoDefault | ❌ | |
location | DeviceEmergencyLocationInfo | ❌ | Company emergency response location details |
out_of_country | bool | ❌ | Specifies if emergency address is out of country |
address_status | DeviceEmergencyInfoAddressStatus | ❌ | Emergency address status |
visibility | DeviceEmergencyInfoVisibility | ❌ | Visibility of an emergency response location. If Private is set, then location is visible only for the restricted number of users, specified in owners array |
sync_status | DeviceEmergencyInfoSyncStatus | ❌ | Resulting status of the emergency address synchronization. Returned if syncEmergencyAddress parameter is set to true |
address_editable_status | DeviceEmergencyInfoAddressEditableStatus | ❌ | Ability to register new emergency address for a phone line using devices sharing this line or only main device (line owner) |
DeviceEmergencyInfoAddressStatus
Emergency address status
Properties
Name | Type | Required | Description |
---|---|---|---|
VALID | str | ✅ | "Valid" |
INVALID | str | ✅ | "Invalid" |
PROVISIONING | str | ✅ | "Provisioning" |
DeviceEmergencyInfoVisibility
Visibility of an emergency response location. If Private
is set, then location is visible only for the restricted number of users, specified in owners
array
Properties
Name | Type | Required | Description |
---|---|---|---|
PRIVATE | str | ✅ | "Private" |
PUBLIC | str | ✅ | "Public" |
DeviceEmergencyInfoSyncStatus
Resulting status of the emergency address synchronization. Returned if syncEmergencyAddress
parameter is set to true
Properties
Name | Type | Required | Description |
---|---|---|---|
VERIFIED | str | ✅ | "Verified" |
UPDATED | str | ✅ | "Updated" |
DELETED | str | ✅ | "Deleted" |
NOTREQUIRED | str | ✅ | "NotRequired" |
UNSUPPORTED | str | ✅ | "Unsupported" |
FAILED | str | ✅ | "Failed" |
DeviceEmergencyInfoAddressEditableStatus
Ability to register new emergency address for a phone line using devices sharing this line or only main device (line owner)
Properties
Name | Type | Required | Description |
---|---|---|---|
MAINDEVICE | str | ✅ | "MainDevice" |
ANYDEVICE | str | ✅ | "AnyDevice" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs