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

GET /spinner_item/?format=api&ordering=id&page=56
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=57",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=id&page=55",
    "results": [
        {
            "id": 551,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "1"
        },
        {
            "id": 552,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2"
        },
        {
            "id": 553,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3"
        },
        {
            "id": 554,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4"
        },
        {
            "id": 555,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5"
        },
        {
            "id": 556,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "6"
        },
        {
            "id": 557,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "7"
        },
        {
            "id": 558,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "8"
        },
        {
            "id": 559,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "9"
        },
        {
            "id": 560,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "10"
        }
    ]
}