Skip to main content
POST
/
api
/
v1
/
Viewer
/
getPermissions
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/getPermissions \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "UserId": "<string>",
    "Pads4UserId": "<string>",
    "Domain": "<string>",
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "SecondaryIdentities": [
      "<string>"
    ],
    "ImpersonationId": "<string>"
  },
  "DestinationIds": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Items": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "DestinationId": "<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
DestinationIds
string[] | null
Context
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null
Items
object[] | null