GET /api-openparlamento/v1/19/persons/chiara-appendino-1984-06-12/carreer_positions/?format=api&ordering=family_name
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": "Giunta comunale di Torino",
"role": "Sindaco",
"date_start": "2016-06-30",
"date_end": "2021-10-18",
"note": "Lista di elezione MOVIMENTO 5 STELLE.IT"
},
{
"org": "Consiglio comunale di Torino",
"role": "Consigliere comunale",
"date_start": "2011-06-15",
"date_end": "2016-06-30",
"note": "Lista di elezione MOVIMENTO 5 STELLE BEPPEGRILLO.IT"
}
]
}