I am trying to figure out a quick way to reference the projectid string once projects are manually created within a team. Team and Board IDs can be found in the URL, but this does not seem to be the case for Projects. What am I missing?
Page 1 / 1
Hi
There are two alternatives that I can think of:
- Use get projects REST API endpoint to get a list of projects with their ids
- Navigate to https://miro.com/api/v1/accounts/TEAM_ID/projects/?fields=id,title which returns a list of projects in the given team with id and title. Make sure to replace
TEAM_ID
with the actual team ID and that you’re logged in to your Miro account.
Hope this helps.
Ah, your second option is the quick and dirty reference method I was looking for. Thank you so much for the quick response!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.