GET /api-openparlamento/v1/19/persons/mario-monti-1943-03-19/carreer_positions/?format=api
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 Monti",
            "role": "Ministro",
            "date_start": "2013-03-26",
            "date_end": "2013-04-28",
            "note": "Nomina di Mario Monti"
        },
        {
            "org": "I Governo Monti",
            "role": "Presidente del Consiglio",
            "date_start": "2011-11-16",
            "date_end": "2013-04-28",
            "note": null
        },
        {
            "org": "I Governo Monti",
            "role": "Ministro",
            "date_start": "2011-11-16",
            "date_end": "2012-07-11",
            "note": "Nomina di Mario Monti"
        },
        {
            "org": "Assemblea Senato - Legislatura XVI della Repubblica",
            "role": "Senatore a vita",
            "date_start": "2011-11-09",
            "date_end": "2013-03-14",
            "note": null
        },
        {
            "org": "Commissione Europea - Prodi",
            "role": "Commissario della Commissione europea",
            "date_start": "1999-09-16",
            "date_end": "2004-10-30",
            "note": null
        },
        {
            "org": "Commissione Europea - Santer",
            "role": "Commissario della Commissione europea",
            "date_start": "1995-03-15",
            "date_end": "1999-03-15",
            "note": null
        }
    ]
}