Is there a way to get the current user id of the person who is contributing on the tasks, through the Pybossa API?
Suppose I am one of the contributor for a project. I register on the Pybossa and contribute on the tasks. After this, I want to get my task-run information, and I don't know my user-id. Is there a way to get my task-run details, through the API? By going through api/taskrun, I get a lot of information of all the users, but I want to see just mine information. In short, I just need my user-id through API! That will do all the work.
You can look at this and it also confused me: https://github.com/Scifabric/pybossa/issues/1484