This endpoint requests the URL associated with a particular type of submission report. The provided URL will expire after one minute.
/v1/report_url/?submission_id=1234&warning=True&file_type=appropriations&cross_type=award_financial
submission_id: (required, integer) the ID of the submission to get a report url forfile_type: (required, string) the type of report being requestedappropriations- Aprogram_activity- Baward_financial- Caward_procurement- D1award- D2fabs- FABS
warning: (boolean) true if the report is a warning report. Defaults to falsecross_type: (string) if present, indicates that we're looking for a cross-validation report betweenfile_typeand this parameter. The following are the only valid pairings, all other combinations offile_typeandcross_typewill result in an error:file_type: "appropriations",cross_type: "program_activity"file_type: "program_activity",cross_type: "award_financial"file_type: "award_financial",cross_type: "award_procurement"file_type: "award_financial",cross_type: "award"
{
"url": "https://........"
}
url- signed url for the submission report
Possible HTTP Status Codes:
- 400:
- Missing
submission_idorfile_typeparameter - Submission does not exist
- Invalid
file_type,cross_type, orwarningparameter - Invalid
file_type,cross_typepairing
- Missing
- 401: Login required
- 403: Permission denied, user does not have permission to view this submission