Get extension list

This API is used to get the list of extensions created on the tenant.

Note:

  • For APIs used for Shop, the API key is: <api_key>. The base_url information of the Shop.

  • For APIs used for Partner, the API key is: <shop_key>. The base_url information of the Partner.

GetExtensions

post
Body
Responses
200

A successful response

application/json
post
$BASE_URL.ETelecom/GetExtensions
200

A successful response

Request:

Response:

Return data attribute structure:

School name
Data type
Describe

id

string

Extension ID

extension_number

string

Extension number

extension_password

string

Extension password

tenant_domain

string

Switchboard domain

hotline_id

string

Hotline ID assigned to extension

created_at

string

Extension creation date

expires_at

string

Extension Expiration Date (eg: "2021-03-10T17:07:19+07:00")

Last updated