Field API Names
Last updated
Last updated
Within the Stacker API, fields are accessed via their API Names.
The easiest way to get the API for a given field is by calling Fields endpoint.
The API Name for a field is constructed from the unique code for the object associated (e.g. projects10
) and the field's Developer Name (e.g. created_by
), joined with two underscores: projects10__created_by
.
While API Names are currently constructed in this way, this may change in the future. It is not recommended to construct names in this way directly, but instead to refer to names found from the Fields endpoint.
These can be accessed by selecting "Show developer name" in the Manage Fields pane, accessible from the data grid.