Constructors

Methods

  • Search for folders. Does not contain hidden or archived folders. Search folders

    Parameters

    • Optionalproperties: string[]

      Properties that should be included in the returned folders.

    • Optionalafter: string

      The maximum offset of items for a given search is 10000. Narrow your search down if you are reaching this limit.

    • Optionalbefore: string
    • Optionallimit: number

      Limit of results to return. Max limit is 100.

    • Optionalsort: string[]

      Sort results by given property. For example -name sorts by name field descending, name sorts by name field ascending.

    • Optionalid: string

      Search folder by given ID.

    • OptionalcreatedAt: Date

      Search for folders with the given creation timestamp.

    • OptionalcreatedAtLte: Date
    • OptionalcreatedAtGte: Date
    • OptionalupdatedAt: Date

      Search for folder at given update timestamp.

    • OptionalupdatedAtLte: Date
    • OptionalupdatedAtGte: Date
    • Optionalname: string

      Search for folders containing the specified name.

    • Optionalpath: string

      Search for folders by path.

    • OptionalparentFolderId: number

      Search for folders with the given parent folderId.

    • Optional_options: Configuration

    Returns Promise<CollectionResponseFolder>

  • Search for folders. Does not contain hidden or archived folders. Search folders

    Parameters

    • Optionalproperties: string[]

      Properties that should be included in the returned folders.

    • Optionalafter: string

      The maximum offset of items for a given search is 10000. Narrow your search down if you are reaching this limit.

    • Optionalbefore: string
    • Optionallimit: number

      Limit of results to return. Max limit is 100.

    • Optionalsort: string[]

      Sort results by given property. For example -name sorts by name field descending, name sorts by name field ascending.

    • Optionalid: string

      Search folder by given ID.

    • OptionalcreatedAt: Date

      Search for folders with the given creation timestamp.

    • OptionalcreatedAtLte: Date
    • OptionalcreatedAtGte: Date
    • OptionalupdatedAt: Date

      Search for folder at given update timestamp.

    • OptionalupdatedAtLte: Date
    • OptionalupdatedAtGte: Date
    • Optionalname: string

      Search for folders containing the specified name.

    • Optionalpath: string

      Search for folders by path.

    • OptionalparentFolderId: number

      Search for folders with the given parent folderId.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<CollectionResponseFolder>>

  • Get folder by path. Get folder.

    Parameters

    • folderPath: string

      Path of desired folder.

    • Optionalproperties: string[]

      Properties to set on returned folder.

    • Optional_options: Configuration

    Returns Promise<Folder>