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

GET /spinner_item/?format=api&ordering=name&page=13
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=14",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=12",
    "results": [
        {
            "id": 649,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 ÷ 28"
        },
        {
            "id": 617,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 1"
        },
        {
            "id": 624,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 2"
        },
        {
            "id": 623,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 4"
        },
        {
            "id": 676,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 - 10"
        },
        {
            "id": 673,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 - 30"
        },
        {
            "id": 653,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 + 10"
        },
        {
            "id": 662,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 + 20"
        },
        {
            "id": 670,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "44+ 11"
        },
        {
            "id": 555,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5"
        }
    ]
}