Hello everyone,
I am pinging this API
https://api.hubapi.com/crm/v3/objects/line_item/XXXXXXX?propertiesWithHistory=description
Now I am getting the only 1 description history rather than 2.
{
“id”: “26357408536”,
“properties”: {
“amount”: “124.59”,
“createdate”: “2024-12-16T04:58:04.300Z”,
“hs_lastmodifieddate”: “2024-12-16T04:58:05.121Z”,
“hs_object_id”: “26357408536”,
“hs_product_id”: “15520166149”,
“quantity”: “1”
},
“propertiesWithHistory”: {
“description”: [
{
“value”: “Dental Savings- Access to over 58,000 providers and savings of 10% to 50% on dental services and expenses thorugh UNI-Care Dental.”,
“timestamp”: “2024-10-31T04:14:29.939Z”,
“sourceType”: “INTEGRATION”,
“sourceId”: “2552247”,
“updatedByUserId”: 8204066
}
]
},
“createdAt”: “2024-12-16T04:58:04.300Z”,
“updatedAt”: “2024-12-16T04:58:05.121Z”,
“archived”: false
}