0

I am developing a small web application using java/javascript . I want to query all the task associated with Asana for particular user .

I have gone through the API and i could find that as a request parameter need to have workspace Id and Api id . Api Id i am able to found. but no idea how workspace Id could be found.

could you please help me to get workspace id

Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71
Ravi
  • 19
  • 1

1 Answers1

1

You need to call /workspaces to get list of work spaces. Choose a workspace from the workspace list.

Check this https://asana.com/developers/api-reference/workspaces

Justin
  • 3,418
  • 3
  • 27
  • 37
Bhushan Bhangale
  • 10,921
  • 5
  • 43
  • 71