Connectors Reference

Transform2All

Transform2All is able to apply transformation schemas to transform the representation of your data from one format (JSON, XML, TXT, ...) to another.

 

Status: Preview

Tier: Premium

Version: 1.0

 

Actions:

Name

Summary

GetConfigurations ()

Get Configurations

Transform (TransformParameterBody body)

Transform data format

 

Triggers:

Name

Summary

 

Objects:

Name

Summary

GetConfigurationsResponseItem

 

TransformParameterBody

 

TransformResponse

 

 

Actions:

GetConfigurations

Summary: Get Configurations

Description: Get all configuration names

 

Syntax:

Transform2All.GetConfigurations ()

 

Returns:

          Type:array of (GetConfigurationsResponseItem)

 

Transform

Summary: Transform data format

Description: Apply transformation schemas to transform the representation of your data from one format (JSON, XML, TXT, ...) to another.

 

Syntax:

Transform2All.Transform (TransformParameterBody body)

 

Parameters:

Name

Type

Summary

Required

Related Action

body

TransformParameterBody

 

 

True

 

Returns:

          Type:TransformResponse

 


 

GetConfigurationsResponseItem

Summary:

Description:

 

          Properties:

Name

Type

Summary

id

string

 

id

name

string

 

name


 

TransformParameterBody

Summary:

Description:

 

          Properties:

Name

Type

Summary

base64Content

string

 

Content as a base64 string

configId

string

 

Configuration to apply


 

TransformResponse

Summary:

Description:

 

          Properties:

Name

Type

Summary