EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB442410: How is the URL API for Library constructed and what can be modified with it?


Monica Gallegos Salazar

Principal Product Specialist • MicroStrategy


This document explains how the URL of MicroStrategy Library is constructed and what are some of the modifications to the look of MicroStrategy Library that can be accomplished using URL API.

Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
A Dossier URL in Strategy Library will contain the following:

  • Project ID
  • Dossier ID
  • Page Key


http(s)://webserver:port/webapp/app/:projectId/:dossierId/[:pagekey]

The page key will contain the chapter key at the end, this can be noted in the following examples, from two different pages in a dossier that are in the same chapter:

Chapter 1, Page 1:
http://WebServer:8080/StrategyLibrary/app/B19DEDCC11D4E0EFC000EB9495D0F44F/03663E8D484325EE6D6B93BD98D24C5C/K53--K46


Chapter 1, Page 2:
http://WebServer:8080/StrategyLibrary/app/B19DEDCC11D4E0EFC000EB9495D0F44F/03663E8D484325EE6D6B93BD98D24C5C/W295517FCFC694970A995B1B36541037A--K46

There are some modifications that can be done in the URL API that will modify the display of the Dossier, which are listed below:

  • showNavBar – If the value is set to false, the Navigation Bar will be hidden. Its default value is true.

With Navigation Bar:

ka0PW0000001JTHYA2_0EM44000000RXQx.jpeg

Without Navigation Bar:

ka0PW0000001JTHYA2_0EM44000000RXR2.jpeg
  • enableCollab – If the value is set to false, the Collaboration Comments feature is disabled. Its default value is true.

With Collaboration Comments:

ka0PW0000001JTHYA2_0EM44000000RXR7.jpeg

Without Collaboration Comments:

ka0PW0000001JTHYA2_0EM44000000RXRC.jpeg

For example:

KB442410


Comment

0 comments

Details

Knowledge Article

Published:

December 18, 2018

Last Updated:

March 21, 2024