vrvoice1 | 2016-07-22 08:49:53 UTC | #1
Hi, I want to list all recordings for a given conversation. For that I'm using recordingApi.GetConversationIdRecordings(conversationId, formatId:"WAV"). It's working fine but if there is a big recording, there is a delay in this api call. If I try this call in Postman (https://api.{{environment}}/api/v2/conversations/{{conversationId}}/recordings) I can see, that there is a field called "waveformData" it's not in the c# api. This field is realy big and I don't need it. Is there a way to get the list without the waveformData?
Regards,
Sven
mfuhrmann | 2016-07-22 11:45:09 UTC | #2
No, that field will always be populated, but it does not contribute significantly to the speed of the endpoint.
If you only need the list of recordings and don't care about the audio, you could set the formatId query parameter to "none" and skip the expensive transcoding.
system | 2017-08-28 19:25:28 UTC | #3
This post was migrated from the old Developer Forum.
ref: 160