POST
/
api
/
v1
/
content
/
permission
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/permission \
  --header 'Content-Type: application/json' \
  --data '{
  "Paths": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "Path": "<string>",
      "Owner": {
        "Owner": "<string>",
        "Inherited": true,
        "Path": "<string>"
      },
      "Acl": [
        {
          "Identity": "<string>",
          "Allow": true,
          "Permissions": [
            {
              "Id": "<string>",
              "Name": "<string>"
            }
          ],
          "Inherited": true,
          "Path": "<string>"
        }
      ]
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.