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/DisbursementChannel/
[
{
"code": "1",
"name": "Money is disbursed through central Ministry of Finance or Treasury"
},
{
"code": "2",
"name": "Money is disbursed directly to the implementing institution and managed through a separate bank account"
},
{
"code": "3",
"name": "Aid in kind: Donors utilise third party agencies, e.g. NGOs or management companies"
},
{
"code": "4",
"name": "Aid in kind: Donors manage funds themselves"
}
]