v1

latestOpenAPI 3.1.02026-08-061,5107704.5 MB
Field

Fields.get

Returns Field with given id

get/entities/Fields/{id}

Path parameters

idstring uuid required

ID of Field to retrieve

Response

Field data

successboolean

True when response succeeded, false on error.

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"
  }
}