ViewSet for ActRelationship - relations between acts

GET /api-openparlamento/v1/18/act_relationships/?format=api&ordering=-updated_at&page=49
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2405,
    "next": null,
    "previous": "https://staging.service.opdm.openpolis.io/api-openparlamento/v1/18/act_relationships/?format=api&ordering=-updated_at&page=48",
    "results": [
        {
            "id": 2906,
            "starting_act": {
                "id": 6683,
                "type": "bill",
                "identifier": "C.3156",
                "title": "Modifiche agli articoli 9 e 41 della Costituzione in materia di tutela dell'ambiente"
            },
            "ending_act": {
                "id": 7056,
                "type": "bill",
                "identifier": "S.83-212-938-1203-1532-1627-1632-2160-B",
                "title": "Modifiche agli articoli 9 e 41 della Costituzione in materia di tutela dell'ambiente"
            },
            "classification_name": "Successivo",
            "classification_code": "nextprev_value",
            "created_at": "2023-01-11T12:42:00.955526+01:00",
            "updated_at": "2023-01-11T12:42:00.955554+01:00"
        },
        {
            "id": 2905,
            "starting_act": {
                "id": 1855,
                "type": "bill",
                "identifier": "S.83",
                "title": "Modifiche agli articoli 9 e 41 della Costituzione in materia di tutela dell'ambiente"
            },
            "ending_act": {
                "id": 6683,
                "type": "bill",
                "identifier": "C.3156",
                "title": "Modifiche agli articoli 9 e 41 della Costituzione in materia di tutela dell'ambiente"
            },
            "classification_name": "Successivo",
            "classification_code": "nextprev_value",
            "created_at": "2023-01-11T12:42:00.778833+01:00",
            "updated_at": "2023-01-11T12:42:00.778861+01:00"
        },
        {
            "id": 2904,
            "starting_act": {
                "id": 1663,
                "type": "bill",
                "identifier": "S.1",
                "title": "Misure per contrastare il finanziamento delle imprese produttrici di mine antipersona, di munizioni e submunizioni a grappolo"
            },
            "ending_act": {
                "id": 4223,
                "type": "bill",
                "identifier": "C.1813",
                "title": "Misure per contrastare il finanziamento delle imprese produttrici di mine antipersona, di munizioni e submunizioni a grappolo"
            },
            "classification_name": "Successivo",
            "classification_code": "nextprev_value",
            "created_at": "2023-01-11T12:42:00.597295+01:00",
            "updated_at": "2023-01-11T12:42:00.597321+01:00"
        },
        {
            "id": 2903,
            "starting_act": {
                "id": 1324,
                "type": "bill",
                "identifier": "C.2",
                "title": "Disposizioni in materia di morte volontaria medicalmente assistita"
            },
            "ending_act": {
                "id": 7388,
                "type": "bill",
                "identifier": "S.2553",
                "title": "Disposizioni in materia di morte volontaria medicalmente assistita"
            },
            "classification_name": "Successivo",
            "classification_code": "nextprev_value",
            "created_at": "2023-01-11T12:42:00.408624+01:00",
            "updated_at": "2023-01-11T12:42:00.408654+01:00"
        },
        {
            "id": 2902,
            "starting_act": {
                "id": 1320,
                "type": "bill",
                "identifier": "C.196",
                "title": "Disciplina dell'attività di relazioni istituzionali per la rappresentanza di interessi"
            },
            "ending_act": {
                "id": 7232,
                "type": "bill",
                "identifier": "S.2495",
                "title": "Disciplina dell'attività di relazioni istituzionali per la rappresentanza di interessi"
            },
            "classification_name": "Successivo",
            "classification_code": "nextprev_value",
            "created_at": "2023-01-11T12:42:00.222464+01:00",
            "updated_at": "2023-01-11T12:42:00.222495+01:00"
        }
    ]
}