V1_Extracts_Post_Request

HealthPublic HealthGrantsInteroperabilityFHIRGovernmentOpen DataFDAHRSAONC

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

Top-level fields

example1

Example Payload

Raw ↑
{
  "example1": {
    "summary": "No filters",
    "value": {
      "pagination": {
        "sort_order": [
          {
            "order_by": "created_at",
            "sort_direction": "descending"
          }
        ],
        "page_offset": 1,
        "page_size": 25
      }
    }
  }
}