feat: Add API to get the active contacts (#1313)
This commit is contained in:
5
app/views/api/v1/accounts/contacts/active.json.jbuilder
Normal file
5
app/views/api/v1/accounts/contacts/active.json.jbuilder
Normal file
@@ -0,0 +1,5 @@
|
||||
json.payload do
|
||||
json.array! @contacts do |contact|
|
||||
json.partial! 'api/v1/models/contact.json.jbuilder', resource: contact, with_contact_inboxes: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user