GET /api-openparlamento/v1/19/persons/giorgia-meloni-1977-01-15/carreer_positions/?format=api&ordering=-pp
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "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": "I Governo Meloni",
            "role": "Presidente del Consiglio",
            "date_start": "2022-10-22",
            "date_end": null,
            "note": null
        },
        {
            "org": "Consiglio comunale di Roma",
            "role": "Consigliere comunale",
            "date_start": "2016-06-22",
            "date_end": "2021-10-20",
            "note": "Lista di elezione LISTA CIVICA | CON GIORGIA MELONI SINDACO"
        },
        {
            "org": "IV Governo Berlusconi",
            "role": "Ministro senza Portafoglio",
            "date_start": "2008-06-13",
            "date_end": "2011-11-16",
            "note": "Nomina di Silvio Berlusconi"
        },
        {
            "org": "IV Governo Berlusconi",
            "role": "Ministro senza Portafoglio",
            "date_start": "2008-05-07",
            "date_end": "2008-06-12",
            "note": "Nomina di Silvio Berlusconi"
        },
        {
            "org": "Assemblea Camera - Legislatura XVI della Repubblica",
            "role": "DEPUTATO",
            "date_start": "2008-04-22",
            "date_end": "2013-03-14",
            "note": "Lista di elezione IL POPOLO DELLA LIBERTA'"
        },
        {
            "org": "Assemblea Camera - Legislatura XV della Repubblica",
            "role": "DEPUTATO",
            "date_start": "2006-04-28",
            "date_end": "2008-04-28",
            "note": "Lista di elezione ALLEANZA NAZIONALE"
        }
    ]
}