Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
Query Parameters
Filter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXFilter recordings by Call ID
Filter recordings by Caller ID
Filter recordings by CNAM (Caller ID Name)
Filter recordings by DNIS (Dialed Number Identification Service)
Filter recordings by duration in milliseconds (greater than or equal to)
Filter recordings by duration in milliseconds (less than or equal to)
Filter recordings by extension number
start:DESCSort recordings by field value
1Requested page number
10Requested page size
Filter recordings by start date (greater than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
Filter recordings by start date (less than or equal to) [yyyy-MM-ddTHH:mm:ssZ in ISO 8601]
A list of recording objects
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording_india/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=0URL for the first page of recordings
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=1URL for the previous page of recordings
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=2URL for the current page of recordings
https://api.vonage.com/t/vbc.prod/call_recordingindia/api/accounts/549825/company_call_recordings?page=3URL for the next page of recordings
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=4URL for the last page of recordings
Example Response
{
"_embedded": {
"recordings": [
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": 17325550100,
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
1989,
2012,
449
],
"start": "2019-01-01T00:00:00+0000"
}
]
},
"_links": {
"first": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=0"
},
"prev": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=1"
},
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=2"
},
"next": {
"href": "https://api.vonage.com/t/vbc.prod/call_recordingindia/api/accounts/549825/company_call_recordings?page=3"
},
"last": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings?page=4"
}
},
"page": 0,
"page_size": 0,
"total_items": 0,
"total_pages": 0
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings/193228URL for the current recording
INBOUNDDirection of the recorded call
c91150a6-8cc4-4e73-9fef-17fd925c6448Call ID of the recorded call
17325550100Caller ID of the caller of the recorded call
JOHN SMITHCNAM (Caller ID Name) of the caller of the recorded call
17325550100DNIS (Dialed Number Identification Service) of the caller of the recorded call
https://api.vonage.com/t/vbc.prod/call_recording_india/api/audio/recording/193228URL to download the recording. This URL requires authorization with your OAuth token.
60000Duration of the recorded call in milliseconds
2019-01-01T00:00:00+0000End time of the recorded call
Extensions associated with the call recording
730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3File name of the call recording
100000File size in bytes of the call recording
193228Unique identifier of the call recording
Identifier of the call recording rule(s) that triggered the call recording
2019-01-01T00:00:00+0000Start time of the recorded call
Example Response
{
"_links": {
"self": {
"href": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/accounts/549825/company_call_recordings/193228"
}
},
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": 17325550100,
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"download_url": "https://api.vonage.com/t/vbc.prod/call_recording_india/api/audio/recording/193228",
"duration": 60000,
"end": "2019-01-01T00:00:00+0000",
"extensions": [
999
],
"file_name": "730048.11826465111463122315701.95a7584be856e34a582025d420c20d9d.1463122442148.mp3",
"file_size_in_bytes": 100000,
"id": 193228,
"rule_ids": [
1989,
2012,
449
],
"start": "2019-01-01T00:00:00+0000"
}Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
Available Operations
Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
INBOUNDFilter recordings by call direction
INBOUNDOUTBOUNDINTRA_PBXc91150a6-8cc4-4e73-9fef-17fd925c6448Filter recordings by Call ID
17325550100Filter recordings by Caller ID
JOHN SMITHFilter recordings by CNAM (Caller ID Name)
17325550100Filter recordings by DNIS (Dialed Number Identification Service)
60000Filter recordings by duration in milliseconds (greater than or equal to)
60000Filter recordings by duration in milliseconds (less than or equal to)
999Filter recordings by extension number
2019-01-01T00:00:00+0000Filter recordings by start date (greater than or equal to)
2019-01-01T00:00:00+0000Filter recordings by start date (less than or equal to)
Example Request
{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": 17325550100,
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": 999,
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}{
"call_direction": "INBOUND",
"call_id": "c91150a6-8cc4-4e73-9fef-17fd925c6448",
"caller_id": 17325550100,
"cnam": "JOHN SMITH",
"dnis": "17325550100",
"duration:gte": 60000,
"duration:lte": 60000,
"extension": 999,
"start:gte": "2019-01-01T00:00:00+0000",
"start:lte": "2019-01-01T00:00:00+0000"
}Available Operations
Download a call recording audio file
Download a call recording audio file in MP3 format.
Example Usage:
Authentication
| Key | Description | Where | Example |
|---|---|---|---|
| Authorization | Your OAuth token. | Headers | Bearer <access_token> |
Download a call recording export Job
Download a ZIP archive containing multiple call recordings from an export job.
Example Usage: