Hello,
I want to get a response in the format of version 1.1 from the REST API.
Things I tried out:
- adding "versionInfo.versionNumber=1.1" as request parameter -> did not change the response
- adding a header with key "versionInfo.versionNumber" and value "1.1" -> returned a 500 internal server error
Did someone manage to get a 1.1 response from the REST API? Can you give me an example of your request?
OK I found it out after checking out the interactive documentation: https://partner.element14.com/io-docs
You have to add a query parameter "versionNumber=1.1" and it works.