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

GET /spinner_item/?format=api&ordering=id&page=66
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=67",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=id&page=65",
    "results": [
        {
            "id": 651,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "10 + 20"
        },
        {
            "id": 652,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "10 + 30"
        },
        {
            "id": 653,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 + 10"
        },
        {
            "id": 654,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 10"
        },
        {
            "id": 655,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60 + 10"
        },
        {
            "id": 656,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "70 + 10"
        },
        {
            "id": 657,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "80 + 10"
        },
        {
            "id": 658,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "10 + 10"
        },
        {
            "id": 659,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "20 + 20"
        },
        {
            "id": 660,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "30 + 20"
        }
    ]
}