Asana

Asana is a web and mobile application designed to help teams organize, track, and manage their work.

Info

Schemes: https
Base URL: https://app.asana.com/api/1.0

Documentation Reference

Authentication: Token and oAuth2
Generate token: Documentation.

Link for help

Endpoints

/jobs

GET

Summary: A job represents a process that handles asynchronous work. Jobs are created when an endpoint requests an action that will be handled asynchronously. Such as project or task duplication.

Reference

/teams

GET

Summary: A team is used to group related projects and people together within an organization. Each project in an organization is associated with a team.

Reference

/projects

GET POST PUT DELETE

Summary: A project represents a prioritized list of tasks in Asana or a board with columns of tasks represented as cards. It exists in a single workspace or organization and is accessible to a subset of users in that workspace or organization, depending on its permissions.

Reference

/workspaces

GET POST PUT

Summary: A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace.

Reference