You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current JSON Endpoints lack the subawardee recipient details (UEI, Address, etc) that are provided in the CSV Download, so there is no way to find out the Subaward recipient location without downloading the CSV of Subawards.
And no Subaward Endpoint exists like /api/v2/awards/{award_id}/ to gather additional details.
When querying /api/v2/search/Spending_By_Award/ with subawards flag = true, the same list of subawards can be returned, but the Recipient DUNS Number is null for all subawards.
The text was updated successfully, but these errors were encountered:
Current JSON Endpoints lack the subawardee recipient details (UEI, Address, etc) that are provided in the CSV Download, so there is no way to find out the Subaward recipient location without downloading the CSV of Subawards.
/api/v2/subawards/
returns
id (required, number)
subaward_number (required, string)
description (required, string)
action_date (required, string)
amount (required, number)
recipient_name (required, string)
And no Subaward Endpoint exists like /api/v2/awards/{award_id}/ to gather additional details.
When querying /api/v2/search/Spending_By_Award/ with subawards flag = true, the same list of subawards can be returned, but the Recipient DUNS Number is null for all subawards.
The text was updated successfully, but these errors were encountered: