Extension Number Registration Log (/.../reg_status_log/)
You can test API methods on the interactive API browser page and without writing code
Some of the resources described on the page may not be available by default due to the type of application (see Creating and authorizing applications).
This resource is intended to view the history of logging extension numbers of the "phone" type (transitions online ↔ offline). To enable logging history in the resource "Client (/client/)", the option reg_status_log must be set to "true".
Description of Data Structures
Registration/Deregistration Record
Name | Type | Description |
---|---|---|
date_gmt | string | Date of registration status change |
status | string | Status, which the registration status changed to. It may take a value on (extension number is registered) or off (registration completed) |
short_ext_name | string | Name of the extension number within the client scope |
Example
System response:
[
{
"status": "off",
"date_gmt": "2018-04-19 09:51:35",
"short_ext_name": "601"
},
{
"status": "on",
"date_gmt": "2018-04-19 09:47:06",
"short_ext_name": "601"
}
]