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

GET /spinner_item/?format=api&ordering=-id&page=2
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=-id&page=3",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-id",
    "results": [
        {
            "id": 680,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "80 - 20"
        },
        {
            "id": 679,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "70 - 10"
        },
        {
            "id": 678,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "60- 20"
        },
        {
            "id": 677,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 30"
        },
        {
            "id": 676,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 - 10"
        },
        {
            "id": 675,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "30- 10"
        },
        {
            "id": 674,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 20"
        },
        {
            "id": 673,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "40 - 30"
        },
        {
            "id": 672,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "30 - 20"
        },
        {
            "id": 671,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "20 - 10"
        }
    ]
}