• ShareFile.Api.Models.Query
  • ShareFile.Api.Models.Query

    Describes an advanced search query

    NameTypeDescription
    ItemTypesList of String Types of items to search for (ex "File", "Folder", etc.)
    ParentIDList of String Parent id constraints on search results
    CreatorIDList of String Creator id constraints on search results
    SearchQueryString Search term to search for
    CreateStartDateString Item creation date range constraint start date in UTC
    CreateEndDateString Item creation date range constraint end date in UTC
    ItemNameOnlyBoolean Whether item content should be included in the search or not.