I need to get the project ID to use as an input to an action on a custom form. I am wondering if there is an easier way than calling the vRA API to list all projects and then parse the ID from the response. While I can certainly go this route I'm trying to be as efficient as possible as to not cause long form load times.
Thanks in advance!