Transaction resource.

GET /rest/v1/transaction/?ordering=-id&page=229
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6842,
    "next": null,
    "previous": "https://rsr.akvo.org/rest/v1/transaction/?ordering=-id&page=228",
    "results": [
        {
            "id": 2,
            "provider_organisation_show_link": "",
            "receiver_organisation_show_link": "",
            "currency_label": "Euro",
            "transaction_type_label": "",
            "aid_type_label": "",
            "disbursement_channel_label": "",
            "finance_type_label": "",
            "flow_type_label": "",
            "tied_status_label": "",
            "recipient_country_label": "",
            "recipient_region_label": "",
            "recipient_region_vocabulary_label": "",
            "sectors": [],
            "reference": "",
            "aid_type_vocabulary": "1",
            "aid_type": "",
            "description": "Payment",
            "disbursement_channel": "",
            "finance_type": "",
            "flow_type": "",
            "tied_status": "",
            "transaction_date": "2013-10-01",
            "transaction_type": "",
            "value": 40000.0,
            "value_date": null,
            "currency": "EUR",
            "provider_organisation_activity": "",
            "receiver_organisation_activity": "",
            "recipient_country": "",
            "recipient_region": "",
            "recipient_region_vocabulary": "",
            "recipient_region_vocabulary_uri": "",
            "humanitarian": null,
            "project": 2237,
            "provider_organisation": null,
            "receiver_organisation": null
        },
        {
            "id": 1,
            "provider_organisation_show_link": "",
            "receiver_organisation_show_link": "",
            "currency_label": "Euro",
            "transaction_type_label": "D",
            "aid_type_label": "",
            "disbursement_channel_label": "",
            "finance_type_label": "",
            "flow_type_label": "",
            "tied_status_label": "",
            "recipient_country_label": "",
            "recipient_region_label": "",
            "recipient_region_vocabulary_label": "",
            "sectors": [],
            "reference": "",
            "aid_type_vocabulary": "1",
            "aid_type": "",
            "description": "Payment",
            "disbursement_channel": "",
            "finance_type": "",
            "flow_type": "",
            "tied_status": "",
            "transaction_date": "2012-10-01",
            "transaction_type": "D",
            "value": 57267.0,
            "value_date": null,
            "currency": "EUR",
            "provider_organisation_activity": "",
            "receiver_organisation_activity": "",
            "recipient_country": "",
            "recipient_region": "",
            "recipient_region_vocabulary": "",
            "recipient_region_vocabulary_uri": "",
            "humanitarian": null,
            "project": 2237,
            "provider_organisation": null,
            "receiver_organisation": null
        }
    ]
}