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

{
    "count": 29303,
    "next": null,
    "previous": "https://service.opdm.openpolis.io/api-openparlamento/v1/19/bill_signer/?format=api&ordering=-bill__date_presenting&page=586",
    "results": [
        {
            "id": 2430,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sul femminicidio, nonché su ogni forma di violenza di genere",
            "identifier": "S.93",
            "slug": "S_93",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Senato"
        },
        {
            "id": 2428,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sul femminicidio, nonché su ogni forma di violenza di genere",
            "identifier": "S.93",
            "slug": "S_93",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Senato"
        },
        {
            "id": 2425,
            "title": "Istituzione di una Commissione parlamentare di inchiesta sul femminicidio, nonché su ogni forma di violenza di genere",
            "identifier": "S.93",
            "slug": "S_93",
            "date_presenting": "2022-10-13",
            "type": "Legge ordinaria",
            "status": {
                "date": null,
                "phase": "Divenuto legge"
            },
            "branch": "Senato"
        }
    ]
}