---
title: "POST /api/v1/content/contentRoots"
method: POST
path: "/api/v1/content/contentRoots"
tags: ["Content"]
---

# POST /api/v1/content/contentRoots

`POST /api/v1/content/contentRoots`

## Response `200`

- GetFoldersResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `SubFolders` Folder[], nullable
    - `Name` string, nullable
    - `Path` string, nullable
    - `DateLastModified` string, date-time
    - `DateCreated` string, date-time, nullable
    - `Hidden` boolean
    - `ParentFolder` string, nullable
    - `Permissions` string, nullable
  - `Files` File[], nullable
    - `Name` string, nullable
    - `Path` string, nullable
    - `Extension` string, nullable
    - `DateLastModified` string, date-time
    - `DateCreated` string, date-time, nullable
    - `Size` integer
    - `MD5` string, byte, nullable
    - `Hidden` boolean
    - `ParentFolder` string, nullable
    - `GenericContentType` string, nullable
    - `ContentType` string, nullable
    - `Permissions` string, nullable
  - `TotalItems` integer
  - `Permissions` string, nullable

---

[API](https://skmtc.net/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.net/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/versions/e0bfd79e98ee/schema)
