API Documentation
Domains
- Domain
- Diagnostics
- Health
- Management
- Version
Authentication
- AuthenticationIdentityProvider
- ExternalAuthentication
- ExternalAuthenticationProvider
- ExternalGroupMapping
- ExternalUserGroup
- LdapProvider
- Account
- Membership
- Role
- User
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Authentication Integration
- Saml2
- Diagnostics
- Health
- Management
- Migration
- Version
CMS
- Message
- TemplateCategory
- Template
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Configuration
- Configuration
- DomainConfig
- Feature
- Diagnostics
- Health
- Management
- Migration
- Version
Content
- Content
- POSTPost apiv1contentfileinfo
- POSTPost apiv1contentsetfileattributes
- POSTPost apiv1contentfolder
- POSTPost apiv1contentcontentroots
- POSTPost apiv1contentpermission
- POSTPost apiv1contentsetpermission
- POSTPost apiv1contenthierarchy
- POSTPost apiv1contentrenamefile
- POSTPost apiv1contentrenamefolder
- POSTPost apiv1contentdeletefile
- POSTPost apiv1contentcreatefolder
- POSTPost apiv1contentdeletefolder
- POSTPost apiv1contentmovefile
- POSTPost apiv1contentmovefolder
- POSTPost apiv1contentcopyfile
- POSTPost apiv1contentcopyfolder
- POSTPost apiv1contentuploadfile
- GETGet apiv1contentcontentpreview
- GETGet apiv1content
- GETGet apiv1contentexternal
- POST
- Font
- Presentation
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Credentials
- AppRegistration
- PadsDataProvider
- Token
- UserRegistration
- Config
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Data
- DataVault
- Landscape
- Diagnostics
- Health
- Management
- Migration
- Version
Device
- Device
- Gateway
- Webhook
- Diagnostics
- Health
- Management
- Migration
- Version
- Mailing
- Diagnostics
- Health
- Management
- Migration
- Version
Engine
- Administration
- DataSet
- Message
- Diagnostics
- Health
- Management
- Migration
- Version
FIDS Connector
- Connection
- Message
- MessageSource
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Globalization
- Globalization
- Diagnostics
- Health
- Management
- Migration
- Version
License
- LicenseAssignment
- License
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Messaging
- Messaging
- Diagnostics
- Health
- Management
- Migration
- Version
Migration
- MigrationControllers
- Version
- Diagnostics
- Health
- Management
- Migration
Orchestration
- Domain
- Management
- Server
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Migration
- Version
Package
- Package
- Diagnostics
- Health
- Management
- Migration
- Version
Process
- Process
- PublicProcess
- Diagnostics
- Health
- Management
- Migration
- Version
Replication
- Admin
- ReplicationDiagnostics
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
Schedule
- Exception
- Occurrence
- Schedule
- Diagnostics
- Health
- Management
- Migration
- Version
User SCIM
- Discovery
- Group
- User
- ReplicationClientDiagnostics
- Diagnostics
- Health
- Management
- Migration
- Version
User Profile
- UserProfiles
- Diagnostics
- Health
- Management
- Migration
- Version
Video Conversion
- VideoConversion
- VideoMetadata
- VideoThumbnail
- Diagnostics
- Health
- Management
- Migration
- Version
Viewer
- Cluster
- License
- Priorities
- Schedule
- Viewer
- ViewerVariable
- Diagnostics
- Health
- Management
- Migration
- Version
Web to Image
- UrlConversion
- Diagnostics
- Health
- Management
- Migration
- Version
Content
Post apiv1contentpermission
POST
/
api
/
v1
/
content
/
permission
Copy
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/permission \
--header 'Content-Type: application/json' \
--data '{
"Paths": [
"<string>"
]
}'
Copy
{
"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
.
Copy
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/permission \
--header 'Content-Type: application/json' \
--data '{
"Paths": [
"<string>"
]
}'
Copy
{
"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>"
}
]
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.