CodelessConnectorPollingResponseProperties interface

Describes the response from the external server

Properties

eventsJsonPaths

Describes the path we should extract the data in the response

isGzipCompressed

Describes if the data in the response is Gzip

successStatusJsonPath

Describes the path we should extract the status code in the response

successStatusValue

Describes the path we should extract the status value in the response

Property Details

eventsJsonPaths

Describes the path we should extract the data in the response

eventsJsonPaths: string[]

Property Value

string[]

isGzipCompressed

Describes if the data in the response is Gzip

isGzipCompressed?: boolean

Property Value

boolean

successStatusJsonPath

Describes the path we should extract the status code in the response

successStatusJsonPath?: string

Property Value

string

successStatusValue

Describes the path we should extract the status value in the response

successStatusValue?: string

Property Value

string