Sip Device Line

List

Retrieve a paginated list of Sip Device Line records. Supports filtering, sorting, and search.

get/api/cp/sip-device-line

Response

Successful response

idinteger

Id

sip_device_idinteger

Sip Device Id (references sip_device.id)

line_idxinteger

Line Idx

display_namestring

Display Name

clistring

Cli

hoststring

Host

usernamestring

Username

passwordstring password

Password

stun_serverstring

Stun Server

proxystring

Proxy

varsstring

Vars

Example response

[
  {
    "id": 12345,
    "sip_device_id": 1,
    "line_idx": 1,
    "display_name": "example_display_name",
    "cli": "example_cli",
    "host": "example_host",
    "username": "john_doe",
    "password": "********",
    "stun_server": "example_stun_server",
    "proxy": "example_proxy",
    "vars": "example_vars"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.