I am trying to get all voice transcript data for particular time interval. Can you share some sample code (Python).
Can you please provide step by step approach on how to get all the transcript data for the given
time interval. We referred to the genesys API documentation, but it is not clear.
I have the same request as well. I'm able to get queue details with the below code obtained from API Explorer. But I'm unable to figure out how to get voice interactions transcripts from one of those queues.
import PureCloudPlatformClientV2
from PureCloudPlatformClientV2.rest import ApiException
from pprint import pprint
Configure OAuth2 access token for authorization: PureCloud OAuth
No unfortunately the guide is only in javascript but if your having trouble converting the guide to Python the API explorer or the Python SDK docs can provide Python example for the different Classes and methods used in the guide.