get https://api.fonestorm.com/v2/devices
Get a list of all devices.
This will return a listing of all the devices belonging to the FracTEL account associated with the API token being used.
Sample Response
{
"devices": [{
"id": "535923697376",
"name": "Sales x103",
"fonenumber": "3215551111",
"mac_address": "aabbccddee",
"type": "Grandstream GXV3240",
"speed_dial": "101",
"call_recording": "default",
"e911location_id": "",
"areacode": "321",
"qr_code": null,
"ring_simultaneously": "3214991000",
"receive_notify": {
"type": "None"
},
"send_notify": {
"type": "None"
},
"timeout_service": {
"timeout_type": "Voicemail",
"timeout_id": "VM2521095931",
"timeout_seconds": 25,
"voice2email_greeting": "Default"
},
"busy_service": {
"busy_type": "Forward",
"busy_id": "3214991000"
},
"directory_settings": {
"first_name": "John",
"last_name": "Doe",
"show": true,
"speed_dial": ""
},
"forwardall_settings": {
"phonenumber": "3214991000",
"start_time": "15:00",
"end_time": "19:00"
}
}, {
"id": "535923697377",
"name": "Sales x104",
"fonenumber": "3215551111",
"mac_address": "aabbccddee",
"type": "Grandstream GXV3240",
"speed_dial": "101",
"call_recording": "default",
"e911location_id": "",
"areacode": "321",
"qr_code": null,
"ring_simultaneously": null,
"receive_notify": {
"type": "None"
},
"send_notify": {
"type": "None"
},
"timeout_service": {
"timeout_type": "None",
"timeout_id": null,
"timeout_seconds": 25,
"voice2email_greeting": null
},
"busy_service": {
"busy_type": "None",
"busy_id": null
},
"directory_settings": {
"first_name": "",
"last_name": "",
"show": false,
"speed_dial": ""
},
"forwardall_settings": {
"phonenumber": "",
"start_time": "00:00",
"end_time": "00:00"
}
}, {
"id": "535923697378",
"name": "Coffee Shop",
"fonenumber": "3215551111",
"mac_address": "aabbccddee",
"type": "Grandstream GXV3240",
"speed_dial": "101",
"call_recording": "default",
"e911location_id": "",
"areacode": "321",
"qr_code": null,
"ring_simultaneously": "3214991000",
"receive_notify": {
"type": "None"
},
"send_notify": {
"type": "None"
},
"timeout_service": {
"timeout_type": "Voicemail",
"timeout_id": "VM2521095931",
"timeout_seconds": 25,
"voice2email_greeting": "Default"
},
"busy_service": {
"busy_type": "None",
"busy_id": null
},
"directory_settings": {
"first_name": "John",
"last_name": "Doe",
"show": true,
"speed_dial": ""
},
"forwardall_settings": {
"phonenumber": "",
"start_time": "00:00",
"end_time": "00:00"
}
}]
}
Response Properties
Property | Type | Description |
---|---|---|
devices | array | Array of Device |