Hello,
I am having an issue with the Platform API while retrieving recording metadata. When I try to retrieve metadata using the API, it is not returning all values from the metadata schema.
All I get is -
{
"id": "xxxxxxxxxx",
"conversationId": "xxxxxxxxxx",
"startTime": "xxxxxxxxxx",
"endTime": "xxxxxxxxxx",
"media": "audio",
"annotations": [],
"fileState": "AVAILABLE",
"maxAllowedRestorationsForOrg": 100,
"remainingRestorationsAllowedForOrg": 100,
"sessionId": "xxxxxxxxxx",
"region": "eu-west-1",
"selfUri": "/api/v2/conversations/xxxxxxxxxx/recordingmetadata/xxxxxxxxxx"
}
The meta data values that I am intersected in are file path, file name, duration as mentioned here:Bulk export recordings metadata schema - #2 by jacobshaw
and in the image below.
Any guidance or suggestions would be greatly appreciated.
Thank you.