Codelist Item List
Returns a list of IATI codelist values stored in OIPA.
request parameters
code(optional): Comma separated list of codes on the codelist.vocabulary(optional): Comma separated list of .category(optional): Comma separated list of categories (if applicable for the codelist).
Ordering
API request may include ordering parameter. This parameter controls the
order in which results are returned.
Results can be ordered by:
name
The user may also specify reverse orderings by prefixing the field name
with '-', like so: -name
Result details
Each item contains all information on the codelist items being shown.
GET /api/codelists/CollaborationType/
[
{
"code": "1",
"name": "Bilateral"
},
{
"code": "2",
"name": "Multilateral (inflows)"
},
{
"code": "3",
"name": "Bilateral, core contributions to NGOs and other private bodies / PPPs"
},
{
"code": "4",
"name": "Multilateral outflows"
},
{
"code": "6",
"name": "Private sector outflows"
},
{
"code": "7",
"name": "Bilateral, ex-post reporting on NGOs’ activities funded through core contributions"
},
{
"code": "8",
"name": "bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with de"
}
]