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

GET /spinner_item/?format=api&ordering=name&page=56
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=57",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=name&page=55",
    "results": [
        {
            "id": 436,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shelf"
        },
        {
            "id": 440,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shell"
        },
        {
            "id": 71,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/ship-whiteboardspinnerimagesnta.jpg",
            "name": "Ship"
        },
        {
            "id": 435,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Ship"
        },
        {
            "id": 446,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shirt"
        },
        {
            "id": 442,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shoe"
        },
        {
            "id": 354,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shoe"
        },
        {
            "id": 437,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shop"
        },
        {
            "id": 447,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shore"
        },
        {
            "id": 444,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Short"
        }
    ]
}