What is the program flow for an API call ?
API calls invoke a back end controller which generally then calls for a service class to execute the requested action.
API call > router > back end controller > service class
To see an example check this post. https://forum.espocrm.com/forum/deve...3408#post63408
API calls invoke a back end controller which generally then calls for a service class to execute the requested action.
API call > router > back end controller > service class
To see an example check this post. https://forum.espocrm.com/forum/deve...3408#post63408
Comment