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

GET /spinner_item/?format=api&ordering=-backgroundcolor&page=3
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=4",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundcolor&page=2",
    "results": [
        {
            "id": 38,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/bee-whiteboardspinnerimagesnta.jpg",
            "name": "Bee"
        },
        {
            "id": 40,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/camel-whiteboardspinnerimagesnta.jpg",
            "name": "Camel"
        },
        {
            "id": 52,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cross.jpg",
            "name": "Cross"
        },
        {
            "id": 48,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cow-whiteboardspinnerimagesnta.jpg",
            "name": "Cow"
        },
        {
            "id": 43,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cat-whiteboardspinnerimagesnta.jpg",
            "name": "Cat"
        },
        {
            "id": 46,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/panda-whiteboardspinnerimagesnta.jpg",
            "name": "Panda"
        },
        {
            "id": 39,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/bear-whiteboardspinnerimagesnta.jpg",
            "name": "Bear"
        },
        {
            "id": 41,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/butterfly-whiteboardspinnerimagesnta.jpg",
            "name": "Butterfly"
        },
        {
            "id": 51,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/circle.jpg",
            "name": "Circle"
        },
        {
            "id": 49,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/duck-whiteboardspinnerimagesnta.jpg",
            "name": "Duck"
        }
    ]
}