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

GET /spinner_item/?format=api&ordering=-backgroundimage&page=69
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 690,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundimage&page=68",
    "results": [
        {
            "id": 366,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tiger"
        },
        {
            "id": 362,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Grape"
        },
        {
            "id": 363,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Apple"
        },
        {
            "id": 364,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 365,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Lemon"
        },
        {
            "id": 162,
            "backgroundcolor": "rgb(255, 192, 203)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 163,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 164,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 165,
            "backgroundcolor": "rgb(128, 128, 128)",
            "backgroundimage": null,
            "name": null
        },
        {
            "id": 166,
            "backgroundcolor": "rgb(173, 216, 230)",
            "backgroundimage": null,
            "name": null
        }
    ]
}