API
MACRO provides a set of APIs to enable you to build your own integrations with MACRO functionality. In order to use the APIs you will need developer knowledge of C# for .NET. All code examples in this help are given in C#.
The original MACRO API provides a comprehensive set of routines to access MACRO functionality.
We have created an API Demo application that you can use to test your code. For details please contact Customer Support.
The web service API uses token-based authentication to provide a simpler and more secure way to access MACRO functionality. A one-time login session removes the need to log in with every call.
The Web API calls are gradually being replaced by an equivalent set of REST calls. See list of calls...
MACRO also includes a Command Line module which enables you to perform a number of tasks directly from the Windows command line, without needing to access the MACRO modules. The Command Line module is less flexible than the MACRO API but does not require developer knowledge.