Returns all bills, paged, filtered, sorted ....
GET /api-openparlamento/v1/18/parl_assemblies/senato/groups/?format=api&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 37
        },
        {
            "id": 38
        },
        {
            "id": 39
        },
        {
            "id": 40
        },
        {
            "id": 41
        },
        {
            "id": 42
        },
        {
            "id": 43
        },
        {
            "id": 44
        },
        {
            "id": 45
        },
        {
            "id": 46
        },
        {
            "id": 47
        },
        {
            "id": 48
        }
    ]
}