so there could be a few mechanisms at play here: we have seen a number of cases where contact data would be entered in the UI but not saved. The API of course will only pick the update up once the data has been saved. That not being the case there may be a case where a custom property changed for a new one of the same name, and the API call still goes looking for the "old" version; in this case an update to the API call would help. What is also a possible issue is using list endpoints. We have seen cases where a list endpoint would not return properties on individual objects correctly, leading to standard practice of combining list and then get calls. If you can share the call you are making, we might be able to dig a little deeper here, in case none of the above applies:)
Attached is a screenshot of a response example that contains an incorrect value for the stato_cliente custom field, which is "chiuso ko" when it should be "morto".
so there could be a few mechanisms at play here: we have seen a number of cases where contact data would be entered in the UI but not saved. The API of course will only pick the update up once the data has been saved. That not being the case there may be a case where a custom property changed for a new one of the same name, and the API call still goes looking for the "old" version; in this case an update to the API call would help. What is also a possible issue is using list endpoints. We have seen cases where a list endpoint would not return properties on individual objects correctly, leading to standard practice of combining list and then get calls. If you can share the call you are making, we might be able to dig a little deeper here, in case none of the above applies:)
Attached is a screenshot of a response example that contains an incorrect value for the stato_cliente custom field, which is "chiuso ko" when it should be "morto".
unfortunately, I cannot see the screenshot here - the endpoint looks fine to me in any case. Does the problem appear only for recently modified properties or also for modifications that are longer ago (let's say more than a couple minutes)?