GET api/CMS/GetAllStorePages?providerId={providerId}&timeStamp={timeStamp}&groupId={groupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerId | integer |
Required |
|
| timeStamp | string |
None. |
|
| groupId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
Collection of StorePage| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderID | integer |
None. |
|
| Name | string |
None. |
|
| Title | string |
None. |
|
| MetaTitle | string |
None. |
|
| MetaKeywords | string |
None. |
|
| MetaDescription | string |
None. |
|
| Status | boolean |
None. |
|
| CanDelete | boolean |
None. |
|
| IncludeInSitemap | boolean |
None. |
|
| PreferredGroupID | integer |
None. |
|
| StorePageType | StorePageType |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CopyPageName | string |
None. |
|
| StorePhysicalName | string |
None. |
|
| Id | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[
{
"ProviderID": 1,
"Name": "sample string 2",
"Title": "sample string 3",
"MetaTitle": "sample string 4",
"MetaKeywords": "sample string 5",
"MetaDescription": "sample string 6",
"Status": true,
"CanDelete": true,
"IncludeInSitemap": true,
"PreferredGroupID": 9,
"StorePageType": 1,
"CreatedBy": 10,
"CreatedDate": "10/30/2025",
"CopyPageName": "sample string 12",
"StorePhysicalName": "sample string 13",
"Id": 14
},
{
"ProviderID": 1,
"Name": "sample string 2",
"Title": "sample string 3",
"MetaTitle": "sample string 4",
"MetaKeywords": "sample string 5",
"MetaDescription": "sample string 6",
"Status": true,
"CanDelete": true,
"IncludeInSitemap": true,
"PreferredGroupID": 9,
"StorePageType": 1,
"CreatedBy": 10,
"CreatedDate": "10/30/2025",
"CopyPageName": "sample string 12",
"StorePhysicalName": "sample string 13",
"Id": 14
}
]
application/xml, text/xml
Sample:
<ArrayOfStorePage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities.CMS">
<StorePage>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities">14</_x003C_Id_x003E_k__BackingField>
<CanDelete>true</CanDelete>
<CopyPageName>sample string 12</CopyPageName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-10-30T01:39:00.4293751+00:00</CreatedDate>
<IncludeInSitemap>true</IncludeInSitemap>
<MetaDescription>sample string 6</MetaDescription>
<MetaKeywords>sample string 5</MetaKeywords>
<MetaTitle>sample string 4</MetaTitle>
<Name>sample string 2</Name>
<PreferredGroupID>9</PreferredGroupID>
<ProviderID>1</ProviderID>
<Status>true</Status>
<StorePageType>StorePage</StorePageType>
<StorePhysicalName>sample string 13</StorePhysicalName>
<Title>sample string 3</Title>
</StorePage>
<StorePage>
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/SellersCommerce.Entities">14</_x003C_Id_x003E_k__BackingField>
<CanDelete>true</CanDelete>
<CopyPageName>sample string 12</CopyPageName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-10-30T01:39:00.4293751+00:00</CreatedDate>
<IncludeInSitemap>true</IncludeInSitemap>
<MetaDescription>sample string 6</MetaDescription>
<MetaKeywords>sample string 5</MetaKeywords>
<MetaTitle>sample string 4</MetaTitle>
<Name>sample string 2</Name>
<PreferredGroupID>9</PreferredGroupID>
<ProviderID>1</ProviderID>
<Status>true</Status>
<StorePageType>StorePage</StorePageType>
<StorePhysicalName>sample string 13</StorePhysicalName>
<Title>sample string 3</Title>
</StorePage>
</ArrayOfStorePage>