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

GET /spinner_item/?format=api&ordering=-name&page=10
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=11",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=9",
    "results": [
        {
            "id": 512,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tap"
        },
        {
            "id": 188,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/talking-whiteboardspinnerimagesnta.jpg",
            "name": "Talking"
        },
        {
            "id": 517,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tail"
        },
        {
            "id": 364,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 527,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 525,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "T-shirt"
        },
        {
            "id": 264,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "T"
        },
        {
            "id": 178,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/swimming-whiteboardspinnerimagesnta.jpg",
            "name": "Swimming"
        },
        {
            "id": 212,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/surprised-whiteboardspinnerimagesnta.jpg",
            "name": "Surprised"
        },
        {
            "id": 224,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/surprised-whiteboardspinnerimagesnta.jpg",
            "name": "Surprised"
        }
    ]
}