GET /api-openparlamento/v1/19/persons/maria-cecilia-guerra-1957-12-06/carreer_positions/?format=api&ordering=family_name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "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 Draghi",
            "role": "Sottosegretario di Stato",
            "date_start": "2021-02-25",
            "date_end": "2022-10-22",
            "note": "Nomina di Mario Draghi"
        },
        {
            "org": "II Governo Conte",
            "role": "Sottosegretario di Stato",
            "date_start": "2019-09-13",
            "date_end": "2021-02-12",
            "note": "Nomina di Giuseppe Conte"
        },
        {
            "org": "I Governo Letta",
            "role": "Vice Ministro",
            "date_start": "2013-06-25",
            "date_end": "2014-02-21",
            "note": "Nomina di Enrico Letta"
        },
        {
            "org": "I Governo Letta",
            "role": "Sottosegretario di Stato",
            "date_start": "2013-05-03",
            "date_end": "2013-06-25",
            "note": "Nomina di Enrico Letta"
        },
        {
            "org": "I Governo Monti",
            "role": "Sottosegretario di Stato",
            "date_start": "2011-11-29",
            "date_end": "2013-04-28",
            "note": "Nomina di Mario Monti"
        }
    ]
}