Hello All,
I have a SharePoint list called Regions which is having a managed metadata field "Country" with options (United States, Berlin, Canada etc). I want to filter this column under "United States" using OData as shown below.
/_api/web/Lists/GetByTitle('<Regions>')/Items/?$filter=TaxCatchAll/Term eq 'Country'&$expand=TaxCatchAll,United States
Please correct it.
Like Cricket