data_access_api.routers.schema
Classes
Represents the input for a cohort query. |
|
Represents the input for a dataframe query. |
|
Represents the response for a statistics query. |
|
Represents the response for an accession-ids query. |
Module Contents
- class data_access_api.routers.schema.CohortQueryInput
Bases:
pydantic.BaseModelRepresents the input for a cohort query.
- encrypted_project_id: str
- query_id: str
- query_name: str
- query: str
- trust_id: str
- class data_access_api.routers.schema.DataframeQuery
Bases:
pydantic.BaseModelRepresents the input for a dataframe query.
- encrypted_project_id: str
- query: str