Where
Where Filter
Examples
Type=="BANK"https://api.xero.com/api.xro/2.0/Accounts?where=Type%3D%3D%22BANK%22Name.Contains("Peter")Name.StartsWith("P")Name.EndsWith("r")EmailAddress!=null&&EmailAddress.StartsWith("boom")Date >= DateTime(2015, 01, 01) && Date < DateTime(2015, 12, 31)