Ontology
- class Ontology(session_kwargs, client, return_type='raw')
Methods
list
(*[, subset])List the ontology of column names Civis uses
Examples
>>> import civis >>> client = civis.APIClient() >>> client.ontology.list(...)
- list(*, subset: str = None)
List the ontology of column names Civis uses
- Parameters:
- subsetstr, optional
A subset of fields to return.
- Returns:
civis.response.Response
key : str
title : str
- descstr
A description of this field.
aliases : List[str]