custom fields
Allow Client Custom fields to be retrieved with the GET Client API instead of requiring a separate call for each client. In addition to the detailed=true parameter, another parameter like customfields=true to bring all the values into a separate field as a json that can be unpacked.
-
Emolan Liu commented
Good idea, if we have 10,000 clients.
We can't request this api for 10,000 times
-
Wee Hong
commented
Many of our clients who integrate with our app have been inquiring about the inability to retrieve custom fields in bulk across multiple clients through the API.
Clients integrating with our app typically need to access their entire client base in XPM together. Consequently, acquiring the value of custom fields for each individual client can significantly impact the user experience, as it takes a considerable amount of time to retrieve these values from your end. So, it would be great to update your API to allow bulk getting the value.