Appendix
JSON support
OVERVIEW
Collaborate API supports JSON calls for both request and response.
We have tried to implement JSON support in addition to XML for all new methods, but there might be some legacy methods as in the isheets API that do not support JSON format.
In order to post a JSON request please use
content-type = application/json in the header parameters
In order to consume a JSON response please use
Accept = application/json in the header parameters
Last Updated: Nov 08,2024
Comments
0 Comments