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

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

{
    "count": 690,
    "next": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=26",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=24",
    "results": [
        {
            "id": 481,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boy"
        },
        {
            "id": 338,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boy"
        },
        {
            "id": 410,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Breakfast"
        },
        {
            "id": 99,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/brinjal-whiteboardspinnerimagesnta.jpg",
            "name": "Brinjal"
        },
        {
            "id": 115,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/brocoli-whiteboardspinnerimagesnta.jpg",
            "name": "Broccoli"
        },
        {
            "id": 176,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/brushing-whiteboardspinnerimagesnta.jpg",
            "name": "Brushing"
        },
        {
            "id": 64,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/bus-whiteboardspinnerimagesnta.jpg",
            "name": "Bus"
        },
        {
            "id": 480,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bus"
        },
        {
            "id": 41,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/butterfly-whiteboardspinnerimagesnta.jpg",
            "name": "Butterfly"
        },
        {
            "id": 247,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "C"
        }
    ]
}