GET /api-openparlamento/v1/19/persons/andrea-crippa-1986-05-10/carreer_positions/?format=api&ordering=family_name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "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": "Consiglio comunale di Lissone",
            "role": "Consigliere comunale",
            "date_start": "2013-09-10",
            "date_end": "2017-06-27",
            "note": "Lista di elezione LEGA NORD"
        }
    ]
}