latestSwagger 2.0ShopBase Dev 1.02026-08-10153268547.4 KB

353ccde6240d

Page

Retrieve a list of all pages

get/admin/pages/plus-base.json

Query parameters

limitnumber

The maximum number of results to show.

since_idnumber

Restrict results to after the specified ID.

titlestring

Retrieve pages with a given title.

handlestring

Retrieve a page with a given handle.

created_at_minstring

Show pages created after date (format: 2008-12-31).

created_at_maxstring

Show pages created before date (format: 2008-12-31).

updated_at_minstring

Show pages last updated after date (format: 2008-12-31).

updated_at_maxstring

Show pages last updated before date (format: 2008-12-31).

updated_at_maxstring

Show pages last updated before date (format: 2008-12-31).

published_at_minstring

Show pages published after date (format: 2014-04-25T16:15:47-04:00).

fieldsstring

Show only certain fields, specified by a comma-separated list of field names.

published_statusstring

Restrict results to pages with a given published status: <br> * published: Show only published pages. <br> * unpublished: Show only unpublished pages. <br> * any: Show published and unpublished pages.

Response

OK

Example response

{
  "pages": [
    {
      "body_html": "Contact us at <a href=\\&quot;mailto:contact@johns-apparel.com\\&quot;>contact@johns-apparel.com</a>",
      "handle": "contact-us",
      "id": 131092082,
      "publish": true,
      "search_engine_meta_description": "Contact us at contact@johns-apparel.com",
      "search_engine_title": "Contact us",
      "template": "contact_us",
      "title": "Contact us"
    }
  ]
}