Calculated Fields

List all Calculated Fields

Get all the Calculated Fields (also called Derived Columns) in a dataset or environment. With the ?alias=X query parameter, can return a single Calculated Field by its alias.

get/1/derived_columns/{datasetSlug}

Query parameters

aliasstring

The Calculated Field alias.

Response

When listing all columns, an array of CalculatedField objects will be returned. When using key_name, will return a single CalculatedField object if found.

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.