Hello,
I would like to know, if it is possible to call the API and receive XML instead of JSON.
Is it possible, to make an API-call and get XML structure back?
Hope anyone have an idea?
Hello,
I would like to know, if it is possible to call the API and receive XML instead of JSON.
Is it possible, to make an API-call and get XML structure back?
Hope anyone have an idea?
No, I’m pretty sure it’s just json.
Why do you need xml?
I would like to import the results to SQL Server 2014, function like OPENJSON are only supported from MS SQL 2016.
What language are you using to do this?
I think you will either need to upgrade SQL server, or convert the JSON to XML
I found this page very helpful: https://app.quicktype.io/#l=cs&r=json2csharp
And the Postman app is also very useful.