Ravi
Ravi

Reputation: 19

Asana :how can I get Worksapce id from asana

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

Upvotes: 0

Views: 788

Answers (1)

Bhushan Bhangale
Bhushan Bhangale

Reputation: 10987

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

Upvotes: 1

Related Questions