Search and list transformations for a given environment.
Parameters
- name: A string search on the channel name.
- description: A string search on the channel description.
- since: Returns only gateways created after the given timestamp.
- before: Returns only gateways created before the given timestamp.
- start: An integer to set the first result. By default, the value is at 0. The API returns 25 results per query. To get the 25 following ones, it should be 25, then 50, then 75
Examples
List all the transformations of environment 26112 in XML format
https://www.babelway.net/SelfService3/rest/v2/hub-26112/transformations.xml
<collection>
<transformation>
<id> 106919</id>
<name>SimpleTransformation</name>
<description/><type>VISUAL</type>
<messageDefinitionIn>
<id>66268</id>
<name>SimpleCsv</name>
<type>MessageDefinition</type>
<subType>CSV</subType>
</messageDefinitionIn>
<messageDefinitionOut>
<id>66270</id>
<name>SimpleCsv</name>
<type>MessageDefinition</type>
<subType>CSV</subType>
</messageDefinitionOut>
<creationMoment>1337756138000</creationMoment>
<lastupdateMoment>13426131179000</lastUpdateMoment>
<hub>26112</hub>
<transformation>
<collection>