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

GET /spinner_item/?format=api&ordering=-name&page=50
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=-name&page=51",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=49",
    "results": [
        {
            "id": 246,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "B"
        },
        {
            "id": 50,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/arrow.jpg",
            "name": "Arrow"
        },
        {
            "id": 95,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/apricot-whiteboardspinnerimagesnta.jpg",
            "name": "Apricot"
        },
        {
            "id": 363,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Apple"
        },
        {
            "id": 76,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/apple-whiteboardspinnerimagesnta.jpg",
            "name": "Apple"
        },
        {
            "id": 274,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Apple"
        },
        {
            "id": 225,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/anxious-whiteboardspinnerimagesnta.jpg",
            "name": "Anxious"
        },
        {
            "id": 145,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/anxious-whiteboardspinnerimagesnta.jpg",
            "name": "Anxious"
        },
        {
            "id": 213,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/anxious-whiteboardspinnerimagesnta.jpg",
            "name": "Anxious"
        },
        {
            "id": 116,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/ankel-whiteboardspinnerimagesnta.jpg",
            "name": "Ankle"
        }
    ]
}