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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=50
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=51",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=49",
    "results": [
        {
            "id": 92,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/muskmelon-whiteboardspinnerimagesnta.jpg",
            "name": "Muskmelon"
        },
        {
            "id": 93,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/orange-whiteboardspinnerimagesnta.jpg",
            "name": "Orange"
        },
        {
            "id": 94,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/papaya-whiteboardspinnerimagesnta.jpg",
            "name": "Papaya"
        },
        {
            "id": 95,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/apricot-whiteboardspinnerimagesnta.jpg",
            "name": "Apricot"
        },
        {
            "id": 96,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/onion-whiteboardspinnerimagesnta.jpg",
            "name": "Onion"
        },
        {
            "id": 97,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/tomato-whiteboardspinnerimagesnta.jpg",
            "name": "Tomato"
        },
        {
            "id": 88,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/kiwi-whiteboardspinnerimagesnta.jpg",
            "name": "Kiwi"
        },
        {
            "id": 99,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/brinjal-whiteboardspinnerimagesnta.jpg",
            "name": "Brinjal"
        },
        {
            "id": 100,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pumpkin-whiteboardspinnerimagesnta.jpg",
            "name": "Pumpkin"
        },
        {
            "id": 101,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cabbage-whiteboardspinnerimagesnta.jpg",
            "name": "Cabbage"
        }
    ]
}