How can I use the Microsoft Graph API from Postman to search for documents within all SharePoint sites in an organization based on a specific value in a custom column? I am currently not getting the expected results when making the request:
GET https://graph.microsoft.com/v1.0/search?$filter=listItem/all(d:d/fields/UniqueCustomID eq '081212')
The documents that have this custom column value are not being returned in the API response. What am I doing incorrectly?