Can I search for only reports created by me

Hi,

I want to use the resourcesSeach function to return a list of reports. I'm using the code:

var search = v.resourcesSearch({    folderUri: "/",    recursive: true,    types:["reportUnit"],   success: function(repo) {... get report list here},    error: function(err){ alert('error: ' + err);}  });

What I want to do is only list the reports that I (the logged on user) created. Is there a parameter I can set to limit the list returned?

Thanks,
Mike

michael.smith's picture
Joined: Aug 12 2015 - 7:26pm
Last seen: 5 years 9 months ago

0 Answers:

No answers yet
Feedback