GET api/Apps/GetInstalledAppPage?appId={appId}&appPageId={appPageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId | integer |
Required |
|
| appPageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AppPage| Name | Description | Type | Additional information |
|---|---|---|---|
| AppPageId | integer |
None. |
|
| AppId | integer |
None. |
|
| PageName | string |
None. |
|
| MenuName | string |
None. |
|
| AppSourceId | integer |
None. |
|
| AppPath | string |
None. |
|
| FullHtmlFilePath | string |
None. |
|
| UIdentifier | globally unique identifier |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"AppPageId": 1,
"AppId": 2,
"PageName": "sample string 3",
"MenuName": "sample string 4",
"AppSourceId": 5,
"AppPath": "2/",
"FullHtmlFilePath": "2/sample string 3",
"UIdentifier": "94af5c98-9458-4939-8806-050ae2313431"
}
application/xml, text/xml
Sample:
<AppPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities.CMS"> <AppId>2</AppId> <AppPageId>1</AppPageId> <AppSourceId>5</AppSourceId> <MenuName>sample string 4</MenuName> <PageName>sample string 3</PageName> <UIdentifier>94af5c98-9458-4939-8806-050ae2313431</UIdentifier> </AppPage>