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

{
    "count": 10,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 28
        },
        {
            "id": 29
        },
        {
            "id": 30
        },
        {
            "id": 32
        },
        {
            "id": 33
        },
        {
            "id": 34
        },
        {
            "id": 31
        },
        {
            "id": 27
        },
        {
            "id": 35
        },
        {
            "id": 36
        }
    ]
}