What should be my response body in raml if i am sending hashmap as response?

29 Views Asked by At

I am using sharepoint connector in my api and able to receive response in form of hashmap, i want to send the hashmap response as it is as output, what should i do? (Note: i have set my raml body response as application/java)

I tried setting multiple body responses in raml , e.g- application/json, apllication/java But was able to receive error stating invalid data format

0

There are 0 best solutions below