POST
/
api
/
v1
/
content
/
fileinfo
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/fileinfo \
  --header 'Content-Type: application/json' \
  --data '{
  "Paths": [
    "<string>"
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Results": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "Code": 123,
      "File": {
        "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>"
      },
      "Path": "<string>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.