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 /ontology

import civis
client = civis.APIClient()
response = client.ontology.list(...)
Parameters:
subsetstr, optional

A subset of fields to return.

Returns:
civis.ListResponse
  • key : str

  • title : str

  • descstr

    A description of this field.

  • aliases : List[str]