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

GET /spinner_item/?format=api&ordering=-id&page=13
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=14",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=12",
    "results": [
        {
            "id": 570,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "20"
        },
        {
            "id": 569,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "19"
        },
        {
            "id": 568,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "18"
        },
        {
            "id": 567,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "17"
        },
        {
            "id": 566,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "16"
        },
        {
            "id": 565,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "15"
        },
        {
            "id": 564,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "14"
        },
        {
            "id": 563,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13"
        },
        {
            "id": 562,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "12"
        },
        {
            "id": 561,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "11"
        }
    ]
}