Pages
Returns a JSON representation of all of the pages on the site
GET /api/1.0/pages/?format=api
[
{
"title": "Thanks and Acknowledgements",
"slug": "thanks-and-acknowledgements",
"order": 3
},
{
"title": "About City of Women London",
"slug": "about-city-women-london",
"order": 1
},
{
"title": "In the Media",
"slug": "media",
"order": 2
},
{
"title": "Buy the Map",
"slug": "buy-map",
"order": 0
}
]