feat: CSAT response public APIs (#2670)

This commit is contained in:
Muhsin Keloth
2021-07-28 14:59:13 +05:30
committed by GitHub
parent a47ca9cf4b
commit 7662fdce47
6 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1 @@
json.partial! 'public/api/v1/models/csat_survey.json.jbuilder', resource: @message

View File

@@ -0,0 +1 @@
json.partial! 'public/api/v1/models/csat_survey.json.jbuilder', resource: @message

View File

@@ -0,0 +1,5 @@
json.id resource.id
json.csat_survey_response resource.csat_survey_response
json.inbox_avatar_url resource.inbox.avatar_url
json.conversation_id resource.conversation_id
json.created_at resource.created_at