Open pragatiagrawal97 opened 2 years ago
This is a service issue, not specific to .NET SDK, so transferring to service issues repo.
Thank you for reporting this issue. This appears to be an issue or limitation with the service APIs. Unfortunately, as the Microsoft Graph SDK team, we do not have ownership of the APIs that are causing you issues. We invite you to create a question about the service API to Microsoft Q&A and tagged with one of the [microsoft-graph-*] tags, that way it will get routed to the appropriate team for them to triage.
Microsoft Graph | Support or https://aka.ms/askgraph
For now, we will close the issue on our side but feel free to open it in the relevant repository if you think the issue is specific to SDK.
Please let us know if this helps!
Note: We will close this repository on April 19, 2024.
I had created a column in sharepoint site generic list of type Location and when i tried to get data of that column using graph api i didn't get and type set for that column.
I want the type of the Location column when I fire the query in Graph Explorer for getting the column details.
I tried with different Graph api versions
Reqested URL https://graph.microsoft.com/v1.0/sites/{Site-id}/lists/{list-id}/columns/{column-id}
Tried above URL in Graph explorer
Graph api Response
{ "columnGroup": "Custom Columns", "description": "", "displayName": "address", "enforceUniqueValues": false, "hidden": false, "id": "c5a2ab4b-6363-4208-ae70-ec429782eeea", "indexed": false, "name": "address", "readOnly": false, "required": false }
Same problem occur when I created hyperlink column