how to know if a portal item is shared to 'everyone' from portal rest api

589
2
Jump to solution
04-17-2019 01:54 PM
GangWang
New Contributor III

I can get the groups shared with a portal item from .../arcgis/sharing/rest/content/items/01ae0f3c46834e928007c57af0afc546/groups, but how to know if it's shared to 'everyone' or 'organization' from the rest api?

0 Kudos
1 Solution

Accepted Solutions
JonathanQuinn
Esri Notable Contributor

If you're interested whether an item is shared with everyone via the Sharing API, you need to look at the item details:

View solution in original post

2 Replies
JonathanQuinn
Esri Notable Contributor

If you're interested whether an item is shared with everyone via the Sharing API, you need to look at the item details:

GangWang
New Contributor III

Thanks! that's exactly i am looking for. 

0 Kudos