-
Response Headers
Response Headers The headers returned with the API response will only indicate the type of content through the ‘Content-Type’ header. By default the content type will always be ‘application/json’ except when the ‘resultType’ parameter in the API Query was set to ‘XML’. In that case the content-type will be ‘application/xml’ instead. Http status codes Besides…
-
Response Body
Response Body Depending on the value of the ‘resultType’ field in the request body, the result will either be a JSON object as per below specification, an XML string or a JSON object containing a simplified two-dimensional array bearing the results, if the ‘resultType’ is left blank. Besides the actual query result, the response also…
