[]
        
(Showing Draft Content)

ThirdParty

ThirdParty

[POST] /api/thirdparty/data

Request Schema

ThirdPartyViewModel

Response

Status Code: 200

Success

[POST] /api/thirdparty/testConnection

Request Schema

ThirdPartyViewModel

Response

Status Code: 200

Success

Models

Ƭ ThirdPartyViewModel

Name Type Description Example
connectionType ConnectionType
uriNullable string
requestMethodNullable string
headersNullable WebConfigHeader
payloadNullable string
hostNullable string
clientIdNullable string
usernameNullable string
passwordNullable string
topicNullable string
enableSSL Boolean
dataNullable string

Ƭ ConnectionType

Enum:

  • Http
  • WebSocket
  • Mqtt

Ƭ WebConfigHeader

Name Type Description Example
keyNullable string
valueNullable string