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 .
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 .
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

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.
2 people are following this question.