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

GET /spinner_item/?format=api&ordering=id&page=69
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 690,
    "next": null,
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=id&page=68",
    "results": [
        {
            "id": 681,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "90 - 30"
        },
        {
            "id": 682,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 10"
        },
        {
            "id": 683,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "90 - 10"
        },
        {
            "id": 684,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "80 - 10"
        },
        {
            "id": 685,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "70 - 30"
        },
        {
            "id": 686,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60 - 30"
        },
        {
            "id": 687,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 30"
        },
        {
            "id": 688,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "80 - 50"
        },
        {
            "id": 689,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "90 - 30"
        },
        {
            "id": 690,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60 - 50"
        }
    ]
}