Hello all, I'm trying to get the update for a specific deal. The API looks like this: GET /v1/deals/{id}/flow How do get it ? ```python params = { 'id': 13608 } response = pipedrive.deals(params, method = 'GET').??? ``` Thank you very much BR
Hello all,
I'm trying to get the update for a specific deal.
The API looks like this: GET /v1/deals/{id}/flow
How do get it ?
Thank you very much
BR