I have this api
http://erp.pie16.com:8000/api/method/subcontractor_account.api.support_ticket.get_tickets
I want coustom route or api for this in
http://erp.pie16.com:8000/api/v1/support_ticket
how to achieve this?
I have this api
http://erp.pie16.com:8000/api/method/subcontractor_account.api.support_ticket.get_tickets
I want coustom route or api for this in
http://erp.pie16.com:8000/api/v1/support_ticket
how to achieve this?
Using server script
closest you can get I think is
this will be available in /api/method/support_ticket …
if you need exactly /api/v1/support_ticket try redirect rules in hooks.py
/api/v1/support_ticket
is my priority api