New Project Endpoints
jaschaio opened this issue · 2 comments
Not really client-nodejs
related but not sure if there is any other place to provide feedback?
First of all: Thanks for making project information available via the API.
But by testing I see quite a bit of limitations:
Get all Projects
I can not get a list of projects for a given deal_id. Instead I need to get a list of all projects and filter it on the client to find a project that has been associated with a given deal_id.
Introducing a deal_id
query parameter would make this a lot easier and require less resources
Get Details of a Project Template
This is returning the same thing as the List endpoint, just for a single Project Template.
Instead I would expect either here or as a seperate API resource the tasks that have been defined within a project template. Right now I can't get any info about template tasks as I would be able to get via the Pipedrive UI.
Get all Deals and Get details of a Deal
Project endpoints have been added, but it doesn't look like existing endpoints have been updated. It would be great if I could get associated projects via a project_ids
property from within these endpoints.
There is likely more but these are just some initial limitations I found.