Voicemail box Structure
Base Attributes
Attribute | Type | Example |
---|---|---|
id The ID of the voicemail box |
Integer | |
number The number of the voicemail box |
String | 101 |
name The name |
String | Joe Bloggs |
password The password to access to the voicemail box |
String | 1234 |
counts.read_messages The number of read messages within the voicemail box |
Integer | 1 |
counts.unread_messages The number of unread messages within the voicemail box |
Integer | 0 |
Extended Attributes
Attribute | Type | Example |
---|---|---|
created_at The time the voicemail box was created |
Time | |
updated_at The time the voicemail box was updated |
Time | |
email_address The e-mail address associated |
String | joe@bloggs.com |
notify_by_email Whether new messages should be sent to the e-mail address |
Integer | 0 |
play_instructions Whether instructions should be played |
Integer | 1 |
Expansions
Expansions are embedded structures of other objects that are related to the structure that you're viewing. Which expansions are returned by a specific action are shown on that action's documentation however some actions allow you to choose which expansions are returned.
Attribute | Type | Example |
---|---|---|
audio_file The attached audio file |
Uploaded file structure |