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

GET /spinner_item/?format=api&ordering=name&page=8
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=name&page=9",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=7",
    "results": [
        {
            "id": 590,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "17+ 1"
        },
        {
            "id": 568,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "18"
        },
        {
            "id": 569,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "19"
        },
        {
            "id": 552,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2"
        },
        {
            "id": 591,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 - 1"
        },
        {
            "id": 572,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 + 2"
        },
        {
            "id": 573,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 + 3"
        },
        {
            "id": 574,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 + 4"
        },
        {
            "id": 639,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷ 18"
        },
        {
            "id": 642,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷ 4"
        }
    ]
}