nooks
GitHubInstall
Lists and items

Search

Search finds Lists and Items by what a Member wrote in them. It is what ⌘K reads. Results narrow while they are still typing, and never include anything they could not already open.

GET
/api/v1/search

Query Parameters

query?string

What the Member typed. The last word is treated as a prefix.

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/search"
{  "hits": [    {      "kind": "SEARCH_HIT_KIND_UNSPECIFIED",      "listUid": "string",      "itemUid": "string",      "text": "string",      "listName": "string"    }  ]}