Files
leadchat/app/views/api/v1/accounts/search/_contact.json.jbuilder
Sojan Jose d4e7eaecce feat: New APIs for search (#6564)
- Adding new API endpoints for search
- Migrations to add appropriate indexes
2023-02-28 22:00:36 +05:30

6 lines
141 B
Ruby

json.email contact.email
json.id contact.id
json.name contact.name
json.phone_number contact.phone_number
json.identifier contact.identifier