Full text search
- POST /XAPI/v2/Projects/FullTextSearch
Get filtered list of projects with full-text search
Gets a list of projects that match search criteria based on a full-text search. Unlike the normal search operation, this looks through all project transcriptions to match the searched for phrase.
- Query Parameters:
Skip (integer)
Count (integer)
OrderOn (string) – created, updated, length, name
OrderBy (string) – ascending, descending
CreatedFrom (string)
CreatedTo (string)
UpdatedFrom (string)
UpdatedTo (string)
LengthFrom (number)
LengthTo (number)
MediaHasVideo (boolean)
Tag (array)
AllFullText (string)
ProjectNameFullText (string)
TranscriptionFullText (string)
SpeakerFullText (string)
NotesFullText (string)
- Status Codes:
200 OK – Paginated list of projects with full-text search
- Response JSON Object:
Data (any)