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

GET /spinner_item/?format=api&ordering=-name&page=42
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=43",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=41",
    "results": [
        {
            "id": 461,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Chest"
        },
        {
            "id": 120,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/chest-whiteboardspinnerimagesnta.jpg",
            "name": "Chest"
        },
        {
            "id": 452,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Chess"
        },
        {
            "id": 459,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Cherry"
        },
        {
            "id": 81,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cherry-whiteboardspinnerimagesnta.jpg",
            "name": "Cherry"
        },
        {
            "id": 453,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Cheetah"
        },
        {
            "id": 451,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Cheese"
        },
        {
            "id": 119,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cheek-whiteboardspinnerimagesnta.jpg",
            "name": "Cheeks"
        },
        {
            "id": 457,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Cheap"
        },
        {
            "id": 455,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Chalk"
        }
    ]
}