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
AppPageName | 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": "af15ffe5-11ec-4ab4-be01-e806a02aadd9" }
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>af15ffe5-11ec-4ab4-be01-e806a02aadd9</UIdentifier> </AppPage>