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

GET /spinner_item/?format=api&ordering=-id&page=31
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=32",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=30",
    "results": [
        {
            "id": 390,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Monkey"
        },
        {
            "id": 389,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Doctor"
        },
        {
            "id": 388,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Forest"
        },
        {
            "id": 387,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bottle"
        },
        {
            "id": 386,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Spider"
        },
        {
            "id": 385,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tomato"
        },
        {
            "id": 384,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Summer"
        },
        {
            "id": 383,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Banana"
        },
        {
            "id": 382,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Parrot"
        },
        {
            "id": 381,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pencil"
        }
    ]
}