Allow the api call to get SharePoint hyperlink and Location columns type with MsGraph

Allow the api call to get SharePoint hyperlink and Location columns type with MsGraph
1

Upvotes

Upvote

 Mar 31 2022
0 Comments 
New

I had created a column in sharepoint site generic list of type Hyperlink 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 hyperlink 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}

Graph api Response

{
"columnGroup": "Custom Columns",
"description": "",
"displayName": "link",
"enforceUniqueValues": false,
"hidden": false,
"id": "ca328e6e-142a-4704-806b-777b0398aed9",
"indexed": false,
"name": "link",
"readOnly": false,
"required": false
}