Chatwoot/app/views/api/v1/models/_csat_survey_response.json.jbuilder

10 lines
332 B
Text
Raw Normal View History

json.id resource.id
json.rating resource.rating
json.feedback_message resource.feedback_message
json.account_id resource.account_id
json.message_id resource.message_id
json.contact resource.contact
json.conversation_id resource.conversation.display_id
json.assigned_agent resource.assigned_agent
json.created_at resource.created_at