MCPcopy 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

contactsMethod · 0.45
conversationsMethod · 0.45
messagesMethod · 0.45
articlesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected