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

Backward compatibility

We will keep improving TilliT as a product and with that we will constantly update its API. However, we will do this while not introducing breaking changes. The following is a list of changes we may introduce in the future that we don't consider as breaking changes:

  • Adding new fields to objects

  • Adding new resources or endpoints

  • Adding new (optional) request parameters

  • Changing default page length for paginated resources

Please consider this when programming against the API and try to make sure these non-breaking changes don’t break your code.

If we introduce a breaking change, we will create new endpoints with a new version prefix in the URI.

PreviousHandling timestampsNextExporting Data using ODATA

Last updated 1 year ago