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

GET /spinner_item/?format=api&ordering=-name&page=32
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=33",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=31",
    "results": [
        {
            "id": 15,
            "backgroundcolor": "rgb(148, 103, 189)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/8-2-cartoon-png-clipart-thumb.png",
            "name": "Girl 2"
        },
        {
            "id": 36,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/giraffe-whiteboardspinnerimagesnta.jpg",
            "name": "Giraffe"
        },
        {
            "id": 110,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/ginger-whiteboardspinnerimagesnta.jpg",
            "name": "Ginger"
        },
        {
            "id": 109,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/garlic-whiteboardspinnerimagesnta.jpg",
            "name": "Garlic"
        },
        {
            "id": 398,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Garden"
        },
        {
            "id": 251,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "G"
        },
        {
            "id": 219,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/frustrted-whiteboardspinnerimagesnta.jpg",
            "name": "Frustrated"
        },
        {
            "id": 139,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/frustrted-whiteboardspinnerimagesnta.jpg",
            "name": "Frustrated"
        },
        {
            "id": 207,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/frustrted-whiteboardspinnerimagesnta.jpg",
            "name": "Frustrated"
        },
        {
            "id": 301,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Fruits"
        }
    ]
}