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

GET /spinner_item/?format=api&ordering=name&page=9
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=10",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=8",
    "results": [
        {
            "id": 632,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷ 6"
        },
        {
            "id": 638,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 ÷10"
        },
        {
            "id": 611,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 1"
        },
        {
            "id": 613,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 2"
        },
        {
            "id": 615,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 4"
        },
        {
            "id": 621,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 5"
        },
        {
            "id": 622,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 6"
        },
        {
            "id": 629,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 7"
        },
        {
            "id": 570,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "20"
        },
        {
            "id": 671,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "20 - 10"
        }
    ]
}