How to open an AGOL application with params

626
4
Jump to solution
03-22-2017 12:37 PM
JoseSanchez
Occasional Contributor III

Hello everyone,

I am looking for a way to open a Web AppBuilder application passing an MyContent Map as parameter. 

http://[myWebAPPBuilderHost/[myWebAppBuilderApplicaiton/index.html?Map=....

 Thanks

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Jose,

   Yes the url parameters are outlined in the link I posted earlier.

http://<your portal url>/apps/webappviewer/index.html?webmap=portalWebMapID.

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Jose,

   That is outlined in the help doc:

Use URL parameters—Web AppBuilder for ArcGIS | ArcGIS 

0 Kudos
JoseSanchez
Occasional Contributor III

Hi Robert,

So any Web App Builder has some reserved keys such as "webmap" or "id"

http://<your portal url>/apps/webappviewer/index.html?webmap=123

or

http://<your portal url>/apps/webappviewer/index.html?webmap=456

Thanks

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Jose,

   Yes the url parameters are outlined in the link I posted earlier.

http://<your portal url>/apps/webappviewer/index.html?webmap=portalWebMapID.

0 Kudos
JoseSanchez
Occasional Contributor III

Excellent, this is exactly what I am looking for. I just tested and it works.

 I am going to create web maps for different groups of users:  editors and managers.

0 Kudos