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

GET /spinner_item/?format=api&ordering=-name&page=15
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=16",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-name&page=14",
    "results": [
        {
            "id": 438,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Sheep"
        },
        {
            "id": 439,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shark"
        },
        {
            "id": 445,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Share"
        },
        {
            "id": 305,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shapes"
        },
        {
            "id": 288,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shake your body"
        },
        {
            "id": 441,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Shake"
        },
        {
            "id": 416,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "September"
        },
        {
            "id": 58,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/semicircle.jpg",
            "name": "Semi circle"
        },
        {
            "id": 271,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "School"
        },
        {
            "id": 142,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/sad-whiteboardspinnerimagesnta.jpg",
            "name": "Sad"
        }
    ]
}