You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
graphClient.Drives[driveId].Items[driveItemId].Children.GetAsync(config => { config.QueryParameters.Expand = ["listItem"]; }) does not include custom fields in the list item response
#2532
Closed
DGV1995 opened this issue
Jun 5, 2024
· 2 comments
The response includes the list item, but not the list item custom fields.
Is it possible to have that custom fields in the response?
Thanks!
Describe the solution you'd like.
I would like to have the custom fields (like a custom column in a Sharepoint document) in the ListItem property of the DriveItem response, please.
The only alternative that currently works for me in the next one:
Is your feature request related to a problem? Please describe the problem.
Hello, I have noticed that when calling https://graph.microsoft.com/v1.0/drives/[driveId]/items/[itemId]/children?expand=listItem, the response includes list item custom fields, but when using the Graph SDK in the next way:
The response includes the list item, but not the list item custom fields.
Is it possible to have that custom fields in the response?
Thanks!
Describe the solution you'd like.
I would like to have the custom fields (like a custom column in a Sharepoint document) in the ListItem property of the DriveItem response, please.
The only alternative that currently works for me in the next one:
but this approach requires an additional graph api call for every drive item.
Additional context?
No response
The text was updated successfully, but these errors were encountered: