Sending commands through the API
Hi,
I would like to know whether it is possible to execute Commands so that I can edit SMART projects the same way the XTRF code base does.
The javadocs don't cover all the Commands, neither does the API. As I do understand it would be a lot of work to make all the Commands available as a specific implementation. But it would be of real great use to execute a Generic Command.
Maybe for a command like this:
MarkQuoteAsSentCommand(INIBY7QGPJBJLPF5MFJXRRKHCA):
Executing the command as an API call like so: {apiUrl}/commands/{command-name}?arg[0]={argument0}&arg[1]={argument1}
So for this specific example: {apiUrl}/commands/MarkQuoteAsSentCommand?arg[0]=INIBY7QGPJBJLPF5MFJXRRKHCA
This way you don't need to provide full documentation nor creating a whole new interface layer for all commands. We could just look up the commands within the logs and execute them in this generic way.
Kind regards,
Dennis Rosenbaum
Customer support service by UserEcho