I don’t think this is possible but wanted to check here because if it is possible it would be huge.
What I’m dreaming of is having an API endpoint where we can specify the import template name, along with a json document/payload containing the data points used in the import.
This would effectively be a low cost-cow effort way to create a new interface into the application, as we currently need to leverage IFS resources to create new endpoints for us.
For example, I could create an import containing an API template to create a new customer, with (for simplicity sake) the parameters: Customer ID, Customer Name, Node
I would then send a request to https://company.astea.cloud/RestService/import?templatename=CustomerImport
with {“Customer ID”: “APPLE”, “Customer Name”: “Apple Computer, Inc,”, “Node”: “Node1”}
in order to create the customer Apple.
I of course realize that this is the typical role of an API endpoint directly instead of via import, however, as I mentioned, this would act as a method for us to self-serve. We’re on 15.1