Schemas - Get Schema
GET a schemas by name.
GET http://localhost/BizTalkManagementService/Schemas/{schemaName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
schema
|
path | True |
string |
Name of the schema. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
| Name | Description |
|---|---|
| Schema |
Model for BTSchema |
|
Schema |
Schema Tracking Model |
|
Schema |
BT Schema Tracking Property Model |
Schema
Model for BTSchema
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application Name |
| AssemblyName |
string |
Assembly Name |
| Description |
string |
Schema Description |
| Name |
string |
Schema Name |
| RootName |
string |
Root Name |
| SchemaType |
string |
Schema Type |
| TargetNameSpace |
string |
Target Namespace |
| Tracking |
Tracking Options for Schema |
SchemaTracking
Schema Tracking Model
| Name | Type | Description |
|---|---|---|
| TrackedProperties |
List of all Tracked Properties |
SchemaTrackingProperty
BT Schema Tracking Property Model
| Name | Type | Description |
|---|---|---|
| PropertyName |
string |
Tracking Property Name |
| TrackingEnabled |
boolean |
Indicates if specific Tracking Property is enabled |