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

GET /spinner_item/?format=api&page=5
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=6",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&page=4",
    "results": [
        {
            "id": 41,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/butterfly-whiteboardspinnerimagesnta.jpg",
            "name": "Butterfly"
        },
        {
            "id": 42,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/lion-whiteboardspinnerimagesnta.jpg",
            "name": "Lion"
        },
        {
            "id": 43,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cat-whiteboardspinnerimagesnta.jpg",
            "name": "Cat"
        },
        {
            "id": 44,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/zebra-whiteboardspinnerimagesnta.jpg",
            "name": "Zebra"
        },
        {
            "id": 45,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/dog-whiteboardspinnerimagesnta.jpg",
            "name": "Dog"
        },
        {
            "id": 46,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/panda-whiteboardspinnerimagesnta.jpg",
            "name": "Panda"
        },
        {
            "id": 47,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/donkey-whiteboardspinnerimagesnta.jpg",
            "name": "Donkey"
        },
        {
            "id": 48,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cow-whiteboardspinnerimagesnta.jpg",
            "name": "Cow"
        },
        {
            "id": 49,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/duck-whiteboardspinnerimagesnta.jpg",
            "name": "Duck"
        },
        {
            "id": 50,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/arrow.jpg",
            "name": "Arrow"
        }
    ]
}