Find Demographics details

get

/ohfapi/cg/v3.3/demographics/{demographicstype}

This end point finds the matching values for the corresponsding Demophics Type provided.If the operator is null, then it defaults to equals. If limit is null then defaults to 100.

Request

Supported Media Types
Path Parameters
  • Demographics Type
    Allowed Values: [ "Ethnicity", "Race", "Gender", "MaritalStatus", "City", "State", "ZipCode", "County", "Country", "Datasource", "DatasourceNameCode" ]
Query Parameters
  • Collection Format: multi
    Demographics Type Search Parameter
  • Demographics Type Search Operator
    Allowed Values: [ "Equals", "StartsWith", "Contains", "NotEquals" ]
  • Limit
  • Collection Format: multi
    Demographics Type Search Parameter
  • Demographics Type Search Operator
    Allowed Values: [ "Equals", "StartsWith", "Contains", "NotEquals" ]
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : Demographics
Type: object
Model for a Demographics Query Builder
Show Source

400 Response

Invalid parameters supplied

404 Response

No data found
Back to Top