Migrated from Redmine #1430 | Author: Volkan Caliskan
Status: New | Priority: Normal | Created: 2025-07-04
Hello
When I retrieve client list via Rest API using the endpoint below, I can not see any client fields I added. I added a language field to collect user’s language preference. This is useful for countries with multiple official languages, we would use this information for multi channel communication on user’s selected language.
https://user-api-v2.simplybook.me/admin/clients?page=1&on_page=50
The client field I created is called;
client_field_1
I can see this on new booking but I would need also on the client list for each client. Would it be possible to add client_fields to this API call?
Thank you
Volkan