GET /api-openparlamento/v1/19/persons/vinicio-peluffo-1971-03-21/carreer_positions/?format=api&ordering=-family_name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "pp_total": 624,
    "codelists": {
        "governments": [
            {
                "slug": "i-governo-meloni-2022-10-22",
                "value": "Meloni I"
            }
        ],
        "orderings": [
            {
                "id": "pp",
                "label": "Indice di forza"
            },
            {
                "id": "family_name",
                "label": "Cognome"
            }
        ]
    },
    "next": null,
    "previous": null,
    "results": [
        {
            "org": "Assemblea Camera - Legislatura XVI della Repubblica",
            "role": "DEPUTATO",
            "date_start": "2008-04-22",
            "date_end": "2013-03-14",
            "note": "Lista di elezione PARTITO DEMOCRATICO"
        },
        {
            "org": "Consiglio comunale di Rho",
            "role": "Consigliere comunale",
            "date_start": "2007-06-12",
            "date_end": "2011-01-10",
            "note": "Lista di elezione NON SPECIFICATO"
        },
        {
            "org": "Giunta comunale di Rho",
            "role": "Assessore comunale",
            "date_start": "2002-05-26",
            "date_end": "2007-05-26",
            "note": "Lista di elezione NON SPECIFICATO"
        }
    ]
}