This endpoint gets the obligation sums for the given submission.
/v1/get_obligations/?submission_id=123
submission_id
: (required, integer) the ID of the submission to get obligations for
{
"total_obligations": 75000.01,
"total_procurement_obligations": 32500.01,
"total_assistance_obligations": 42500
}
total_obligations
: (float) the total obligations for the requested submissiontotal_procurement_obligations
: (float) the total procurement obligations for the requested submissiontotal_assistance_obligations
: (float) the total assistance obligations for the requested submission
Possible HTTP Status Codes:
- 400:
- Missing
submission_id
parameter - Submission does not exist
- Missing
- 401: Login required
- 403: Permission denied, user does not have permission to view this submission