Requesting data formats
By default, the BSS APIs will return JSON. To request a specific format, the API call can be appended with a suffix, currently only .json and .xml, which will return JSON and XML respectively. Alternatively, the BSS API will also support the Content-Type header to set format. When both Content-Type and the suffix are provided, the suffix will take precedence.
Comments