About 3,640 results
Open links in new tab
  1. Query options overview - OData | Microsoft Learn

    Dec 9, 2022 · A query option can be applied to every verb except DELETE operations. The query options part of an OData URL specifies three types of information: System query options, Custom …

  2. Basic Tutorial · OData - the Best Way to REST

    Querying Data OData supports various kinds of query options for querying data. This section will help you go through the common scenarios for these query options.

  3. OData Cheat Sheet: Query Options/Filter Expressions & SQL Analogues

    Nov 13, 2019 · OData protocol provides powerful features for querying data via URLs, similar to SQL. This article helps to quickly understand how to query data via OData and shows how OData features …

  4. Exploring OData Query Options: A Comprehensive Guide with Examples

    May 10, 2024 · OData introduces various query options that allow developers to filter, sort, and shape the data returned by their APIs. In this comprehensive guide, we’ll explore each OData query option...

  5. Filter rows using OData - Power Apps | Microsoft Learn

    Jan 6, 2026 · Learn how to use OData to filter rows when you retrieve data from Microsoft Dataverse Web API.

  6. OData Query Options | Mendix Documentation

    All objects can be retrieved by specifying the URI. For example: /odata/myservice/v1/Employees. You can see this if you specify the URI in a browser. A single object can be retrieved by passing the …

  7. Performing OData Queries - SAP Learning

    OData specifies a simple, yet powerful query language that allows a client to request arbitrary filtering, sorting, paging, and so on. A client is able to express, via query string parameters, the amount, and …

  8. Power Automate OData Filter Query with Examples - SPGuides

    Feb 17, 2025 · In this Power Automate tutorial, we will learn how to use OData filter query in Power Automate and the different functions of filter query in detail. We will also be going through the below …

  9. OData $filter Queries Explained - Five

    Aug 8, 2024 · OData is a standard data access protocol that allows clients to query and filter data from APIs using a standardized syntax, such as the $filter query option for retrieving specific subsets of …

  10. How to use OData query options? - UNGM Developer Center

    These endpoints use OData Version 4.0, which supports various kinds of query options allowing the client to control the response from the server. This article is intended to help through common …