Opportunity Search Request

HealthPublic HealthGrantsInteroperabilityFHIRGovernmentOpen DataFDAHRSAONC

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

Top-level fields

queryfilterspagination

Example Payload

Raw ↑
{
  "query": "public health research",
  "filters": {
    "agency": [
      "HHS"
    ],
    "opportunity_status": [
      "posted"
    ]
  },
  "pagination": {
    "page_offset": 1,
    "page_size": 25,
    "sort_order": "asc",
    "order_by": "close_date"
  }
}