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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=55
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=56",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=54",
    "results": [
        {
            "id": 321,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pig"
        },
        {
            "id": 322,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bat"
        },
        {
            "id": 323,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bag"
        },
        {
            "id": 324,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Two"
        },
        {
            "id": 325,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Dog"
        },
        {
            "id": 326,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Leg"
        },
        {
            "id": 297,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Sit cross legs"
        },
        {
            "id": 288,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shake your body"
        },
        {
            "id": 289,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Wave your hands"
        },
        {
            "id": 290,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Stand only on left leg"
        }
    ]
}