Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - iBridgeDataImportType

Description

This node is used to invoke any ibridge operations.

Properties

Name Type Occurrence Description
connectorId xs:integer Required The connector id for operation.
credential iBridgeCredentialType Optional
Array (0/∞)
The keySafe ID for the credentials required by this integration.
ibridgeRequestParameters xs:string Optional Hornbill’s iBridge supported more complex data strcutures for input parameters. When this represents an iBrdige node, this property can be used instead of the ‘parameter’ proprty to sepcify the request parameter content as a JSON object. If this is specified then the ‘parameter’ property is disregarded.
metaData xs:string Optional any ui meta data as json string.
methodName xs:string Optional The method display name for the operation.
methodPath xs:string Required The method path for the operation.
methodSchemaPath xs:string Required The method schema path for the operation.
parameter iBridgeInputParameterType Optional
Array (0/∞)
The input parameters to pass to this flowcode operation.
timeout xs:unsignedInt Optional
Default=60
The amount of time (in seconds) to wait for the integration call to complete before a timeout is returned.
In This Document