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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=3
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=backgroundcolor&page=4",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=2",
    "results": [
        {
            "id": 20,
            "backgroundcolor": "rgb(165, 42, 42)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 194,
            "backgroundcolor": "rgb(165, 42, 42)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 166,
            "backgroundcolor": "rgb(173, 216, 230)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 2,
            "backgroundcolor": "rgb(174, 199, 232)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/2-2-sonic-the-hedgehog-png-11-thumb.png",
            "name": null
        },
        {
            "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": 16,
            "backgroundcolor": "rgb(197, 176, 213)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/36385-2-cartoon-transparent-thumb.png",
            "name": "Monkey"
        },
        {
            "id": 8,
            "backgroundcolor": "rgb(197, 176, 213)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/36385-2-cartoon-transparent-thumb.png",
            "name": null
        },
        {
            "id": 23,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 197,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 163,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": null,
            "name": null
        }
    ]
}