Introduction

Welcome to the TilliT API Documentation! This section will detail exactly how you can interact with our TilliT services. You may want to do the following:

  • Upload your Order Schedule into TilliT via a script.
  • Change the current status of an order
  • Trigger a TilliT event from an external source.

Never experiment with API requests against live production systems, there may be irrecoverable loss in master data configuration. If you require a development environment, contact support.

Before developing your solutions, it's important to understand some of the tips and tricks for using the TilliT API.

  1. API Authentication
  2. Swagger Docs
  3. Query an Endpoint
  4. Filter Query Results
  5. Handling Timestamps

Once you are primed with the above, it's time to create your own solution! To help, here are some endpoints that we recommend using for each potential use-case.

  1. Upload your Order Schedule (POST: /core/order-instance/upsert)
  2. Retrieve orders that are currently running (GET: /core/order-stats?size=100,status=RUNNING)
  3. Change the Status of an Order (POST: /core/order-manager/{status})
  4. Raise an event via the API (POST: /core/event-instances)
  5. Complete an Activity (POST: /core/activity-manager/submit)

Still need help? Contact Us Contact Us