Hi, I need to know how can I create a new function for api
for Example: http://localhost/api/v1/AccountOpening/{id} -> here id by default
i need to create a new function to take the name of account opening rather than id to by like that http://localhost/api/v1/AccountOpening/{account-name}
So, which file should i use it to add a new function
and is there anyway to see all routes in espocrm or not
Thanks in advanced
for Example: http://localhost/api/v1/AccountOpening/{id} -> here id by default
i need to create a new function to take the name of account opening rather than id to by like that http://localhost/api/v1/AccountOpening/{account-name}
So, which file should i use it to add a new function
and is there anyway to see all routes in espocrm or not
Thanks in advanced
Comment