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

GET /spinner_item/?format=api&page=12
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=13",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&page=11",
    "results": [
        {
            "id": 111,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/lemon-whiteboardspinnerimagesnta.jpg",
            "name": "Lemon"
        },
        {
            "id": 112,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/mint-whiteboardspinnerimagesnta.jpg",
            "name": "Mint"
        },
        {
            "id": 113,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/mushroom-whiteboardspinnerimagesnta.jpg",
            "name": "Mushroom"
        },
        {
            "id": 114,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/okra-whiteboardspinnerimagesnta.jpg",
            "name": "Okra"
        },
        {
            "id": 115,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/brocoli-whiteboardspinnerimagesnta.jpg",
            "name": "Broccoli"
        },
        {
            "id": 116,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/ankel-whiteboardspinnerimagesnta.jpg",
            "name": "Ankle"
        },
        {
            "id": 117,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/nose-whiteboardspinnerimagesnta.jpg",
            "name": "Nose"
        },
        {
            "id": 118,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/teeth-whiteboardspinnerimagesnta.jpg",
            "name": "Teeth"
        },
        {
            "id": 119,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cheek-whiteboardspinnerimagesnta.jpg",
            "name": "Cheeks"
        },
        {
            "id": 120,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/chest-whiteboardspinnerimagesnta.jpg",
            "name": "Chest"
        }
    ]
}