Is it possible to return XML instead of JSON?

Hi there,

I was wondering whether it is somehow possible tot the REST api to return XML instead of JSON. I have been looking over the docs but so far haven’t had any luck finding anything of the sort. So I though I’d turn to the community instead.

There is no built-in feature for a XML based API.

I guess if you use the REST API (no Parse Client SDKs) you could hook in a conversion before sending the response to the requester. But there is no such built-in feature in Parse Server as has been already mentioned.