Skip to main content

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

404
{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

The specified feed has not been shared with any user or group.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.