Skip to content

API documentation missing query parameters under the execute section #6867

Open
@ramyaragupathy

Description

@ramyaragupathy

Description:
In Tasking Manager v4, the endpoint /api/v2/users/{user_id}/tasks/ returned a list of tasks that a mapper had interacted with in a specific project, provided the relevant parameters. In TM v5, this endpoint appears to have lost that functionality. Currently, it only accepts a user_id as a parameter, and does not allow filtering by project_id.

Expected behaviour:
I would expect the ability to pass a project_id parameter so that this endpoint returns the list of tasks a user has worked on within a specific project.

Current behaviour:
Only user_id is accepted, and the response does not appear filterable by project.

Request:
Please consider reintroducing the query parameters under the execute section to restore previous functionality. This is especially useful for audit, contributor analysis, or performance tracking at the project level.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions