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

{
    "count": 47,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/lectures/?format=api&ordering=-name&page=4",
    "results": [
        {
            "id": 48,
            "name": "Basic Tongue Exercises for Movement and Control",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/oral-motor-exercises-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051026765?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 45,
            "name": "Basic Jaw Exercises for Strength and Awareness",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/oral-motor-exercises-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051028050?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 2,
            "name": "Awareness for Fruits",
            "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/1031431759?fields=play",
            "description": "",
            "is_video": true,
            "order": 2,
            "instructors": []
        },
        {
            "id": 28,
            "name": "Addressing Challenges: Sensory Sensitivities",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/responding-to-name-call-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051031358?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 27,
            "name": "Addressing Challenges: Limited Attention Span",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/responding-to-name-call-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051031550?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 26,
            "name": "Addressing Challenges: Difficulty in Responding to Name",
            "display_image": "https://experteaseimages.s3.ap-south-1.amazonaws.com/responding-to-name-call-course.png",
            "lecture_url": "https://api.vimeo.com/videos/1051031762?fields=play",
            "description": "",
            "is_video": true,
            "order": null,
            "instructors": []
        },
        {
            "id": 9,
            "name": "Addressing Challenges in Naming Fruits",
            "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/1031430318?fields=play",
            "description": "",
            "is_video": true,
            "order": 9,
            "instructors": []
        }
    ]
}