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

Method conversations

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

Source from the content-addressed store, hash-verified

26 }
27
28 conversations({ q, page = 1, since, until }) {
29 return axios.get(`${this.url}/conversations`, {
30 params: {
31 q,
32 page: page,
33 since,
34 until,
35 },
36 });
37 }
38
39 messages({ q, page = 1, since, until, from, inboxId }) {
40 return axios.get(`${this.url}/messages`, {

Callers 7

conversationSearchFunction · 0.45
search.spec.jsFile · 0.45
performMethod · 0.45
conversation_scopeMethod · 0.45
performMethod · 0.45
performMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected