POST
/
api
/
v1
/
content
/
contentRoots
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/contentRoots
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "SubFolders": [
    {
      "Name": "<string>",
      "Path": "<string>",
      "DateLastModified": "2023-11-07T05:31:56Z",
      "DateCreated": "2023-11-07T05:31:56Z",
      "Hidden": true,
      "ParentFolder": "<string>",
      "Permissions": "<string>"
    }
  ],
  "Files": [
    {
      "Name": "<string>",
      "Path": "<string>",
      "Extension": "<string>",
      "DateLastModified": "2023-11-07T05:31:56Z",
      "DateCreated": "2023-11-07T05:31:56Z",
      "Size": 123,
      "MD5": "aSDinaTvuI8gbWludGxpZnk=",
      "Hidden": true,
      "ParentFolder": "<string>",
      "GenericContentType": "<string>",
      "ContentType": "<string>",
      "Permissions": "<string>"
    }
  ],
  "TotalItems": 123,
  "Permissions": "<string>"
}

Response

200 - application/json

The response is of type object.