About this resource
Representation of a collection of CalculatedPermission items
Properties
| Property | Description | Type |
|---|---|---|
| items | A collection of resource items. | Collection of CalculatedPermission items |
Relations
Actions
| Method | Action | Description | Response codes |
|---|---|---|---|
| POST /calculatedpermissions | listfilteredbypost | Edits an existing content type |
Examples
Getting multiple calculated permissions
You can retrieve more than one calculated permission with a single request by stating the names of the
permissions you would like to retrieve. Use the "names" query parameter to specify
a comma-separated list of permission names which you want to retrieve.
For example:
GET /calculatedpermissions?names=.RoleSubmitMaintenanceJobs,.RoleCanUploadMultipleFiles HTTP/1.1 Accept: application/hal+json