Scripting Using the TilliT Module

The TilliT Ignition Module also enables passing information to TilliT via scripts. To see what calls are available in the script write system.tillit. and a variety of methods will appear.

Often utilised methods are things like getApi() and postApi() which enable us to upsert things like work orders and material definitions to TilliT as well as get that information from TilliT. It is important to note that using the inbuilt system.tillit methods uses the TilliT User that has been previously set up in the configuration for the authentication, this makes calling the TilliT API very simple.

Refer to the API Documentation for calls that can be made as well as how to filter queries and any other API support.

Last updated