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

GET /spinner_item/?format=api&ordering=backgroundimage
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=2",
    "previous": null,
    "results": [
        {
            "id": 163,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 164,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 162,
            "backgroundcolor": "rgb(255, 192, 203)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 166,
            "backgroundcolor": "rgb(173, 216, 230)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 165,
            "backgroundcolor": "rgb(128, 128, 128)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 21,
            "backgroundcolor": "rgb(128, 128, 128)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 23,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 19,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 690,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60 - 50"
        },
        {
            "id": 28,
            "backgroundcolor": "rgb(128, 0, 128)",
            "backgroundimage": "",
            "name": ""
        }
    ]
}