GET api/apps/versions/{appId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId | globally unique identifier |
Required |
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. |
Response Formats
application/json, text/json
Sample:
[ { "AppVersionId": "4a504dc3-6a70-44da-9d53-ed08225731b1", "AppId": "d4d6f9cb-92c5-43bb-8974-8ecd0faf41ba", "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": "9bc81a8a-f6bb-4e70-baba-1f0a7e89d267", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "dae96f35-3969-48d1-a682-80859cae71ff", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true }, { "AppVersionId": "4a504dc3-6a70-44da-9d53-ed08225731b1", "AppId": "d4d6f9cb-92c5-43bb-8974-8ecd0faf41ba", "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": "9bc81a8a-f6bb-4e70-baba-1f0a7e89d267", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "dae96f35-3969-48d1-a682-80859cae71ff", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true } ]