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

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

[
    {
        "id": 5,
        "name": "Dhruva",
        "all_tasks": "[{\"name\":\"1. Working on phrases\",\"description\":\"Teaching usage of actions words in phrases\\nE.g eating a banana,pineapple\\n\\n\\n\",\"status\":\"In Progress\"}]",
        "target_date": "2024-07-31T05:30:00+05:30",
        "client_id": 5,
        "therapist_id": 2,
        "created_at": "2024-07-09T11:32:56.753447+05:30"
    },
    {
        "id": 6,
        "name": "Dhruva",
        "all_tasks": "[{\"name\":\"1. Working on phrases\",\"description\":\"Teaching usage of actions words in phrases\\nE.g eating a banana,pineapple\\n\\n\\n\",\"status\":\"In Progress\"},{\"name\":\"Generalise phrases\",\"description\":\"Generalise eating action to family members\\nMummy is eating a banana.\",\"status\":\"In Progress\"}]",
        "target_date": "2024-08-31T05:30:00+05:30",
        "client_id": 5,
        "therapist_id": 2,
        "created_at": "2024-07-09T11:37:20.943371+05:30"
    },
    {
        "id": 9,
        "name": "Improving sentence structure and complexity",
        "all_tasks": "[{\"name\":\"Using Pronouns\",\"description\":\"Child will practice forming sentences using pronouns correctly (e.g., \\\"She is eating,\\\" \\\"They are playing\\\")n...\",\"status\":\"In Progress\"},{\"name\":\"Forming Negative Sentences\",\"description\":\"Child will learn to form simple negative sentences using \\\"is not\\\" or \\\"isn't\\\" (e.g., \\\"The dog is not barking,\\\" \\\"He isn't jumping\\\")\",\"status\":\"In Progress\"},{\"name\":\"Describing Actions with Adjectives\",\"description\":\"Description...\",\"status\":\"In Progress\"}]",
        "target_date": "2024-09-07T05:30:00+05:30",
        "client_id": 2,
        "therapist_id": 2,
        "created_at": "2024-07-26T07:50:19.760778+05:30"
    },
    {
        "id": 10,
        "name": "Mastering simple sentences",
        "all_tasks": "[{\"name\":\"Combining \\\"is\\\" + Verb\",\"description\":\"Description...\",\"status\":\"In Progress\"},{\"name\":\"Using Articles and Nouns\",\"description\":\"Description...\",\"status\":\"In Progress\"}]",
        "target_date": "2024-08-17T05:30:00+05:30",
        "client_id": 2,
        "therapist_id": 2,
        "created_at": "2024-07-26T07:53:20.990401+05:30"
    },
    {
        "id": 11,
        "name": "Enhancing narrative skills",
        "all_tasks": "[{\"name\":\"Sequencing Events\",\"description\":\"Description...\",\"status\":\"In Progress\"},{\"name\":\"Using Transition Words\",\"description\":\"Description...\",\"status\":\"In Progress\"},{\"name\":\"Describing Characters and Settings\",\"description\":\"Description...\",\"status\":\"In Progress\"}]",
        "target_date": "2024-07-30T05:30:00+05:30",
        "client_id": 2,
        "therapist_id": 2,
        "created_at": "2024-07-26T07:54:48.175272+05:30"
    },
    {
        "id": 1,
        "name": "Learn alphabets",
        "all_tasks": "[{\"name\":\"Some task\",\"description\":\"Description... Long description on some random task just to fill the space\",\"status\":\"In Progress\"},{\"name\":\"Learn to dance\",\"description\":\"Start with moving your ass out of house when you have free time. Do something bro...\",\"status\":\"In Progress\"}]",
        "target_date": "2024-07-06T05:30:00+05:30",
        "client_id": 1,
        "therapist_id": 8,
        "created_at": "2024-07-06T17:32:34.605431+05:30"
    },
    {
        "id": 2,
        "name": "New goal 2",
        "all_tasks": "[{\"name\":\"Kuch kar\",\"description\":\"Description... Long description on some random task just to fill the space\",\"status\":\"In Progress\"},{\"name\":\"Haa, kuch aur bhi kar\",\"description\":\"Description...\",\"status\":\"In Progress\"}]",
        "target_date": "2024-07-06T05:30:00+05:30",
        "client_id": 1,
        "therapist_id": 8,
        "created_at": "2024-07-06T17:34:09.898589+05:30"
    }
]