Getting AGO group content returns empty list.

155
0
03-21-2024 03:18 AM
JeroenWisse
New Contributor

Hi all,

I want to access an Arcgis Online groups content via REST but when I do the list returned is always empty. I have tested it on multiple groups.

When accessing the groups content I use an URL similar to this:

https://www.arcgis.com/sharing/rest/content/groups/GROUPID

The token I am using is valid. The response I get is something like this:

{
  "total": 0,
  "start": 1,
  "num": 0,
  "nextStart": -1,
  "items": [
    
  ]
}

Does anyone have any idea what I am doing wrong?

Kind regards,

Jeroen

 

0 Kudos
0 Replies