GET /api-openparlamento/v1/19/persons/elena-bonetti-1974-04-12/carreer_positions/?format=api&ordering=pp
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "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": "Ministro senza Portafoglio",
            "date_start": "2021-02-12",
            "date_end": "2022-10-22",
            "note": "Nomina di Mario Draghi"
        },
        {
            "org": "II Governo Conte",
            "role": "Ministro senza portafoglio",
            "date_start": "2019-09-04",
            "date_end": "2021-01-14",
            "note": "Nomina di Giuseppe Conte"
        }
    ]
}