Returns a JSON representation of all of the pages on the site

GET /api/1.0/pages/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

[
    {
        "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
    }
]