Hi All -
First post and I’ll admit I’m still crawling through the API docs but wanted to start on this project and this is step 1.
Is there a way for me to get a list of all projects in my account (i.e., owned by me) using curl?
Thanks in advance.
Hi All -
First post and I’ll admit I’m still crawling through the API docs but wanted to start on this project and this is step 1.
Is there a way for me to get a list of all projects in my account (i.e., owned by me) using curl?
Thanks in advance.
Also note that there’s no way in the API to get only projects owned by you; you’ll need to get all proejcts as @Bastien_Siebman showed, and filter them in your own code.
Thank you much! Worked like a charm. Onto the next question