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

GET /spinner_item/?format=api&ordering=backgroundcolor
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=2",
    "previous": null,
    "results": [
        {
            "id": 164,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 17,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/36385-2-cartoon-transparent-thumb.png",
            "name": "Name 9"
        },
        {
            "id": 193,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 19,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 25,
            "backgroundcolor": "rgb(0, 0, 255)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 168,
            "backgroundcolor": "rgb(0, 0, 255)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 199,
            "backgroundcolor": "rgb(0, 0, 255)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 169,
            "backgroundcolor": "rgb(0, 128, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 26,
            "backgroundcolor": "rgb(0, 128, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 200,
            "backgroundcolor": "rgb(0, 128, 0)",
            "backgroundimage": "",
            "name": ""
        }
    ]
}