Returns all available memberships, paged, filtered, sorted ....
GET /api-openparlamento/v1/19/bill_signer/?format=api&ordering=-id&page=561
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 28007,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=-id&page=560",
    "results": [
        {
            "id": 7,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 6,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 5,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 4,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 3,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 2,
            "title": "Istituzione di una commissione anti mafia",
            "identifier": "C.303",
            "slug": "C_303",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Camera"
        },
        {
            "id": 1,
            "title": "Modifica all'articolo 2449 del codice civile, concernente la scelta dei membri degli organi di amministrazione e di controllo nominati dallo Stato o dagli enti pubblici nelle società da essi partecipate",
            "identifier": "S.45",
            "slug": "S_45",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Senato"
        }
    ]
}