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

{
    "count": 29202,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=id&page=584",
    "results": [
        {
            "id": 33872,
            "title": "Legge quadro sull'architettura, sul benessere psicofisico e sulla Rinascenza urbana",
            "identifier": "S.1711",
            "slug": "S_1711",
            "date_presenting": "2025-11-04",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Senato"
        },
        {
            "id": 33873,
            "title": "Legge quadro sull'architettura, sul benessere psicofisico e sulla Rinascenza urbana",
            "identifier": "S.1711",
            "slug": "S_1711",
            "date_presenting": "2025-11-04",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Iter da avviare"
            },
            "branch": "Senato"
        }
    ]
}