2021-10-24 07:10:30 +00:00
|
|
|
json.id resource.id
|
|
|
|
json.content resource.content
|
|
|
|
json.account_id json.account_id
|
|
|
|
json.contact_id json.contact_id
|
2021-10-25 13:05:58 +00:00
|
|
|
if resource.user.present?
|
|
|
|
json.user do
|
2022-10-06 00:24:34 +00:00
|
|
|
json.partial! 'api/v1/models/agent', formats: [:json], resource: resource.user
|
2021-10-25 13:05:58 +00:00
|
|
|
end
|
2021-10-24 07:10:30 +00:00
|
|
|
end
|
2021-10-25 13:05:58 +00:00
|
|
|
json.created_at resource.created_at.to_i
|
|
|
|
json.updated_at resource.updated_at.to_i
|