Skip to main content
Nintex Community Menu Bar

Expose Smart Object method through a REST API

  • February 5, 2019
  • 1 reply
  • 16 views

Forum|alt.badge.img+2
I've created a dll that connects to MySql database and, depending on a method called, either creates an insert or deletes a row.
 
After that I created an Endpoints Assembly service instance based on that dll and a smart object for each method (two in total).
 
I need and external system to access those methods through REST API. But I can't find the proper documentation for that. Can you point me in the right direction?