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.