I'm trying to search a item of a SharePoint list using Graph API & C#.
Able to get all the items in list with below GET request
https://graph.microsoft.com/v1.0/sites/myorganization.sharepoint.com,70e38521-b8bd-4008-98d3-f84721c55e0b,3338923b-2c65-45a9-bd70-941ac1345ca0/lists/24c9dc88-03f4-4aca-816c-acfcaf7b864d/items?expand=fields
How I could search for a particular item in this list like below.
Looking for GET request format. Really appreciate your help in advance.