
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 |
|
Name |
Summary |
|
Get Configurations |
|
|
Transform data format |
|
Name |
Summary |
|
Name |
Summary |
|
|
|
|
|
|
|
|
Summary: Get Configurations
Description: Get all configuration names
Syntax:
Transform2All.GetConfigurations ()
Returns:
Type:array of (GetConfigurationsResponseItem)
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 |
|
|
True |
Returns:
Type:TransformResponse
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
id |
string
|
id |
|
name |
string
|
name |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
base64Content |
string
|
Content as a base64 string |
|
configId |
string
|
Configuration to apply |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |