{
"count": 1,
"csvUrl": "/customer-api/1.0/capacity/grouping/?group_by=project,user&actual.date__gt=2019-01-01&csv=true",
"itemsPerPage": 500,
"excelUrl": "/customer-api/1.0/capacity/grouping/?group_by=project,user&actual.date__gt=2019-01-01&excel=true",
"next": null,
"current": 1,
"lastPage": 1,
"data": [
{
"user_id": 1,
"entry_date": "2020-01-01",
"capacity": "184.00"
},
{
"user_id": 1,
"entry_date": "2020-02-01",
"capacity": "160.00"
},
{
"user_id": 1,
"entry_date": "2020-03-01",
"capacity": "176.00"
},
{
"user_id": 1,
"entry_date": "2020-04-01",
"capacity": "176.00"
},
{
"user_id": 1,
"entry_date": "2020-05-01",
"capacity": "168.00"
},
{
"user_id": 1,
"entry_date": "2020-06-01",
"capacity": "176.00"
},
{
"user_id": 1,
"entry_date": "2020-07-01",
"capacity": "184.00"
},
{
"user_id": 1,
"entry_date": "2020-08-01",
"capacity": "168.00"
},
{
"user_id": 1,
"entry_date": "2020-09-01",
"capacity": "176.00"
},
{
"user_id": 1,
"entry_date": "2020-10-01",
"capacity": "176.00"
},
{
"user_id": 1,
"entry_date": "2020-11-01",
"capacity": "168.00"
},
{
"user_id": 1,
"entry_date": "2020-12-01",
"capacity": "184.00"
},
],
"previous": null
}