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

GET /spinner_item/?format=api&ordering=-backgroundcolor&page=65
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=-backgroundcolor&page=66",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundcolor&page=64",
    "results": [
        {
            "id": 230,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Open your mouth"
        },
        {
            "id": 231,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your feet"
        },
        {
            "id": 232,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Raise your hands"
        },
        {
            "id": 233,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Stick out your tongue"
        },
        {
            "id": 234,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your lips"
        },
        {
            "id": 235,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your stomach"
        },
        {
            "id": 236,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Show your nails"
        },
        {
            "id": 29,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 172,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 203,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        }
    ]
}