cancel
Showing results for 
Search instead for 
Did you mean: 

Reports under Favorites

Former Member
0 Kudos

Hi,

I need to get the list of reports under Favorites folder which is present under Home -> My Folders.

The below code returns null.

Code:

-


ResponseHolder favoritesRH = bipService.get("path://InfoObjects/**/Favorites",null);

InfoObjects myFavoritesInfoObjects = favoritesRH.getInfoObjects();

System.out.println("++++" + myFavoritesInfoObjects.getInfoObject());

I tried both path://InfoObjects/*/Favorites and path:///**/Favorites, but no luck.

Please help

Thanks,

Sasi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It worked for

path://InfoObjects/User Folders/<User Name>/*

Regards,

Sasi

ted_ueda
Employee
Employee
0 Kudos

path://InfoObjects/User Folders/*

Sincerely,

Ted Ueda