V1_Opportunities_Search_Csv_Post_Request

HealthPublic HealthGrantsInteroperabilityFHIRGovernmentOpen DataFDAHRSAONC

V1_Opportunities_Search_Csv_Post_Request is an example object payload from HHS (US Department of Health and Human Services), with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

example1example2

Example Payload

Raw ↑
{
  "example1": {
    "summary": "No filters",
    "value": {}
  },
  "example2": {
    "summary": "Query and filters",
    "value": {
      "query": "research",
      "query_operator": "OR",
      "filters": {
        "agency": {
          "one_of": [
            "USAID",
            "DOC"
          ]
        },
        "opportunity_status": {
          "one_of": [
            "forecasted",
            "posted"
          ]
        }
      }
    }
  }
}