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": "44cdafab-57b8-4e94-8e27-c5996fcb96db", "<AppId>k__BackingField": "4fa5c7a9-d608-4269-bea9-3fb29476c8fe", "<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": "89c2c427-0522-4f02-8530-4ddb7af58e8a", "AppId": "bd8af41f-08c9-4e5a-bdff-a5f04131d73b", "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": "da998a5a-0530-4840-9921-4fcae4a086f6", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "95b0c021-ba4f-4f75-b880-1338c256fb37", "IconPath": "sample string 16", "IsEnabled": true, "IsStronglyType": true, "HasCustomUI": true }, { "AppVersionId": "89c2c427-0522-4f02-8530-4ddb7af58e8a", "AppId": "bd8af41f-08c9-4e5a-bdff-a5f04131d73b", "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": "da998a5a-0530-4840-9921-4fcae4a086f6", "VersionText": "sample string 13", "State": 1, "CredentialData": "sample string 14", "GenericProtocolName": "sample string 15", "CategoryId": "95b0c021-ba4f-4f75-b880-1338c256fb37", "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": "0d65ba19-80bb-4f87-8d2a-39674a4c4b78", "<State>k__BackingField": 1, "<ParentType>k__BackingField": "sample string 11", "<ParentId>k__BackingField": "751cb09c-3d75-436c-b0e4-a9f559610539", "<AppIconPath>k__BackingField": "sample string 12", "<OrgId>k__BackingField": "29dbff51-9476-41bc-8a22-beed0f744caa", "<ProtocolType>k__BackingField": "sample string 13", "<DefaultAppversion>k__BackingField": "sample string 14", "<IsEnabled>k__BackingField": true }