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 provided query string.

Endpoint

GET /api/bookmarks/search

Parameters

NameTypeDescription
qstringThe search term or phrase used to filter 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.