GET /country/api/v1/country/without_pagination/all/?branch_id=3&format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "countries": [
        {
            "id": 6,
            "created_by": null,
            "updated_by": null,
            "old_id": 9,
            "name": "Belgium",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.143000+06:00",
            "updated_at": "2026-02-18T15:24:49.143000+06:00",
            "branch": 1
        },
        {
            "id": 5,
            "created_by": null,
            "updated_by": null,
            "old_id": 8,
            "name": "France",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.126000+06:00",
            "updated_at": "2026-02-18T15:24:49.126000+06:00",
            "branch": 1
        },
        {
            "id": 4,
            "created_by": null,
            "updated_by": null,
            "old_id": 6,
            "name": "Germany",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.110000+06:00",
            "updated_at": "2026-02-18T15:24:49.110000+06:00",
            "branch": 1
        },
        {
            "id": 3,
            "created_by": null,
            "updated_by": null,
            "old_id": 3,
            "name": "Italy",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.095000+06:00",
            "updated_at": "2026-02-18T15:24:49.095000+06:00",
            "branch": 1
        },
        {
            "id": 2,
            "created_by": null,
            "updated_by": null,
            "old_id": 2,
            "name": "Netherlands",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.080000+06:00",
            "updated_at": "2026-02-18T15:24:49.080000+06:00",
            "branch": 1
        },
        {
            "id": 8,
            "created_by": null,
            "updated_by": null,
            "old_id": null,
            "name": "Palestine",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-04-14T11:17:39.194000+06:00",
            "updated_at": "2026-04-14T11:17:39.194000+06:00",
            "branch": 3
        },
        {
            "id": 7,
            "created_by": {
                "id": 1,
                "email": "systemadmin@gmail.com",
                "first_name": "system",
                "last_name": "admin",
                "username": null,
                "image": null
            },
            "updated_by": null,
            "old_id": 1,
            "name": "Saudi arabia",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-25T11:19:10.269000+06:00",
            "updated_at": "2026-02-25T11:19:10.269000+06:00",
            "branch": 3
        },
        {
            "id": 1,
            "created_by": null,
            "updated_by": null,
            "old_id": 1,
            "name": "Switzerland",
            "capital_name": null,
            "country_code": null,
            "country_code2": null,
            "phone_code": null,
            "currency_code": null,
            "continent_name": null,
            "continent_code": null,
            "created_at": "2026-02-18T15:24:49.063000+06:00",
            "updated_at": "2026-02-18T15:24:49.063000+06:00",
            "branch": 1
        }
    ]
}