Better Information retrieval
complete
K
Kyle Hauenstein
Please improve the api just for getting information about clients and projects. at present i can only get a list of all projects. i want to get the project for only a specific client. I don't need all the projects. I want to be able to locate a project and mark a task complete. right now that would require so many more calls then it should really take.
Log In
Amanda Aparicio
marked this post as
complete
Amanda Aparicio
Kyle Hauenstein, we actually do have the ability to get the project list for a specific client (our documentation was missing this -- we'll be updating it soon!)
To search by a specific client, kindly use:
GET /api/v1/projects?client={clientId}
.Thank you for pointing this out!