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

GET /spinner_item/?format=api&ordering=backgroundimage&page=23
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=backgroundimage&page=24",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundimage&page=22",
    "results": [
        {
            "id": 424,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Wheat"
        },
        {
            "id": 425,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "While"
        },
        {
            "id": 426,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Whistle"
        },
        {
            "id": 427,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Whistle"
        },
        {
            "id": 428,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Which"
        },
        {
            "id": 429,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Whose"
        },
        {
            "id": 430,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Whom"
        },
        {
            "id": 431,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Whimper"
        },
        {
            "id": 432,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "what"
        },
        {
            "id": 433,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Why"
        }
    ]
}