Questions tagged [asana-api]

The Asana API is a RESTful interface, providing programmatic access to much of the data in the system

The Asana Api is a RESTful interface, providing programmatic access to much of the data in the system. It provides predictable URLs for accessing resources, and uses built-in HTTP features to receive commands and return responses. This makes it easy to communicate with from a wide variety of environments, from command-line utilities to gadgets to the browser URL bar itself.

The API accepts JSON or form-encoded content in requests and returns JSON content in all of its responses, including errors. Only the UTF-8 character encoding is supported for both requests and responses.

189 questions
0
votes
1 answer

Retrieve Asana metadata with Python

I've managed to install PyCharm CE and the Python Asana library (https://github.com/Asana/python-asana). I can connect, retrieve projects, tasks and subtasks. But for tasks and subtasks, it always seem to only return the id and name. How can I…
0
votes
1 answer

Using Asana events API for task monitoring

I'm trying to use Asana events API to track changes in one of our projects, more specific task movement between sections. Our workflow is as follows: We have a project divided into sections. Each section represents a step in the process. When one…
jfk
  • 36
  • 3
0
votes
1 answer

How to know if a story is "pinned" in the Asana API?

I am building a visual frontend for clients to show tasks in Asana and I need to be able to separate stories on a task by some kind of "flag" that would determine if the story is public/private The idea was to use the "Pinned" status to determine if…
viion
  • 365
  • 2
  • 10
0
votes
1 answer

Retrieving tasks within teams in PHP

I am trying to develop a web application that can fetch data from Asana and generate custom spreadsheet reports. This wrapper class was very helpful in making things simple. However, I am having a hard time in writing code that gets me the team/s…
Mayank Choudhary
  • 376
  • 2
  • 7
  • 18
0
votes
1 answer

Create new task in project for other user

I've found some weird behaviour that we're unable to explain. Creating new tasks via the Asana API works great, by using the https://github.com/ajimix/asana-api-php-class functionalities. We have no problem creating a task for the API Key user,…
Rvanlaak
  • 2,971
  • 20
  • 40
0
votes
1 answer

Get all tasks that have a combination of tags?

I know you can use GET /tags/tag-id/tasks and get all the tasks for a given tag then I could do it again with a different tag-id and get the intersection of the two lists... but is there anyway to get all the tasks with both the tags in a single…
Joran Beasley
  • 110,522
  • 12
  • 160
  • 179
-1
votes
1 answer

Asana API - Total record count

I am integrating Asana project metrics with our help desk dashboard. I would like to show 3 numbers for each project: - Total tasks in project - Total completed tasks in project - Total incomplete tasks in project When I call the project/tasks api,…
-2
votes
1 answer

Asana developer

we use Asana as our internal project management platform. We would like to use it to interact with our clients so they can see the progress of their projects - which is the same per year. We created the Kanaban view and move the cards through each…
R. PP LLC
  • 1
  • 1
-5
votes
1 answer

I can see my Team Calendar

I can see my Team Calendar on ASANA. In one of my projects I see and in the other I can't. What could have happened? I researched in the FAQ, but i can find anything.
1 2 3
12
13