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

Method active

app/javascript/dashboard/api/contacts.js:78–81  ·  view source on GitHub ↗
(page = 1, sortAttr = 'name')

Source from the content-addressed store, hash-verified

76 }
77
78 active(page = 1, sortAttr = 'name') {
79 let requestURL = `${this.url}/active?${buildContactParams(page, sortAttr)}`;
80 return axios.get(requestURL);
81 }
82
83 // eslint-disable-next-line default-param-last
84 filter(page = 1, sortAttr = 'name', queryPayload) {

Callers 7

actions.jsFile · 0.45
actions.spec.jsFile · 0.45
performMethod · 0.45
performMethod · 0.45

Calls 2

buildContactParamsFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected