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

GET /spinner_item/?format=api&ordering=-name&page=5
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=6",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=4",
    "results": [
        {
            "id": 74,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/van-whiteboardspinnerimagesnta.jpg",
            "name": "Van"
        },
        {
            "id": 266,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "V"
        },
        {
            "id": 401,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Umbrella"
        },
        {
            "id": 265,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "U"
        },
        {
            "id": 324,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Two"
        },
        {
            "id": 511,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Two"
        },
        {
            "id": 521,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Turtle"
        },
        {
            "id": 523,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tulip"
        },
        {
            "id": 518,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Tube"
        },
        {
            "id": 73,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/truck-whiteboardspinnerimagesnta.jpg",
            "name": "Truck"
        }
    ]
}