Transforms - Get Transform
Get details about a specific transform
GET http://localhost/BizTalkManagementService/Transforms/{transformFullName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
transform
|
path | True |
string |
Full name of the transform |
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 |