GetComponent autoit Example
; This example requires the Chilkat API to have been previously unlocked.
; See Global Unlock Sample for sample code.
$oRest = ObjCreate("Chilkat_9_5_0.Rest")
Local $bSuccess
$oAuthAws = ObjCreate("Chilkat_9_5_0.AuthAws")
$oAuthAws.AccessKey = "AWS_ACCESS_KEY"
$oAuthAws.SecretKey = "AWS_SECRET_KEY"
; Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
$oAuthAws.Region = "us-west-2"
$oAuthAws.ServiceName = "amplifyuibuilder"
; SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
$oRest.SetAuthAws($oAuthAws)
; URL: https://amplifyuibuilder.us-west-2.amazonaws.com/
; Use the same region as specified above.
$bSuccess = $oRest.Connect("amplifyuibuilder.us-west-2.amazonaws.com",443,True,True)
If ($bSuccess <> True) Then
ConsoleWrite("ConnectFailReason: " & $oRest.ConnectFailReason & @CRLF)
ConsoleWrite($oRest.LastErrorText & @CRLF)
Exit
EndIf
$oRest.AddHeader("Content-Type","application/x-amz-json-1.1")
$oRest.AddHeader("X-Amz-Target","GetComponent")
$oSbResponseBody = ObjCreate("Chilkat_9_5_0.StringBuilder")
$bSuccess = $oRest.FullRequestNoBodySb("GET","/app/{appId}/environment/{environmentName}/components/{id}",$oSbResponseBody)
If ($bSuccess <> True) Then
ConsoleWrite($oRest.LastErrorText & @CRLF)
Exit
EndIf
Local $iRespStatusCode = $oRest.ResponseStatusCode
ConsoleWrite("response status code = " & $iRespStatusCode & @CRLF)
If ($iRespStatusCode <> 200) Then
ConsoleWrite("Response Header:" & @CRLF)
ConsoleWrite($oRest.ResponseHeader & @CRLF)
ConsoleWrite("Response Body:" & @CRLF)
ConsoleWrite($oSbResponseBody.GetAsString() & @CRLF)
Exit
EndIf
$oJResp = ObjCreate("Chilkat_9_5_0.JsonObject")
$oJResp.LoadSb($oSbResponseBody)
; The following code parses the JSON response.
; A sample JSON response is shown below the sample code.
; Use this online tool to generate parsing code from sample JSON:
; Generate Parsing Code from JSON
Local $sField
Local $sOperand
Local $sOperator
Local $iJ
Local $iCount_j
Local $strVal
Local $sComponentType
Local $sStringAction
Local $sStringBindingEvent
Local $sAnchorComponentName
Local $iAnchorConfigured
Local $sAnchorEvent
Local $sAnchorImportedValue
Local $sAnchorValue
Local $sName
Local $sourceId
Local $sDirection
Local $sStringString
Local $sVariantValuesString
Local $sAppId = $oJResp.StringOf("component.appId")
Local $sBucket = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.bucket")
Local $sDefaultValue = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.defaultValue")
Local $sField = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.field")
Local $sKey = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.key")
Local $sModel = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.model")
Local $sUserAttribute = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.userAttribute")
Local $sStringDefaultValue = $oJResp.StringOf("component.bindingProperties.string.defaultValue")
Local $sV_Type = $oJResp.StringOf("component.bindingProperties.string.type")
Local $sStringModel = $oJResp.StringOf("component.collectionProperties.string.model")
Local $sPredicateField = $oJResp.StringOf("component.collectionProperties.string.predicate.field")
Local $sOperand = $oJResp.StringOf("component.collectionProperties.string.predicate.operand")
Local $sOperator = $oJResp.StringOf("component.collectionProperties.string.predicate.operator")
Local $sComponentType = $oJResp.StringOf("component.componentType")
Local $iCreatedAt = $oJResp.IntOf("component.createdAt")
Local $sEnvironmentName = $oJResp.StringOf("component.environmentName")
Local $sAction = $oJResp.StringOf("component.events.string.action")
Local $sBindingEvent = $oJResp.StringOf("component.events.string.bindingEvent")
Local $sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.anchor.bindingProperties.field")
Local $sProperty = $oJResp.StringOf("component.events.string.parameters.anchor.bindingProperties.property")
Local $sElement = $oJResp.StringOf("component.events.string.parameters.anchor.bindings.string.element")
Local $sStringProperty = $oJResp.StringOf("component.events.string.parameters.anchor.bindings.string.property")
Local $sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.anchor.collectionBindingProperties.field")
Local $sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.anchor.collectionBindingProperties.property")
Local $sComponentName = $oJResp.StringOf("component.events.string.parameters.anchor.componentName")
Local $sV_Else = $oJResp.StringOf("component.events.string.parameters.anchor.condition.else")
Local $sConditionField = $oJResp.StringOf("component.events.string.parameters.anchor.condition.field")
Local $sConditionOperand = $oJResp.StringOf("component.events.string.parameters.anchor.condition.operand")
Local $sOperandType = $oJResp.StringOf("component.events.string.parameters.anchor.condition.operandType")
Local $sConditionOperator = $oJResp.StringOf("component.events.string.parameters.anchor.condition.operator")
Local $sConditionProperty = $oJResp.StringOf("component.events.string.parameters.anchor.condition.property")
Local $sV_Then = $oJResp.StringOf("component.events.string.parameters.anchor.condition.then")
Local $iConfigured = $oJResp.IntOf("component.events.string.parameters.anchor.configured")
Local $sAnchorDefaultValue = $oJResp.StringOf("component.events.string.parameters.anchor.defaultValue")
Local $sV_Event = $oJResp.StringOf("component.events.string.parameters.anchor.event")
Local $sImportedValue = $oJResp.StringOf("component.events.string.parameters.anchor.importedValue")
Local $sAnchorModel = $oJResp.StringOf("component.events.string.parameters.anchor.model")
Local $sAnchorProperty = $oJResp.StringOf("component.events.string.parameters.anchor.property")
Local $sAnchorType = $oJResp.StringOf("component.events.string.parameters.anchor.type")
Local $sAnchorUserAttribute = $oJResp.StringOf("component.events.string.parameters.anchor.userAttribute")
Local $sValue = $oJResp.StringOf("component.events.string.parameters.anchor.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.fields.string.bindingProperties.field")
Local $sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.fields.string.bindingProperties.property")
Local $sStringElement = $oJResp.StringOf("component.events.string.parameters.fields.string.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.fields.string.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.fields.string.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.fields.string.collectionBindingProperties.property")
Local $sStringComponentName = $oJResp.StringOf("component.events.string.parameters.fields.string.componentName")
Local $sConditionElse = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.operand")
Local $sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.property")
Local $sConditionThen = $oJResp.StringOf("component.events.string.parameters.fields.string.condition.then")
Local $iStringConfigured = $oJResp.IntOf("component.events.string.parameters.fields.string.configured")
$sStringDefaultValue = $oJResp.StringOf("component.events.string.parameters.fields.string.defaultValue")
Local $sStringEvent = $oJResp.StringOf("component.events.string.parameters.fields.string.event")
Local $sStringImportedValue = $oJResp.StringOf("component.events.string.parameters.fields.string.importedValue")
$sStringModel = $oJResp.StringOf("component.events.string.parameters.fields.string.model")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.fields.string.property")
Local $sStringType = $oJResp.StringOf("component.events.string.parameters.fields.string.type")
Local $sStringUserAttribute = $oJResp.StringOf("component.events.string.parameters.fields.string.userAttribute")
Local $sStringValue = $oJResp.StringOf("component.events.string.parameters.fields.string.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.global.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.global.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.global.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.global.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.global.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.global.collectionBindingProperties.property")
Local $sGlobalComponentName = $oJResp.StringOf("component.events.string.parameters.global.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.global.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.global.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.global.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.global.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.global.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.global.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.global.condition.then")
Local $iGlobalConfigured = $oJResp.IntOf("component.events.string.parameters.global.configured")
Local $sGlobalDefaultValue = $oJResp.StringOf("component.events.string.parameters.global.defaultValue")
Local $sGlobalEvent = $oJResp.StringOf("component.events.string.parameters.global.event")
Local $sGlobalImportedValue = $oJResp.StringOf("component.events.string.parameters.global.importedValue")
Local $sGlobalModel = $oJResp.StringOf("component.events.string.parameters.global.model")
Local $sGlobalProperty = $oJResp.StringOf("component.events.string.parameters.global.property")
Local $sGlobalType = $oJResp.StringOf("component.events.string.parameters.global.type")
Local $sGlobalUserAttribute = $oJResp.StringOf("component.events.string.parameters.global.userAttribute")
Local $sGlobalValue = $oJResp.StringOf("component.events.string.parameters.global.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.id.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.id.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.id.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.id.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.id.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.id.collectionBindingProperties.property")
Local $sIdComponentName = $oJResp.StringOf("component.events.string.parameters.id.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.id.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.id.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.id.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.id.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.id.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.id.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.id.condition.then")
Local $iIdConfigured = $oJResp.IntOf("component.events.string.parameters.id.configured")
Local $sIdDefaultValue = $oJResp.StringOf("component.events.string.parameters.id.defaultValue")
Local $sIdEvent = $oJResp.StringOf("component.events.string.parameters.id.event")
Local $sIdImportedValue = $oJResp.StringOf("component.events.string.parameters.id.importedValue")
Local $sIdModel = $oJResp.StringOf("component.events.string.parameters.id.model")
Local $sIdProperty = $oJResp.StringOf("component.events.string.parameters.id.property")
Local $sIdType = $oJResp.StringOf("component.events.string.parameters.id.type")
Local $sIdUserAttribute = $oJResp.StringOf("component.events.string.parameters.id.userAttribute")
Local $sIdValue = $oJResp.StringOf("component.events.string.parameters.id.value")
Local $sParametersModel = $oJResp.StringOf("component.events.string.parameters.model")
Local $sStateComponentName = $oJResp.StringOf("component.events.string.parameters.state.componentName")
Local $sStateProperty = $oJResp.StringOf("component.events.string.parameters.state.property")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.state.set.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.state.set.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.state.set.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.state.set.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.state.set.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.state.set.collectionBindingProperties.property")
Local $sSetComponentName = $oJResp.StringOf("component.events.string.parameters.state.set.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.state.set.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.state.set.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.state.set.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.state.set.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.state.set.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.state.set.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.state.set.condition.then")
Local $iSetConfigured = $oJResp.IntOf("component.events.string.parameters.state.set.configured")
Local $sSetDefaultValue = $oJResp.StringOf("component.events.string.parameters.state.set.defaultValue")
Local $sSetEvent = $oJResp.StringOf("component.events.string.parameters.state.set.event")
Local $sSetImportedValue = $oJResp.StringOf("component.events.string.parameters.state.set.importedValue")
Local $sSetModel = $oJResp.StringOf("component.events.string.parameters.state.set.model")
Local $sSetProperty = $oJResp.StringOf("component.events.string.parameters.state.set.property")
Local $sSetType = $oJResp.StringOf("component.events.string.parameters.state.set.type")
Local $sSetUserAttribute = $oJResp.StringOf("component.events.string.parameters.state.set.userAttribute")
Local $sSetValue = $oJResp.StringOf("component.events.string.parameters.state.set.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.target.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.target.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.target.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.target.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.target.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.target.collectionBindingProperties.property")
Local $sTargetComponentName = $oJResp.StringOf("component.events.string.parameters.target.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.target.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.target.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.target.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.target.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.target.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.target.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.target.condition.then")
Local $iTargetConfigured = $oJResp.IntOf("component.events.string.parameters.target.configured")
Local $sTargetDefaultValue = $oJResp.StringOf("component.events.string.parameters.target.defaultValue")
Local $sTargetEvent = $oJResp.StringOf("component.events.string.parameters.target.event")
Local $sTargetImportedValue = $oJResp.StringOf("component.events.string.parameters.target.importedValue")
Local $sTargetModel = $oJResp.StringOf("component.events.string.parameters.target.model")
Local $sTargetProperty = $oJResp.StringOf("component.events.string.parameters.target.property")
Local $sTargetType = $oJResp.StringOf("component.events.string.parameters.target.type")
Local $sTargetUserAttribute = $oJResp.StringOf("component.events.string.parameters.target.userAttribute")
Local $sTargetValue = $oJResp.StringOf("component.events.string.parameters.target.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.type.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.type.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.type.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.type.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.type.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.type.collectionBindingProperties.property")
Local $sTypeComponentName = $oJResp.StringOf("component.events.string.parameters.type.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.type.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.type.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.type.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.type.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.type.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.type.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.type.condition.then")
Local $iTypeConfigured = $oJResp.IntOf("component.events.string.parameters.type.configured")
Local $sTypeDefaultValue = $oJResp.StringOf("component.events.string.parameters.type.defaultValue")
Local $sTypeEvent = $oJResp.StringOf("component.events.string.parameters.type.event")
Local $sTypeImportedValue = $oJResp.StringOf("component.events.string.parameters.type.importedValue")
Local $sTypeModel = $oJResp.StringOf("component.events.string.parameters.type.model")
Local $sTypeProperty = $oJResp.StringOf("component.events.string.parameters.type.property")
Local $sTypeType = $oJResp.StringOf("component.events.string.parameters.type.type")
Local $sTypeUserAttribute = $oJResp.StringOf("component.events.string.parameters.type.userAttribute")
Local $sTypeValue = $oJResp.StringOf("component.events.string.parameters.type.value")
$sBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.url.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.url.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.events.string.parameters.url.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.events.string.parameters.url.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.events.string.parameters.url.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.events.string.parameters.url.collectionBindingProperties.property")
Local $sUrlComponentName = $oJResp.StringOf("component.events.string.parameters.url.componentName")
$sConditionElse = $oJResp.StringOf("component.events.string.parameters.url.condition.else")
$sConditionField = $oJResp.StringOf("component.events.string.parameters.url.condition.field")
$sConditionOperand = $oJResp.StringOf("component.events.string.parameters.url.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.events.string.parameters.url.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.events.string.parameters.url.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.events.string.parameters.url.condition.property")
$sConditionThen = $oJResp.StringOf("component.events.string.parameters.url.condition.then")
Local $iUrlConfigured = $oJResp.IntOf("component.events.string.parameters.url.configured")
Local $sUrlDefaultValue = $oJResp.StringOf("component.events.string.parameters.url.defaultValue")
Local $sUrlEvent = $oJResp.StringOf("component.events.string.parameters.url.event")
Local $sUrlImportedValue = $oJResp.StringOf("component.events.string.parameters.url.importedValue")
Local $sUrlModel = $oJResp.StringOf("component.events.string.parameters.url.model")
Local $sUrlProperty = $oJResp.StringOf("component.events.string.parameters.url.property")
Local $sUrlType = $oJResp.StringOf("component.events.string.parameters.url.type")
Local $sUrlUserAttribute = $oJResp.StringOf("component.events.string.parameters.url.userAttribute")
Local $sUrlValue = $oJResp.StringOf("component.events.string.parameters.url.value")
Local $sId = $oJResp.StringOf("component.id")
Local $iModifiedAt = $oJResp.IntOf("component.modifiedAt")
Local $sName = $oJResp.StringOf("component.name")
Local $sV_String = $oJResp.StringOf("component.overrides.string.string")
$sBindingPropertiesField = $oJResp.StringOf("component.properties.string.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.properties.string.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.properties.string.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.properties.string.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.properties.string.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.properties.string.collectionBindingProperties.property")
$sStringComponentName = $oJResp.StringOf("component.properties.string.componentName")
$sConditionElse = $oJResp.StringOf("component.properties.string.condition.else")
$sConditionField = $oJResp.StringOf("component.properties.string.condition.field")
$sConditionOperand = $oJResp.StringOf("component.properties.string.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.properties.string.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.properties.string.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.properties.string.condition.property")
$sConditionThen = $oJResp.StringOf("component.properties.string.condition.then")
$iStringConfigured = $oJResp.IntOf("component.properties.string.configured")
$sStringDefaultValue = $oJResp.StringOf("component.properties.string.defaultValue")
$sStringEvent = $oJResp.StringOf("component.properties.string.event")
$sStringImportedValue = $oJResp.StringOf("component.properties.string.importedValue")
$sStringModel = $oJResp.StringOf("component.properties.string.model")
$sStringProperty = $oJResp.StringOf("component.properties.string.property")
$sStringType = $oJResp.StringOf("component.properties.string.type")
$sStringUserAttribute = $oJResp.StringOf("component.properties.string.userAttribute")
$sStringValue = $oJResp.StringOf("component.properties.string.value")
Local $sSchemaVersion = $oJResp.StringOf("component.schemaVersion")
Local $sSourceId = $oJResp.StringOf("component.sourceId")
Local $sTagsString = $oJResp.StringOf("component.tags.string")
Local $i = 0
Local $iCount_i = $oJResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates")
While $i < $iCount_i
$oJResp.I = $i
$sField = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.predicates[i].field")
$sOperand = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.predicates[i].operand")
$sOperator = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.predicates[i].operator")
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates[i].and")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.predicates[i].and[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates[i].or")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.bindingProperties.string.bindingProperties.predicates[i].or[j]")
$iJ = $iJ + 1
Wend
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.children")
While $i < $iCount_i
$oJResp.I = $i
$sComponentType = $oJResp.StringOf("component.children[i].componentType")
$sStringAction = $oJResp.StringOf("component.children[i].events.string.action")
$sStringBindingEvent = $oJResp.StringOf("component.children[i].events.string.bindingEvent")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.collectionBindingProperties.property")
$sAnchorComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.condition.then")
$iAnchorConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.anchor.configured")
$sAnchorDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.defaultValue")
$sAnchorEvent = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.event")
$sAnchorImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.importedValue")
$sAnchorModel = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.model")
$sAnchorProperty = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.property")
$sAnchorType = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.type")
$sAnchorUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.userAttribute")
$sAnchorValue = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.collectionBindingProperties.property")
$sStringComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.condition.then")
$iStringConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.fields.string.configured")
$sStringDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.defaultValue")
$sStringEvent = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.event")
$sStringImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.importedValue")
$sStringModel = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.model")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.property")
$sStringType = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.type")
$sStringUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.userAttribute")
$sStringValue = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.global.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.global.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.global.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.global.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.global.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.global.collectionBindingProperties.property")
$sGlobalComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.global.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.global.condition.then")
$iGlobalConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.global.configured")
$sGlobalDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.global.defaultValue")
$sGlobalEvent = $oJResp.StringOf("component.children[i].events.string.parameters.global.event")
$sGlobalImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.global.importedValue")
$sGlobalModel = $oJResp.StringOf("component.children[i].events.string.parameters.global.model")
$sGlobalProperty = $oJResp.StringOf("component.children[i].events.string.parameters.global.property")
$sGlobalType = $oJResp.StringOf("component.children[i].events.string.parameters.global.type")
$sGlobalUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.global.userAttribute")
$sGlobalValue = $oJResp.StringOf("component.children[i].events.string.parameters.global.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.id.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.id.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.id.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.id.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.id.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.id.collectionBindingProperties.property")
$sIdComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.id.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.id.condition.then")
$iIdConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.id.configured")
$sIdDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.id.defaultValue")
$sIdEvent = $oJResp.StringOf("component.children[i].events.string.parameters.id.event")
$sIdImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.id.importedValue")
$sIdModel = $oJResp.StringOf("component.children[i].events.string.parameters.id.model")
$sIdProperty = $oJResp.StringOf("component.children[i].events.string.parameters.id.property")
$sIdType = $oJResp.StringOf("component.children[i].events.string.parameters.id.type")
$sIdUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.id.userAttribute")
$sIdValue = $oJResp.StringOf("component.children[i].events.string.parameters.id.value")
$sParametersModel = $oJResp.StringOf("component.children[i].events.string.parameters.model")
$sStateComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.state.componentName")
$sStateProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.property")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.collectionBindingProperties.property")
$sSetComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.condition.then")
$iSetConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.state.set.configured")
$sSetDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.defaultValue")
$sSetEvent = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.event")
$sSetImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.importedValue")
$sSetModel = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.model")
$sSetProperty = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.property")
$sSetType = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.type")
$sSetUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.userAttribute")
$sSetValue = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.target.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.target.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.target.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.target.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.target.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.target.collectionBindingProperties.property")
$sTargetComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.target.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.target.condition.then")
$iTargetConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.target.configured")
$sTargetDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.target.defaultValue")
$sTargetEvent = $oJResp.StringOf("component.children[i].events.string.parameters.target.event")
$sTargetImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.target.importedValue")
$sTargetModel = $oJResp.StringOf("component.children[i].events.string.parameters.target.model")
$sTargetProperty = $oJResp.StringOf("component.children[i].events.string.parameters.target.property")
$sTargetType = $oJResp.StringOf("component.children[i].events.string.parameters.target.type")
$sTargetUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.target.userAttribute")
$sTargetValue = $oJResp.StringOf("component.children[i].events.string.parameters.target.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.type.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.type.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.type.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.type.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.type.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.type.collectionBindingProperties.property")
$sTypeComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.type.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.type.condition.then")
$iTypeConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.type.configured")
$sTypeDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.type.defaultValue")
$sTypeEvent = $oJResp.StringOf("component.children[i].events.string.parameters.type.event")
$sTypeImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.type.importedValue")
$sTypeModel = $oJResp.StringOf("component.children[i].events.string.parameters.type.model")
$sTypeProperty = $oJResp.StringOf("component.children[i].events.string.parameters.type.property")
$sTypeType = $oJResp.StringOf("component.children[i].events.string.parameters.type.type")
$sTypeUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.type.userAttribute")
$sTypeValue = $oJResp.StringOf("component.children[i].events.string.parameters.type.value")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.url.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.url.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].events.string.parameters.url.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].events.string.parameters.url.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].events.string.parameters.url.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].events.string.parameters.url.collectionBindingProperties.property")
$sUrlComponentName = $oJResp.StringOf("component.children[i].events.string.parameters.url.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].events.string.parameters.url.condition.then")
$iUrlConfigured = $oJResp.IntOf("component.children[i].events.string.parameters.url.configured")
$sUrlDefaultValue = $oJResp.StringOf("component.children[i].events.string.parameters.url.defaultValue")
$sUrlEvent = $oJResp.StringOf("component.children[i].events.string.parameters.url.event")
$sUrlImportedValue = $oJResp.StringOf("component.children[i].events.string.parameters.url.importedValue")
$sUrlModel = $oJResp.StringOf("component.children[i].events.string.parameters.url.model")
$sUrlProperty = $oJResp.StringOf("component.children[i].events.string.parameters.url.property")
$sUrlType = $oJResp.StringOf("component.children[i].events.string.parameters.url.type")
$sUrlUserAttribute = $oJResp.StringOf("component.children[i].events.string.parameters.url.userAttribute")
$sUrlValue = $oJResp.StringOf("component.children[i].events.string.parameters.url.value")
$sName = $oJResp.StringOf("component.children[i].name")
$sBindingPropertiesField = $oJResp.StringOf("component.children[i].properties.string.bindingProperties.field")
$sBindingPropertiesProperty = $oJResp.StringOf("component.children[i].properties.string.bindingProperties.property")
$sStringElement = $oJResp.StringOf("component.children[i].properties.string.bindings.string.element")
$sStringProperty = $oJResp.StringOf("component.children[i].properties.string.bindings.string.property")
$sCollectionBindingPropertiesField = $oJResp.StringOf("component.children[i].properties.string.collectionBindingProperties.field")
$sCollectionBindingPropertiesProperty = $oJResp.StringOf("component.children[i].properties.string.collectionBindingProperties.property")
$sStringComponentName = $oJResp.StringOf("component.children[i].properties.string.componentName")
$sConditionElse = $oJResp.StringOf("component.children[i].properties.string.condition.else")
$sConditionField = $oJResp.StringOf("component.children[i].properties.string.condition.field")
$sConditionOperand = $oJResp.StringOf("component.children[i].properties.string.condition.operand")
$sConditionOperandType = $oJResp.StringOf("component.children[i].properties.string.condition.operandType")
$sConditionOperator = $oJResp.StringOf("component.children[i].properties.string.condition.operator")
$sConditionProperty = $oJResp.StringOf("component.children[i].properties.string.condition.property")
$sConditionThen = $oJResp.StringOf("component.children[i].properties.string.condition.then")
$iStringConfigured = $oJResp.IntOf("component.children[i].properties.string.configured")
$sStringDefaultValue = $oJResp.StringOf("component.children[i].properties.string.defaultValue")
$sStringEvent = $oJResp.StringOf("component.children[i].properties.string.event")
$sStringImportedValue = $oJResp.StringOf("component.children[i].properties.string.importedValue")
$sStringModel = $oJResp.StringOf("component.children[i].properties.string.model")
$sStringProperty = $oJResp.StringOf("component.children[i].properties.string.property")
$sStringType = $oJResp.StringOf("component.children[i].properties.string.type")
$sStringUserAttribute = $oJResp.StringOf("component.children[i].properties.string.userAttribute")
$sStringValue = $oJResp.StringOf("component.children[i].properties.string.value")
$sourceId = $oJResp.StringOf("component.children[i].sourceId")
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].children")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].children[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.anchor.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.anchor.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.fields.string.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.fields.string.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.global.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.global.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.id.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.id.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.state.set.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.state.set.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.target.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.target.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.type.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.type.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].events.string.parameters.url.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].events.string.parameters.url.concat[j]")
$iJ = $iJ + 1
Wend
$iJ = 0
$iCount_j = $oJResp.SizeOfArray("component.children[i].properties.string.concat")
While $iJ < $iCount_j
$oJResp.J = $iJ
$strVal = $oJResp.StringOf("component.children[i].properties.string.concat[j]")
$iJ = $iJ + 1
Wend
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.collectionProperties.string.identifiers")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.collectionProperties.string.identifiers[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.collectionProperties.string.predicate.and")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.collectionProperties.string.predicate.and[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.collectionProperties.string.predicate.or")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.collectionProperties.string.predicate.or[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.collectionProperties.string.sort")
While $i < $iCount_i
$oJResp.I = $i
$sDirection = $oJResp.StringOf("component.collectionProperties.string.sort[i].direction")
$sField = $oJResp.StringOf("component.collectionProperties.string.sort[i].field")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.anchor.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.anchor.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.fields.string.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.fields.string.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.global.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.global.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.id.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.id.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.state.set.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.state.set.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.target.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.target.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.type.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.type.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.events.string.parameters.url.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.events.string.parameters.url.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.properties.string.concat")
While $i < $iCount_i
$oJResp.I = $i
$strVal = $oJResp.StringOf("component.properties.string.concat[i]")
$i = $i + 1
Wend
$i = 0
$iCount_i = $oJResp.SizeOfArray("component.variants")
While $i < $iCount_i
$oJResp.I = $i
$sStringString = $oJResp.StringOf("component.variants[i].overrides.string.string")
$sVariantValuesString = $oJResp.StringOf("component.variants[i].variantValues.string")
$i = $i + 1
Wend
; A sample JSON response body parsed by the above code:
; {
; "component": {
; "appId": "string",
; "bindingProperties": {
; "string": {
; "bindingProperties": {
; "bucket": "string",
; "defaultValue": "string",
; "field": "string",
; "key": "string",
; "model": "string",
; "predicates": [
; {
; "and": [
; "Predicate"
; ],
; "field": "string",
; "operand": "string",
; "operator": "string",
; "or": [
; "Predicate"
; ]
; }
; ],
; "userAttribute": "string"
; },
; "defaultValue": "string",
; "type": "string"
; }
; },
; "children": [
; {
; "children": [
; "ComponentChild"
; ],
; "componentType": "string",
; "events": {
; "string": {
; "action": "string",
; "bindingEvent": "string",
; "parameters": {
; "anchor": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "fields": {
; "string": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "global": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "id": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "model": "string",
; "state": {
; "componentName": "string",
; "property": "string",
; "set": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "target": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "type": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "url": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; }
; }
; },
; "name": "string",
; "properties": {
; "string": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "sourceId": "string"
; }
; ],
; "collectionProperties": {
; "string": {
; "identifiers": [
; "string"
; ],
; "model": "string",
; "predicate": {
; "and": [
; "Predicate"
; ],
; "field": "string",
; "operand": "string",
; "operator": "string",
; "or": [
; "Predicate"
; ]
; },
; "sort": [
; {
; "direction": "string",
; "field": "string"
; }
; ]
; }
; },
; "componentType": "string",
; "createdAt": number,
; "environmentName": "string",
; "events": {
; "string": {
; "action": "string",
; "bindingEvent": "string",
; "parameters": {
; "anchor": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "fields": {
; "string": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "global": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "id": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "model": "string",
; "state": {
; "componentName": "string",
; "property": "string",
; "set": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "target": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "type": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; },
; "url": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; }
; }
; },
; "id": "string",
; "modifiedAt": number,
; "name": "string",
; "overrides": {
; "string": {
; "string": "string"
; }
; },
; "properties": {
; "string": {
; "bindingProperties": {
; "field": "string",
; "property": "string"
; },
; "bindings": {
; "string": {
; "element": "string",
; "property": "string"
; }
; },
; "collectionBindingProperties": {
; "field": "string",
; "property": "string"
; },
; "componentName": "string",
; "concat": [
; "ComponentProperty"
; ],
; "condition": {
; "else": "ComponentProperty",
; "field": "string",
; "operand": "string",
; "operandType": "string",
; "operator": "string",
; "property": "string",
; "then": "ComponentProperty"
; },
; "configured": boolean,
; "defaultValue": "string",
; "event": "string",
; "importedValue": "string",
; "model": "string",
; "property": "string",
; "type": "string",
; "userAttribute": "string",
; "value": "string"
; }
; },
; "schemaVersion": "string",
; "sourceId": "string",
; "tags": {
; "string": "string"
; },
; "variants": [
; {
; "overrides": {
; "string": {
; "string": "string"
; }
; },
; "variantValues": {
; "string": "string"
; }
; }
; ]
; }
; }