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
Authentication: Token and oAuth2
Generate token: Documentation.
Endpoints
/jobs
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.
/teams
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.
/projects
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.
/workspaces
Summary: A workspace is the highest-level organizational unit in Asana. All projects and tasks have an associated workspace.
Updated about 5 years ago