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

GET /spinner_item/?format=api&ordering=id&page=63
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=id&page=64",
    "previous": "https://whiteboardapi.mywellnesshub.in/spinner_item/?format=api&ordering=id&page=62",
    "results": [
        {
            "id": 621,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 5"
        },
        {
            "id": 622,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 6"
        },
        {
            "id": 623,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 4"
        },
        {
            "id": 624,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "4 x 2"
        },
        {
            "id": 625,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "6 x 1"
        },
        {
            "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": 628,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "3 x 6"
        },
        {
            "id": 629,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "2 x 7"
        },
        {
            "id": 630,
            "backgroundcolor": "rgb(255, 255, 255)",
            "backgroundimage": "",
            "name": "5 x 4"
        }
    ]
}