Transforms - Get
Get all maps
GET http://localhost/BizTalkManagementService/Transforms
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
Transform
Model for transform
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application name of the transform |
| Assembly |
string |
Transform assembly |
| Description |
string |
Transform description |
| FullName |
string |
Name of the transform |
| SourceSchema |
string |
Transform source schema |
| TargetSchema |
string |
Transform target schema |
| XmlContent |
string |
Xml content |