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

GET /spinner_item/?format=api&ordering=-backgroundimage
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=-backgroundimage&page=2",
    "previous": null,
    "results": [
        {
            "id": 44,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/zebra-whiteboardspinnerimagesnta.jpg",
            "name": "Zebra"
        },
        {
            "id": 185,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/writing-whiteboardspinnerimagesnta.jpg",
            "name": "Writing"
        },
        {
            "id": 129,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/wrist-whiteboardspinnerimagesnta.jpg",
            "name": "Wrist"
        },
        {
            "id": 80,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/watermelon-whiteboardspinnerimagesnta.jpg",
            "name": "Watermelon"
        },
        {
            "id": 190,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/washing-whiteboardspinnerimagesnta.jpg",
            "name": "Washing"
        },
        {
            "id": 184,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/walking-whiteboardspinnerimagesnta.jpg",
            "name": "Walking"
        },
        {
            "id": 74,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/van-whiteboardspinnerimagesnta.jpg",
            "name": "Van"
        },
        {
            "id": 73,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/truck-whiteboardspinnerimagesnta.jpg",
            "name": "Truck"
        },
        {
            "id": 61,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/triangle.jpg",
            "name": "Triangle"
        },
        {
            "id": 72,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/train-whiteboardspinnerimagesnta.jpg",
            "name": "Train"
        }
    ]
}