Get hotline list

This API is used to get the list of hotlines that have been attached to 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.

GetHotlines

post
Body
Responses
200

A successful response

application/json
post
$BASE_URL.ETelecom/GetHotlines
200

A successful response

Request:

Response:

Return data attribute structure:

School name
Data type
Describe

id

string

ID hotline

name

string

Hotline name

hotline

string

Hotline number

network

string

Network

created_at

string

Extension creation date

update_at

string

Last updated time

status

string

Status

Z: Newly created

P: Enable

N: Disable

Last updated