GET api/Versions/GetAppVersion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "bcc217b2-63cb-4cf8-9fbf-2a10e25fa561",
"AppId": "a1c57319-09b5-434f-ae5d-676e929c0127",
"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": "60dd49cd-3e75-430f-92da-dfe4ac3c3022",
"VersionText": "sample string 13",
"State": 1,
"CredentialData": "sample string 14",
"GenericProtocolName": "sample string 15",
"CategoryId": "ffd7adf8-3bc0-4cb8-8be5-d321c8118b57",
"IconPath": "sample string 16",
"IsEnabled": true,
"IsStronglyType": true,
"HasCustomUI": true
},
{
"AppVersionId": "bcc217b2-63cb-4cf8-9fbf-2a10e25fa561",
"AppId": "a1c57319-09b5-434f-ae5d-676e929c0127",
"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": "60dd49cd-3e75-430f-92da-dfe4ac3c3022",
"VersionText": "sample string 13",
"State": 1,
"CredentialData": "sample string 14",
"GenericProtocolName": "sample string 15",
"CategoryId": "ffd7adf8-3bc0-4cb8-8be5-d321c8118b57",
"IconPath": "sample string 16",
"IsEnabled": true,
"IsStronglyType": true,
"HasCustomUI": true
}
]