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

GET /spinner_item/?format=api&ordering=-backgroundimage&page=42
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=43",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=-backgroundimage&page=41",
    "results": [
        {
            "id": 567,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "17"
        },
        {
            "id": 612,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 x 2"
        },
        {
            "id": 627,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 3"
        },
        {
            "id": 626,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 2"
        },
        {
            "id": 625,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "6 x 1"
        },
        {
            "id": 624,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 2"
        },
        {
            "id": 623,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 4"
        },
        {
            "id": 622,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 6"
        },
        {
            "id": 621,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 5"
        },
        {
            "id": 620,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 x 5"
        }
    ]
}