Resource group

Fields

Ontology: Field

Fields describe the structured columns of a tabular Function’s input (name + type: Text, Number, or Image).

Operations

MethodPathOperation
GET /v1/functions/{functionId}/fields List Fields (ListFields)
POST /v1/functions/{functionId}/fields Create a Field (PostField)
GET /v1/functions/{functionId}/fields/{fieldId} Get a Field (GetField)
PUT /v1/functions/{functionId}/fields/{fieldId} Update a Field (PutField)
DELETE /v1/functions/{functionId}/fields/{fieldId} Delete a Field (DeleteField)