v1
latestOpenAPI 3.1.02026-07-2419782400.4 KBAccess rights
Retrieve metaproperty access
get/api/content_access/metaproperties/{metaproperty_id}
Path parameters
metaproperty_idstring required
Metaproperty id.
Response
Successful retrieval of metaproperty access
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"
}
}
]