GET api/Versions/GetAppVersion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AppVersionViewModelName | 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": "7faecc2d-12c8-4f2d-aa9a-d6a5822a26c4", "AppId": "21517aa6-6568-47e6-ae22-c09ce11eac12", "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": "5fd9a89c-33a4-4bbe-8cd1-e3318ffa6d12", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "fac3ed9d-3c1e-4dd2-ba72-e46f398e1f5d", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true }, { "AppVersionId": "7faecc2d-12c8-4f2d-aa9a-d6a5822a26c4", "AppId": "21517aa6-6568-47e6-ae22-c09ce11eac12", "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": "5fd9a89c-33a4-4bbe-8cd1-e3318ffa6d12", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "fac3ed9d-3c1e-4dd2-ba72-e46f398e1f5d", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true } ]