Skip to main content

PopulationRequest

age object
anyOf
  • Array [
  • integer
  • ]
  • education_level object
    anyOf
  • Array [
  • EducationLevelEnum

    Possible values: [Some College, High School Diploma, Less than high school, High School but no diploma, Bachelors, Associates, Masters, PhD]

  • ]
  • gender object
    anyOf
  • Array [
  • GenderEnum

    Possible values: [Male, Female]

  • ]
  • household_income object
    anyOf
  • Array [
  • integer
  • ]
  • household_with_children object
    anyOf
    string

    Possible values: [yes, no]

    number_of_children object
    anyOf
  • Array [
  • ChildrenEnum

    Possible values: [0, 1, 2, 3, 4+]

  • ]
  • number_of_recordsNumber Of Records

    Possible values: <= 5000

    Default value: 250
    racial_group object
    anyOf
  • Array [
  • RacialGroupEnum

    Possible values: [Mixed race, White, African American, Asian or Pacific Islander, Other race, American Indian or Alaska Native]

  • ]
  • state object
    anyOf
    USStatesEnum

    Possible values: [Alabama, Alaska, Arizona, Arkansas, California, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachusetts, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Washington, West Virginia, Wisconsin, Wyoming]

    PopulationRequest
    {
    "age": [
    20,
    26
    ],
    "education_level": [
    "Less than high school",
    "High School but no diploma",
    "High School Diploma",
    "Some College",
    "Associates",
    "Bachelors",
    "Masters",
    "PhD"
    ],
    "gender": [
    "Female"
    ],
    "household_income": [
    50000,
    70000
    ],
    "number_of_children": [
    "1",
    "2",
    "3",
    "4+"
    ],
    "number_of_records": 500,
    "racial_group": [
    "White",
    "African American",
    "Asian or Pacific Islander",
    "Mixed race",
    "Other race"
    ],
    "state": "New York"
    }