GET /api/v1/constants/contribution/itemtypes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "value": "feca",
        "name": "FECA"
    },
    {
        "value": "he",
        "name": "Honorary Expenses"
    },
    {
        "value": "me",
        "name": "Meeting Expenses"
    },
    {
        "value": "ple",
        "name": "Presidential Library Expenses"
    },
    {
        "value": "pic",
        "name": "Presidential Inaugural Committee"
    }
]