Questions tagged [odata-v4]

The Open Data Protocol (OData) is a standardized protocol for building REST APIs. OData v4 specifies many best practices for REST APIs including a terse, hypermedia-oriented JSON format.

OData v4 is an OASIS Standard, with more than 20 companies participating on the technical committee. Microsoft, SAP, Salesforce, and many other companies are strong advocates of the protocol as a solution to an otherwise fragmented REST API landscape.

This same standardization allows generic hypermedia clients to consume the service. Excel, Tableau, and QlikView are well known data clients that have support for consuming OData.

167 questions
-1
votes
1 answer

Why is MS Excel Power Query sending multiple requests to Olingo V4 spring boot service

I have used the Olingo library to expose Odata endpoint. Goal is to access /odata/models endpoint from any tool or Excel power Query. However, when the call is from Excel Power Query I see two requests being fired for the same endpoint one after the…
Jeni
  • 3
  • 1
-1
votes
1 answer

OData filter with "and" operator not working in Web Api

I am creating a Web Api with single GET action which handles the below get requests. GET https://localhost:44378/v1/RoutePrefix/Route?$filter=Id eq '1234'$select=Name (This one works fine) GET https://localhost:44378/v1/RoutePrefix/Route?$filter=Id…
KNDM
  • 47
  • 7
1 2 3
11
12