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

[
    {
        "id": 1,
        "order": 1,
        "instruction": "Holding crayons and pencils",
        "activity": 1
    },
    {
        "id": 2,
        "order": 2,
        "instruction": "Using utensils and feeding tools",
        "activity": 1
    },
    {
        "id": 3,
        "order": 3,
        "instruction": "Buttoning, zipping, and dressing independently",
        "activity": 1
    },
    {
        "id": 4,
        "order": 4,
        "instruction": "Visual-motor coordination and bilateral hand use",
        "activity": 1
    }
]