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

{
    "count": 47,
    "next": "https://whiteboardapi.mywellnesshub.in/lectures/?format=api&ordering=-name&page=3",
    "previous": "https://whiteboardapi.mywellnesshub.in/lectures/?format=api&ordering=-name",
    "results": [
        {
            "id": 12,
            "name": "Symptoms of Autism Spectrum Disorder",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051017703?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 7,
            "name": "Requesting Fruits (Functional Communication)",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/icon-identifying-and-naming-fruits-without-content.png",
            "lecture_url": "https://api.vimeo.com/videos/1031431196?fields=play",
            "description": "",
            "is_video": true,
            "order": 7,
            "instructors": []
        },
        {
            "id": 33,
            "name": "Recognizing the Signs of Screen-Related Delays",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-virtual-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051068673?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 39,
            "name": "Practical Ways to Reduce Screen Time",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-virtual-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051064414?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 5,
            "name": "Naming Fruits (Expressive Language)",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/icon-identifying-and-naming-fruits-without-content.png",
            "lecture_url": "https://api.vimeo.com/videos/1031430749?fields=play",
            "description": "",
            "is_video": true,
            "order": 5,
            "instructors": []
        },
        {
            "id": 22,
            "name": "Making Name Recognition Fun: The Name Game",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/responding-to-name-call-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051032253?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 13,
            "name": "Levels of Autism",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051017526?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 16,
            "name": "Level 3 Autism",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051016795?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 15,
            "name": "Level 2 Autism",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051017101?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 14,
            "name": "Level 1 Autism",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/understanding-autism-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051017318?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        }
    ]
}