Skip to content

Instantly share code, notes, and snippets.

@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

@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 / 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_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 / awarding_agency_autocomplete.md
Last active July 13, 2017 19:21
Awarding Agency Autocomplete

Retrieve Awarding Agencies for the autocomplete text box

Route: /api/v2/autocomplete/awarding_agency/

Method: POST

This route sends a request to the backend to retrieve awarding agencies matching the specified search text.

Request example

@nmonga91
nmonga91 / agency_metadata.md
Last active July 12, 2017 19:05
Agency Metadata

Retrieve agency information

Route: /api/v2/references/agency/:id

Method: GET

This route sends a request to the backend to retrieve an agency's metadata

Request example

@nmonga91
nmonga91 / funding_agency_autocomplete.md
Last active July 13, 2017 19:21
Funding Agency Autocomplete

Retrieve Funding Agencies for the autocomplete text box

Route: /api/v2/autocomplete/funding_agency/

Method: POST

This route sends a request to the backend to retrieve funding agencies matching the specified search text.

Request example

@nmonga91
nmonga91 / budget_function_autocomplete.md
Last active July 17, 2017 15:49
Budget Function Autocomplete Updated

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 / toptier_agency_autocomplete.md
Last active July 24, 2017 14:10
Toptier Agency Autocomplete

Retrieve Toptier Agency names for the autocomplete text box

Route: /api/v2/autocomplete/toptier_agency/

Method: POST

This route sends a request to the backend to retrieve toptier agency names matching the specified search text.

Request example

@nmonga91
nmonga91 / toptier_agency_v2_update.md
Last active July 24, 2017 20:39
Toptier Agency V2 Update

Retrieve all Toptier Agency data

Route: /api/v2/references/toptier_agencies/

Method: GET

This route sends a request to the backend to retrieve all toptier agencies and related, relevant data.

Request example