[groupID]: Group Content

URL:
https://[root]/content/groups/[groupID]
Methods:
GET

Example usage

The following is a sample ArcGIS Online request URL used to access an individual group's content resource:

Use dark colors for code blocksCopy
1
https://www.arcgis.com/sharing/rest/content/groups/4774c1c2b79046f285b2e86e5a20319?f=pjson

The following is a sample ArcGIS Enterprise request URL used to access an individual group's content resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/sharing/rest/content/groups/4774c1c2b79046f285b2e86e5a20319?f=pjson

Description

A group's content resource provides access to the group's shared items. Group items are stored by reference and are not physically stored in a group. Rather, they are stored as links to the original item in the Item resource. This resource is only available to the group owner and users.

Request parameters

ParameterDetails

[Common Parameters]

For a complete listing, see Common parameters.

[Paging Parameters]

For a complete list of paging parameters, see Paging parameters.

Response properties

PropertyDetails

[Paging Properties]

The following paging properties are included in the response and they are described in Paging properties.

total, start, num, nextStart

items

A JSON array of item objects. See Item for possible response properties.

Each item object also has a groupCategories property that is an array of group categories set on the item.

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "total": <total number of items in the group>,
  "start": <the first record index in the response>,
  "num": <the number of items in the response>,
  "nextStart": <the next entry index>,
  "items": [
    {
      "id": "<item id>",
      "owner": "<owner username>",
      "created": date created shown in UNIX time,
      "modified": date modified shown in UNIX time,
      "guid": <unique id>,
      "name": <item name>,
      "title": "<item title>",
      "type": "<type>",
      "typeKeywords": [
        "<keyword1>",
        "<keyword2>",
        "<keyword3>",
        "<keyword4>"
      ],
      "description": "<description>",
      "tags": [
        "<tag1>",
        "<tag2>",
        "<tag3>"
      ],
      "snippet": "<summary>",
      "thumbnail": "<file name>",
      "extent": [
        [
          minX,
          minY
        ],
        [
          maxX,
          maxY
        ]
      ],
      "spatialReference": <coordinate system>,
      "accessInformation": <credits>,
      "licenseInfo": "<access and use constraints>"
      "culture": "<culture code>",
      "url": <url>,
      "access": "private | shared | org | public",
      "size": <size>,
      "numComments": <number of comments>,
      "numRatings": <number of ratings>,
      "avgRating": <average rating>,
      "numViews": <number of views>,
      "scoreCompleteness": <score>,
      "lastViewed": <date/time in UNIX format>,
      "groupCategories": [
        "<group category1>",
        "<group category2>"
        ...
      ]
    },
    {
      "id": "<item id>",
      "owner": "<owner username>",
      "created": date created shown in UNIX time,
      "modified": date modified shown in UNIX time,
      "guid": <unique id>,
      "name": <item name>,
      "title": "<item title>",
      "type": "<type>",
      "typeKeywords": [
        "<keyword1>",
        "<keyword2>",
        "<keyword3>",
        "<keyword4>"
      ],
      "description": "<description>",
      "tags": [
        "<tag1>",
        "<tag2>",
        "<tag3>"
      ],
      "snippet": "<summary>",
      "thumbnail": "<file name>",
      "extent": [
        [
          minX,
          minY
        ],
        [
          maxX,
          maxY
        ]
      ],
      "spatialReference": <coordinate system>,
      "accessInformation": <credits>,
      "licenseInfo": "<access and use constraints>"
      "culture": "<culture code>",
      "url": <url>,
      "access": "private | shared |  org | public",
      "size": <size>,
      "numComments": <number of comments>,
      "numRatings": <number of ratings>,
      "avgRating": <average rating>,
      "numViews": <number of views>,
      "scoreCompleteness": <score>,
      "lastViewed": <date/time in UNIX format>,
      "groupCategories": [
        "<group category1>",
        "<group category2>"
        ...
      ]
    }
  ]
}

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
  "total": 5,
  "start": 1,
  "num": 2,
  "nextStart": 3,
  "items": [
    {
      "id": "10ba62fe50864339a8a3e0f18ca85506",
      "owner": "jsmith",
      "created": 1263404798000,
      "modified": 1256666605000,
      "guid": null,
      "name": null,
      "title": "Highland Earthquake",
      "type": "Web Map",
      "typeKeywords": [
        "Web Map",
        "Map",
        "Online Map",
        "ArcGIS Online"
      ],
      "description": "This web map shows recent earthquakes in Southern California, specifically
        the city of Highland.  The web map presents a live map service from the USGS displayed over pre-earthquake
        imagery of the area.  The live map service shows recent earthquakes of 2.5+ magnitude along with other
        types of natural disasters. The live map service is provided by the U.S. Geological Survey (USGS) Natural
        Hazards Support System (NHSS). The NHSS provides a comprehensive overview of current natural hazard events
        and is published by the USGS Rocky Mountain Geographic Science Center (RMGSC) from various data sources.
        Among the layers included in the live map service is recent earthquakes. The Earthquakes layer shows
        global earthquakes with a magnitude greater than 2.5 that have occurred in the past seven days.
        Smaller earthquakes are not shown. This feed from the USGS Earthquakes Hazards Program is retrieved by
        NHSS every 10 minutes.",
      "tags": [
        "Highland",
        "Southern California",
        "earthquake",
        "earthquakes",
        "quake",
        "2010"
      ],
      "snippet": "This web map shows recent earthquakes around Southern California. The web map features
        a live map service from the USGS NHSS displayed over pre-earthquake imagery of the area.",
      "thumbnail": "thumbnail/earthquake.jpg",
      "extent": [
        [
          -117,81
          34.39
        ],
        [
          -116.56,
          33.72
        ]
      ],
      "spatialReference": null,
      "accessInformation": public use,
      "licenseInfo": "Please see: https://nhss.cr.usgs.gov/data.shtml and https://nhss.cr.usgs.gov/disclaim.shtml",
      "culture": "null",
      "url": null,
      "access": "shared",
      "size": 0,
      "numComments": 14,
      "numRatings": 21,
      "avgRating": 5,
      "numViews": 65,
      "scoreCompleteness": 16,
      "lastViewed": 1613148239000,
      "groupCategories": [
        "/Categories/Trending/New and noteworthy",
        "/Categories/Basemaps/Creative maps"
      ]
    },
    {
      "id": "63be660525a74cdfa5eff229cdc6b5d4",
      "owner": "jsmith",
      "created": 1263524640000,
      "modified": 1263666605000,
      "guid": null,
      "name": null,
      "title": "Current Natural Hazard Events",
      "type": "Web Mapping Application",
      "typeKeywords": [
        "Web Map",
        "Map",
        "Online Map",
        "Mapping Site",
        "JavaScript"
      ],
      "description": "The USGS Natural Hazards Support System (NHSS) provides a comprehensive overview
        of current natural hazard events and is published by the USGS Rocky Mountain Geographic Science Center
        (RMGSC) from various data sources. The Data Viewer has several sections including map functions,
         map region, data layers, base map options, and map legends.",
      "tags": [
        "public safety",
        "volcanoes",
        "earthquakes",
        "hurricanes",
        "wildfires",
        "weather"
      ],
      "snippet": Data Viewer for Natural Hazards,
      "thumbnail": "thumbnail/hazardevents.png",
      "extent": [
        [
          -117.465,
          34.544
        ],
        [
          -116.215,
          32.005
        ]
      ],
      "spatialReference": null,
      "accessInformation": null,
      "licenseInfo": "Please see https://nhss.cr.usgs.gov/data.shtml
      "culture": "en-us",
      "url": https://nhss.cr.usgs.gov/,
      "access": "public",
      "size": 0,
      "numComments": 9,
      "numRatings": 14,
      "avgRating": 4,
      "numViews": 23,
      "scoreCompleteness": 33,
      "lastViewed": 1613148239000,
      "groupCategories": []
    }
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.