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

GET /spinner_item/?format=api&ordering=-name&page=17
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=-name&page=18",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=16",
    "results": [
        {
            "id": 394,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Rabbit"
        },
        {
            "id": 262,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "R"
        },
        {
            "id": 261,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Q"
        },
        {
            "id": 192,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pushing-whiteboardspinnerimagesnta.jpg",
            "name": "Pushing"
        },
        {
            "id": 470,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Push"
        },
        {
            "id": 361,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Puppy"
        },
        {
            "id": 474,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Puppy"
        },
        {
            "id": 100,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pumpkin-whiteboardspinnerimagesnta.jpg",
            "name": "Pumpkin"
        },
        {
            "id": 471,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Pull"
        },
        {
            "id": 106,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/potato-whiteboardspinnerimagesnta.jpg",
            "name": "Potato"
        }
    ]
}