cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
0
Helpful
2
Replies

Get Agent Activities - Unique Identifier

Lukas-Howard
Community Member

Hey Webex Dev community,

I have a question regarding the Get Agent Activities endpoint from Webex Contact Center and was curious if anyone had some additional context on this.

I am looking for a unique identifier within the data received from this endpoint. My initial thought it to use a composite key based on agentSessionId, channelId and startTime. This appears to be a unique identifier, as when an agent starts multiple activities at the same time, we are seeing a different channelId for each one. 

Would appreciate any insight or thought on this.

Thanks!

2 Replies 2

Janos Benyovszki
Cisco Employee
Cisco Employee

@Lukas-Howard so you are looking for a way to find all the tasks that were done using the same channel, is that it? Have you considered using the Search API https://developer.webex.com/webex-contact-center/docs/getting-started-with-search-api ? We have several examples for that here https://github.com/WebexSamples/webex-contact-center-api-samples/tree/main/reporting-samples/graphql-sample .

Hello Janos, that's not exactly what I am looking for. I'm looking for a way to identify each activity itself. I.E., I want to be able to uniquely identify a record if we make the same api call twice, so that I can compare previous versions of the same activity and compare/update.