Skip to main content
POST
/
vfields
cURL
curl --request POST \
  --url https://api.axiom.co/v2/vfields \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dataset": "<string>",
  "expression": "<string>",
  "name": "<string>",
  "description": "<string>",
  "type": "<string>",
  "unit": "<string>"
}
'
{
  "dataset": "<string>",
  "expression": "<string>",
  "name": "<string>",
  "id": "<string>",
  "description": "<string>",
  "type": "<string>",
  "unit": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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.

Body

application/json
dataset
string
required
expression
string
required
name
string
required
description
string
type
string
unit
string

Response

200 - application/json

VirtualFieldWithId

dataset
string
required
expression
string
required
name
string
required
id
string
required
description
string
type
string
unit
string