Hi all
I have been looking into a way to track historical transitions of a deal between stages (and pipelines). I have been looking into different means to achieve this, and i’ve gotten the most information using the activities endpoint (/deals/{dealId}/dealactivities
).
This gives an extensive payload containing following snippet as example:
{ ‘d_stageid’: ‘308’,
‘dataType’: ‘d_groupid’,
‘dataAction’: ‘17’,
‘dataOldval’: ‘22’,
‘cdate’: ‘2022-09-19T01:04:54-05:00’,
…
}
However not for every transition is there a coresponding dealActivity. Is there a possibility to achieve this?
Kind regards