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

# POST /api/v1/content/fileinfo

`POST /api/v1/content/fileinfo`

## Request body

- GetFileInfoRequest
  - `Paths` string[], nullable

## Response `200`

- GetFileInfoResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Results` object[], nullable
    - `Succeeded` boolean
    - `Message` string, nullable
    - `Code` integer
    - `File` File
      - `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
    - `Path` 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)
