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