POST
/
api
/
v1
/
content
/
createFolder
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>"
}

Body

application/json

Response

200 - application/json

The response is of type object.