View Categories

CFS field exception in retrieve API [Exception]

< 1 min read

When utilizing the following API to retrieve lead data, please note a distinct behaviour concerning Custom Field Sets (CFS). This particular API, widely employed across numerous clients for obtaining the latest modified values, presents an exception regarding CFS fields in its response.


Typically, in other retrieval APIs, CFS field values are directly accessible. However, in this case, you will encounter a unique object identifier specific to the Backend instead of the direct CFS field values.

Kindly be mindful of this distinctive approach in handling CFS fields while leveraging this API.

PFB the sample case scenario:-

Screenshot of the Custom fields:
#




Values in the CFS field from Lead Details:
#




GET : API response: 

#

“Attribute”: “mx_CR”,
                    “Value”: “0f1fe1fd-3038-11ee-bbed-028cc7aeb450”,
                    “Fields”: null

Scroll to Top