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
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.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 tohttps://app.asana.com/api/1.0/projects/{PROJECT_ID}/tasks?assignee=me