SIPトランクサービスアドレスの取得
SIPトランクサービスアドレスを取得します。
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
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
例
cURL
コピー
curl -L -g 'https://{baseUrl}/calls/1/sip-trunks/service-addresses' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
レスポンス例
- 200
- 400
- 401
- 403
- 429
- 500
コンテンツタイプ
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