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

GET /spinner_item/?format=api&page=6
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&page=7",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&page=5",
    "results": [
        {
            "id": 51,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/circle.jpg",
            "name": "Circle"
        },
        {
            "id": 52,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/cross.jpg",
            "name": "Cross"
        },
        {
            "id": 53,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/daimond.jpg",
            "name": "Diamond"
        },
        {
            "id": 54,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/heart.jpg",
            "name": "Heart"
        },
        {
            "id": 55,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/oval.jpg",
            "name": "Oval"
        },
        {
            "id": 56,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/pentagon.jpg",
            "name": "Pentagon"
        },
        {
            "id": 57,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/rectangle.jpg",
            "name": "Rectangle"
        },
        {
            "id": 58,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/semicircle.jpg",
            "name": "Semi circle"
        },
        {
            "id": 59,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/square.jpg",
            "name": "Square"
        },
        {
            "id": 60,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "https://experteaseimages.s3.ap-south-1.amazonaws.com/star.jpg",
            "name": "Star"
        }
    ]
}