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

GET /spinner_item/?format=api&ordering=-name&page=20
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=21",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=19",
    "results": [
        {
            "id": 477,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Peacock"
        },
        {
            "id": 476,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Parrot"
        },
        {
            "id": 382,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Parrot"
        },
        {
            "id": 467,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Park"
        },
        {
            "id": 94,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/papaya-whiteboardspinnerimagesnta.jpg",
            "name": "Papaya"
        },
        {
            "id": 472,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Panda"
        },
        {
            "id": 11,
            "backgroundcolor": "rgb(255, 127, 14)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/4-2-animation-png-pic-thumb.png",
            "name": "Panda"
        },
        {
            "id": 360,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Panda"
        },
        {
            "id": 46,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/panda-whiteboardspinnerimagesnta.jpg",
            "name": "Panda"
        },
        {
            "id": 478,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pancake"
        }
    ]
}