MCPcopy Create free account
hub / github.com/chatwoot/chatwoot / messages

Method messages

app/javascript/dashboard/api/search.js:39–50  ·  view source on GitHub ↗
({ q, page = 1, since, until, from, inboxId })

Source from the content-addressed store, hash-verified

37 }
38
39 messages({ q, page = 1, since, until, from, inboxId }) {
40 return axios.get(`${this.url}/messages`, {
41 params: {
42 q,
43 page: page,
44 since,
45 until,
46 from,
47 inbox_id: inboxId,
48 },
49 });
50 }
51
52 articles({ q, page = 1, since, until }) {
53 return axios.get(`${this.url}/articles`, {

Callers 2

messageSearchFunction · 0.45
search.spec.jsFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected