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

GET /spinner_item/?format=api&ordering=-backgroundcolor&page=2
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=3",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundcolor",
    "results": [
        {
            "id": 35,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/frog-whiteboardspinnerimagesnta.jpg",
            "name": "Frog"
        },
        {
            "id": 40,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/camel-whiteboardspinnerimagesnta.jpg",
            "name": "Camel"
        },
        {
            "id": 30,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/tiger-whiteboardspinnerimagesnta.jpg",
            "name": "Tiger"
        },
        {
            "id": 42,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/lion-whiteboardspinnerimagesnta.jpg",
            "name": "Lion"
        },
        {
            "id": 33,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/fish-whiteboardspinnerimagesnta.jpg",
            "name": "Fish"
        },
        {
            "id": 36,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/giraffe-whiteboardspinnerimagesnta.jpg",
            "name": "Giraffe"
        },
        {
            "id": 690,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60 - 50"
        },
        {
            "id": 31,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/crow-whiteboardspinnerimagesnta.jpg",
            "name": "Crow"
        },
        {
            "id": 41,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/butterfly-whiteboardspinnerimagesnta.jpg",
            "name": "Butterfly"
        },
        {
            "id": 39,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/bear-whiteboardspinnerimagesnta.jpg",
            "name": "Bear"
        }
    ]
}