Migrated from Redmine #1400 | Author: Tao Wei
Status: New | Priority: High, I’m very impatient | Created: 2025-03-19
I am trying to use the following API endpoint:
to retrieve all clients whose email matches weitao1116@gmail.com.
The request URL I used is:
https://user-api-v2.simplybook.me/admin/clients?filter[email]=weitao1116@gmail.com
However, it seems to return all clients, regardless of whether the email matches or not.
Did I use the API correctly? If not, what should I change?