Response formatting
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The OData specification allows a service to return responses in several
different formats. The Hybrid Data Pipeline service supports
Atom Pub and JSON. By default, Hybrid Data Pipeline returns
responses in Atom Pub format. Requests can override this by specifying JSON format
responses in one of the following ways:
- The
$format=jsonquery parameter. - An
Acceptheader with a value of:application/json.
An OData request can either use the header or the query parameter; it cannot specify both.