pipedrive / client-nodejs

Pipedrive API client for NodeJS
MIT License
205 stars 82 forks source link

Accessing Deal Flow (Updates) #54

Closed ps84 closed 6 years ago

ps84 commented 7 years ago

Sorry if I've missed something obvious but I'm not sure how to access the Deal Flow (Update) data using the API. The REST API doc list the following call;

List updates about a deal get /deals/{id}/flow

Thanks for your help.

ps.

ps84 commented 7 years ago

I see that there is a /updates which still seems to be supported by the REST API (albeit undocumented). I can use this but I'm concerned that it will be deprecated at some point. Am I better off using getUpdates() or modifying the blueprints to support flow as a relatedObject of deal?

Is this still API actively supported or should I be looking at an alternative framework for making REST calls?

Thanks again,

ps.

tot-ra commented 6 years ago

Hi @ps84, we have changed the endpoint in version 4.0.0 in this PR https://github.com/pipedrive/client-nodejs/pull/64 Take a look and your feedback is welcome