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

GET /spinner_item/?format=api&page=25
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&page=26",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&page=24",
    "results": [
        {
            "id": 241,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your right shoulder"
        },
        {
            "id": 242,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Show your teeth"
        },
        {
            "id": 243,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your hair"
        },
        {
            "id": 244,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Touch your chin"
        },
        {
            "id": 245,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "A"
        },
        {
            "id": 246,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "B"
        },
        {
            "id": 247,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "C"
        },
        {
            "id": 248,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "D"
        },
        {
            "id": 249,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "E"
        },
        {
            "id": 250,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "F"
        }
    ]
}