GET api/Apps/GetInstalledAppPage?appId={appId}&appPageId={appPageId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

integer

Required

appPageId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AppPage
NameDescriptionTypeAdditional 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": "40d48b1a-8fae-4ca8-b1d7-1cbee3207fe7"
}

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>40d48b1a-8fae-4ca8-b1d7-1cbee3207fe7</UIdentifier>
</AppPage>