Select to view content in your preferred language

How to return a group ID from an ArcGIS.com group

5332
4
Jump to solution
07-20-2011 07:59 AM
NelsonDe_Miranda
Frequent Contributor
When using arcgis.com you can search for groups ie.

http://www.arcgis.com/home/group.html?owner=tcostain&title=Central%20Eastern%20ESRI%20Commercial%20U...

However, to query this group I would like to use its "group id"

How can I retrieve this?

Thanks,
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RaulJimenez1
Occasional Contributor

In case someone else have this same issue again I just built a simple interface (source code available on Github) to get this job done:

Get group ID - Group ID Finder for ArcGIS 

Cheers,

Raul

View solution in original post

0 Kudos
4 Replies
NelsonDe_Miranda
Frequent Contributor
Mystery solved.

Use a browser debugger ie. Firebug
0 Kudos
RamonLeal_Pessoa
Deactivated User
It is possible accessing the site ArcGIS Online Group ID at http://www.esri.com/public-maps-gallery/group-id-tool/index.html.

Have a good work!
0 Kudos
RaulJimenez1
Occasional Contributor

In case someone else have this same issue again I just built a simple interface (source code available on Github) to get this job done:

Get group ID - Group ID Finder for ArcGIS 

Cheers,

Raul

0 Kudos
KellyGerrow
Esri Alum

You can also use the following links to find out more about finding group IDs:

Documentation:

Find group ID | ArcGIS API for JavaScript

Sample:

Group ID Finder

0 Kudos