SIPトランクサービスアドレスの取得

SIPトランクサービスアドレスを取得します。

URLフルパスを表示するには ログイン してください。 詳細はこちら。
get
/calls/1/sip-trunks/service-addresses
Request rate limit:
100 requests / 秒 (アカウント1件につき)
query パラメータ
page
integer <int32> >= 0
Default: 0

取得する結果ページ (0..N) です。

size
integer <int32> [ 1 .. 100 ]
Default: 20

ページあたりのレコード数です。

レスポンス

200

Success

400

Bad request

401

Unauthorized

403

Forbidden

429

Too Many Requests

500

Internal Server Error

サンプルをリクエストする

cURL
コピー
curl -L -g 'https://{baseUrl}/calls/1/sip-trunks/service-addresses' \
-H 'Authorization: {authorization}' \
-H 'Accept: application/json'

レスポンス例

コンテンツタイプ
application/json
コピー
すべて折りたたむ
{
  • "results":
    [
    • {
      • "id": "abc-def-ghi",
      • "name": "Location address name",
      • "street": "Location address street",
      • "city": "My city",
      • "postCode": "71000",
      • "suite": "1030",
      • "country":
        {
        • "name": "Croatia",
        • "code": "HRV"
        },
      • "region":
        {
        • "name": "Zagreb County",
        • "code": "HR-01"
        }
      }
    ],
  • "paging":
    {
    • "page": 0,
    • "size": 20,
    • "totalPages": 1,
    • "totalResults": 1
    }
}

ご不明点は

サポートまでお問い合わせ

ください

© NTTCom Online Marketing Solutions Corporation