cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
780
Views
10
Helpful
3
Replies

Webex REST API: Tracking Meeting Changes

Hello, 

Working on Meetings integration right now, and stumbled across a need for tracking meeting changes. 

Is there any functionality available/planned that would allow tracking changes for already existing meetings? Let's say, if the new invitee was queried for the meeting, or the title, start/end time etc. Or would the only option here be to just pull the target meetings again and compare fields contents? 

Thank you  

1 Accepted Solution

The application requires the scope.

The owner of the application does not need the permissions. The user which authorized against it (ie. the logged in user) does need it 

In order to be able to access the API endpoint, the application must request the scope (via configuration) and the user must be able to fulfill it (via user configuration/CO role) 

View solution in original post

3 Replies 3

dtibbe
VIP
VIP

If you've the compliance officer role, you may use the events api to list updates of meetings: https://developer.webex.com/docs/api/v1/events/list-events

Thank you! 

About the compliance officer role - does that mean that the user that owns the Integration Application, is supposed to have the role, or assigning spark-compliance permissions to the application should be enough? 

https://developer.webex.com/docs/compliance - according to this document, I can see that I am able to apply permissions to the application, but not sure if that would also imply that the owner is supposed to have an extended role. 

The application requires the scope.

The owner of the application does not need the permissions. The user which authorized against it (ie. the logged in user) does need it 

In order to be able to access the API endpoint, the application must request the scope (via configuration) and the user must be able to fulfill it (via user configuration/CO role)