Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India

Pages

(ms.pages)

Contains the static pages required for a site, such as About us, etc.


Fields

ValueDescription
title
Type: string
Value to be used as page title in title tag.
Example:

size-charts

alias
Type: string
Alias for page title, used in the page URL.
Example:
size-charts
content
Type: string
Content of the static page. This can be styled using html tags.
Example:
<table border="1" cellpadding="1" cellspacing="1" style="height:10px; width: 500px;text-align:center">
    <tbody>
    <tr>
        <td rowspan="2">US/CANADA</td>
        <td>XXS</td>
        <td>XS</td>
        <td>S</td>
        <td>M</td>
        <td>L</td>
        <td>XL</td>
        <td>XXL</td>
    </tr>
    <tr>
        <td>0</td>
        <td>2</td>
        <td>4,6</td>
        <td>8,10</td>
        <td>12,14</td>
        <td>14,16</td>
        <td>16+</td>
    </tr>
    </tbody>
</table>
SEO
Type: object
Search Engine Optimization is the activity of optimizing web pages or whole sites in order to make them more search engine friendly, thus getting higher positions in search results. SEO is the process of making your website visible in the search engine’s search results more frequently and on a higher rank.
Example:
"SEO":{
    "title": "policies",
    "description": "docs for policy",
    "keywords": "policy",
    "canonical_url": "abcd.def.com"
      }
SEO.title
Type: string
A title tag tells both users and search engines what the topic of a particular page is.
SEO.description
Type: string
A page's description meta tag gives Google and other search engines a summary of what the page is about.
SEO.keywords
Type: string
Keywords are the most important SEO element for every search engine, they are what search strings are matched against. Choosing the right keywords to optimize for is thus the first and most crucial step to a successful SEO campaign.
publish
Type: string
Enable this field if you want to publish it.
Example:

"1"

updated_on
Type: string
Read Only
Date and time on which page is updated.
Example:
2014-09-22T10:37:19.009Z
created_on
Type: string
Read Only
Date and time of creation of pages.
Example:
2014-08-26T12:09:05.008Z
_updated_by
Type: string
Read Only
Id of the person who updated the data.
Example:
53ce64ca75ca73cc11a655c5
_created_by
Type: string
Read Only
Id of the person who created the data.
Example:
53c8ebbffea915782b4f8b04

Commands

NameRoutes
addpost  /api/1/entity/ms.pages TRY IT !
editput  /api/1/entity/ms.pages/{_id} TRY IT !
listget  /api/1/entity/ms.pages TRY IT !
getget  /api/1/entity/ms.pages/{_id} TRY IT !
deletedelete  /api/1/entity/ms.pages/{_id} TRY IT !
duplicateput  /api/1/entity/ms.pages/{_id}/_duplicate TRY IT !