How to get tasks of a user through Makerlog API?

Is there a way to retrieve tasks of a user from ML API. I am not talking about recent 20 tasks like "/users/{username}/recent_tasks/" does but in paginated way. The only way I understood was through above route or by "tasks/" route but this is in public domain.

https://api.getmakerlog.com/tasks/?user=2213 <--------- To see your tasks (you are user 2213)

The API is also well documented, just take a look ;)

0 Likes

Yup! This is the best way.

0 Likes
Himanshu Mishra Author

Thanks! I don't know how I missed that.

0 Likes

Please sign in to leave a comment.