finsit API - DocumentFolder

A collection of help pages for using the API.

DocumentFolder

No description available.

Properties

Name Type Description
children Document[]
id String
path String
created DateTime
type String

Sample object

{
  "children": [
    {
      "children": [],
      "id": "0a36db9828c004b59ca3200dcc001fc9",
      "path": "/Subfolder/",
      "created": "2011-11-10T14:15:00",
      "type": "Folder"
    }
  ],
  "id": "0a36db9828c004b59ca3200dcc001a08",
  "path": "/SomeFolder/",
  "created": "2011-11-10T14:15:00",
  "type": "Folder"
}