Applications - Get Application
GET Specific Application
GET http://localhost/BizTalkManagementService/Applications/{applicationName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
application
|
path | True |
string |
Application Name |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
Application
Model for Application
| Name | Type | Description |
|---|---|---|
| ApplicationBackReferences |
string[] |
List of Application that have a reference to this application |
| ApplicationReferences |
string[] |
List of Application to which this application has references |
| Description |
string |
Application Description |
| IsConfigured |
boolean |
Is Configured |
| IsDefaultApplication |
boolean |
Indicates if this Application is the Default Application |
| IsSystem |
boolean |
Is System |
| Name |
string |
Application Name |
| Status |
string |
Application Status |