GET /api/v1/cms/pages/5/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 5,
    "meta": {
        "type": "cms.LandingPage",
        "detail_url": "https://www.freelancersunion.org/api/v1/cms/pages/5/",
        "html_url": "https://www.freelancersunion.org/resources/",
        "slug": "resources",
        "show_in_menus": true,
        "seo_title": "Resources for the Self Employed",
        "search_description": "Tools and information for freelance business, finances, and fun.",
        "first_published_at": "2019-03-19T22:19:53.536281-04:00",
        "parent": {
            "id": 3,
            "meta": {
                "type": "cms.IndexPage",
                "detail_url": "https://www.freelancersunion.org/api/v1/cms/pages/3/",
                "html_url": "https://www.freelancersunion.org/"
            },
            "title": "Freelancers Union"
        }
    },
    "title": "Resources"
}