5.2 Supported Data Formats (MIME types)
The REST API supports MIME types that are listed in following paragraph. A supported MIME type may be specified in the Accept header field of a HTTP request.
- text/html – HTML,
- application/json – JSON,
- text/xml – XML
- text/plain – plain text,
- text/csv – comma-separated list of values.
Currently, only application/json and application/x-www-form-urlencoded formats are supported in POST requests. Those formats may be specified in the Content-Type header field.
[Previous] [Back to top] [Up]