Returns the current user's search views of an entity type in a project
Path parameters
Query parameters
The searchable entity a saved view is for.
Each value maps to one column enum (MemoColumns, SpanColumns, ...). The value is stored in SearchViewORM.entity_type and used as the discriminator for the create/read/update unions below. Sdoc is deliberately omitted: it is ElasticSearch-backed and not part of the unified search flow yet.
Response
Successful Response
Changes
Changed in 2 of the 73 revisions of this API.5
- ○
added the optional property
items/anyOf[subschema #1: MemoSearchViewRead]/selected_propertiesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #2: SpanSearchViewRead]/selected_propertiesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #3: SentenceSearchViewRead]/selected_propertiesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/anyOf[subschema #4: BBoxSearchViewRead]/selected_propertiesto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○