In the Odata 4.01 URL conventions it says that for GET requests with extremely long filter expressions you can append /$query to the resource path of the URL, u
OpenUI5 version: 1.95 Browser/version: Chrome Version 101.0.4951.67 I have an OData v4 service with following Entity types (snippet from metadata document): "na
Is it possible (using Graph Api) to filter query by recurrence/range/endDate event field? For other data types it works, but for the endDate field, which is a D
I have an OData endpoint which query collection of Cosmos entity. The Cosmos DB container name is dynamic so that I cannot use entity.ToContainer("<container
I have an entity like this public class MyDto { public string string1; public string string2; public MyCustomClass myCustomClass; } I have two cont
I am building an OData web API, and I am trying to implement this function to determine whether a given property should be included in a GET response based on t
I'm using Abp Boilerplate ASP.Net Core and Angular. I've implemented odata as per the odata AspNetCore Integration document and it works fine retrieving data. I
I'm using Abp Boilerplate ASP.Net Core and Angular. I've implemented odata as per the odata AspNetCore Integration document and it works fine retrieving data. I
I made a dual barchart with vizframe, but I ran into a problem. The values of the two datasets don't render on the same scale. This makes the comparison of the
I am using entity framework code first. My entities and controller were generated by Visual Studio and have not been modified. This issue seems to be that the
I tried to get all guest users count in all M365 groups in single Microsoft graph api call I have written below query for that. https://graph.microsoft.com/v1.0
I have an enum declared in c#. I have a Display Name/ EnumMember value annotation and Student Class. I'm using asp.net core 2.2+ version with Odata. [DataContra
I receive the following error. InvalidOperationException: Can't use schemaId "$Registration" for type "$PortalService.Models.Registration". The same schemaId is
As described in the docs, Microsoft.AspNetCore.OData 8 uses a convention to tie a controller to an entity set. They also provide a sample that demonstrates this
I have Nginx reverse proxying my service that works by OData protocol. I'm trying to enable compression for theese requests by putting #... gzip on; gzip_type
I've been trying to set authorization header value for Odata client. After I instantiate the client, I do it like this: container.BuildingRequest += (sender, e
I am attempting to get the count of filtered OData results in a Fiori SAPUI5 application. I am able to get the correct count using both $count
I need to create a $filter query for the Microsoft Graph API that searches for a specific word in a string (the display name of users). For example I'd want to
I'm using ASP.NET Boilerplate framework for ASP.NET Core. How do I add a OData controller to support an entity with 2 composite keys. I have the composite key
I'm developing a RESTful service using the spring framework. This service has a few different controllers. Some of the controllers allow the user to query data