API endpoint that allows saved sessions to be viewed or edited.

GET /category_lite/?format=api&ordering=id
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 36,
        "name": "Early Childhood Development",
        "url": "early-childhood-development"
    },
    {
        "id": 37,
        "name": "Art and Creativity",
        "url": "art-and-creativity"
    },
    {
        "id": 38,
        "name": "Behavioral Skills",
        "url": "behavioral-skills"
    },
    {
        "id": 39,
        "name": "Social Skills",
        "url": "social-skills"
    },
    {
        "id": 40,
        "name": "Cognitive Development",
        "url": "cognitive-development"
    },
    {
        "id": 41,
        "name": "Science",
        "url": "science"
    },
    {
        "id": 42,
        "name": "Life Skills",
        "url": "life-skills"
    },
    {
        "id": 43,
        "name": "Occupational Therapy",
        "url": "occupational-therapy"
    },
    {
        "id": 44,
        "name": "Math Skills",
        "url": "math-skills"
    },
    {
        "id": 45,
        "name": "Reading Skills",
        "url": "reading-skills"
    },
    {
        "id": 46,
        "name": "Sensory Activities",
        "url": "sensory-activities"
    },
    {
        "id": 47,
        "name": "Special Education",
        "url": "special-education"
    },
    {
        "id": 48,
        "name": "Speech and Language Resources for Kids",
        "url": "speech-and-language"
    },
    {
        "id": 49,
        "name": "Writing Skills",
        "url": "writing-skills"
    },
    {
        "id": 50,
        "name": "Physical Therapy",
        "url": "physical-therapy"
    },
    {
        "id": 51,
        "name": "English Language",
        "url": "english-language"
    }
]