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
name
string
required

Name of the field

type
string
required

Type of the field

description
string

Description of the field

hidden
boolean

Whether the field is hidden

unit
string

Unit of the field