A viewset for viewing and editing External Conflicts.

GET /api/crisisdb/external-conflicts/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "year_from": 1980,
            "year_to": 1988,
            "description": "",
            "note": "",
            "finalized": true,
            "created_date": "2022-09-28T14:47:02.198401Z",
            "modified_date": "2022-09-28T14:47:02.198418Z",
            "tag": "TRS",
            "is_disputed": false,
            "is_uncertain": false,
            "expert_reviewed": true,
            "drb_reviewed": false,
            "name": "External_conflict",
            "conflict_name": "Iran-Iraq War",
            "polity": null,
            "comment": {
                "id": 1,
                "text": "Empty_Comment"
            },
            "private_comment": null,
            "citations": [],
            "curator": []
        }
    ]
}