cURL
curl --request GET \ --url https://api.axiom.co/v2/datasets/{dataset_id}/fields/{field_id} \ --header 'Authorization: Bearer <token>'
{ "description": "<string>", "hidden": true, "name": "<string>", "type": "<string>", "unit": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
DatasetField
Name of the field
Type of the field
Description of the field
Whether the field is hidden
Unit of the field
Was this page helpful?