Introduction
APIs and Models to manage your connections
API
Here is the list of APIs existing under the connections category.
API | Description |
---|---|
GetAllConnectionsAsync | Gets the list of all Connections from the connected Control Room. |
GetConnectionDataAsync | Gets the connection using the connection ID from the connected Control Room. |
GetConnectionByNameAsync | Gets the connection using the connection name from the connected Control Room. |
Models
Here is the list of models used in connection APIs.
Models | Description |
---|---|
Connection | The structure represents an instance of the Connection entity. |
ConnectionData | The structure represents an instance of the ConnectionData entity. |