Get Share Permissions for a Feed
The share
resource is used to manage access permissions for a feed. See Get Share Permission Information for a Feed.
Authorizations: Feeds - VIEW
Requests
GET /apis/sections/:sectionId/shares
Response
Success
{
"data": [
{
"id": "a78758cc-48da-47ad-bc6e-6c8564badb7e",
"shareType": "USER",
"permission": "WATCH",
"name": "viewer",
"email": null
}
],
"paging": {
"results": 1,
"pageSize": 15
}
}
Error
Code | Payload | Description |
---|---|---|
|
| The specified feed has not been shared with any user or group. |