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