- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Open
Description
Soon NSIA projects related Inform Risk levels will be available in the data.ifrc.org api. We are asked to add this info to the go-api as well.
It is already available in the data-staging api:
https://data-staging.ifrc.org/NSIA_API/api/approvedApplications?apiKey=
contains a new attribute ("Risk"):
    {
        "Id": 12,
...
        "Year": 2022,
        "Fund": "NSIA",
....
        "FundingPeriodInMonths": 48,
        "FundingPeriodInYears": 4,
        "FundingType": "Accelerator",
        "Risk": "Very High"
    },
We would like to expose this in our country/{id} endpoint under initiatives:
    "initiatives": [
        {
            "id": 273,
            "title": "....",
            "fund_type": "NSIA – Bridge",
            "allocation": ....,
            "year": "2022",
            "funding_period": 12,
            "categories": null,
            "country": 209
        },
The Inform Risk level is only applicable for NSIA funds, not for CBF and ESF.
szabozoltan69
Metadata
Metadata
Assignees
Labels
No labels