9
9
" null" ,
10
10
" object"
11
11
],
12
+ "description" : " Whether a phone number has mms, sms, or voice capability" ,
12
13
"properties" : {
13
14
"sms" : {
14
15
"type" : [
35
36
"type" : [
36
37
" null" ,
37
38
" object"
38
- ]
39
+ ],
40
+ "description" : " Greeting category ids and names"
39
41
},
40
42
"categorised_greetings_with_sub_settings" : {
41
43
"properties" : { },
42
44
"type" : [
43
45
" null" ,
44
46
" object"
45
- ]
47
+ ],
48
+ "description" : " The id and any settings associated with each greeting category. If the category has no settings, it defaults to the category name"
46
49
},
47
50
"country_code" : {
48
51
"type" : [
49
52
" null" ,
50
53
" string"
51
- ]
54
+ ],
55
+ "description" : " The ISO code of the country for this number"
52
56
},
53
57
"created_at" : {
54
58
"type" : [
55
59
" null" ,
56
60
" string"
57
61
],
58
- "format" : " date-time"
62
+ "format" : " date-time" ,
63
+ "description" : " The date and time the phone number was created"
59
64
},
60
65
"default_greeting_ids" : {
61
66
"type" : [" null" , " array" ],
62
67
"items" : {
63
68
"type" : [
64
69
" string"
65
70
]
66
- }
71
+ },
72
+ "description" : " The names of default system greetings associated with the phone number"
67
73
},
68
74
"default_group_id" : {
69
75
"type" : [
70
76
" null" ,
71
77
" integer"
72
- ]
78
+ ],
79
+ "description" : " Default group id. *Writeable on most of the plans."
73
80
},
74
81
"display_number" : {
75
82
"type" : [
76
83
" null" ,
77
84
" string"
78
- ]
85
+ ],
86
+ "description" : " The formatted phone number"
79
87
},
80
88
"external" : {
81
89
"type" : [
89
97
"type" : [
90
98
" integer"
91
99
]
92
- }
100
+ },
101
+ "description" : " The external caller id number"
93
102
},
94
103
"group_ids" : {
95
104
"type" : [" null" , " array" ],
96
105
"items" : {
97
106
"type" : [
98
107
" integer"
99
108
]
100
- }
109
+ },
110
+ "description" : " An array of associated groups. *Writeable on most of plans."
101
111
},
102
112
"id" : {
103
113
"type" : [
104
114
" null" ,
105
115
" integer"
106
- ]
116
+ ],
117
+ "description" : " Automatically assigned upon creation"
107
118
},
108
119
"location" : {
109
120
"type" : [
110
121
" null" ,
111
122
" string"
112
- ]
123
+ ],
124
+ "description" : " The number's geographical location. For example, \" CA\" or \" Leeds\" "
113
125
},
114
126
"name" : {
115
127
"type" : [
116
128
" null" ,
117
129
" string"
118
- ]
130
+ ],
131
+ "description" : " The nickname if one is set. Otherwise the display_number"
119
132
},
120
133
"nickname" : {
121
134
"type" : [
122
135
" null" ,
123
136
" string"
124
- ]
137
+ ],
138
+ "description" : " The nickname of the number if one is set"
125
139
},
126
140
"number" : {
127
141
"type" : [
128
142
" null" ,
129
143
" string"
130
- ]
144
+ ],
145
+ "description" : " The phone number digits"
131
146
},
132
147
"recorded" : {
133
148
"type" : [
134
149
" null" ,
135
150
" boolean"
136
- ]
151
+ ],
152
+ "description" : " Whether calls for the number are recorded or not"
137
153
},
138
154
"sms_group_id" : {
139
155
"type" : [
140
156
" null" ,
141
157
" integer"
142
- ]
158
+ ],
159
+ "description" : " The group associated with this phone number"
143
160
},
144
161
"token" : {
145
162
"type" : [
146
163
" null" ,
147
164
" string"
148
- ]
165
+ ],
166
+ "description" : " A generated token, unique for each phone number and used when provisioning the number. *Writeable on create only."
149
167
},
150
168
"toll_free" : {
151
169
"type" : [
152
170
" null" ,
153
171
" boolean"
154
- ]
172
+ ],
173
+ "description" : " Whether the number is toll-free or local"
155
174
},
156
175
"transcription" : {
157
176
"type" : [
158
177
" null" ,
159
178
" boolean"
160
- ]
179
+ ],
180
+ "description" : " Whether calls for the number are transcribed or not"
161
181
}
162
182
}
163
183
}
0 commit comments