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

GET /spinner_item/?format=api&ordering=-id&page=28
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=29",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=27",
    "results": [
        {
            "id": 420,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "What"
        },
        {
            "id": 419,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pomegranate"
        },
        {
            "id": 418,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Chocolate"
        },
        {
            "id": 417,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Crocodile"
        },
        {
            "id": 416,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "September"
        },
        {
            "id": 415,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Watermelon"
        },
        {
            "id": 414,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Caterpillar"
        },
        {
            "id": 413,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Refrigerator"
        },
        {
            "id": 412,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Helicopter"
        },
        {
            "id": 411,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Vegetable"
        }
    ]
}