Introduction
APIs and Models to initiate, monitor, and control your automation jobs
API
Here are the list of APIs existing under Smart Station category.
API | Description |
---|---|
CreateSmartStationAsync | Creates a new Smart Station with specified NewSmartStation details inside the connected Control Room. |
DeleteSmartStationAsync | Deletes an existing Smart Station with a specified station Id from the connected Control Room. |
GetAllSmartStationsAsync | Gets the list of all available SmartStation details from the connected Control Room. |
Models
Here are list of Models used in Smart Station APIs.
Models | Description |
---|---|
NewSmartStation | The structure represents an instance of the New SmartStation entity. |
SmartStation | The structure represents an instance of the SmartStation entity. |