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

GET /spinner_item/?format=api&ordering=-id&page=33
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=34",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=32",
    "results": [
        {
            "id": 370,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Lamp"
        },
        {
            "id": 369,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Smile"
        },
        {
            "id": 368,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Dance"
        },
        {
            "id": 367,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Beach"
        },
        {
            "id": 366,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tiger"
        },
        {
            "id": 365,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Lemon"
        },
        {
            "id": 364,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 363,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Apple"
        },
        {
            "id": 362,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Grape"
        },
        {
            "id": 361,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Puppy"
        }
    ]
}