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

GET /spinner_item/?format=api&ordering=-id&page=11
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=12",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=10",
    "results": [
        {
            "id": 590,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "17+ 1"
        },
        {
            "id": 589,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "14 + 2"
        },
        {
            "id": 588,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13 + 2"
        },
        {
            "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": 581,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "10 + 1"
        }
    ]
}