Chris_Recio | 2019-07-29 15:28:04 UTC | #1
I want to see the variable data as a result of a web services action in architect. When the conversation is completed, what API call would I use to view this variable data? Ideally, I want to see client facing information such as acct number, etc as part of the conversation segment.
anon28066628 | 2019-07-29 14:28:21 UTC | #2
Hi Chris, this endpoint will get the conversation along with participant data (look for the "attributes" array on the participant in question):
GET /api/v2/conversations/{conversationId}
For testing you can use the API Explorer tool here:
https://developer.mypurecloud.com/developer-tools/#/api-explorer
system | 2019-08-29 14:28:25 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: 5646