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

GET /spinner_item/?format=api&ordering=name&page=7
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=8",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=6",
    "results": [
        {
            "id": 563,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13"
        },
        {
            "id": 588,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13 + 2"
        },
        {
            "id": 668,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "13 + 23"
        },
        {
            "id": 564,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "14"
        },
        {
            "id": 589,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "14 + 2"
        },
        {
            "id": 565,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "15"
        },
        {
            "id": 586,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "15 + 1"
        },
        {
            "id": 566,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "16"
        },
        {
            "id": 587,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "16 + 1"
        },
        {
            "id": 567,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "17"
        }
    ]
}