Transaction sector resource.

GET /rest/v1/transaction_sector/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "transaction_unicode": "Swedish Krona 1,000,000",
            "code_label": "",
            "vocabulary_label": "",
            "code": "",
            "text": "",
            "vocabulary": "",
            "vocabulary_uri": "",
            "transaction": 9400
        },
        {
            "id": 2,
            "transaction_unicode": "Swedish Krona 500,000",
            "code_label": "Health",
            "vocabulary_label": "",
            "code": "Health",
            "text": "",
            "vocabulary": "",
            "vocabulary_uri": "",
            "transaction": 12237
        }
    ]
}