Retrieve Recipient Names or DUNS for the autocomplete text box Route: /api/v2/autocomplete/recipient/ Method: POST This route sends a request to the backend to retrieve recipient names or DUNS matching the specified search text. Request example
Retrieve budget functions for the autocomplete text box Route: /api/v2/autocomplete/budget_function/ Method: POST This route sends a request to the backend to retrieve budget functions matching the specified search text. Request example
Retrieve awarded amounts for all recipients Route: /api/v2/award_spending/recipient Method: GET This route sends a request to the backend to retrieve awarded amounts for all recipients for a specified awarding agency based on the fiscal year. Request example
Retrieve awarded amounts for all award types Route: /api/v2/award_spending/award_type Method: GET This route sends a request to the backend to retrieve awarded amounts for all award types for a specified awarding agency based on the fiscal year. Request Example