API Question

Options
marc4
marc4 ✭✭✭✭
edited 11/08/22 in API & Developers

I'm trying to get a list of all the shares for a sheet. This would include all the item shares(someone shared this specific sheet) and the workspace shares (someone can access the sheet because the workspace was shared.

According to the API documentation this call should do it:

curl --silent "https://api.smartsheet.com/2.0/sheets/$Sheet_ID/shares?includeAll=true&sharingInclude=WORKSPACE&accessApiLevel=1" -H "Authorization: Bearer $token

All I am getting back are the ITEM shares.

Thanks.

/marc

Best Answers

Answers