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

GET /spinner_item/?format=api&ordering=backgroundcolor&page=7
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=8",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=backgroundcolor&page=6",
    "results": [
        {
            "id": 485,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Book"
        },
        {
            "id": 486,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Baby"
        },
        {
            "id": 487,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Bird"
        },
        {
            "id": 488,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Block"
        },
        {
            "id": 489,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Beach"
        },
        {
            "id": 490,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Banana"
        },
        {
            "id": 491,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Balloon"
        },
        {
            "id": 492,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Boot"
        },
        {
            "id": 493,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Basket"
        },
        {
            "id": 477,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "Peacock"
        }
    ]
}