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

GET /spinner_item/?format=api&ordering=id
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=id&page=2",
    "previous": null,
    "results": [
        {
            "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": 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": 3,
            "backgroundcolor": "rgb(255, 127, 14)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/4-2-animation-png-pic-thumb.png",
            "name": null
        },
        {
            "id": 4,
            "backgroundcolor": "rgb(255, 187, 120)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/5-2-chibi-free-png-image-thumb.png",
            "name": null
        },
        {
            "id": 5,
            "backgroundcolor": "rgb(44, 160, 44)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/6-2-pokemon-png-hd-thumb.png",
            "name": null
        },
        {
            "id": 6,
            "backgroundcolor": "rgb(152, 223, 138)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/8-2-cartoon-png-clipart-thumb.png",
            "name": null
        },
        {
            "id": 7,
            "backgroundcolor": "rgb(148, 103, 189)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/8-2-cartoon-png-clipart-thumb.png",
            "name": null
        },
        {
            "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": 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": 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"
        }
    ]
}