ProofHub / api_v3

ProofHub Bolt's API
18 stars 8 forks source link

API Endpoint Not Returning Tasks with "Done" Stage #20

Open Bicotprojects opened 2 months ago

Bicotprojects commented 2 months ago

Description I am encountering an issue with the "Get All Tasks" API endpoint. When I call this API to retrieve a list of all tasks, I receive tasks from various stages, such as "TODO," "IN-PROGRESS," and "IN REVIEW." However, tasks in the "Done" stage, which has the following identifier, are not included in the response: API Call : GET v3/alltodo?start=0&limit=100

Requirement I require to get a comprehensive list of all tasks, including those in the "Done" stage, alongside tasks from other stages (TODO, IN-PROGRESS, IN REVIEW).

Is there any way to modify the API request or utilize a different endpoint to ensure that tasks in the "Done" stage are included in the response? Any guidance or suggestions to resolve this problem would be greatly appreciated. Thank you.

Holmes-CC commented 1 month ago

Is this API still being maintained? It appears to me with no responses that ProofHub/api_v3 is not currently maintained. I might not commit to a subscription for this year, because of the lack of responses.