Skip to Content
SEEBURGER BIS Server APIs

BIS Server API System Variables

The BIS System Variables API manages variables, enabling browse, create, update, and delete operations via REST resources.

Description

The BIS Server API System Variables provides a standardized REST interface for managing system variable master data within the integration platform. It supports full lifecycle operations, including browsing existing records individually or in batches, creating new variables, modifying existing ones, and deleting variables when no longer required.

All master data records are handled as REST resources and are uniquely identified using a dedicated REST Resource ID, referred to as the identifier. This ensures consistent and reliable access and manipulation of variables across the API.

Within this API, a resource is represented by a SystemVariable entity. This entity defines configurable values used across the platform, enabling dynamic behavior and flexible configuration within integration processes.

The API enables efficient, centralized, and automated management of system variables.


 

Messaging