cURL
curl --request GET \ --url https://api.axiom.co/v2/datasets/{dataset_id}/fields/{field_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "type": "<string>", "description": "<string>", "hidden": true, "unit": "<string>" }
Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.
Authorization: Bearer <token>
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?
Suggestions
Contact support