v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Access rights

Retrieve metaproperty access

get/api/content_access/metaproperties/{metaproperty_id}

Path parameters

metaproperty_idstring required

Metaproperty id.

Response

Successful retrieval of metaproperty access

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"
    }
  }
]