These docs are for v2.11. Click to read the latest docs for v2.12.

Get Device

Get information for a single Device.

This will return a device identified by unique id belonging to the FracTEL account associated with the API token being used.

Sample Response

{
  "device": {
    "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": "Callback",
      "email": "[email protected]",
      "url": "https://hookb.in/jeZdKeYKbbfobX0plXgJ",
      "method": "POST"
    },
    "send_notify": {
      "type": "None",
      "email": "[email protected]",
      "url": "https://hookb.in/jeZdKeYKbbfobX0plXgJ",
      "method": "GET"
    },
    "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"
    }
  }
}

Response Properties

PropertyTypeDescription
deviceobjectDevice
Language
Credentials
Header
Click Try It! to start a request and see the response here!