Skip to main content

Questions tagged [odata]

OData is a standardized protocol for creating and consuming data APIs. OData builds on core protocols like HTTP and commonly accepted methodologies like REST. The result is a uniform way to expose full-featured data APIs.

0 votes
1 answer
362 views

As I cannot use Pnp.PowerShell with a SharePoint-2019 on premise, AFAIK, I've been trying workd with OData instead, using curl (or PowerShell Invoke-RestMethod or falling back to JavaScript fetch if ...
jgran's user avatar
  • 13
0 votes
0 answers
75 views

I am currently have a custom permission level called 'Special Permission'. In my webpart, I want to detect if the current user is part of any SharePoint group that has 'Special Permission', and ...
thebernardlim's user avatar
1 vote
1 answer
2k views

I just had a question about an issue I am facing: I am attempting to return some items from a SharePoint list for a flow on Power Automate. Currently, I'm attempting to retrieve the data for a ...
thelearner11's user avatar
0 votes
0 answers
1k views

I am trying to call SharePoint REST api with $expand and would like to filter on inner array object in the JSON. I tried few filter options but getting error for each of them. Error: The expression &...
Deepak's user avatar
  • 1
0 votes
1 answer
1k views

If I run a query .../_api/web/lists(<GUID>)/items?$filter=Field eq 'Option1' then it returns all items containing Option1 in multi-choice Field including: [Option1], [Option1, Option2], [...
Artyom Shegeda's user avatar
0 votes
1 answer
684 views

I've been using a CAML Query for getting all files in a document library in SharePoint 2013. I used PnP with PowerShell for this purpose, but as I would like to get all files on Linux. I think it's ...
jgran's user avatar
  • 103
0 votes
1 answer
198 views

I have the role definitions like this: https://YOUR_TENANT.sharepoint.com/sites/YOUR_SITE/_api/web/roledefinitions So this will return something like: {_ObjectType_=SP.RoleDefinition, _ObjectIdentity_=...
Nicholas DiPiazza's user avatar
0 votes
0 answers
216 views

24Hrs into learning about OData queries for a SP project that was dumped on me. I can get the data i need from _api/web/lists?$select=Title,TemplateFeatureId,Author&$expand=Author But I tried to ...
Grant Coghlan's user avatar
0 votes
1 answer
1k views

This started as a question, but I figured out the answer as I went, so just posting for reference. Desired Behaviour Use the OData Filter Query field in the SharePoint Get Items action in Power ...
user1063287's user avatar
0 votes
1 answer
1k views

I'm wondering if anyone has had to do a similar thing to be able to get all recent files from a particular site collection of sharepoint library To get lists used i know i can use this - https://graph....
naijacoder's user avatar
  • 4,368
1 vote
0 answers
230 views

So I want an OData query that allows me to get the field and its values by position in the viewable list. In the above picture, for example, I want the values in the "Title" column but that ...
CleverlyDone's user avatar
1 vote
0 answers
398 views

I have an MS project online environment and I want to replicate all data from online to our SQL servers. I found this article to do this with VS2012. I'm using VS2019 and SSDT, SSIS, SSAS extensions, ...
newbie's user avatar
  • 1,737
0 votes
1 answer
725 views

I'm trying to get all list items from a list on the same domain as the client-side spfx web-part. It's a pretty basic call via the REST API, however the information being returned doesn't match that ...
WalterCronkite's user avatar
0 votes
0 answers
714 views

I am using SharePoint API to get list items. One of the fields is User Picker. The query looks like this: /_api/web/lists/getByTitle('Actions')/items?$select=AssignedTo/Id,AssignedTo/UserName&$...
Nikolay's user avatar
  • 66
0 votes
1 answer
480 views

I was able to get details from people and groups using rest api and with the help of the below link. https://ajaznusrat.wordpress.com/2012/06/21/using-the-sharepoint-user-type-field-people-or-group-in-...
Rinu's user avatar
  • 1,473

15 30 50 per page
1
2 3 4 5
10