Email Wistia matches for new RSS items
This query returns Wistia videos whose names match a keyword search, optionally filtered by project.
Developer info
- API endpoint slug
- wistia.search_videos
- Runtime method
- performQuery("wistia.search_videos"}
Query fields
Search query Text input > Other
- Label
- Search query
- Helper text
- Keyword to search video names for.
- Slug
- search_query
- Required
- true
- Can have default value
- true
Project Dropdown list
- Label
- Project
- Helper text
- Limit results to a specific project, or leave on "All projects".
- Slug
- project_id
- Required
- false
- Can have default value
- false
Ingredients
Video The Wistia hashed ID of the video.
- Slug
- video_id
- Filter code
- Wistia.searchVideos.VideoId
- Type
- String
- Example
- abc123def4
Video name The display name of the video.
- Slug
- video_name
- Filter code
- Wistia.searchVideos.VideoName
- Type
- String
- Example
- Q2 Product Launch
Project The numeric ID of the project the video belongs to.
- Slug
- project_id
- Filter code
- Wistia.searchVideos.ProjectId
- Type
- String
- Example
- 1234567
Project name The name of the project the video belongs to.
- Slug
- project_name
- Filter code
- Wistia.searchVideos.ProjectName
- Type
- String
- Example
- Marketing
Duration Length of the video in seconds.
- Slug
- duration
- Filter code
- Wistia.searchVideos.Duration
- Type
- String
- Example
- 182
Uploaded at When the video was uploaded.
- Slug
- uploaded_at
- Filter code
- Wistia.searchVideos.UploadedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Match count Total number of videos matching the search.
- Slug
- match_count
- Filter code
- Wistia.searchVideos.MatchCount
- Type
- String
- Example
- 3
