GET api/Versions/GetAppVersion/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AppVersionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersionId | globally unique identifier |
None. |
|
| AppId | globally unique identifier |
None. |
|
| AppVersionNumber | string |
None. |
|
| AppVersionDescription | string |
None. |
|
| AppVersionDefinition | string |
None. |
|
| IsProductionReady | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsCloudSupported | boolean |
None. |
|
| AdapterTemplate | string |
None. |
|
| LogoPath | string |
None. |
|
| FileName | string |
None. |
|
| AppName | string |
None. |
|
| IsExists | boolean |
None. |
|
| OrgAppId | globally unique identifier |
None. |
|
| VersionText | string |
None. |
|
| State | integer |
None. |
|
| CredentialData | string |
None. |
|
| GenericProtocolName | string |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| IconPath | string |
None. |
|
| IsEnabled | boolean |
None. |
|
| IsStronglyType | boolean |
None. |
|
| HasCustomUI | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppVersionId": "0a5058e2-bc77-4f13-9c90-c0d73a7d0946",
"AppId": "71c7c516-463a-4ce8-b411-c63678143bd1",
"AppVersionNumber": "sample string 3",
"AppVersionDescription": "sample string 4",
"AppVersionDefinition": "sample string 5",
"IsProductionReady": true,
"IsActive": true,
"IsCloudSupported": true,
"AdapterTemplate": "sample string 8",
"LogoPath": "sample string 9",
"FileName": "sample string 10",
"AppName": "sample string 11",
"IsExists": true,
"OrgAppId": "7e314517-c1c3-4adb-895c-7b3044f4f3e9",
"VersionText": "sample string 13",
"State": 1,
"CredentialData": "sample string 14",
"GenericProtocolName": "sample string 15",
"CategoryId": "1bf2eee5-80f8-4425-9ea7-834e84e5492a",
"IconPath": "sample string 16",
"IsEnabled": true,
"IsStronglyType": true,
"HasCustomUI": true
}