Skip to main content

GET /api/bookmarks/search

Full-text search across bookmark titles and descriptions.

Performs a full-text search across bookmark titles and descriptions based on a search query.

Endpoint

GET /api/bookmarks/search

Parameters

NameTypeDescription
qstringThe search query string used to match against bookmark titles and descriptions.
limitinteger = 20The maximum number of search results to return in the response.

Response

StatusDescription
200Successfully retrieved the list of bookmarks matching the search criteria. Returns application/json.