GET api/Apps/GetApp/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AppViewModelName | Description | Type | Additional information |
---|---|---|---|
CategoryId | globally unique identifier |
None. |
|
AppId | globally unique identifier |
None. |
|
AppName | string |
None. |
|
LogoPath | string |
None. |
|
FileName | string |
None. |
|
AppDescription | string |
None. |
|
Stage | string |
None. |
|
IsProductionReady | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsThirdParty | boolean |
None. |
|
AppVersions | Collection of AppVersionViewModel |
None. |
|
ZohoSKU | string |
None. |
|
CategoryOrdering | integer |
None. |
|
IsAllowed | boolean |
None. |
|
CategoryName | string |
None. |
|
NoOfDeployment | integer |
None. |
|
IsExists | boolean |
None. |
|
OrgAppId | globally unique identifier |
None. |
|
State | integer |
None. |
|
ParentType | string |
None. |
|
ParentId | globally unique identifier |
None. |
|
AppIconPath | string |
None. |
|
OrgId | globally unique identifier |
None. |
|
ProtocolType | string |
None. |
|
DefaultAppversion | string |
None. |
|
IsEnabled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "<CategoryId>k__BackingField": "34318ffd-14cc-4ae9-8d04-5acb01290bdd", "<AppId>k__BackingField": "68d5ead2-67a8-445a-9ef7-31c5ad4f2b5d", "<AppName>k__BackingField": "sample string 2", "<LogoPath>k__BackingField": "sample string 3", "<FileName>k__BackingField": "sample string 4", "<AppDescription>k__BackingField": "sample string 5", "<Stage>k__BackingField": "sample string 6", "<IsProductionReady>k__BackingField": true, "<IsActive>k__BackingField": true, "<IsThirdParty>k__BackingField": true, "<AppVersions>k__BackingField": [ { "AppVersionId": "51131d59-9b9a-4c39-b5c3-e97258985a46", "AppId": "31c2226a-58d5-4800-a9fd-55793a370e76", "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": "5c256298-0941-4b01-8db2-e0de91b772cf", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "7635802c-30fb-4611-974c-64b7b5a02b65", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true }, { "AppVersionId": "51131d59-9b9a-4c39-b5c3-e97258985a46", "AppId": "31c2226a-58d5-4800-a9fd-55793a370e76", "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": "5c256298-0941-4b01-8db2-e0de91b772cf", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "7635802c-30fb-4611-974c-64b7b5a02b65", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true } ], "<ZohoSKU>k__BackingField": "sample string 7", "<CategoryOrdering>k__BackingField": 1, "<IsAllowed>k__BackingField": true, "<CategoryName>k__BackingField": "sample string 9", "<NoOfDeployment>k__BackingField": 1, "<IsExists>k__BackingField": true, "<OrgAppId>k__BackingField": "f64ae649-01c4-47d6-a765-b6329f0bc180", "<State>k__BackingField": 1, "<ParentType>k__BackingField": "sample string 11", "<ParentId>k__BackingField": "a87dd33e-e5ec-4e22-864b-fc5f1ccec2b0", "<AppIconPath>k__BackingField": "sample string 12", "<OrgId>k__BackingField": "14528115-4d22-4d33-aad2-4d116a8307ee", "<ProtocolType>k__BackingField": "sample string 13", "<DefaultAppversion>k__BackingField": "sample string 14", "<IsEnabled>k__BackingField": true }