-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing feature GET task details without project-id #16
Labels
Comments
Any news? |
Any news? |
any news? |
shall be build a work-around ourselves? |
We build a simple work-around. Connect this tiny tool directly to activeCollab database and send REST requests: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some endpoints the task-id is the only necessary detail (
/comments/task/{task-id}
). But for other endpoints the task-id has to be supplied in combination with the project-id (/projects/{project-id}/tasks/{task-id}
).For many use cases only the task-id is known. Currently there seems to be no solution to retrieve tasks details (especially the the project-id) based on the task-id.
In order to work with tasks there should be a endpoint to get task details (the task's project-id) based on the id
(GET)
/tasks/{id}
The text was updated successfully, but these errors were encountered: