Returns counts and dollar figures for a specific IDV.

Documentation for this endpoint can be found here.

GET /api/v2/idvs/amounts/69309317/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "award_id": 69309317,
    "generated_unique_award_id": "CONT_IDV_TMHQ10C0044_2044",
    "child_idv_count": 0,
    "child_award_count": 1757,
    "child_award_total_obligation": 11789044205.73,
    "child_award_total_outlay": null,
    "child_award_base_and_all_options_value": 11806102040.96,
    "child_award_base_exercised_options_val": 11806102040.96,
    "child_total_account_outlay": 0.0,
    "child_total_account_obligation": 3414545371.11,
    "child_account_outlays_by_defc": [
        {
            "code": "Q",
            "amount": 0.0
        }
    ],
    "child_account_obligations_by_defc": [
        {
            "code": "Q",
            "amount": 3414545371.11
        }
    ],
    "grandchild_award_count": 0,
    "grandchild_award_total_obligation": 0.0,
    "grandchild_award_total_outlay": null,
    "grandchild_award_base_and_all_options_value": 0.0,
    "grandchild_award_base_exercised_options_val": 0.0,
    "grandchild_total_account_outlay": 0,
    "grandchild_total_account_obligation": 0,
    "grandchild_account_outlays_by_defc": [],
    "grandchild_account_obligations_by_defc": []
}