Returns counts and dollar figures for a specific IDV.

Documentation for this endpoint can be found here.

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

{
    "award_id": 68935929,
    "generated_unique_award_id": "CONT_IDV_NNK14MA74C_8000",
    "child_idv_count": 0,
    "child_award_count": 10,
    "child_award_total_obligation": 2500606936.02,
    "child_award_total_outlay": 628003.0,
    "child_award_base_and_all_options_value": 3689266752.02,
    "child_award_base_exercised_options_val": 3689266752.01,
    "child_total_account_outlay": 1697275460.0,
    "child_total_account_obligation": 1831552960.0,
    "child_account_outlays_by_defc": [
        {
            "code": "Q",
            "amount": 1697275460.0
        }
    ],
    "child_account_obligations_by_defc": [
        {
            "code": "Q",
            "amount": 1831552960.0
        }
    ],
    "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": []
}