curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/createFolder \
--header 'Content-Type: application/json' \
--data '{
"ParentFolder": "<string>",
"Name": "<string>",
"Hidden": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"FolderPath": "<string>"
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/createFolder \
--header 'Content-Type: application/json' \
--data '{
"ParentFolder": "<string>",
"Name": "<string>",
"Hidden": true
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"FolderPath": "<string>"
}
The response is of type object
.