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

GET /spinner_item/?format=api&ordering=-id&page=6
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=7",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id&page=5",
    "results": [
        {
            "id": 640,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 ÷ 16"
        },
        {
            "id": 639,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷ 18"
        },
        {
            "id": 638,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷10"
        },
        {
            "id": 637,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 ÷ 21"
        },
        {
            "id": 636,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 ÷ 15"
        },
        {
            "id": 635,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 ÷ 12"
        },
        {
            "id": 634,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 ÷ 9"
        },
        {
            "id": 633,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "6 ÷ 6"
        },
        {
            "id": 632,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷ 6"
        },
        {
            "id": 631,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 ÷ 6"
        }
    ]
}