MatterApi
latest

Usage Instructions

  • Getting Started
  • Websocket Handler

API Modules

  • API Endpoints
    • Sync Endpoints
    • Async Endpoints
      • Authentication
      • Bleve
      • Bots
      • Brand
      • Channels
      • Cloud
      • Cluster
      • Commands
      • Compliance
      • DataRetention
      • Elasticsearch
      • Emoji
      • Exports
      • Files
      • Groups
      • Imports
      • IntegrationActions
      • Jobs
      • Ldap
      • Migrate
      • Oauth
      • OpenGraph
      • Permissions
      • Plugins
      • Posts
      • Preferences
      • Reactions
      • Roles
      • Root
      • Saml
      • Schemes
      • Search
      • SharedChannels
      • Status
      • System
      • Teams
      • TermsOfService
      • Threads
      • Uploads
      • Users
      • Webhooks
  • Client
  • Data Models
MatterApi
  • »
  • API Endpoints »
  • Async Endpoints »
  • Search
  • Edit on GitHub

Search

class matterapi.endpoints.async_api.SearchApi(client: matterapi.client.base.BaseClient, skip_response_parsing: bool = False)
async search_files(team_id: str, *, multipart_data: Union[matterapi.models.SearchFilesMultipartData, Dict]) → matterapi.models.FileInfoList

Search files in a team

Search for files in a team based on file name, extention and file content (if file content extraction is enabled and supported for the files).

Permissions:

Must be authenticated and have the view_team permission.

Minimum Server Version:

5.34

Api Reference:

SearchFiles

Previous Next

© Copyright 2021, Georg Merzdovnik. Revision b116da58.

Built with Sphinx using a theme provided by Read the Docs.