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

GET /spinner_item/?format=api&ordering=-backgroundimage&page=40
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=41",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundimage&page=39",
    "results": [
        {
            "id": 587,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "16 + 1"
        },
        {
            "id": 586,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "15 + 1"
        },
        {
            "id": 585,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "1 + 14"
        },
        {
            "id": 584,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "1 + 13"
        },
        {
            "id": 583,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "12 + 1"
        },
        {
            "id": 582,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "11 + 1"
        },
        {
            "id": 597,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 - 3"
        },
        {
            "id": 580,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 + 1"
        },
        {
            "id": 579,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "1 + 9"
        },
        {
            "id": 578,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "1 + 8"
        }
    ]
}