skip to main content
Querying with OData Version 4 : Formulating queries with OData Version 4
  

Try Now

Formulating queries with OData Version 4

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:
*PATCH
*POST with the custom X-HTTP-Method PATCH
*Deleting records using:
*DELETE
*POST with the custom X-HTTP-Method DELETE
*Search for text-based columns
* Query options and optimizing response times
* Searching text-based columns
* Fetching records and collections
* Creating, editing, and deleting records
* Batch Requests
* Navigating relationships