Return a list of active article sections.

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

{
    "sections": [
        {
            "name": "EdLab Review",
            "description": "Thoughtfully balanced reviews of the latest edtech apps, toys, products, and podcasts."
        },
        {
            "name": "High Five",
            "description": "Daily staff picks for the latest must-read stories."
        },
        {
            "name": "NL Sector",
            "description": "Innovative organizations and events that are changing the new learning sector."
        },
        {
            "name": "Profiles",
            "description": "Influencers who have transformative visions for the future of learning."
        },
        {
            "name": "Research Digest",
            "description": "Key takeaways from the latest research on learning."
        },
        {
            "name": "Seen in New York",
            "description": "Videos by EdLab Studios on learning opportunities in NYC and beyond."
        },
        {
            "name": "Vialogues",
            "description": "Video discussions of the most exciting breakthroughs in technology and learning."
        },
        {
            "name": "VisualizED",
            "description": "A critical cartoon take on the latest tech trends."
        }
    ]
}