Skip to content

Instantly share code, notes, and snippets.

@nmonga91
nmonga91 / recipient_autocomplete.md
Last active July 13, 2017 19:22
Recipient Autocomplete

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

@nmonga91
nmonga91 / budget_function_autocomplete.md
Last active July 13, 2017 19:22
Budget Function Autocomplete Endpoint

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

@nmonga91
nmonga91 / recipient_award_spending_endpoint.md
Last active June 8, 2017 20:49
Recipient Award Spending Endpoint

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

@nmonga91
nmonga91 / award_type_award_spending.md
Last active June 8, 2017 20:48
Award Type Endpoint

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