コールの取得
コールを1つ取得します。
Request rate limit:
100 requests / 秒 (アカウント1件につき)
path パラメータ
callId required | string コールIDです。 |
レスポンス
200
Success
401
Unauthorized
403
Forbidden
404
Not found
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/calls/{callId}' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
レスポンス例
- 200
- 401
- 403
- 404
- 429
- 500
コンテンツタイプ
application/json
例
PHONE call response
コピー
すべて折りたたむ {- "id": "d8d84155-3831-43fb-91c9-bb897149a79d",
- "endpoint": {
- "type": "PHONE",
- "phoneNumber": "44790123456"
}, - "from": "44790123456",
- "to": "44790123456",
- "direction": "OUTBOUND",
- "state": "CALLING",
- "media": {
- "audio": {
- "muted": false,
- "deaf": false
}, - "video": {
- "camera": false,
- "screenShare": false
}
}, - "startTime": "2022-01-01T00:00:00.100+0000",
- "answerTime": "2022-01-01T00:00:02.100+0000",
- "ringDuration": 2,
- "callsConfigurationId": "dc5942707c704551a00cd2ea",
- "platform": {
- "applicationId": "61c060db2675060027d8c7a6"
}, - "conferenceId": "034e622a-cc7e-456d-8a10-0ba43b11aa5e",
- "customData": {
- "key1": "value1",
- "key2": "value2"
}
}

© NTTCom Online Marketing Solutions Corporation