MicroStrategy ONE
Browse a Folder in iOS
The following parameters and values are used to display the contents of a folder using the mobile URL API. You can specify the folder using the folder ID or one of two system folder IDs.
Parameter |
Value |
---|---|
evt |
2001 |
folderID |
ID of the folder to display |
systemFolder |
Internal system folder ID to browse The EnumDSSXMLFolderNames enumeration contains a list of the valid system folders. 7 = Shared Reports folder 20 = My Reports folder |
The sample URLs below show how to display the contents of a folder from inside or outside your custom mobile application, using different ways to identify the folder.
Sample URL for browsing a folder using folderID
mstr://?evt=2001&folderID=20BDEE7A4109AC0565D35EB33446969E
Sample URL for browsing a folder using systemFolder (to access the Shared Reports system folder)
mstr://?evt=2001&systemFolder=7
Sample URL for browsing a folder using systemFolder (to access the My Reports system folder)
mstr://?evt=2001&systemFolder=20