Hello,
since yesterday we notice a strange behavior in api responses concerning a custom field value type.
We have a custom field of type single option in our Deals. We now noticed a different value type of those custom field between different endpoints.
When we request the endpoint “api/v1/deals/{id}” we receive this custom field value in the response:
“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”: 186
When we request the endpoint “api/v1/persons/{personId}/deals” we receive this custom field value:
“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”: “186”
So in one api endpoint its an integer and in the other its a string.
We are wondering about that behavior and are sure that this changed suddenly since yesterday 24.01.2023.
Is there an explanation for that?