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

GET /spinner_item/?format=api&ordering=-backgroundimage&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=-backgroundimage&page=21",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundimage&page=19",
    "results": [
        {
            "id": 10,
            "backgroundcolor": "rgb(174, 199, 232)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/2-2-sonic-the-hedgehog-png-11-thumb.png",
            "name": "Super sonic"
        },
        {
            "id": 1,
            "backgroundcolor": "rgb(31, 119, 180)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/2-2-cartoon-png-picture-thumb.png",
            "name": null
        },
        {
            "id": 9,
            "backgroundcolor": "rgb(31, 119, 180)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/2-2-cartoon-png-picture-thumb.png",
            "name": "Miki"
        },
        {
            "id": 18,
            "backgroundcolor": "rgb(31, 119, 180)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/1-2-cartoon-png-image-thumb.png",
            "name": "Owl"
        },
        {
            "id": 527,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 522,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tomato"
        },
        {
            "id": 526,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Teeth"
        },
        {
            "id": 525,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "T-shirt"
        },
        {
            "id": 524,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tractor"
        },
        {
            "id": 523,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tulip"
        }
    ]
}