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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=12
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=backgroundcolor&page=13",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=11",
    "results": [
        {
            "id": 500,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Music"
        },
        {
            "id": 491,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Balloon"
        },
        {
            "id": 502,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Mango"
        },
        {
            "id": 503,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Monkey"
        },
        {
            "id": 504,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Maze"
        },
        {
            "id": 528,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Den"
        },
        {
            "id": 505,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Mountain"
        },
        {
            "id": 368,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Dance"
        },
        {
            "id": 527,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Table"
        },
        {
            "id": 506,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Mouth"
        }
    ]
}