Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

REST API does not return JSON

Kim Djernæs July 20, 2021

If I try to do an API request I always get a response in XML format - even if specifying the accepted format to be JSON.

Anyone that can explain this?

Thanks


Example:
curl -vv "http://10.2.0.13:8060/api/rest/fisheyeVersion" -H "Accept: application/json"
* Trying 10.2.0.13...
* Connected to 10.2.0.13 (10.2.0.13) port 8060 (#0)
> GET /api/rest/fisheyeVersion HTTP/1.1
> Host: 10.2.0.13:8060
> User-Agent: curl/7.47.0
> Accept: application/json
>
< HTTP/1.1 200 OK
< Date: Tue, 20 Jul 2021 13:15:57 GMT
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< X-Frame-Options: SAMEORIGIN
< X-UA-Compatible: IE=Edge
< X-AUSERNAME: anonymous
< Content-Type: text/xml;charset=utf-8
< Vary: Accept-Encoding, User-Agent
< Transfer-Encoding: chunked
< Server: Jetty(9.4.19.v20190610)
<
<response><string>4.8.0</string>
</response>

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events