Create virtual field
Create virtual field.
POST
/v2/vfieldsFeatures
Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.
Input6
Sent from your browser straight to the API — never to Docsbook, never stored.
Output7
Responses
200VirtualFieldWithId
Example input
curl -X POST 'https://api.axiom.co/v2/vfields' \
-H 'Authorization: Bearer API_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"dataset":"string","expression":"string","name":"string"}'Example output
{
"dataset": "string",
"description": "string",
"expression": "string",
"name": "string",
"type": "string",
"unit": "string",
"id": "string"
}