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": 626,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 2"
        },
        {
            "id": 627,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 3"
        },
        {
            "id": 630,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 4"
        },
        {
            "id": 682,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 10"
        },
        {
            "id": 674,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 20"
        },
        {
            "id": 677,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 30"
        },
        {
            "id": 687,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 - 30"
        },
        {
            "id": 654,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 10"
        },
        {
            "id": 663,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 20"
        },
        {
            "id": 664,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "50 + 30"
        }
    ]
}