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

GET /spinner_item/?format=api&ordering=backgroundimage&page=42
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=backgroundimage&page=43",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundimage&page=41",
    "results": [
        {
            "id": 230,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Open your mouth"
        },
        {
            "id": 229,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your nose"
        },
        {
            "id": 228,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Blink your eyes"
        },
        {
            "id": 348,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tree"
        },
        {
            "id": 272,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Cake"
        },
        {
            "id": 20,
            "backgroundcolor": "rgb(165, 42, 42)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 21,
            "backgroundcolor": "rgb(128, 128, 128)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 22,
            "backgroundcolor": "rgb(255, 192, 203)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 23,
            "backgroundcolor": "rgb(255, 0, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 24,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": ""
        }
    ]
}