mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
This allows the app to fetch all available items from an enpoint, without having to hope that the ?limit=999 is enough Closes #133
73 lines
1.1 KiB
JSON
73 lines
1.1 KiB
JSON
{
|
|
"count": 11,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": 6,
|
|
"date": "2021-11-01",
|
|
"weight": "99.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 48,
|
|
"date": "2021-12-01",
|
|
"weight": "88.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 30,
|
|
"date": "2021-12-05",
|
|
"weight": "70.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 2,
|
|
"date": "2021-12-15",
|
|
"weight": "84.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 9,
|
|
"date": "2021-12-17",
|
|
"weight": "94.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 23,
|
|
"date": "2021-12-28",
|
|
"weight": "80.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 22,
|
|
"date": "2022-01-04",
|
|
"weight": "89.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 21,
|
|
"date": "2022-01-08",
|
|
"weight": "98.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 90,
|
|
"date": "2022-01-24",
|
|
"weight": "100.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 98,
|
|
"date": "2022-01-31",
|
|
"weight": "60.00",
|
|
"user": 3
|
|
},
|
|
{
|
|
"id": 97,
|
|
"date": "2022-02-03",
|
|
"weight": "55.00",
|
|
"user": 3
|
|
}
|
|
]
|
|
} |