get https://api.fonestorm.com/v2/soundfiles
Get a list of all soundfiles.
This will return a listing of all the soundfiles belonging to the FracTEL account associated with the API token being used.
Sample Response
{
"soundfiles": [
{
"id": "4665497596",
"label": "Test File 1",
"soundfile": "recording-4665497596.wav",
"recording_id": "recording-4665497596.wav",
"tts": "",
"tts_volume": ""
},
{
"id": "2049734270",
"label": "Test File 2",
"soundfile": "recording-2049734270.wav",
"recording_id": "recording-2049734270.wav",
"tts": "",
"tts_volume": "100"
}
]
}
Response Properties
Property | Type | Description |
---|---|---|
SoundFiles | array | Array of SoundFile |