Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.24 KB

PhoneResource.md

File metadata and controls

21 lines (17 loc) · 1.24 KB

PhoneResource

Properties

Name Type Description Notes
id int The phone's id. [optional]
created_at string When was the phone created in the system. [optional]
updated_at string At what date was the phone last updated. [optional]
mac_address string The mac address of the phone. [optional]
vpn_number string The internal phone number. [optional]
title string Phone's title [optional]
phone_number string The external phone number. [optional]
employee \Ageras\Api\PhoneEmployeeResource [optional]
geo \Ageras\Api\PhoneGeoResource [optional]
local_ip_address string The local ip address of the phone. [optional]
model string The model of the hardware itself. [optional]
is_active string If the phone is active. This is automatically set to true when some physical action is registered. [optional]

[Back to Model list] [Back to API list] [Back to README]