I am trying to make a REST api call from node.js service, even though the content type i provide is jSON, i am getting the response in an HTML format i.e. it gives entire html page of the composer as a response ,can you help me to get a json response. i have attached a screen shot of the response im getting.
can you show how your Headers look like in POSTMAN ? from the looks of it your Accept parameter may be incorrect...
Yes i have attached the screenshot of the headers used in POSTMAN
add 'Accept' header with value as application/json and you should get the json format back... thanks
Yes thanks for the help got it .