v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBField
Fields.create
Creates new Field
post/entities/Fields
Query parameters
validation-levelinteger
Specify validation level of Field on create. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
Response
Creation confirmation. Returns created Field
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"entity_name": "string",
"api_name": "string",
"name": "string",
"use_lang": 1,
"column_name": "string",
"column_source": 1,
"relation_id": "string",
"relation_with_entity_id": "string",
"shared_with_field_id": "01234567-abcd-dcba-ffff-000000000000",
"system_type": 1,
"type_id": "string",
"composite_field_id": "01234567-abcd-dcba-ffff-000000000000",
"data_set_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_options_field_id": "01234567-abcd-dcba-ffff-000000000000",
"calc_formula": "string",
"default_value": "string",
"sequence_set_id": "01234567-abcd-dcba-ffff-000000000000",
"sequence_id": "01234567-abcd-dcba-ffff-000000000000",
"sequence_pattern": "string",
"source_field_id": "string",
"source_type_id": "string",
"translated_name": "string",
"original_dataset_field_id": "01234567-abcd-dcba-ffff-000000000000",
"name_translations": "blob",
"name_translated": "string",
"primitive_type": "string"
}
}