client.ontology.list
A method of the Ontology endpoint.
- list(*, subset: str = None) ListResponse
List the ontology of column names Civis uses
API URL:
GET /ontologyimport civis client = civis.APIClient() response = client.ontology.list(...)
- Parameters:
- subsetstr, optional
A subset of fields to return.
- Returns:
civis.ListResponsekey : str
title : str
- descstr
A description of this field.
aliases : List[str]