GET /rest/v1/country_budget_item/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "code_label": "3.3.4 - Agriculture - food crop",
            "code": "3.3.4",
            "description": "",
            "percentage": 100.0,
            "project": 2237
        },
        {
            "id": 2,
            "code_label": "4.1.1 - Water supply and Sanitation - policy, planning and administration",
            "code": "4.1.1",
            "description": "",
            "percentage": null,
            "project": 4429
        },
        {
            "id": 3,
            "code_label": "1.4.2 - External Affairs - diplomatic missions",
            "code": "1.4.2",
            "description": "",
            "percentage": null,
            "project": 5507
        },
        {
            "id": 5,
            "code_label": "3.2.1 - Public Works - policy, planning and administration",
            "code": "3.2.1",
            "description": "",
            "percentage": null,
            "project": 6335
        },
        {
            "id": 8,
            "code_label": "7.2.1 - General Budget Support - General Budget Support",
            "code": "7.2.1",
            "description": "",
            "percentage": 100.0,
            "project": 7564
        },
        {
            "id": 14,
            "code_label": "",
            "code": "",
            "description": "",
            "percentage": null,
            "project": 7873
        },
        {
            "id": 24,
            "code_label": "1.3.3 - Accountability - planning",
            "code": "1.3.3",
            "description": "REPARTITION DES FONDS ALLOUES POUR 2022_2023",
            "percentage": 27.0,
            "project": 9674
        },
        {
            "id": 25,
            "code_label": "",
            "code": "",
            "description": "",
            "percentage": 27.0,
            "project": 9674
        }
    ]
}