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

GET /spinner_item/?format=api&ordering=id&page=35
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=id&page=36",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=id&page=34",
    "results": [
        {
            "id": 341,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Moon"
        },
        {
            "id": 342,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Duck"
        },
        {
            "id": 343,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Milk"
        },
        {
            "id": 344,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Hand"
        },
        {
            "id": 345,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Baby"
        },
        {
            "id": 346,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Doll"
        },
        {
            "id": 347,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Nose"
        },
        {
            "id": 348,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tree"
        },
        {
            "id": 349,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Drum"
        },
        {
            "id": 350,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boat"
        }
    ]
}