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

GET /spinner_item/?format=api&ordering=-id&page=3
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=4",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=2",
    "results": [
        {
            "id": 670,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "44+ 11"
        },
        {
            "id": 669,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "11 + 11"
        },
        {
            "id": 668,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13 + 23"
        },
        {
            "id": 667,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "22 + 11"
        },
        {
            "id": 666,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "11 + 14"
        },
        {
            "id": 665,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "11 + 12"
        },
        {
            "id": 664,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 30"
        },
        {
            "id": 663,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 20"
        },
        {
            "id": 662,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 + 20"
        },
        {
            "id": 661,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "30 + 30"
        }
    ]
}