1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 18:36:29 +00:00
bramw_baserow/backend/templates/all-fields.json
2024-06-19 18:19:23 +00:00

1480 lines
47 KiB
JSON

{
"baserow_template_version": 1,
"name": "All fields",
"icon": "iconoir-input-field",
"keywords": [
"All",
"Fields",
"Baserow"
],
"categories": [
"Baserow"
],
"export": [
{
"id": 276,
"name": "All field types",
"order": 12,
"type": "database",
"tables": [
{
"id": 1337,
"name": "All field types",
"order": 1,
"fields": [
{
"id": 12971,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 12972,
"type": "long_text",
"name": "Notes",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 12973,
"type": "number",
"name": "Number",
"order": 2,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 12974,
"type": "rating",
"name": "Rating",
"order": 3,
"primary": false,
"max_value": 5,
"color": "dark-orange",
"style": "star"
},
{
"id": 12975,
"type": "boolean",
"name": "Boolean",
"order": 4,
"primary": false
},
{
"id": 12976,
"type": "date",
"name": "Date european",
"order": 5,
"primary": false,
"date_format": "EU",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 12977,
"type": "date",
"name": "Date us include time",
"order": 6,
"primary": false,
"date_format": "US",
"date_include_time": true,
"date_time_format": "12",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 12978,
"type": "last_modified",
"name": "Last modified",
"order": 7,
"primary": false,
"date_format": "EU",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": true,
"date_force_timezone": null
},
{
"id": 12979,
"type": "created_on",
"name": "Created on",
"order": 8,
"primary": false,
"date_format": "EU",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": true,
"date_force_timezone": null
},
{
"id": 12980,
"type": "url",
"name": "URL",
"order": 9,
"primary": false
},
{
"id": 12981,
"type": "email",
"name": "Email",
"order": 10,
"primary": false
},
{
"id": 12982,
"type": "file",
"name": "File",
"order": 11,
"primary": false
},
{
"id": 12983,
"type": "single_select",
"name": "Single select",
"order": 12,
"primary": false,
"select_options": [
{
"id": 5413,
"value": "Option 1 with a long name",
"color": "green",
"order": 0
},
{
"id": 5414,
"value": "Option 2",
"color": "cyan",
"order": 1
}
]
},
{
"id": 12984,
"type": "multiple_select",
"name": "Multiple select",
"order": 13,
"primary": false,
"select_options": [
{
"id": 5415,
"value": "Option A",
"color": "red",
"order": 0
},
{
"id": 5416,
"value": "Option B",
"color": "green",
"order": 1
},
{
"id": 5417,
"value": "Option C",
"color": "blue",
"order": 2
}
]
},
{
"id": 12985,
"type": "phone_number",
"name": "Phone number",
"order": 14,
"primary": false
},
{
"id": 12986,
"type": "formula",
"name": "Formula text",
"order": 15,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"formula": "field(\"Name\")",
"formula_type": "text"
},
{
"id": 12987,
"type": "formula",
"name": "Formula file",
"order": 16,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "single_file",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"formula": "field(\"File\")",
"formula_type": "array"
},
{
"id": 12988,
"type": "link_row",
"name": "Related",
"order": 17,
"primary": false,
"link_row_table_id": 1338,
"link_row_related_field_id": null,
"has_related_field": false
},
{
"id": 12989,
"type": "lookup",
"name": "Lookup text",
"order": 18,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13003,
"target_field_name": "Name"
},
{
"id": 12990,
"type": "lookup",
"name": "Lookup number",
"order": 19,
"primary": false,
"nullable": true,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "number",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13004,
"target_field_name": "Number"
},
{
"id": 12991,
"type": "lookup",
"name": "Lookup single select",
"order": 20,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "single_select",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13005,
"target_field_name": "Single select"
},
{
"id": 12992,
"type": "lookup",
"name": "Lookup",
"order": 21,
"primary": false,
"nullable": false,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "boolean",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13006,
"target_field_name": "Boolean"
},
{
"id": 12993,
"type": "lookup",
"name": "Lookup date",
"order": 22,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": false,
"date_force_timezone": null,
"array_formula_type": "date",
"error": null,
"duration_format": null,
"date_time_format": "24",
"date_format": "EU",
"date_include_time": true,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13007,
"target_field_name": "Date"
},
{
"id": 12994,
"type": "count",
"name": "Count",
"order": 23,
"primary": false,
"nullable": false,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988
},
{
"id": 12995,
"type": "rollup",
"name": "Rollup sum",
"order": 24,
"primary": false,
"nullable": false,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"target_field_id": 13004,
"rollup_function": "sum"
},
{
"id": 12996,
"type": "multiple_collaborators",
"name": "Collaborators",
"order": 25,
"primary": false,
"notify_user_when_added": false
},
{
"id": 12997,
"type": "number",
"name": "Price",
"order": 26,
"primary": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 12998,
"type": "last_modified_by",
"name": "Last modified by",
"order": 27,
"primary": false
},
{
"id": 12999,
"type": "created_by",
"name": "Created by",
"order": 28,
"primary": false
},
{
"id": 13000,
"type": "duration",
"name": "Duration",
"order": 29,
"primary": false,
"duration_format": "h:mm:ss"
},
{
"id": 13001,
"type": "formula",
"name": "Formula Duration",
"order": 30,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": "h:mm:ss",
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"formula": "field(\"Duration\") + date_interval('1 h')",
"formula_type": "duration"
},
{
"id": 13002,
"type": "lookup",
"name": "Lookup duration",
"order": 31,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "duration",
"error": null,
"duration_format": "h:mm:ss",
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13008,
"target_field_name": "Duration"
},
{
"id": 13017,
"type": "formula",
"name": "Formula",
"order": 32,
"primary": false,
"nullable": false,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"formula": "button('https://baserow.io', 'Test')",
"formula_type": "button"
},
{
"id": 13019,
"type": "lookup",
"name": "Button lookup",
"order": 33,
"primary": false,
"nullable": false,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "button",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13018,
"target_field_name": "Formula"
},
{
"id": 13022,
"type": "lookup",
"name": "Multiple select lookup",
"order": 34,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "multiple_select",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13021,
"target_field_name": "Multiple select"
},
{
"id": 13023,
"type": "lookup",
"name": "URL lookup",
"order": 35,
"primary": false,
"nullable": true,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 12988,
"through_field_name": "Related",
"target_field_id": 13020,
"target_field_name": "URL"
}
],
"views": [
{
"id": 5997,
"type": "grid",
"name": "Grid",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "bram@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"field_options": [
{
"id": 43293,
"field_id": 12971,
"width": 148,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43294,
"field_id": 12972,
"width": 191,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43295,
"field_id": 12973,
"width": 125,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43296,
"field_id": 12997,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43297,
"field_id": 12988,
"width": 205,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43298,
"field_id": 12974,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43299,
"field_id": 12975,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43300,
"field_id": 12976,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43301,
"field_id": 12977,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43302,
"field_id": 12978,
"width": 216,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43303,
"field_id": 12979,
"width": 236,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43304,
"field_id": 12980,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43305,
"field_id": 12981,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43306,
"field_id": 12982,
"width": 173,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43307,
"field_id": 12983,
"width": 164,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43308,
"field_id": 12984,
"width": 131,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43309,
"field_id": 12985,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43310,
"field_id": 12994,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43311,
"field_id": 12995,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43312,
"field_id": 12986,
"width": 200,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43313,
"field_id": 12987,
"width": 177,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43314,
"field_id": 12989,
"width": 168,
"hidden": false,
"order": 21,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43315,
"field_id": 12990,
"width": 200,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43316,
"field_id": 12991,
"width": 248,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43317,
"field_id": 12992,
"width": 239,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43318,
"field_id": 12993,
"width": 215,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43319,
"field_id": 12996,
"width": 200,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43324,
"field_id": 12998,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43325,
"field_id": 12999,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43326,
"field_id": 13000,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43327,
"field_id": 13001,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43328,
"field_id": 13002,
"width": 192,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43339,
"field_id": 13017,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43341,
"field_id": 13019,
"width": 191,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43344,
"field_id": 13022,
"width": 319,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43345,
"field_id": 13023,
"width": 182,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 5999,
"type": "gallery",
"name": "Gallery",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "bram@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"field_options": [
{
"id": 7249,
"field_id": 12971,
"hidden": false,
"order": 32767
},
{
"id": 7250,
"field_id": 12972,
"hidden": false,
"order": 32767
},
{
"id": 7251,
"field_id": 12973,
"hidden": false,
"order": 32767
},
{
"id": 7252,
"field_id": 12974,
"hidden": false,
"order": 32767
},
{
"id": 7253,
"field_id": 12975,
"hidden": false,
"order": 32767
},
{
"id": 7254,
"field_id": 12976,
"hidden": false,
"order": 32767
},
{
"id": 7255,
"field_id": 12977,
"hidden": false,
"order": 32767
},
{
"id": 7256,
"field_id": 12978,
"hidden": false,
"order": 32767
},
{
"id": 7257,
"field_id": 12979,
"hidden": false,
"order": 32767
},
{
"id": 7258,
"field_id": 12980,
"hidden": false,
"order": 32767
},
{
"id": 7259,
"field_id": 12981,
"hidden": false,
"order": 32767
},
{
"id": 7260,
"field_id": 12982,
"hidden": false,
"order": 32767
},
{
"id": 7261,
"field_id": 12983,
"hidden": false,
"order": 32767
},
{
"id": 7262,
"field_id": 12984,
"hidden": false,
"order": 32767
},
{
"id": 7263,
"field_id": 12985,
"hidden": false,
"order": 32767
},
{
"id": 7264,
"field_id": 12986,
"hidden": false,
"order": 32767
},
{
"id": 7265,
"field_id": 12987,
"hidden": false,
"order": 32767
},
{
"id": 7266,
"field_id": 12988,
"hidden": false,
"order": 32767
},
{
"id": 7267,
"field_id": 12989,
"hidden": false,
"order": 32767
},
{
"id": 7268,
"field_id": 12990,
"hidden": false,
"order": 32767
},
{
"id": 7269,
"field_id": 12991,
"hidden": false,
"order": 32767
},
{
"id": 7270,
"field_id": 12992,
"hidden": false,
"order": 32767
},
{
"id": 7271,
"field_id": 12993,
"hidden": false,
"order": 32767
},
{
"id": 7272,
"field_id": 12994,
"hidden": false,
"order": 32767
},
{
"id": 7273,
"field_id": 12995,
"hidden": false,
"order": 32767
},
{
"id": 7274,
"field_id": 12996,
"hidden": false,
"order": 32767
},
{
"id": 7275,
"field_id": 12997,
"hidden": false,
"order": 32767
},
{
"id": 7276,
"field_id": 12998,
"hidden": false,
"order": 32767
},
{
"id": 7277,
"field_id": 12999,
"hidden": false,
"order": 32767
},
{
"id": 7278,
"field_id": 13000,
"hidden": false,
"order": 32767
},
{
"id": 7279,
"field_id": 13001,
"hidden": false,
"order": 32767
},
{
"id": 7280,
"field_id": 13002,
"hidden": false,
"order": 32767
},
{
"id": 7281,
"field_id": 13017,
"hidden": false,
"order": 32767
},
{
"id": 7282,
"field_id": 13019,
"hidden": false,
"order": 32767
},
{
"id": 7283,
"field_id": 13022,
"hidden": false,
"order": 32767
},
{
"id": 7284,
"field_id": 13023,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-10-25T19:04:55.554233+00:00",
"updated_on": "2024-06-14T19:04:55.543160+00:00",
"last_modified_by": "bram@baserow.io",
"field_12971": "First row",
"field_12972": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In pretium sem id tellus ultricies fringilla. Vivamus vel lorem et lacus luctus pretium. Vestibulum ut tellus at ipsum faucibus venenatis sed vel diam. Cras sit amet leo neque. Nulla efficitur sit amet sapien et hendrerit. Praesent eu elit eu lorem consequat porta molestie in dui. Sed pellentesque urna ipsum, posuere tristique mauris vestibulum ac. Nam malesuada nisl non risus condimentum rutrum. Aliquam suscipit, lectus ut euismod euismod, nibh justo dictum ligula, nec lacinia augue nisi vel arcu.",
"field_12973": "100",
"field_12974": 4,
"field_12975": "true",
"field_12976": "2023-10-01",
"field_12977": "2023-10-02T19:11:26+00:00",
"field_12978": null,
"field_12979": null,
"field_12980": "https://baserow.io",
"field_12981": "bram@baserow.io",
"field_12982": [
{
"name": "tyUuFENn1osvBWVHvNN5aMENcaHHbnr9_45e07cf623e634b96b3e82aeaf7ecc74efd03a05808bf1eb69ceef8a9df7d135.doc",
"visible_name": "file-sample_100kB.doc",
"original_name": "tyUuFENn1osvBWVHvNN5aMENcaHHbnr9_45e07cf623e634b96b3e82aeaf7ecc74efd03a05808bf1eb69ceef8a9df7d135.doc"
},
{
"name": "uBhtvAmhPE0RTObNDeeEfILxzu6h7XNo_771b2e98db13f1f683eaf37dd65364a9297ad32679301947f4bea68c3e625244.xls",
"visible_name": "file_example_XLS_10.xls",
"original_name": "uBhtvAmhPE0RTObNDeeEfILxzu6h7XNo_771b2e98db13f1f683eaf37dd65364a9297ad32679301947f4bea68c3e625244.xls"
},
{
"name": "ora1swQcmXDKuw8dfLjXtsE6kB4HAUHV_71944d7430c461f0cd6e7fd10cee7eb72786352a3678fc7bc0ae3d410f72aece.mp4",
"visible_name": "file_example_MP4_480_1_5MG.mp4",
"original_name": "ora1swQcmXDKuw8dfLjXtsE6kB4HAUHV_71944d7430c461f0cd6e7fd10cee7eb72786352a3678fc7bc0ae3d410f72aece.mp4"
},
{
"name": "Ya3cB4xF9yUVGe2qlu9r3LTlK2kxBmGz_9a2270d5964f64981fb1e91dd13e5941262817bdce873cf357c92adbef906b5d.mp3",
"visible_name": "file_example_MP3_700KB.mp3",
"original_name": "Ya3cB4xF9yUVGe2qlu9r3LTlK2kxBmGz_9a2270d5964f64981fb1e91dd13e5941262817bdce873cf357c92adbef906b5d.mp3"
},
{
"name": "x6xDGjlQgPjfoj2U0ChCzRtRpujihOio_88aeb1f4467bd1e50cf624de972fbf3f40801632fedb64aaa7b1a8a9ef786fc6.jpg",
"visible_name": "file_example_JPG_100kB.jpg",
"original_name": "x6xDGjlQgPjfoj2U0ChCzRtRpujihOio_88aeb1f4467bd1e50cf624de972fbf3f40801632fedb64aaa7b1a8a9ef786fc6.jpg"
},
{
"name": "RoRPfnpMH1mCpXSn3LdYuDv0c22x6Fv3_38c9792d725c45dd431699e6a3b0f0f8e17c63c9ac7331387ee30dcc6e42a511.pdf",
"visible_name": "file-sample_150kB.pdf",
"original_name": "RoRPfnpMH1mCpXSn3LdYuDv0c22x6Fv3_38c9792d725c45dd431699e6a3b0f0f8e17c63c9ac7331387ee30dcc6e42a511.pdf"
}
],
"field_12983": 5413,
"field_12984": [
5415,
5416
],
"field_12985": "+12345678",
"field_12986": null,
"field_12987": null,
"field_12988": [
1,
2,
3,
4,
5
],
"field_12989": null,
"field_12990": null,
"field_12991": null,
"field_12992": null,
"field_12993": null,
"field_12994": null,
"field_12995": null,
"field_12996": [
"bram@baserow.io"
],
"field_12997": "100.00",
"field_12998": "bram@baserow.io",
"field_12999": null,
"field_13000": 5025.0,
"field_13001": null,
"field_13002": null,
"field_13017": null,
"field_13019": null,
"field_13022": null,
"field_13023": null
}
]
},
{
"id": 1338,
"name": "Related",
"order": 2,
"fields": [
{
"id": 13003,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 13004,
"type": "number",
"name": "Number",
"order": 1,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 13005,
"type": "single_select",
"name": "Single select",
"order": 2,
"primary": false,
"select_options": [
{
"id": 5418,
"value": "Option 1",
"color": "dark-orange",
"order": 0
},
{
"id": 5419,
"value": "With a long name as option value",
"color": "green",
"order": 1
}
]
},
{
"id": 13006,
"type": "boolean",
"name": "Boolean",
"order": 3,
"primary": false
},
{
"id": 13007,
"type": "date",
"name": "Date",
"order": 4,
"primary": false,
"date_format": "EU",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 13008,
"type": "duration",
"name": "Duration",
"order": 5,
"primary": false,
"duration_format": "h:mm:ss"
},
{
"id": 13018,
"type": "formula",
"name": "Formula",
"order": 6,
"primary": false,
"nullable": false,
"number_decimal_places": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_time_format": null,
"date_format": null,
"date_include_time": null,
"formula": "button('https://baserow.io', field('Name'))",
"formula_type": "button"
},
{
"id": 13020,
"type": "url",
"name": "URL",
"order": 7,
"primary": false
},
{
"id": 13021,
"type": "multiple_select",
"name": "Multiple select",
"order": 8,
"primary": false,
"select_options": [
{
"id": 5420,
"value": "Option 1",
"color": "darker-green",
"order": 0
},
{
"id": 5421,
"value": "Option 2",
"color": "dark-blue",
"order": 1
},
{
"id": 5422,
"value": "Option 3 with a very long name",
"color": "light-gray",
"order": 2
}
]
}
],
"views": [
{
"id": 5998,
"type": "grid",
"name": "Grid",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "bram@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 43320,
"field_id": 13003,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43321,
"field_id": 13004,
"width": 184,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43322,
"field_id": 13005,
"width": 252,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43323,
"field_id": 13006,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43337,
"field_id": 13007,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43338,
"field_id": 13008,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43340,
"field_id": 13018,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43342,
"field_id": 13020,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 43343,
"field_id": 13021,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-10-25T19:09:50.671242+00:00",
"updated_on": "2024-06-14T20:03:07.421057+00:00",
"last_modified_by": "bram@baserow.io",
"field_13003": "Row 1",
"field_13004": "1",
"field_13005": 5418,
"field_13006": "true",
"field_13007": "2023-10-01T19:12:41+00:00",
"field_13008": 1800.0,
"field_13018": null,
"field_13020": "https://baserow.io",
"field_13021": [
5420,
5421
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-10-25T19:09:50.671294+00:00",
"updated_on": "2024-06-14T20:44:59.566753+00:00",
"last_modified_by": "bram@baserow.io",
"field_13003": "Row 2 with a very long name",
"field_13004": "2",
"field_13005": 5419,
"field_13006": "true",
"field_13007": "2023-10-02T19:12:44+00:00",
"field_13008": 3600.0,
"field_13018": null,
"field_13020": "https://test.com",
"field_13021": [
5421,
5422
]
}
]
}
]
}
]
}