Skip to main content

I've tried this GET method but I just get an invalid type cast error:
https://sandbox.com/entity/Default/22.200.001/Customer?$expand=PrimaryContact&$filter=PrimaryContact.Email eq 'kylelauridsen86@gmail.com'

You should use / to specify a field of a child entity.

{{sitename}}/entity/Default/23.200.001/Customer?$expand=PrimaryContact&$filter=PrimaryContact/Email eq 'dean@bartending.con'


Reply