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

Method read

app/javascript/dashboard/api/notifications.js:29–34  ·  view source on GitHub ↗
(primaryActorType, primaryActorId)

Source from the content-addressed store, hash-verified

27 }
28
29 read(primaryActorType, primaryActorId) {
30 return axios.post(`${this.url}/read_all`, {
31 primary_actor_type: primaryActorType,
32 primary_actor_id: primaryActorId,
33 });
34 }
35
36 unRead(id) {
37 return axios.post(`${this.url}/${id}/unread`);

Callers 15

respondMethod · 0.45
request_payloadMethod · 0.45
verify_hmac!Method · 0.45
feature_help_urlsMethod · 0.45
account_featuresMethod · 0.45
available_featuresMethod · 0.45
actions.jsFile · 0.45
actions.spec.jsFile · 0.45
initializeMethod · 0.45
fetch_pageMethod · 0.45
initializeMethod · 0.45

Calls 1

postMethod · 0.45

Tested by 1

stub_sample_png_requestFunction · 0.36