How can I programmatically get the list of Plans in an RTC Project Area?
Hi! I wish to programmatically get the list of plans in an RTC Project Area and display it in WebUI.
I looked through the Process REST API but couldn't find any information about getting the plan list.
Will be grateful for any hints.
Accepted answer
there are no direct apis or methods to do this.. I am building a native java client to do this.
the key call is
IterationPlanClient.fetchAllIterationPlans(ItemProfile.FULL_PROFILE,null);
Sam
the key call is
IterationPlanClient.fetchAllIterationPlans(ItemProfile.FULL_PROFILE,null);
Sam