Hi community,
I am trying to filter the Get List Profiles endpoint. However, it’s not working.
Here’s what I’ve got:
{{baseUrl}}/api/lists/:id/profiles/?fields[profile]=email&filter=equals(profile.email,"xxx")
The response I am getting is:
{
"errors": [
{
"id": "43cc5aa6-d5d4-4cb2-8f44-cb5cb6fb7f62",
"status": 400,
"code": "invalid",
"title": "Invalid input.",
"detail": "'profile.email' is not an allowed filter for this resource.",
"source": {
"parameter": "filter"
},
"meta": {}
}
]
}
Any idea what’s happening here?
Thanks