Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chatwoot/chatwoot
/ get
Method
get
app/javascript/dashboard/api/search.js:9–15 ·
view source on GitHub ↗
({ q })
Source
from the content-addressed store, hash-verified
7
}
8
9
get({ q }) {
10
return
axios.get(this.url, {
11
params: {
12
q,
13
},
14
});
15
}
16
17
contacts({ q, page = 1, since, until }) {
18
return
axios.get(`${this.url}/contacts`, {
Callers
4
contacts
Method · 0.45
conversations
Method · 0.45
messages
Method · 0.45
articles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected