get asana project id

2020-07-08 07:07发布

I am trying to find out how to get the workspace and project id's from the main web app. I cant seem to find them anywhere.

I am attempting to write a VB.Net app and am trying to get some info out of the API other than 400 Bad request. If I had these id's I might be able to get further

标签: asana
2条回答
时光不老,我们不散
2楼-- · 2020-07-08 08:01

I put app.asana.com/api/1.0/workspaces into a browser (after I had logged into Asana) and it gave me all of my workspace ID's.

查看更多
Luminary・发光体
3楼-- · 2020-07-08 08:05

The Project ID is most easily found in the URL of your project when using the web interface: https://app.asana.com/0/{PROJECT_ID}/.... It works with API calls such as pointing your browser to https://app.asana.com/api/1.0/projects/{PROJECT_ID}/tasks?assignee=me

查看更多
登录 后发表回答