API
Documentation
  • Welcome!
  • REST API
    • Overview
    • Authentication
    • Swagger docs
    • Query an endpoint
    • Filter query results
    • Handling timestamps
    • Backward compatibility
    • Exporting Data using ODATA
    • Power BI Incremental refresh
    • Data Lake Transfer Gateway
    • EXAMPLES
      • Upload production schedule
      • Find all Running Orders
      • Interact with the Order Lifecycle
      • Consume and Submit an Activity
      • Raise an Event in TilliT
  • MQTT API
    • Overview
    • Connect to the TilliT Broker
    • Subscribe to a TilliT Topic
    • Setting a MQTT Integration
    • Publish Timeseries
    • Publish Order Progress
  • Activity API
    • Overview
    • JavaScript Basics
    • Using $scope and OnLoad Scripts
    • JavaScript Object Schema
  • Release Notes
    • 2024
      • April
Powered by GitBook
On this page
  1. REST API

Overview

PreviousREST APINextAuthentication

Last updated 9 months ago

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.

learn more with the swagger docs.

learn how to query an endpoint.

learn how to query the results.

learn how to handle timestamps.

learn how to use authentication.

Swagger docs
Query an endpoint
Filter query results
Handling timestamps
Authentication