question

MohammedAkter-9409 avatar image
0 Votes"
MohammedAkter-9409 asked MichaelHan-MSFT answered

How to get the Display name of a column instead of Internal name in the JSON response of a Graph API call for SharePoint list item.

How to get the Display name of a column instead of Internal name in the JSON response after calling this Graph API GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items for SharePoint list items .

microsoft-graph-sites-lists
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MichaelHan-MSFT avatar image
0 Votes"
MichaelHan-MSFT answered

Hi @MohammedAkter-9409,

You could using the below endpoint to get the details(including Display name) for columns:

 https://graph.microsoft.com/v1.0/sites/{sit-id}/lists/{list-id}?expand=columns


108882-image.png



If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



image.png (63.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.