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 

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"   } ]

"Client" Section Resources 

GET /client/{client_id}/reg_status_log/ 

Get the logging history for all customer extension numbers 

URL Options 

Name 

Type 

Name 

Type 

client_id 

string 

JSON Options 

Name 

Type 

Name 

Type 

start_datetime 

string 

end_datetime 

string 

order 

string 

Response Fields 

Name 

Type 

Name 

Type 

date_gmt 

string 

status 

string 

short_ext_name 

string 

"Extension Number Group” Section Resources 

GET /extension_group/{ext_group_id}/reg_status_log/ 

Get the logging history for all extension numbers in the extension number group 

URL Options 

Name 

Type 

Name 

Type 

ext_group_id 

string 

JSON Options 

Name 

Type 

Name 

Type 

start_datetime 

string 

end_datetime 

string 

order 

string 

Response Fields 

Name 

Type 

Name 

Type 

date_gmt 

string 

status 

string 

short_ext_name 

string 

"Extension Number” Section Resources 

GET /extension/{extension_id}/reg_status_log/ 

Get the logging history for the extension number 

URL Options 

Name 

Type 

Name 

Type 

extension_id 

string 

JSON Options 

Name 

Type 

Name 

Type 

start_datetime 

string 

end_datetime 

string 

order 

string 

Response Fields 

Name 

Type 

Name 

Type 

date_gmt 

string 

status 

string 

short_ext_name 

string