Hello,
I m using python language and calling /api/v2/analytics/conversations/details/query API
following is just sample
body = PureCloudPlatformClientV2.ConversationQuery()
body.interval=interval
api_instance.post_analytics_conversations_details_query(body)
1)Here interval need to pass in UTC format only or can pass in diffrent tiemzone?
2) in response , what will be time format of following properties? is it in UTC or certain timezone? So when it needs to consume in reporting query or stored in table or other purpose, one need to use as UTC time vs diff?conversationStart
conversationEnd
doc says it is Date time is represented as an ISO-8601 string.