cancel
Showing results for 
Search instead for 
Did you mean: 

How to Retrive report documents / folders belong to given universe only?

Former Member
0 Kudos

Hi,

Right now i am calling api /biprws/infostore/Root%20Folder/children?type=folder&pageSize=50 and than made function to retrieve report documents under my list of folders.

I used api /biprws/infostore/[folder object id]/children?type=webi&pageSize=50 to retrive the report documents.

Here I am getting all report documents which belong to different universes.

How can we identity report document is related to which universe ? Means report document relationship is with which universe?

Thanks

Samir

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204024
Participant
0 Kudos

Hi Samir,

We don't have relationship queries availabe in RESTful as we have in Java SDK.  You have to scan through the complete list for that particular datasource id.

Regards,
Subramanian S.

Former Member
0 Kudos

Hi Subramanian,

Thanks for the update.

Yes right now I get complete list of all report documents belong to different universes.

Regards

Samir

former_member197386
Active Contributor
0 Kudos

Hello,

Did you try out the last version of the BIp RESTful API? I know they added a new API to be able to execute a query. But I'm not sure if the relationship keywords are supported.

Regards,

Anthony