GET
/
datasets
/
{id}
/
fields
/
{fieldId}
curl --request GET \
  --url https://api.axiom.co/v2/datasets/{id}/fields/{fieldId}
{
  "description": "<string>",
  "hidden": true,
  "name": "<string>",
  "type": "<string>",
  "unit": "<string>"
}

Path Parameters

id
string
required
fieldId
string
required

Response

200 - application/json
DatasetField

The response is of type object.