neetha.ab | 2020-04-17 06:37:50 UTC | #1
Hello Team,
I am using Java SDK for downloading Recordings.
Would like to download metadata for each recording. When I perfform the API
/api/v2/conversations/{conversationId}/recordingmetadata
it returns only below response, but no user data available. How do we get the user data from metadata?
[ { "id": "e0621de4-201a-4d56-a5c2-8f355bd5f277", "conversationId": "73fd25a0-a362-4708-be0f-bc9908d543fe", "media": "audio", "annotations": [], "fileState": "AVAILABLE", "maxAllowedRestorationsForOrg": 10, "remainingRestorationsAllowedForOrg": 10, "sessionId": "da761b8b-7fa5-4b2c-9d4b-95c59f02f85f", "selfUri": "/api/v2/conversations/73fd25a0-a362-4708-be0f-bc9908d543fe/recordingmetadata/e0621de4-201a-4d56-a5c2-8f355bd5f277" } ]
Thanks & Regards, Neetha
anon28885283 | 2020-04-17 06:50:35 UTC | #2
If by user data you mean participants of the conversation, you can call:
[quote] /api/v2/conversations/{conversationId} [/quote]
system | 2020-05-18 06:50:40 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 7564