ProofHub / api_v3

ProofHub Bolt's API
18 stars 8 forks source link

How best way to get all tasks? #6

Closed jbsolucoes closed 4 years ago

jbsolucoes commented 4 years ago

Hi! I need get all tasks, to integration with BI application, but the format to get data is realy slow, we above 2k (few months) of tasks, but, because your rate limits, to get projects, lists and tasks we need many and many requests. Any solution to minimize this slow? Thank you!

ProofHub commented 4 years ago

Hi,

Thanks for contacting. You can get all the tasks in a tasklist with a single command. Have a look at get-all-tasks API. You can go through the API help to get information about all the available APIs here.

jbsolucoes commented 4 years ago

Hi, thanks for reply, but this is a problem, we have hundreds of projects with hundreds of tasklists, with your rate limit we need about one hour to get all tasks... this is the problem. I discover comand alltodo in api (api/v3/alltodo, without documentation), if we can have something like that for all tasks, or increase rate limit...

Thanks

ProofHub commented 3 years ago

Hi,

Please check the API to get list of all tasks for all projects here . It will help in your scenario.