teams
files
search
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.
post/api/v4/teams/{team_id}/files/search
Path parameters
team_idstring required
Team GUID
Request body
Response
Files list retrieval successful
Example response
{
"order": [
"file_info_id1",
"file_info_id2"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.