Skip to main content
Participant
March 19, 2020
Answered

Differences between Web Services API calls in 9.x vs 10.x

  • March 19, 2020
  • 1 reply
  • 397 views

Is there documentation for making Adobe Connect Web Services API calls in versions 10.x vs 9.x? Or is it safe to assume that all API calls can still be done the same?

 

We're currently on version 9.5.7 and upgrading to 10.6.1. We want to know if this will require changes to the code base.

 

The API reference guide states "Applies to: Adobe Connect 9 " but I can't find a similar guide for version 10.

WebServices API Reference 

This topic has been closed for replies.
Correct answer Jorma_at_Knox

The APIs haven't changed. Adobe doesn't change the APIs, just adds to them from time to time. Any API calls you are making on 9.5.x will work with 10.x.

1 reply

Jorma_at_Knox
Jorma_at_KnoxCorrect answer
Legend
March 19, 2020

The APIs haven't changed. Adobe doesn't change the APIs, just adds to them from time to time. Any API calls you are making on 9.5.x will work with 10.x.

josephw64Author
Participant
March 20, 2020

Perfect! Thanks for clarifying.