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
- application/json
- application/xml
Path Parameters
-
demographicstype: string
Demographics TypeAllowed Values:
[ "Ethnicity", "Race", "Gender", "MaritalStatus", "City", "State", "ZipCode", "County", "Country", "Datasource", "DatasourceNameCode" ]
Query Parameters
- code(optional): array
-
codeOperator(optional): string
Demographics Type Search OperatorAllowed Values:
[ "Equals", "StartsWith", "Contains", "NotEquals" ] -
limit(optional): integer(int32)
Limit
- name(optional): array
-
nameOperator(optional): string
Demographics Type Search OperatorAllowed Values:
[ "Equals", "StartsWith", "Contains", "NotEquals" ]
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Root Schema : schema
Type:
Show Source
array-
Array of:
object Demographics
Model for a Demographics Query Builder
Nested Schema : Demographics
Type:
objectModel for a Demographics Query Builder
Show Source
-
code(optional):
string
Code of the search result
-
id(optional):
string
Unique Identifier
-
name(optional):
string
Name of the search result
400 Response
Invalid parameters supplied
404 Response
No data found