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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=5
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=6",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=4",
    "results": [
        {
            "id": 172,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 29,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 203,
            "backgroundcolor": "rgb(255, 255, 0)",
            "backgroundimage": "",
            "name": ""
        },
        {
            "id": 484,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bear"
        },
        {
            "id": 485,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Book"
        },
        {
            "id": 483,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bee"
        },
        {
            "id": 482,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boat"
        },
        {
            "id": 479,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Ball"
        },
        {
            "id": 478,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pancake"
        },
        {
            "id": 481,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boy"
        }
    ]
}