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

GET /spinner_item/?format=api&page=10
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&page=11",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&page=9",
    "results": [
        {
            "id": 91,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pineapple-whiteboardspinnerimagesnta.jpg",
            "name": "Pineapple"
        },
        {
            "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": 98,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pea-whiteboardspinnerimagesnta.jpg",
            "name": "Peas"
        },
        {
            "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"
        }
    ]
}