Activity Transaction List
Returns a list of IATI Activity Transactions stored in OIPA.
URI Format
/api/activities/{activity_id}/transactions
URI Parameters
activity_id: Desired activity ID
Request parameters:
recipient_country(optional): Recipient countries list. Comma separated list of strings.recipient_region(optional): Recipient regions list. Comma separated list of integers.sector(optional): Sectors list. Comma separated list of integers.sector_category(optional): Sectors list. Comma separated list of integers.reporting_organisations(optional): Organisation ID's list.participating_organisations(optional): Organisation IDs list. Comma separated list of strings.min_total_budget(optional): Minimal total budget value.max_total_budget(optional): Maximal total budget value.-
activity_status(optional): -
related_activity_id(optional): related_activity_type(optional):related_activity_recipient_country(optional):related_activity_recipient_region(optional):related_activity_sector(optional):
Searching is performed on fields:
descriptionprovider_organisation_namereceiver_organisation_name
GET /api/activities/34947/transactions/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "id": 100581, "activity": { "url": "https://oipa2018.unesco.org/api/activities/34947/?format=api", "id": "34947", "iati_identifier": "XM-DAC-41304-549IRQ4000", "title": { "id": 34947, "narratives": [ { "text": "REVIVING MOSUL AND BASRA OLD CITIES", "language": { "code": "en", "name": "English" } } ] } }, "url": "https://oipa2018.unesco.org/api/transactions/100581/?format=api", "ref": null, "humanitarian": null, "transaction_type": { "code": "2", "name": "Outgoing Commitment" }, "transaction_date": "2019-04-01", "value": "22858000.00", "value_date": "2019-04-01", "currency": { "code": "USD", "name": "US Dollar" }, "description": null, "provider_organisation": { "ref": "XM-DAC-41304", "type": { "code": "40", "name": "Multilateral" }, "provider_activity": null, "provider_activity_id": null, "narratives": [ { "text": "United Nations Educational, Scientific and Cultural Organization (UNESCO)", "language": { "code": "en", "name": "English" } }, { "text": "Organisation des Nations unies pour l'éducation, la science et la culture (UNESCO)", "language": { "code": "fr", "name": "French" } } ] }, "receiver_organisation": null, "disbursement_channel": { "code": "2", "name": "Money is disbursed directly to the implementing institution and managed through a separate bank account" }, "sector": null, "recipient_country": null, "recipient_region": null, "flow_type": { "code": "10", "name": "ODA" }, "finance_type": { "code": "110", "name": "Standard grant" }, "aid_type": null, "tied_status": { "code": "5", "name": "Untied" } }, { "id": 100582, "activity": { "url": "https://oipa2018.unesco.org/api/activities/34947/?format=api", "id": "34947", "iati_identifier": "XM-DAC-41304-549IRQ4000", "title": { "id": 34947, "narratives": [ { "text": "REVIVING MOSUL AND BASRA OLD CITIES", "language": { "code": "en", "name": "English" } } ] } }, "url": "https://oipa2018.unesco.org/api/transactions/100582/?format=api", "ref": null, "humanitarian": null, "transaction_type": { "code": "4", "name": "Expenditure" }, "transaction_date": "2019-12-31", "value": "546501.00", "value_date": "2019-12-31", "currency": { "code": "USD", "name": "US Dollar" }, "description": null, "provider_organisation": { "ref": "XM-DAC-41304", "type": { "code": "40", "name": "Multilateral" }, "provider_activity": null, "provider_activity_id": null, "narratives": [ { "text": "United Nations Educational, Scientific and Cultural Organization (UNESCO)", "language": { "code": "en", "name": "English" } }, { "text": "Organisation des Nations unies pour l'éducation, la science et la culture (UNESCO)", "language": { "code": "fr", "name": "French" } } ] }, "receiver_organisation": null, "disbursement_channel": { "code": "2", "name": "Money is disbursed directly to the implementing institution and managed through a separate bank account" }, "sector": null, "recipient_country": null, "recipient_region": null, "flow_type": { "code": "10", "name": "ODA" }, "finance_type": { "code": "110", "name": "Standard grant" }, "aid_type": null, "tied_status": { "code": "5", "name": "Untied" } }, { "id": 100583, "activity": { "url": "https://oipa2018.unesco.org/api/activities/34947/?format=api", "id": "34947", "iati_identifier": "XM-DAC-41304-549IRQ4000", "title": { "id": 34947, "narratives": [ { "text": "REVIVING MOSUL AND BASRA OLD CITIES", "language": { "code": "en", "name": "English" } } ] } }, "url": "https://oipa2018.unesco.org/api/transactions/100583/?format=api", "ref": null, "humanitarian": null, "transaction_type": { "code": "4", "name": "Expenditure" }, "transaction_date": "2020-12-31", "value": "2531915.00", "value_date": "2020-12-31", "currency": { "code": "USD", "name": "US Dollar" }, "description": null, "provider_organisation": { "ref": "XM-DAC-41304", "type": { "code": "40", "name": "Multilateral" }, "provider_activity": null, "provider_activity_id": null, "narratives": [ { "text": "United Nations Educational, Scientific and Cultural Organization (UNESCO)", "language": { "code": "en", "name": "English" } }, { "text": "Organisation des Nations unies pour l'éducation, la science et la culture (UNESCO)", "language": { "code": "fr", "name": "French" } } ] }, "receiver_organisation": null, "disbursement_channel": { "code": "2", "name": "Money is disbursed directly to the implementing institution and managed through a separate bank account" }, "sector": null, "recipient_country": null, "recipient_region": null, "flow_type": { "code": "10", "name": "ODA" }, "finance_type": { "code": "110", "name": "Standard grant" }, "aid_type": null, "tied_status": { "code": "5", "name": "Untied" } } ] }