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

GET /spinner_item/?format=api&ordering=-name&page=22
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=23",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=21",
    "results": [
        {
            "id": 259,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "O"
        },
        {
            "id": 347,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Nose"
        },
        {
            "id": 117,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/nose-whiteboardspinnerimagesnta.jpg",
            "name": "Nose"
        },
        {
            "id": 292,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Nod your head"
        },
        {
            "id": 327,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Net"
        },
        {
            "id": 127,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/neck-whiteboardspinnerimagesnta.jpg",
            "name": "Neck"
        },
        {
            "id": 17,
            "backgroundcolor": "rgb(0, 0, 0)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/36385-2-cartoon-transparent-thumb.png",
            "name": "Name 9"
        },
        {
            "id": 135,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/nail-whiteboardspinnerimagesnta.jpg",
            "name": "Nails"
        },
        {
            "id": 258,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "N"
        },
        {
            "id": 92,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/muskmelon-whiteboardspinnerimagesnta.jpg",
            "name": "Muskmelon"
        }
    ]
}