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

      Offset search results by this value. The default offset is 0 and the maximum offset of items for a given search is 10,000. Narrow your search down if you are reaching this limit.

    • Optionalbefore: string
    • Optionallimit: number

      Number of items to return. Default limit is 10, maximum limit is 100.

    • Optionalsort: string[]

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

    • Optionalids: number[]
    • OptionalidLte: number
    • OptionalidGte: number
    • OptionalcreatedAt: Date

      Search folders by exact time of creation. Time must be epoch time in milliseconds.

    • OptionalcreatedAtLte: Date

      Search folders by less than or equal to time of creation. Can be used with createdAtGte to create a range.

    • OptionalcreatedAtGte: Date

      Search folders by greater than or equal to time of creation. Can be used with createdAtLte to create a range.

    • OptionalupdatedAt: Date

      Search folders by exact time of latest updated. Time must be epoch time in milliseconds.

    • OptionalupdatedAtLte: Date

      Search folders by less than or equal to time of latest update. Can be used with updatedAtGte to create a range.

    • OptionalupdatedAtGte: Date

      Search folders by greater than or equal to time of latest update. Can be used with updatedAtLte to create a range.

    • Optionalname: string

      Search for folders containing the specified name.

    • Optionalpath: string

      Search folders by path.

    • OptionalparentFolderIds: number[]

      Search folders with the given parent folderId.

    • Optional_options: PromiseConfigurationOptions

    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

      Offset search results by this value. The default offset is 0 and the maximum offset of items for a given search is 10,000. Narrow your search down if you are reaching this limit.

    • Optionalbefore: string
    • Optionallimit: number

      Number of items to return. Default limit is 10, maximum limit is 100.

    • Optionalsort: string[]

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

    • Optionalids: number[]
    • OptionalidLte: number
    • OptionalidGte: number
    • OptionalcreatedAt: Date

      Search folders by exact time of creation. Time must be epoch time in milliseconds.

    • OptionalcreatedAtLte: Date

      Search folders by less than or equal to time of creation. Can be used with createdAtGte to create a range.

    • OptionalcreatedAtGte: Date

      Search folders by greater than or equal to time of creation. Can be used with createdAtLte to create a range.

    • OptionalupdatedAt: Date

      Search folders by exact time of latest updated. Time must be epoch time in milliseconds.

    • OptionalupdatedAtLte: Date

      Search folders by less than or equal to time of latest update. Can be used with updatedAtGte to create a range.

    • OptionalupdatedAtGte: Date

      Search folders by greater than or equal to time of latest update. Can be used with updatedAtLte to create a range.

    • Optionalname: string

      Search for folders containing the specified name.

    • Optionalpath: string

      Search folders by path.

    • OptionalparentFolderIds: number[]

      Search folders with the given parent folderId.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<CollectionResponseFolder>>