Files
leadchat/app/views/api/v1/accounts/search/_agent.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
123 B
Ruby

json.id agent.id
json.available_name agent.available_name
json.email agent.email
json.name agent.name
json.role agent.role