v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Options

Retrieve Option Access Rights

get/api/1/content-access/options/{optionId}

Path parameters

optionIdstring required

Option ID

Query parameters

principalIdstring

Principal ID

limitinteger

Number of results to return

startstring

Cursor for next page

beforestring

Cursor for previous page

Response

Successful response

idstring
contentIdstring
contentTypestring
levelstring
ruleTypestring
principalIdstring
principalTypestring
principalNamestring

Example response

[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "contentId": "00000000-0000-0000-0000-000000000000",
    "contentType": "metaproperty",
    "level": "metaproperty.hide",
    "ruleType": "allow",
    "principalId": "00000000-0000-0000-0000-000000000000",
    "principalType": "user",
    "principalName": "User full name",
    "principalExtraInformation": {
      "email": "user_email@bynder.com"
    }
  }
]