I am using Microsoft Graph API and trying to filter items in a SharePoint List by CreatedBy User but am not sure how to write the filter query.
https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?$$filter=
I have tried "https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?&$filter=AuthorLookupId eq {user-id}" but it doesn't seem to work.
Optional query parametersin the api document, but this api doesn't have this section.