Formulating queries with OData
- Last Updated: August 11, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Hybrid Data Pipeline supports the following:
- A set of OData system query options and custom options to control service behavior and control result pagination.
- HTTP methods for:
- Fetching records using
GET - Creating records using
POST - Updating records using:
PATCHPOSTwith the customX-HTTP-MethodPATCH
- Deleting records using:
DELETE-
POSTwith the customX-HTTP-MethodDELETE
- Fetching records using
- Search for text-based columns