1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 22:00:09 +00:00
bramw_baserow/backend/templates/commercial-property-management.json
2024-12-12 09:59:46 +01:00

12545 lines
No EOL
616 KiB
JSON

{
"baserow_template_version": 1,
"name": "Commercial Property Management",
"icon": "iconoir-city",
"keywords": [
"property management",
"rental properties",
"rental property management",
"tenant tracker",
"tenants"
],
"categories": [
"Real Estate"
],
"export": [
{
"id": 489,
"name": "Commercial Property Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 2254,
"name": "Buildings",
"order": 1,
"fields": [
{
"id": 20926,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20927,
"type": "text",
"name": "Address",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20928,
"type": "text",
"name": "City",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20929,
"type": "text",
"name": "State",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20930,
"type": "number",
"name": "Zip code",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 20931,
"type": "link_row",
"name": "Units",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2255,
"link_row_related_field_id": 20943,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20932,
"type": "file",
"name": "Image",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20933,
"type": "link_row",
"name": "Contacts",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2260,
"link_row_related_field_id": 21001,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20934,
"type": "lookup",
"name": "Tenants",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20931,
"through_field_name": "Units",
"target_field_id": 20948,
"target_field_name": "Tenants"
},
{
"id": 20935,
"type": "count",
"name": "Units count",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_include_time": null,
"through_field_id": 20931
},
{
"id": 20936,
"type": "formula",
"name": "Rented units",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "filter(lookup('Units','Name'),lookup('Units','Active lease') = true)",
"formula_type": "array"
},
{
"id": 20937,
"type": "formula",
"name": "Rented units count",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_include_time": null,
"formula": "count(filter(lookup('Units','Name'),lookup('Units','Active lease') = true))",
"formula_type": "number"
},
{
"id": 20938,
"type": "formula",
"name": "Percentage occupied",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_include_time": null,
"formula": "round(field('Rented units count') / field('Units count') * 100,0)",
"formula_type": "number"
},
{
"id": 20939,
"type": "rollup",
"name": "Service requests count",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_include_time": null,
"through_field_id": 20931,
"target_field_id": 20945,
"rollup_function": "count"
},
{
"id": 20940,
"type": "formula",
"name": "Occupation symbol",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(field('Percentage occupied') > 66,'\ud83d\udfe2',if(field('Percentage occupied') <= 33 ,'\ud83d\udd34','\ud83d\udfe1'))",
"formula_type": "text"
},
{
"id": 20941,
"type": "formula",
"name": "Contacts email",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "join(lookup('Contacts','Email'),' ')",
"formula_type": "text"
}
],
"views": [
{
"id": 8839,
"type": "grid",
"name": "All buildings",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6240,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63080,
"field_id": 20932,
"width": 114,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63081,
"field_id": 20927,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63082,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63083,
"field_id": 20929,
"width": 107,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63084,
"field_id": 20930,
"width": 125,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63085,
"field_id": 20931,
"width": 376,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63086,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63087,
"field_id": 20935,
"width": 149,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63088,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63089,
"field_id": 20938,
"width": 210,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63090,
"field_id": 20939,
"width": 216,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63091,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63092,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63093,
"field_id": 20933,
"width": 344,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63094,
"field_id": 20941,
"width": 214,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63095,
"field_id": 20940,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8840,
"type": "grid",
"name": "All buildings grouped by city",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6241,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63096,
"field_id": 20932,
"width": 114,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63097,
"field_id": 20927,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63098,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63099,
"field_id": 20929,
"width": 107,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63100,
"field_id": 20930,
"width": 125,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63101,
"field_id": 20931,
"width": 376,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63102,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63103,
"field_id": 20935,
"width": 149,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63104,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63105,
"field_id": 20938,
"width": 210,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63106,
"field_id": 20939,
"width": 216,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63107,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63108,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63109,
"field_id": 20933,
"width": 344,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8841,
"type": "grid",
"name": "Buildings with occupation >= 66%",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5345,
"field_id": 20938,
"type": "higher_than_or_equal",
"value": "66",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6242,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63110,
"field_id": 20932,
"width": 114,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63111,
"field_id": 20927,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63112,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63113,
"field_id": 20929,
"width": 107,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63114,
"field_id": 20930,
"width": 125,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63115,
"field_id": 20931,
"width": 376,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63116,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63117,
"field_id": 20935,
"width": 149,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63118,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63119,
"field_id": 20938,
"width": 210,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63120,
"field_id": 20940,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63121,
"field_id": 20939,
"width": 216,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63122,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63123,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63124,
"field_id": 20933,
"width": 344,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8842,
"type": "grid",
"name": "Buildings with occupation between 33% and 66%",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5346,
"field_id": 20938,
"type": "lower_than",
"value": "66",
"group": null
},
{
"id": 5347,
"field_id": 20938,
"type": "higher_than",
"value": "33",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6243,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63125,
"field_id": 20932,
"width": 114,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63126,
"field_id": 20927,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63127,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63128,
"field_id": 20929,
"width": 107,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63129,
"field_id": 20930,
"width": 125,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63130,
"field_id": 20931,
"width": 376,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63131,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63132,
"field_id": 20935,
"width": 149,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63133,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63134,
"field_id": 20938,
"width": 210,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63135,
"field_id": 20939,
"width": 216,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63136,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63137,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63138,
"field_id": 20933,
"width": 344,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63139,
"field_id": 20940,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8843,
"type": "grid",
"name": "Buildings with occupation <= 33%",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5348,
"field_id": 20938,
"type": "lower_than_or_equal",
"value": "33",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6244,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63140,
"field_id": 20932,
"width": 114,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63141,
"field_id": 20927,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63142,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63143,
"field_id": 20929,
"width": 107,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63144,
"field_id": 20930,
"width": 125,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63145,
"field_id": 20931,
"width": 376,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63146,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63147,
"field_id": 20935,
"width": 149,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63148,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63149,
"field_id": 20938,
"width": 210,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63150,
"field_id": 20939,
"width": 216,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63151,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63152,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63153,
"field_id": 20933,
"width": 344,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63154,
"field_id": 20940,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8844,
"type": "grid",
"name": "Chicago",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5349,
"field_id": 20928,
"type": "equal",
"value": "Chicago",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6245,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63155,
"field_id": 20926,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63156,
"field_id": 20927,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63157,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63158,
"field_id": 20929,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63159,
"field_id": 20930,
"width": 115,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63160,
"field_id": 20931,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63161,
"field_id": 20932,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63162,
"field_id": 20933,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63163,
"field_id": 20934,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63164,
"field_id": 20935,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63165,
"field_id": 20936,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63166,
"field_id": 20937,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63167,
"field_id": 20938,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63168,
"field_id": 20939,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8845,
"type": "grid",
"name": "New York City",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5350,
"field_id": 20928,
"type": "equal",
"value": "New York",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6246,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63169,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63170,
"field_id": 20927,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63171,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63172,
"field_id": 20929,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63173,
"field_id": 20930,
"width": 116,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63174,
"field_id": 20931,
"width": 218,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63175,
"field_id": 20932,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8846,
"type": "grid",
"name": "Los Angeles",
"order": 8,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5351,
"field_id": 20928,
"type": "equal",
"value": "Los Angeles",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6247,
"field_id": 20926,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63176,
"field_id": 20926,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63177,
"field_id": 20927,
"width": 142,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63178,
"field_id": 20928,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63179,
"field_id": 20929,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63180,
"field_id": 20930,
"width": 124,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63181,
"field_id": 20931,
"width": 172,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63182,
"field_id": 20932,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8847,
"type": "gallery",
"name": "Buildings",
"order": 9,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6248,
"field_id": 20926,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 20932,
"field_options": [
{
"id": 11837,
"field_id": 20926,
"hidden": false,
"order": 32767
},
{
"id": 11838,
"field_id": 20927,
"hidden": false,
"order": 32767
},
{
"id": 11839,
"field_id": 20928,
"hidden": false,
"order": 32767
},
{
"id": 11840,
"field_id": 20929,
"hidden": false,
"order": 32767
},
{
"id": 11841,
"field_id": 20930,
"hidden": false,
"order": 32767
},
{
"id": 11842,
"field_id": 20931,
"hidden": false,
"order": 32767
},
{
"id": 11843,
"field_id": 20932,
"hidden": true,
"order": 32767
},
{
"id": 11844,
"field_id": 20933,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-02T21:55:59.909239+00:00",
"updated_on": "2021-07-11T22:36:04.583346+00:00",
"field_20926": "John Hancock Center",
"field_20927": "875 N Michigan Ave",
"field_20928": "Chicago",
"field_20929": "IL",
"field_20930": "60611",
"field_20931": [
1,
2,
3,
5,
4
],
"field_20932": [
{
"name": "O9jlaF4F8eXO4g6NM00lz3PBBtVVqhnv_4ec6f64e57b2b05271559362c5bb7834b66652e569ba6f31ff87e90a5d3abac3.jpg",
"visible_name": "john hancock center.jpg",
"original_name": "O9jlaF4F8eXO4g6NM00lz3PBBtVVqhnv_4ec6f64e57b2b05271559362c5bb7834b66652e569ba6f31ff87e90a5d3abac3.jpg"
}
],
"field_20933": [
1,
4,
6,
5
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-02T23:54:38.337703+00:00",
"updated_on": "2021-07-11T22:36:08.593223+00:00",
"field_20926": "Staples Center",
"field_20927": "1111 S Figueroa St",
"field_20928": "Los Angeles",
"field_20929": "CA",
"field_20930": "90015",
"field_20931": [
6,
7,
8
],
"field_20932": [
{
"name": "jVXP9nfeCcYf8zYjg9fWdXW21Cxh7xWw_cc67586756f8aa3a5f4ca62d5a5d6b9e047fd2d681c6c08bad9b35a4b09c4dfc.jpg",
"visible_name": "staples center.jpg",
"original_name": "jVXP9nfeCcYf8zYjg9fWdXW21Cxh7xWw_cc67586756f8aa3a5f4ca62d5a5d6b9e047fd2d681c6c08bad9b35a4b09c4dfc.jpg"
}
],
"field_20933": [
2,
6,
5
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2021-06-02T23:55:23.487333+00:00",
"updated_on": "2021-07-11T22:36:08.230002+00:00",
"field_20926": "Navy Pier",
"field_20927": "600 E Grand Ave",
"field_20928": "Chicago",
"field_20929": "IL",
"field_20930": "60611",
"field_20931": [
9,
10,
11,
12,
13
],
"field_20932": [
{
"name": "vbCpQVr4k141vkLf2JIxqZIkZQfHOaSl_b0c2c646fce75cff84a9df01d0b28ec9a0630af520ab0587e13cc61454ba4d27.jpg",
"visible_name": "navy pier.jpg",
"original_name": "vbCpQVr4k141vkLf2JIxqZIkZQfHOaSl_b0c2c646fce75cff84a9df01d0b28ec9a0630af520ab0587e13cc61454ba4d27.jpg"
}
],
"field_20933": [
1
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-06-02T23:55:46.639638+00:00",
"updated_on": "2021-07-11T22:36:13.591516+00:00",
"field_20926": "Wrigley Building",
"field_20927": "400 N Michigan Ave",
"field_20928": "Chicago",
"field_20929": "IL",
"field_20930": "60611",
"field_20931": [
14,
15,
16
],
"field_20932": [
{
"name": "82ucUxmFRLQHf2IzGWP7frSxEVQG3PmE_722156e3132cac6069ab2152448fac82d89972acbf3431fc99d09c301d5dbdf1.jpg",
"visible_name": "wrigley building.jpg",
"original_name": "82ucUxmFRLQHf2IzGWP7frSxEVQG3PmE_722156e3132cac6069ab2152448fac82d89972acbf3431fc99d09c301d5dbdf1.jpg"
}
],
"field_20933": [
2,
3,
4
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2021-06-02T23:58:11.334131+00:00",
"updated_on": "2021-07-11T22:36:00.360009+00:00",
"field_20926": "Chrysler Building",
"field_20927": "405 Lexington Ave",
"field_20928": "New York",
"field_20929": "NY",
"field_20930": "10174",
"field_20931": [
17,
18,
19,
20,
21,
22,
23,
24,
25,
26
],
"field_20932": [
{
"name": "tjqX7lVHP3weArh88RSbbbWd49urNNzU_94ee57fb0519ca73960d34f84a4a76d13371cdebfd8f4fd0a26414d82350a3f1.jpg",
"visible_name": "chrysler building.jpg",
"original_name": "tjqX7lVHP3weArh88RSbbbWd49urNNzU_94ee57fb0519ca73960d34f84a4a76d13371cdebfd8f4fd0a26414d82350a3f1.jpg"
}
],
"field_20933": [
1,
2
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2021-06-21T02:45:03.764859+00:00",
"updated_on": "2021-07-11T22:36:02.212419+00:00",
"field_20926": "Empire State Building",
"field_20927": "350 Fifth Ave",
"field_20928": "New York",
"field_20929": "NY",
"field_20930": "10118",
"field_20931": [
30,
31,
32
],
"field_20932": [
{
"name": "US8HQEpAdEUFRgkLT7kuNatHU6QppT7J_617b4ff48ac4667c5192c81858358ec0f8c95f2d475fa7769620c2b963ebf0eb.jpg",
"visible_name": "empire state building.jpg",
"original_name": "US8HQEpAdEUFRgkLT7kuNatHU6QppT7J_617b4ff48ac4667c5192c81858358ec0f8c95f2d475fa7769620c2b963ebf0eb.jpg"
}
],
"field_20933": [
3
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2021-06-21T02:51:42.144760+00:00",
"updated_on": "2021-07-11T22:36:12.232591+00:00",
"field_20926": "United Center",
"field_20927": "1901 W Madison St",
"field_20928": "Chicago",
"field_20929": "IL",
"field_20930": "60612",
"field_20931": [
27,
28,
29
],
"field_20932": [
{
"name": "ZlAxPrNJceZfmrvuuP9fkM9B5QLXaHK0_85e20e907317c77243d5532426d34ab39010bec5ce19b3e08aa703ac576065d0.png",
"visible_name": "united center.png",
"original_name": "ZlAxPrNJceZfmrvuuP9fkM9B5QLXaHK0_85e20e907317c77243d5532426d34ab39010bec5ce19b3e08aa703ac576065d0.png"
}
],
"field_20933": [
3,
5
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2021-06-21T02:51:47.952486+00:00",
"updated_on": "2021-07-11T22:36:12.050539+00:00",
"field_20926": "Willis Tower",
"field_20927": "233 S Wacker Dr",
"field_20928": "Chicago",
"field_20929": "IL",
"field_20930": "60606",
"field_20931": [
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
46,
45,
47,
48,
49,
50
],
"field_20932": [
{
"name": "AKFXcfrnEDe4KtCiMXh53EVbQ1p1WNq1_1b6dfddb3c454fead4a43cfe46078648fe1212af3c60c4fe28426604c5e53eb0.jpg",
"visible_name": "willis tower.jpg",
"original_name": "AKFXcfrnEDe4KtCiMXh53EVbQ1p1WNq1_1b6dfddb3c454fead4a43cfe46078648fe1212af3c60c4fe28426604c5e53eb0.jpg"
}
],
"field_20933": [
4,
6
],
"field_20934": null,
"field_20935": null,
"field_20936": null,
"field_20937": null,
"field_20938": null,
"field_20939": null,
"field_20940": null,
"field_20941": null
}
],
"data_sync": null
},
{
"id": 2255,
"name": "Units",
"order": 2,
"fields": [
{
"id": 20942,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20943,
"type": "link_row",
"name": "Building",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2254,
"link_row_related_field_id": 20931,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20944,
"type": "number",
"name": "Floor",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 20945,
"type": "link_row",
"name": "Service requests",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2258,
"link_row_related_field_id": 20978,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20946,
"type": "rollup",
"name": "Building name",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": true,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20943,
"target_field_id": 20926,
"rollup_function": "min"
},
{
"id": 20947,
"type": "link_row",
"name": "Leases",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2256,
"link_row_related_field_id": 20963,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20948,
"type": "lookup",
"name": "Tenants",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": true,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20947,
"through_field_name": "Leases",
"target_field_id": 20957,
"target_field_name": "Tenant"
},
{
"id": 20949,
"type": "rollup",
"name": "Active lease",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20947,
"target_field_id": 20962,
"rollup_function": "any"
},
{
"id": 20950,
"type": "formula",
"name": "Contacts email",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "join(lookup('Building','Contacts email'),' ')",
"formula_type": "text"
},
{
"id": 20951,
"type": "formula",
"name": "Active lease symbol",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(field('Active lease'),'\ud83d\udfe2','\ud83d\udd34')",
"formula_type": "text"
},
{
"id": 20952,
"type": "formula",
"name": "Tenants names",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "join(field('Tenants'),' ')",
"formula_type": "text"
},
{
"id": 20953,
"type": "formula",
"name": "Open service requests",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "filter(lookup('Service requests','Issue'),lookup('Service requests','Fixed') = false)",
"formula_type": "array"
},
{
"id": 20954,
"type": "formula",
"name": "Open service requests count",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": 0,
"date_format": null,
"date_include_time": null,
"formula": "count(filter(lookup('Service requests','Issue'),lookup('Service requests','Fixed') = false))",
"formula_type": "number"
}
],
"views": [
{
"id": 8848,
"type": "grid",
"name": "All units",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6249,
"field_id": 20942,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63183,
"field_id": 20942,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63184,
"field_id": 20943,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63185,
"field_id": 20950,
"width": 194,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63186,
"field_id": 20946,
"width": 200,
"hidden": true,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63187,
"field_id": 20944,
"width": 110,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63188,
"field_id": 20945,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63189,
"field_id": 20953,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63190,
"field_id": 20954,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63191,
"field_id": 20947,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63192,
"field_id": 20948,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63193,
"field_id": 20952,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63194,
"field_id": 20949,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63195,
"field_id": 20951,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8849,
"type": "grid",
"name": "All units grouped by building",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6250,
"field_id": 20942,
"order": "ASC"
}
],
"group_bys": [
{
"id": 265,
"field_id": 20946,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63196,
"field_id": 20942,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63197,
"field_id": 20943,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63198,
"field_id": 20946,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63199,
"field_id": 20944,
"width": 110,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63200,
"field_id": 20945,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63201,
"field_id": 20947,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63202,
"field_id": 20948,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63203,
"field_id": 20949,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8850,
"type": "grid",
"name": "All units grouped by building and floor",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6251,
"field_id": 20942,
"order": "ASC"
}
],
"group_bys": [
{
"id": 266,
"field_id": 20946,
"order": "ASC"
},
{
"id": 267,
"field_id": 20944,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63204,
"field_id": 20942,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63205,
"field_id": 20943,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63206,
"field_id": 20946,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63207,
"field_id": 20944,
"width": 110,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63208,
"field_id": 20945,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63209,
"field_id": 20947,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63210,
"field_id": 20948,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63211,
"field_id": 20949,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8851,
"type": "grid",
"name": "All units with active leases",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5352,
"field_id": 20949,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6252,
"field_id": 20942,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63212,
"field_id": 20942,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63213,
"field_id": 20943,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63214,
"field_id": 20946,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63215,
"field_id": 20944,
"width": 110,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63216,
"field_id": 20945,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63217,
"field_id": 20947,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63218,
"field_id": 20948,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63219,
"field_id": 20949,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8852,
"type": "grid",
"name": "All units without active leases",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5353,
"field_id": 20949,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6253,
"field_id": 20942,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63220,
"field_id": 20942,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63221,
"field_id": 20943,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63222,
"field_id": 20946,
"width": 200,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63223,
"field_id": 20944,
"width": 110,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63224,
"field_id": 20945,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63225,
"field_id": 20947,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63226,
"field_id": 20948,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63227,
"field_id": 20949,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-02T21:56:09.886429+00:00",
"updated_on": "2021-06-21T03:45:56.226596+00:00",
"field_20942": "JHC-111",
"field_20943": [
1
],
"field_20944": "11",
"field_20945": [],
"field_20946": null,
"field_20947": [
7
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-06-02T21:56:09.889663+00:00",
"updated_on": "2021-06-21T03:46:03.667014+00:00",
"field_20942": "JHC-112",
"field_20943": [
1
],
"field_20944": "12",
"field_20945": [
13
],
"field_20946": null,
"field_20947": [
23
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-03T00:05:26.639964+00:00",
"updated_on": "2021-06-21T03:46:09.413238+00:00",
"field_20942": "JHC-113",
"field_20943": [
1
],
"field_20944": "13",
"field_20945": [],
"field_20946": null,
"field_20947": [
16
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-06-03T00:05:28.802914+00:00",
"updated_on": "2021-06-21T03:46:22.103393+00:00",
"field_20942": "JHC-114",
"field_20943": [
1
],
"field_20944": "14",
"field_20945": [
1,
12
],
"field_20946": null,
"field_20947": [
24
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2021-06-03T00:05:29.504954+00:00",
"updated_on": "2021-06-21T03:46:29.570731+00:00",
"field_20942": "JHC-115",
"field_20943": [
1
],
"field_20944": "15",
"field_20945": [],
"field_20946": null,
"field_20947": [
4
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-06-03T00:05:30.087868+00:00",
"updated_on": "2021-06-03T00:12:22.527629+00:00",
"field_20942": "SC-01",
"field_20943": [
3
],
"field_20944": "1",
"field_20945": [],
"field_20946": null,
"field_20947": [
1
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2021-06-03T00:05:30.825347+00:00",
"updated_on": "2021-06-03T00:12:25.063713+00:00",
"field_20942": "SC-02",
"field_20943": [
3
],
"field_20944": "1",
"field_20945": [
14
],
"field_20946": null,
"field_20947": [
21
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2021-06-03T00:05:31.852466+00:00",
"updated_on": "2021-06-21T03:44:54.014494+00:00",
"field_20942": "SC-21",
"field_20943": [
3
],
"field_20944": "2",
"field_20945": [
11
],
"field_20946": null,
"field_20947": [
32
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2021-06-03T00:05:32.271571+00:00",
"updated_on": "2021-06-21T03:45:01.677601+00:00",
"field_20942": "NP-001",
"field_20943": [
5
],
"field_20944": "1",
"field_20945": [],
"field_20946": null,
"field_20947": [
27
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2021-06-03T00:05:32.900694+00:00",
"updated_on": "2021-06-21T03:45:07.900454+00:00",
"field_20942": "NP-020",
"field_20943": [
5
],
"field_20944": "2",
"field_20945": [
2
],
"field_20946": null,
"field_20947": [
28
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2021-06-03T00:05:33.674443+00:00",
"updated_on": "2021-06-21T03:45:13.411198+00:00",
"field_20942": "NP-021",
"field_20943": [
5
],
"field_20944": "2",
"field_20945": [],
"field_20946": null,
"field_20947": [
20
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2021-06-03T00:05:34.174663+00:00",
"updated_on": "2021-06-21T03:45:25.211530+00:00",
"field_20942": "NP-022",
"field_20943": [
5
],
"field_20944": "2",
"field_20945": [],
"field_20946": null,
"field_20947": [
31,
40
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2021-06-03T00:05:35.332895+00:00",
"updated_on": "2021-06-21T03:45:41.250811+00:00",
"field_20942": "NP-023",
"field_20943": [
5
],
"field_20944": "2",
"field_20945": [],
"field_20946": null,
"field_20947": [
9
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2021-06-03T00:05:35.825511+00:00",
"updated_on": "2021-06-21T03:01:14.300471+00:00",
"field_20942": "WB-305",
"field_20943": [
6
],
"field_20944": "30",
"field_20945": [
8
],
"field_20946": null,
"field_20947": [
15
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2021-06-03T00:05:36.430383+00:00",
"updated_on": "2021-06-21T03:46:38.267510+00:00",
"field_20942": "WB-306",
"field_20943": [
6
],
"field_20944": "30",
"field_20945": [],
"field_20946": null,
"field_20947": [
13,
43
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2021-06-03T00:05:36.940563+00:00",
"updated_on": "2021-06-21T03:55:36.983336+00:00",
"field_20942": "WB-307",
"field_20943": [
6
],
"field_20944": "30",
"field_20945": [],
"field_20946": null,
"field_20947": [
18
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2021-06-03T00:05:37.492196+00:00",
"updated_on": "2024-05-07T07:24:14.708488+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20942": "CHR-491",
"field_20943": [
7
],
"field_20944": "49",
"field_20945": [],
"field_20946": null,
"field_20947": [
10
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2021-06-03T00:05:38.173650+00:00",
"updated_on": "2021-06-21T03:59:44.589445+00:00",
"field_20942": "CHR-492",
"field_20943": [
7
],
"field_20944": "49",
"field_20945": [
3
],
"field_20946": null,
"field_20947": [
35
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2021-06-03T00:05:38.633234+00:00",
"updated_on": "2021-06-21T04:00:07.818263+00:00",
"field_20942": "CHR-493",
"field_20943": [
7
],
"field_20944": "49",
"field_20945": [],
"field_20946": null,
"field_20947": [
22
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2021-06-03T00:05:39.141712+00:00",
"updated_on": "2021-06-21T04:05:34.792044+00:00",
"field_20942": "CHR-494",
"field_20943": [
7
],
"field_20944": "49",
"field_20945": [],
"field_20946": null,
"field_20947": [
19,
41
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2021-06-21T02:54:58.727754+00:00",
"updated_on": "2021-06-21T04:06:21.612209+00:00",
"field_20942": "CHR-500",
"field_20943": [
7
],
"field_20944": "50",
"field_20945": [],
"field_20946": null,
"field_20947": [
25
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2021-06-21T02:55:01.694417+00:00",
"updated_on": "2021-06-21T04:06:30.443262+00:00",
"field_20942": "CHR-501",
"field_20943": [
7
],
"field_20944": "50",
"field_20945": [],
"field_20946": null,
"field_20947": [
5
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2021-06-21T02:55:05.573293+00:00",
"updated_on": "2021-06-21T04:06:46.886890+00:00",
"field_20942": "CHR-511",
"field_20943": [
7
],
"field_20944": "51",
"field_20945": [],
"field_20946": null,
"field_20947": [
12
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2021-06-21T02:55:18.123220+00:00",
"updated_on": "2021-06-21T04:06:56.090422+00:00",
"field_20942": "CHR-521",
"field_20943": [
7
],
"field_20944": "52",
"field_20945": [],
"field_20946": null,
"field_20947": [
2
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2021-06-21T02:55:20.773097+00:00",
"updated_on": "2021-06-21T04:07:03.789586+00:00",
"field_20942": "CHR-522",
"field_20943": [
7
],
"field_20944": "52",
"field_20945": [],
"field_20946": null,
"field_20947": [
17
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2021-06-21T02:55:39.037926+00:00",
"updated_on": "2021-06-21T04:07:10.793462+00:00",
"field_20942": "CHR-523",
"field_20943": [
7
],
"field_20944": "52",
"field_20945": [],
"field_20946": null,
"field_20947": [
6
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2021-06-21T02:59:00.466726+00:00",
"updated_on": "2021-06-21T03:42:46.832466+00:00",
"field_20942": "UC-20",
"field_20943": [
12
],
"field_20944": "3",
"field_20945": [],
"field_20946": null,
"field_20947": [
11
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2021-06-21T02:59:01.248748+00:00",
"updated_on": "2021-06-21T03:42:53.236699+00:00",
"field_20942": "UC-21",
"field_20943": [
12
],
"field_20944": "3",
"field_20945": [],
"field_20946": null,
"field_20947": [
14
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2021-06-21T02:59:02.113121+00:00",
"updated_on": "2021-06-21T03:43:38.667757+00:00",
"field_20942": "UC-22",
"field_20943": [
12
],
"field_20944": "3",
"field_20945": [],
"field_20946": null,
"field_20947": [
8,
42
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2021-06-21T02:59:03.211837+00:00",
"updated_on": "2021-06-21T04:08:35.953435+00:00",
"field_20942": "ESB-701",
"field_20943": [
10
],
"field_20944": "70",
"field_20945": [
9
],
"field_20946": null,
"field_20947": [
38
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2021-06-21T02:59:03.824492+00:00",
"updated_on": "2024-05-07T07:02:09.570509+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20942": "ESB-702",
"field_20943": [
10
],
"field_20944": "70",
"field_20945": [],
"field_20946": null,
"field_20947": [
37
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2021-06-21T02:59:04.308538+00:00",
"updated_on": "2024-05-07T07:02:14.340364+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20942": "ESB-703",
"field_20943": [
10
],
"field_20944": "70",
"field_20945": [
6
],
"field_20946": null,
"field_20947": [
30
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2021-06-21T02:59:04.838208+00:00",
"updated_on": "2021-06-21T03:43:52.490964+00:00",
"field_20942": "WT-891",
"field_20943": [
13
],
"field_20944": "89",
"field_20945": [],
"field_20946": null,
"field_20947": [
26
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2021-06-21T03:04:10.786188+00:00",
"updated_on": "2021-06-21T03:43:56.285763+00:00",
"field_20942": "WT-892",
"field_20943": [
13
],
"field_20944": "89",
"field_20945": [
4
],
"field_20946": null,
"field_20947": [
34
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2021-06-21T03:04:11.423870+00:00",
"updated_on": "2021-06-21T03:44:14.290682+00:00",
"field_20942": "WT-893",
"field_20943": [
13
],
"field_20944": "89",
"field_20945": [],
"field_20946": null,
"field_20947": [
3
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2021-06-21T03:04:12.029326+00:00",
"updated_on": "2021-06-21T04:29:06.527144+00:00",
"field_20942": "WT-894",
"field_20943": [
13
],
"field_20944": "89",
"field_20945": [],
"field_20946": null,
"field_20947": [
29
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2021-06-21T03:04:13.251140+00:00",
"updated_on": "2021-06-21T04:29:15.325171+00:00",
"field_20942": "WT-901",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [
36
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2021-06-21T03:04:13.842452+00:00",
"updated_on": "2021-06-21T04:29:25.071313+00:00",
"field_20942": "WT-902",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [
33
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2021-06-21T03:22:39.409996+00:00",
"updated_on": "2024-05-07T07:24:10.621935+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20942": "WT-903",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [
39
],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2021-06-21T03:22:45.111920+00:00",
"updated_on": "2021-06-21T03:23:41.455468+00:00",
"field_20942": "WT-904",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 41,
"order": "41.00000000000000000000",
"created_on": "2021-06-21T03:22:46.174228+00:00",
"updated_on": "2021-06-21T03:23:41.679669+00:00",
"field_20942": "WT-905",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 42,
"order": "42.00000000000000000000",
"created_on": "2021-06-21T03:22:47.122602+00:00",
"updated_on": "2021-06-21T03:23:41.854029+00:00",
"field_20942": "WT-906",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 43,
"order": "43.00000000000000000000",
"created_on": "2021-06-21T03:22:48.259679+00:00",
"updated_on": "2021-06-21T03:23:42.170710+00:00",
"field_20942": "WT-907",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 44,
"order": "44.00000000000000000000",
"created_on": "2021-06-21T03:22:48.460551+00:00",
"updated_on": "2021-06-21T03:23:42.435437+00:00",
"field_20942": "WT-908",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 45,
"order": "45.00000000000000000000",
"created_on": "2021-06-21T03:22:49.254762+00:00",
"updated_on": "2021-06-21T03:23:42.648533+00:00",
"field_20942": "WT-909",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 46,
"order": "46.00000000000000000000",
"created_on": "2021-06-21T03:22:50.041692+00:00",
"updated_on": "2021-06-21T03:23:42.893404+00:00",
"field_20942": "WT-910",
"field_20943": [
13
],
"field_20944": "90",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 47,
"order": "47.00000000000000000000",
"created_on": "2021-06-21T03:22:50.913163+00:00",
"updated_on": "2021-06-21T03:23:45.202180+00:00",
"field_20942": "WT-911",
"field_20943": [
13
],
"field_20944": "91",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 48,
"order": "48.00000000000000000000",
"created_on": "2021-06-21T03:22:51.690402+00:00",
"updated_on": "2021-06-21T03:23:47.307655+00:00",
"field_20942": "WT-912",
"field_20943": [
13
],
"field_20944": "91",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 49,
"order": "49.00000000000000000000",
"created_on": "2021-06-21T03:22:52.343968+00:00",
"updated_on": "2021-06-21T03:27:20.015908+00:00",
"field_20942": "WT-913",
"field_20943": [
13
],
"field_20944": "91",
"field_20945": [],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
},
{
"id": 50,
"order": "50.00000000000000000000",
"created_on": "2021-06-21T03:22:53.496195+00:00",
"updated_on": "2021-06-21T03:27:21.283286+00:00",
"field_20942": "WT-914",
"field_20943": [
13
],
"field_20944": "91",
"field_20945": [
10
],
"field_20946": null,
"field_20947": [],
"field_20948": null,
"field_20949": null,
"field_20950": null,
"field_20951": null,
"field_20952": null,
"field_20953": null,
"field_20954": null
}
],
"data_sync": null
},
{
"id": 2256,
"name": "Leases",
"order": 3,
"fields": [
{
"id": 20955,
"type": "text",
"name": "ID",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20956,
"type": "long_text",
"name": "Notes",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 20957,
"type": "link_row",
"name": "Tenant",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2257,
"link_row_related_field_id": 20967,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20958,
"type": "date",
"name": "Start date",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 20959,
"type": "date",
"name": "End date",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 20960,
"type": "file",
"name": "Scan/PDF",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20961,
"type": "boolean",
"name": "Pets allowed",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20962,
"type": "formula",
"name": "Is active",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "and(field('Start date') < now(), field('End date') > now())",
"formula_type": "boolean"
},
{
"id": 20963,
"type": "link_row",
"name": "Unit",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2255,
"link_row_related_field_id": 20947,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20964,
"type": "rollup",
"name": "Building",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": true,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20963,
"target_field_id": 20943,
"rollup_function": "min"
},
{
"id": 20965,
"type": "formula",
"name": "Is active symbol",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(field('Is active'),'\ud83d\udfe2','\ud83d\udd34')",
"formula_type": "text"
}
],
"views": [
{
"id": 8853,
"type": "grid",
"name": "All leases",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6254,
"field_id": 20958,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63228,
"field_id": 20957,
"width": 175,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63229,
"field_id": 20963,
"width": 118,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63230,
"field_id": 20964,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63231,
"field_id": 20958,
"width": 147,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63232,
"field_id": 20959,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63233,
"field_id": 20960,
"width": 138,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63234,
"field_id": 20956,
"width": 400,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63235,
"field_id": 20955,
"width": 152,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63236,
"field_id": 20961,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63237,
"field_id": 20962,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63238,
"field_id": 20965,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8854,
"type": "grid",
"name": "All leases grouped by building",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6255,
"field_id": 20958,
"order": "ASC"
}
],
"group_bys": [
{
"id": 268,
"field_id": 20964,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63239,
"field_id": 20957,
"width": 175,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63240,
"field_id": 20963,
"width": 118,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63241,
"field_id": 20964,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63242,
"field_id": 20958,
"width": 147,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63243,
"field_id": 20959,
"width": 148,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63244,
"field_id": 20960,
"width": 138,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63245,
"field_id": 20956,
"width": 400,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63246,
"field_id": 20955,
"width": 152,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63247,
"field_id": 20961,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63248,
"field_id": 20962,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8855,
"type": "grid",
"name": "Active leases",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5354,
"field_id": 20962,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6256,
"field_id": 20958,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63249,
"field_id": 20957,
"width": 175,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63250,
"field_id": 20958,
"width": 147,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63251,
"field_id": 20959,
"width": 148,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63252,
"field_id": 20960,
"width": 138,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63253,
"field_id": 20956,
"width": 400,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63254,
"field_id": 20955,
"width": 152,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63255,
"field_id": 20961,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63256,
"field_id": 20962,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63257,
"field_id": 20963,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63258,
"field_id": 20964,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8856,
"type": "grid",
"name": "Expiring this year",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5355,
"field_id": 20959,
"type": "date_equals_year",
"value": "America/Chicago",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63259,
"field_id": 20957,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63260,
"field_id": 20958,
"width": 200,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63261,
"field_id": 20959,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63262,
"field_id": 20956,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63263,
"field_id": 20955,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63264,
"field_id": 20960,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63265,
"field_id": 20961,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63266,
"field_id": 20962,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63267,
"field_id": 20963,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63268,
"field_id": 20964,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8857,
"type": "grid",
"name": "Office pets",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5356,
"field_id": 20961,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63269,
"field_id": 20957,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63270,
"field_id": 20958,
"width": 200,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63271,
"field_id": 20959,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63272,
"field_id": 20960,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63273,
"field_id": 20961,
"width": 141,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63274,
"field_id": 20956,
"width": 257,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63275,
"field_id": 20955,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-20T15:23:25.619320+00:00",
"updated_on": "2024-05-07T07:26:32.296268+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 5192",
"field_20956": "If renewed, lease would stay at the same rate.",
"field_20957": [
1
],
"field_20958": "2021-05-01",
"field_20959": "2025-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
6
],
"field_20964": null,
"field_20965": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-06-20T15:23:25.622592+00:00",
"updated_on": "2024-05-07T07:26:32.299347+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 4812",
"field_20956": null,
"field_20957": [
38
],
"field_20958": "2018-03-01",
"field_20959": "2022-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
24
],
"field_20964": null,
"field_20965": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-25T19:54:51.175670+00:00",
"updated_on": "2024-05-07T07:26:32.300135+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3890",
"field_20956": "Pets were negotiated into the contract.",
"field_20957": [
7
],
"field_20958": "2019-04-01",
"field_20959": "2030-09-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "true",
"field_20962": null,
"field_20963": [
35
],
"field_20964": null,
"field_20965": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-06-25T19:54:51.503860+00:00",
"updated_on": "2024-05-07T07:26:32.300957+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 2819",
"field_20956": "",
"field_20957": [
34
],
"field_20958": "2017-06-01",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
5
],
"field_20964": null,
"field_20965": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2021-06-25T19:54:52.262023+00:00",
"updated_on": "2024-05-07T07:26:32.301674+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 8923",
"field_20956": "Month-to-month after expiration.",
"field_20957": [
23
],
"field_20958": "2020-06-15",
"field_20959": "2028-07-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
22
],
"field_20964": null,
"field_20965": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-06-25T19:54:52.662921+00:00",
"updated_on": "2024-05-07T07:26:32.302392+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0219",
"field_20956": "",
"field_20957": [
40
],
"field_20958": "2019-04-01",
"field_20959": "2030-09-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
26
],
"field_20964": null,
"field_20965": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2021-06-25T19:54:53.439089+00:00",
"updated_on": "2024-05-07T07:26:32.303135+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1289",
"field_20956": "",
"field_20957": [
17
],
"field_20958": "2016-03-15",
"field_20959": "2021-10-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
1
],
"field_20964": null,
"field_20965": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2021-06-25T19:54:53.910674+00:00",
"updated_on": "2024-05-07T07:26:32.303827+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 8941",
"field_20956": "",
"field_20957": [
33
],
"field_20958": "2017-06-01",
"field_20959": "2022-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
29
],
"field_20964": null,
"field_20965": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2021-06-25T19:54:54.339811+00:00",
"updated_on": "2024-05-07T07:26:32.304557+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 4839",
"field_20956": "",
"field_20957": [
28
],
"field_20958": "2013-04-15",
"field_20959": "2028-07-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
13
],
"field_20964": null,
"field_20965": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2021-06-25T19:54:54.795624+00:00",
"updated_on": "2024-05-07T07:26:32.305234+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9494",
"field_20956": "Disney owns ESPN, so they share this space.",
"field_20957": [
30
],
"field_20958": "2016-03-15",
"field_20959": "2030-09-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
17
],
"field_20964": null,
"field_20965": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2021-06-25T19:54:55.046850+00:00",
"updated_on": "2024-05-07T07:26:32.305966+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 2982",
"field_20956": "",
"field_20957": [
6
],
"field_20958": "2019-04-01",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
27
],
"field_20964": null,
"field_20965": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2021-06-25T19:54:55.611642+00:00",
"updated_on": "2024-05-07T07:26:32.306707+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3012",
"field_20956": "",
"field_20957": [
24
],
"field_20958": "2020-06-15",
"field_20959": "2023-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
23
],
"field_20964": null,
"field_20965": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2021-06-25T19:54:56.384541+00:00",
"updated_on": "2024-05-07T07:26:32.307379+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 2919",
"field_20956": "Renewal would be subject to a 10% increase in rent.",
"field_20957": [
18
],
"field_20958": "2013-04-15",
"field_20959": "2022-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
15
],
"field_20964": null,
"field_20965": null
},
{
"id": 42,
"order": "13.50000000000000000000",
"created_on": "2024-05-07T07:34:27.087229+00:00",
"updated_on": "2024-05-07T07:34:41.914537+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 8941",
"field_20956": "",
"field_20957": [
33
],
"field_20958": "2013-06-01",
"field_20959": "2028-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
29
],
"field_20964": null,
"field_20965": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2021-06-25T19:54:56.749593+00:00",
"updated_on": "2024-05-07T07:26:32.308111+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 7620",
"field_20956": "",
"field_20957": [
10
],
"field_20958": "2017-06-01",
"field_20959": "2023-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
28
],
"field_20964": null,
"field_20965": null
},
{
"id": 43,
"order": "14.50000000000000000000",
"created_on": "2024-05-07T07:49:59.006024+00:00",
"updated_on": "2024-05-07T07:50:53.987586+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 2920",
"field_20956": "Is the final period for the rent",
"field_20957": [
18
],
"field_20958": "2022-05-01",
"field_20959": "2024-05-01",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
15
],
"field_20964": null,
"field_20965": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2021-06-25T19:54:57.074978+00:00",
"updated_on": "2024-05-07T07:26:32.308788+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1028",
"field_20956": "",
"field_20957": [
3
],
"field_20958": "2013-04-15",
"field_20959": "2030-09-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
14
],
"field_20964": null,
"field_20965": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2021-06-25T19:54:57.653045+00:00",
"updated_on": "2024-05-07T07:26:32.309498+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3212",
"field_20956": "",
"field_20957": [
21
],
"field_20958": "2019-04-01",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
3
],
"field_20964": null,
"field_20965": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2021-06-25T19:54:58.236615+00:00",
"updated_on": "2024-05-07T07:26:32.310140+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 5512",
"field_20956": "One of our earliest tenants!",
"field_20957": [
39
],
"field_20958": "2012-01-01",
"field_20959": "2024-01-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
25
],
"field_20964": null,
"field_20965": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2021-06-25T19:54:58.488046+00:00",
"updated_on": "2024-05-07T07:26:32.310782+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0283",
"field_20956": "Month-to-month after expiration.",
"field_20957": [
13
],
"field_20958": "2016-03-15",
"field_20959": "2023-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
16
],
"field_20964": null,
"field_20965": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2021-06-25T19:54:58.823606+00:00",
"updated_on": "2024-05-07T07:26:32.311451+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0018",
"field_20956": "",
"field_20957": [
26
],
"field_20958": "2015-07-01",
"field_20959": "2023-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
20
],
"field_20964": null,
"field_20965": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2021-06-25T19:54:59.381735+00:00",
"updated_on": "2024-05-07T07:26:32.312151+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 5757",
"field_20956": "",
"field_20957": [
4
],
"field_20958": "2020-06-15",
"field_20959": "2022-04-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
11
],
"field_20964": null,
"field_20965": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2021-06-25T19:55:00.024239+00:00",
"updated_on": "2024-05-07T07:26:32.312806+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3993",
"field_20956": "",
"field_20957": [
2
],
"field_20958": "2019-04-01",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
7
],
"field_20964": null,
"field_20965": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2021-06-25T19:55:00.603666+00:00",
"updated_on": "2024-05-07T07:26:32.313501+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1101",
"field_20956": "Month-to-month after expiration.",
"field_20957": [
15
],
"field_20958": "2016-03-15",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
19
],
"field_20964": null,
"field_20965": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2021-06-25T19:55:00.804864+00:00",
"updated_on": "2024-05-07T07:26:32.314246+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1992",
"field_20956": "",
"field_20957": [
20
],
"field_20958": "2012-01-01",
"field_20959": "2024-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
2
],
"field_20964": null,
"field_20965": null
},
{
"id": 41,
"order": "23.50000000000000000000",
"created_on": "2024-05-07T07:33:07.686073+00:00",
"updated_on": "2024-05-07T07:33:50.240237+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0019",
"field_20956": "",
"field_20957": [
36
],
"field_20958": "2023-07-01",
"field_20959": "2028-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
20
],
"field_20964": null,
"field_20965": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2021-06-25T19:55:02.849532+00:00",
"updated_on": "2024-05-07T07:26:32.314909+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1995",
"field_20956": "",
"field_20957": [
25
],
"field_20958": "2015-07-01",
"field_20959": "2023-06-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
4
],
"field_20964": null,
"field_20965": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2021-06-25T19:55:03.489497+00:00",
"updated_on": "2024-05-07T07:26:32.315607+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 2111",
"field_20956": "Short-term market fluctuations may impact lease.",
"field_20957": [
37
],
"field_20958": "2017-06-01",
"field_20959": "2027-05-30",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
21
],
"field_20964": null,
"field_20965": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2021-06-25T20:43:36.613096+00:00",
"updated_on": "2024-05-07T07:26:32.316261+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1101",
"field_20956": "Month-to-month after expiration.",
"field_20957": [
8
],
"field_20958": "2022-03-31",
"field_20959": "2023-02-28",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
33
],
"field_20964": null,
"field_20965": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2021-06-25T20:43:54.256575+00:00",
"updated_on": "2024-05-07T07:26:32.317522+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 4848",
"field_20956": "",
"field_20957": [
11
],
"field_20958": "2015-05-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
9
],
"field_20964": null,
"field_20965": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2021-06-25T20:43:56.033350+00:00",
"updated_on": "2024-05-07T07:26:32.318206+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 4481",
"field_20956": "",
"field_20957": [
16
],
"field_20958": "2014-06-01",
"field_20959": "2029-05-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
10
],
"field_20964": null,
"field_20965": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2021-06-25T20:43:57.098785+00:00",
"updated_on": "2024-05-07T07:26:32.318906+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9920",
"field_20956": "We always get free nachos when we visit!",
"field_20957": [
12
],
"field_20958": "2015-05-01",
"field_20959": "2029-05-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
36
],
"field_20964": null,
"field_20965": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2021-06-25T20:43:58.004582+00:00",
"updated_on": "2024-05-07T07:26:32.319592+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9238",
"field_20956": "",
"field_20957": [
32
],
"field_20958": "2015-05-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
32
],
"field_20964": null,
"field_20965": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2021-06-25T20:43:59.227690+00:00",
"updated_on": "2024-05-07T07:26:32.320256+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0021",
"field_20956": "Prime location for food.",
"field_20957": [
29
],
"field_20958": "2015-05-01",
"field_20959": "2021-10-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
12
],
"field_20964": null,
"field_20965": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2021-06-25T20:44:00.501674+00:00",
"updated_on": "2024-05-07T07:26:32.320971+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3990",
"field_20956": "Tenant has mentioned expanding into the next door space.",
"field_20957": [
14
],
"field_20958": "2014-06-01",
"field_20959": "2021-08-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
8
],
"field_20964": null,
"field_20965": null
},
{
"id": 40,
"order": "32.50000000000000000000",
"created_on": "2024-05-07T07:31:49.964650+00:00",
"updated_on": "2024-05-07T07:32:28.470363+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 0022",
"field_20956": "Renewed their lease",
"field_20957": [
29
],
"field_20958": "2021-11-01",
"field_20959": "2026-10-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
12
],
"field_20964": null,
"field_20965": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2021-06-25T20:44:00.810707+00:00",
"updated_on": "2024-05-07T07:26:32.321671+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9021",
"field_20956": "",
"field_20957": [
35
],
"field_20958": "2015-05-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
38
],
"field_20964": null,
"field_20965": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2021-06-25T20:44:02.276808+00:00",
"updated_on": "2024-05-07T07:26:32.322352+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9039",
"field_20956": "Lease allows all pets without restrictions on type or size.",
"field_20957": [
9
],
"field_20958": "2015-05-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "true",
"field_20962": null,
"field_20963": [
34
],
"field_20964": null,
"field_20965": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2021-06-25T20:44:02.844535+00:00",
"updated_on": "2024-05-07T07:26:32.322972+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 1015",
"field_20956": "There have been mentions of wanting to modify existing lease.",
"field_20957": [
19
],
"field_20958": "2014-06-01",
"field_20959": "2029-05-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
18
],
"field_20964": null,
"field_20965": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2021-06-25T20:44:03.611653+00:00",
"updated_on": "2024-05-07T07:26:32.323648+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 3030",
"field_20956": "",
"field_20957": [
27
],
"field_20958": "2014-06-01",
"field_20959": "2029-05-31",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
37
],
"field_20964": null,
"field_20965": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2021-06-25T20:44:05.514351+00:00",
"updated_on": "2024-05-07T07:26:32.324326+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9932",
"field_20956": "",
"field_20957": [
22
],
"field_20958": "2014-06-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
31
],
"field_20964": null,
"field_20965": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2021-06-25T20:49:50.048952+00:00",
"updated_on": "2024-05-07T07:26:32.324995+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 8878",
"field_20956": "Long-term lease.",
"field_20957": [
36
],
"field_20958": "2012-01-01",
"field_20959": "2026-04-20",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
30
],
"field_20964": null,
"field_20965": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2024-05-07T07:25:12.772687+00:00",
"updated_on": "2024-05-07T07:26:32.325686+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20955": "CLA 9958",
"field_20956": "",
"field_20957": [
31
],
"field_20958": "2024-02-01",
"field_20959": "2028-05-01",
"field_20960": [
{
"name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf",
"visible_name": "Standard Lease Agreement.pdf",
"original_name": "CBFmZGUZahsKtODJRBtY8V2QpdgGIeT4_ddc3cbb15c57d8fb784e0fe425df21d443a4dbd82adc3c9ca9b34078d5ac4884.pdf"
}
],
"field_20961": "false",
"field_20962": null,
"field_20963": [
39
],
"field_20964": null,
"field_20965": null
}
],
"data_sync": null
},
{
"id": 2257,
"name": "Tenants",
"order": 4,
"fields": [
{
"id": 20966,
"type": "text",
"name": "Brand",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20967,
"type": "link_row",
"name": "Lease",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2256,
"link_row_related_field_id": 20957,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20968,
"type": "boolean",
"name": "Interested in renewal",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20969,
"type": "single_select",
"name": "Industry",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 11787,
"value": "Manufacturing",
"color": "light-orange",
"order": 0
},
{
"id": 11788,
"value": "Retail",
"color": "dark-gray",
"order": 1
},
{
"id": 11789,
"value": "Banking",
"color": "red",
"order": 2
},
{
"id": 11790,
"value": "Food",
"color": "light-gray",
"order": 3
},
{
"id": 11791,
"value": "Logistics",
"color": "orange",
"order": 4
},
{
"id": 11792,
"value": "Sports",
"color": "dark-green",
"order": 5
},
{
"id": 11793,
"value": "Software/Hardware",
"color": "light-green",
"order": 6
},
{
"id": 11794,
"value": "Transportation",
"color": "blue",
"order": 7
},
{
"id": 11795,
"value": "Media",
"color": "gray",
"order": 8
}
]
},
{
"id": 20970,
"type": "lookup",
"name": "Building",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": true,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": "text",
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20967,
"through_field_name": "Lease",
"target_field_id": 20964,
"target_field_name": "Building"
}
],
"views": [
{
"id": 8858,
"type": "grid",
"name": "All tenants",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6257,
"field_id": 20966,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63276,
"field_id": 20969,
"width": 158,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63277,
"field_id": 20967,
"width": 115,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63278,
"field_id": 20970,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63279,
"field_id": 20968,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63280,
"field_id": 20966,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8859,
"type": "grid",
"name": "Renewals",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5357,
"field_id": 20968,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63281,
"field_id": 20969,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63282,
"field_id": 20967,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63283,
"field_id": 20968,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63284,
"field_id": 20966,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8860,
"type": "grid",
"name": "Retail",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5358,
"field_id": 20969,
"type": "single_select_equal",
"value": "11788",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63285,
"field_id": 20969,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63286,
"field_id": 20967,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63287,
"field_id": 20968,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63288,
"field_id": 20966,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63289,
"field_id": 20970,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8861,
"type": "kanban",
"name": "By industry",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 20969,
"field_options": [
{
"id": 11435,
"field_id": 20966,
"hidden": false,
"order": 32767
},
{
"id": 11436,
"field_id": 20967,
"hidden": true,
"order": 32767
},
{
"id": 11437,
"field_id": 20968,
"hidden": true,
"order": 32767
},
{
"id": 11438,
"field_id": 20969,
"hidden": true,
"order": 32767
},
{
"id": 11439,
"field_id": 20970,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-02T23:27:29.643409+00:00",
"updated_on": "2021-06-25T22:00:40.170804+00:00",
"field_20966": "Auntie's Pretzels",
"field_20967": [
1
],
"field_20968": "false",
"field_20969": 11790,
"field_20970": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-06-02T23:27:29.647876+00:00",
"updated_on": "2021-06-25T22:02:21.984478+00:00",
"field_20966": "Lakers",
"field_20967": [
21
],
"field_20968": "false",
"field_20969": 11792,
"field_20970": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-03T00:14:58.840525+00:00",
"updated_on": "2021-06-25T22:01:18.068013+00:00",
"field_20966": "Draftbit",
"field_20967": [
15
],
"field_20968": "true",
"field_20969": 11793,
"field_20970": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-06-20T21:25:47.905714+00:00",
"updated_on": "2021-06-25T22:02:02.152837+00:00",
"field_20966": "Fender",
"field_20967": [
20
],
"field_20968": "false",
"field_20969": 11788,
"field_20970": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-06-20T21:25:59.276890+00:00",
"updated_on": "2021-06-25T22:00:49.248510+00:00",
"field_20966": "Chicago Bulls",
"field_20967": [
11
],
"field_20968": "false",
"field_20969": 11792,
"field_20970": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2021-06-20T21:26:00.190433+00:00",
"updated_on": "2021-06-25T22:00:37.650477+00:00",
"field_20966": "Apple",
"field_20967": [
3
],
"field_20968": "false",
"field_20969": 11793,
"field_20970": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2021-06-20T21:26:00.903170+00:00",
"updated_on": "2021-06-25T22:02:42.824331+00:00",
"field_20966": "Sony",
"field_20967": [
26
],
"field_20968": "false",
"field_20969": 11793,
"field_20970": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2021-06-20T21:26:01.898537+00:00",
"updated_on": "2021-06-25T22:02:37.594670+00:00",
"field_20966": "Patagonia",
"field_20967": [
34
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2021-06-20T21:26:02.821633+00:00",
"updated_on": "2021-06-25T22:01:11.193668+00:00",
"field_20966": "Dippin' Dots",
"field_20967": [
14
],
"field_20968": "false",
"field_20969": 11790,
"field_20970": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2021-06-21T03:07:07.564735+00:00",
"updated_on": "2021-06-25T22:02:28.697650+00:00",
"field_20966": "Millie's Hot Dogs",
"field_20967": [
27
],
"field_20968": "true",
"field_20969": 11790,
"field_20970": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2021-06-21T03:07:13.346797+00:00",
"updated_on": "2021-06-25T22:02:33.263029+00:00",
"field_20966": "Nachos Nachos",
"field_20967": [
29
],
"field_20968": "false",
"field_20969": 11790,
"field_20970": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2021-06-21T03:07:37.392898+00:00",
"updated_on": "2021-06-25T22:02:08.897390+00:00",
"field_20966": "Gretch",
"field_20967": [
18
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2021-06-21T03:07:42.188518+00:00",
"updated_on": "2021-06-25T22:03:30.836941+00:00",
"field_20966": "Valley Arts",
"field_20967": [
32
],
"field_20968": "false",
"field_20969": 11788,
"field_20970": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2021-06-21T03:07:54.819394+00:00",
"updated_on": "2021-06-25T22:02:24.069576+00:00",
"field_20966": "Les Paul",
"field_20967": [
22
],
"field_20968": "false",
"field_20969": 11788,
"field_20970": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2021-06-21T03:08:01.102436+00:00",
"updated_on": "2021-06-25T22:02:31.298176+00:00",
"field_20966": "Moon Gifts",
"field_20967": [
28
],
"field_20968": "false",
"field_20969": 11790,
"field_20970": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2021-06-21T03:08:38.306511+00:00",
"updated_on": "2021-06-25T22:00:43.647090+00:00",
"field_20966": "Best Buy",
"field_20967": [
7
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2021-06-21T03:08:42.888486+00:00",
"updated_on": "2021-06-25T22:00:55.395847+00:00",
"field_20966": "CVS",
"field_20967": [
13,
43
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2021-06-21T03:11:49.122746+00:00",
"updated_on": "2021-06-25T22:03:33.962060+00:00",
"field_20966": "Walgreens",
"field_20967": [
35
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2021-06-21T03:12:01.714213+00:00",
"updated_on": "2021-06-25T22:02:14.571374+00:00",
"field_20966": "Groupon",
"field_20967": [
23
],
"field_20968": "false",
"field_20969": 11788,
"field_20970": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2021-06-21T03:12:31.387778+00:00",
"updated_on": "2021-06-25T22:02:05.556268+00:00",
"field_20966": "Ford",
"field_20967": [
16
],
"field_20968": "false",
"field_20969": 11787,
"field_20970": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2021-06-21T03:12:35.042611+00:00",
"updated_on": "2021-06-25T22:03:22.935493+00:00",
"field_20966": "Target",
"field_20967": [
37
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2021-06-21T03:12:48.489044+00:00",
"updated_on": "2021-06-25T22:00:42.623289+00:00",
"field_20966": "Bank of America",
"field_20967": [
5
],
"field_20968": "false",
"field_20969": 11789,
"field_20970": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2021-06-21T03:12:53.780495+00:00",
"updated_on": "2021-06-25T22:00:51.596406+00:00",
"field_20966": "Citigroup",
"field_20967": [
12
],
"field_20968": "false",
"field_20969": 11789,
"field_20970": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2021-06-21T03:13:01.165024+00:00",
"updated_on": "2021-06-25T22:02:16.796214+00:00",
"field_20966": "Intel",
"field_20967": [
24
],
"field_20968": "false",
"field_20969": 11793,
"field_20970": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2021-06-21T03:13:05.128552+00:00",
"updated_on": "2021-06-25T22:01:59.232381+00:00",
"field_20966": "FedEx",
"field_20967": [
19
],
"field_20968": "false",
"field_20969": 11791,
"field_20970": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2021-06-21T03:13:09.411122+00:00",
"updated_on": "2021-06-25T22:02:26.572794+00:00",
"field_20966": "McDonald's",
"field_20967": [
36
],
"field_20968": "true",
"field_20969": 11790,
"field_20970": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2021-06-21T03:13:13.364645+00:00",
"updated_on": "2021-06-25T22:00:45.904789+00:00",
"field_20966": "Burger King",
"field_20967": [
9
],
"field_20968": "false",
"field_20969": 11790,
"field_20970": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2021-06-21T03:13:17.801769+00:00",
"updated_on": "2021-06-25T22:03:38.254709+00:00",
"field_20966": "Wendy's",
"field_20967": [
31,
40
],
"field_20968": "true",
"field_20969": 11790,
"field_20970": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2021-06-21T03:13:31.188277+00:00",
"updated_on": "2021-06-25T22:01:49.399926+00:00",
"field_20966": "Disney",
"field_20967": [
10
],
"field_20968": "true",
"field_20969": 11795,
"field_20970": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2021-06-21T03:13:34.106658+00:00",
"updated_on": "2021-06-25T22:01:57.225977+00:00",
"field_20966": "ESPN",
"field_20967": [
39
],
"field_20968": "true",
"field_20969": 11795,
"field_20970": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2021-06-21T03:13:49.171275+00:00",
"updated_on": "2021-06-25T22:02:35.428928+00:00",
"field_20966": "Nike",
"field_20967": [
30
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2021-06-21T03:13:50.767303+00:00",
"updated_on": "2021-06-25T21:59:38.087115+00:00",
"field_20966": "Adidas",
"field_20967": [
8,
42
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2021-06-21T03:13:51.578574+00:00",
"updated_on": "2021-06-25T21:59:36.637256+00:00",
"field_20966": "3M",
"field_20967": [
4
],
"field_20968": "false",
"field_20969": 11787,
"field_20970": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2021-06-21T03:13:52.026089+00:00",
"updated_on": "2021-06-25T22:03:36.269184+00:00",
"field_20966": "WD",
"field_20967": [
33
],
"field_20968": "true",
"field_20969": 11793,
"field_20970": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2021-06-21T03:13:52.472536+00:00",
"updated_on": "2021-06-25T22:00:33.834050+00:00",
"field_20966": "American Airlines",
"field_20967": [
41,
38
],
"field_20968": "false",
"field_20969": 11794,
"field_20970": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2021-06-21T03:13:53.209632+00:00",
"updated_on": "2021-06-25T22:02:18.153480+00:00",
"field_20966": "Kohl's",
"field_20967": [
25
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2021-06-21T03:13:53.740836+00:00",
"updated_on": "2021-06-25T22:00:09.018530+00:00",
"field_20966": "Ally",
"field_20967": [
2
],
"field_20968": "true",
"field_20969": 11789,
"field_20970": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2021-06-21T03:14:59.880547+00:00",
"updated_on": "2021-06-25T22:01:52.779170+00:00",
"field_20966": "eBay",
"field_20967": [
17
],
"field_20968": "true",
"field_20969": 11788,
"field_20970": null
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2021-06-21T03:15:01.175101+00:00",
"updated_on": "2021-06-25T22:00:06.369902+00:00",
"field_20966": "Affinity",
"field_20967": [
6
],
"field_20968": "false",
"field_20969": 11793,
"field_20970": null
}
],
"data_sync": null
},
{
"id": 2258,
"name": "Service requests",
"order": 5,
"fields": [
{
"id": 20971,
"type": "text",
"name": "Issue",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20972,
"type": "long_text",
"name": "Issue detail",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 20973,
"type": "boolean",
"name": "Fixed",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20974,
"type": "date",
"name": "Est. date of completion",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "12",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 20975,
"type": "single_select",
"name": "Priority",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 11796,
"value": "Urgent",
"color": "dark-red",
"order": 0
},
{
"id": 11797,
"value": "Moderate",
"color": "orange",
"order": 1
},
{
"id": 11798,
"value": "Not Urgent",
"color": "blue",
"order": 2
}
]
},
{
"id": 20976,
"type": "date",
"name": "Date submitted",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 20977,
"type": "link_row",
"name": "Vendor responsible",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2259,
"link_row_related_field_id": 20992,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20978,
"type": "link_row",
"name": "Unit",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2255,
"link_row_related_field_id": 20945,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20979,
"type": "boolean",
"name": "After-hours access",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20980,
"type": "file",
"name": "Picture",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20981,
"type": "link_row",
"name": "Contact responsible",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2260,
"link_row_related_field_id": 21004,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20982,
"type": "formula",
"name": "Potential contacts",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "join(lookup('Unit','Contacts email'),' ')",
"formula_type": "text"
},
{
"id": 20983,
"type": "formula",
"name": "Vendor symbol",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(count(field('Vendor responsible')) = 0,'\ud83d\udd34','\ud83d\udfe2')",
"formula_type": "text"
},
{
"id": 20984,
"type": "formula",
"name": "Contact symbol",
"description": null,
"order": 13,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(count(field('Contact responsible')) = 0,'\ud83d\udd34','\ud83d\udfe2')",
"formula_type": "text"
},
{
"id": 20985,
"type": "formula",
"name": "Priority symbol",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(totext(field('Priority')) = 'Urgent','\u2757\u2757',if(totext(field('Priority')) = 'Moderate','\u2757',''))",
"formula_type": "text"
},
{
"id": 20986,
"type": "formula",
"name": "Fixed symbol",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"formula": "if(not(field('Fixed')),'\ud83d\udd34','\ud83d\udfe2')",
"formula_type": "text"
}
],
"views": [
{
"id": 8862,
"type": "grid",
"name": "All service requests",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6258,
"field_id": 20976,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63290,
"field_id": 20978,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63291,
"field_id": 20972,
"width": 385,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63292,
"field_id": 20980,
"width": 200,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63293,
"field_id": 20976,
"width": 157,
"hidden": false,
"order": 3,
"aggregation_type": "max_date",
"aggregation_raw_type": "max"
},
{
"id": 63294,
"field_id": 20975,
"width": 137,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63295,
"field_id": 20985,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63296,
"field_id": 20974,
"width": 205,
"hidden": false,
"order": 6,
"aggregation_type": "max_date",
"aggregation_raw_type": "max"
},
{
"id": 63297,
"field_id": 20979,
"width": 192,
"hidden": false,
"order": 7,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63298,
"field_id": 20977,
"width": 214,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63299,
"field_id": 20983,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63300,
"field_id": 20981,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63301,
"field_id": 20984,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63302,
"field_id": 20973,
"width": 110,
"hidden": false,
"order": 12,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63303,
"field_id": 20971,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63304,
"field_id": 20982,
"width": 463,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63305,
"field_id": 20986,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8863,
"type": "grid",
"name": "Open service requests",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5359,
"field_id": 20973,
"type": "boolean",
"value": "",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6259,
"field_id": 20976,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63306,
"field_id": 20978,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63307,
"field_id": 20972,
"width": 385,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63308,
"field_id": 20976,
"width": 157,
"hidden": false,
"order": 2,
"aggregation_type": "max_date",
"aggregation_raw_type": "max"
},
{
"id": 63309,
"field_id": 20975,
"width": 108,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63310,
"field_id": 20974,
"width": 205,
"hidden": false,
"order": 4,
"aggregation_type": "max_date",
"aggregation_raw_type": "max"
},
{
"id": 63311,
"field_id": 20979,
"width": 192,
"hidden": false,
"order": 5,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63312,
"field_id": 20977,
"width": 183,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63313,
"field_id": 20973,
"width": 110,
"hidden": false,
"order": 7,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 63314,
"field_id": 20971,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63315,
"field_id": 20980,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63316,
"field_id": 20981,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63317,
"field_id": 20982,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63318,
"field_id": 20983,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63319,
"field_id": 20984,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63320,
"field_id": 20986,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63321,
"field_id": 20985,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8864,
"type": "grid",
"name": "Urgent",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5360,
"field_id": 20975,
"type": "single_select_equal",
"value": "11796",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63322,
"field_id": 20978,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63323,
"field_id": 20972,
"width": 298,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63324,
"field_id": 20976,
"width": 159,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63325,
"field_id": 20975,
"width": 109,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63326,
"field_id": 20974,
"width": 207,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63327,
"field_id": 20979,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63328,
"field_id": 20977,
"width": 182,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63329,
"field_id": 20973,
"width": 100,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63330,
"field_id": 20971,
"width": 156,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8865,
"type": "form",
"name": "New service request",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Service request submission form",
"description": "",
"cover_image": null,
"logo_image": {
"name": "MSzspgpPzTodmhDIZfSQ3j5ULknqjsW2_abf0844d100c583685dc8d0574aa500e606be426c781fc04721a2523c89d4bec.png",
"original_name": "tools.png"
},
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Your service request has been submitted. We'll be in touch with next steps.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 10353,
"field_id": 20971,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10354,
"field_id": 20972,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10355,
"field_id": 20973,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10356,
"field_id": 20974,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10357,
"field_id": 20975,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10358,
"field_id": 20976,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10359,
"field_id": 20977,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10360,
"field_id": 20978,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 10361,
"field_id": 20979,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
},
{
"id": 8866,
"type": "kanban",
"name": "By priority",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 20975,
"field_options": [
{
"id": 11440,
"field_id": 20971,
"hidden": false,
"order": 32767
},
{
"id": 11441,
"field_id": 20972,
"hidden": false,
"order": 32767
},
{
"id": 11442,
"field_id": 20973,
"hidden": false,
"order": 32767
},
{
"id": 11443,
"field_id": 20974,
"hidden": false,
"order": 32767
},
{
"id": 11444,
"field_id": 20975,
"hidden": true,
"order": 32767
},
{
"id": 11445,
"field_id": 20976,
"hidden": false,
"order": 32767
},
{
"id": 11446,
"field_id": 20977,
"hidden": false,
"order": 32767
},
{
"id": 11447,
"field_id": 20978,
"hidden": false,
"order": 32767
},
{
"id": 11448,
"field_id": 20979,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-02T23:27:24.874434+00:00",
"updated_on": "2024-05-08T08:42:40.412118+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Water leak (sink)",
"field_20972": "There's a small leak below the sink in the bathroom.",
"field_20973": "true",
"field_20974": "2023-11-29",
"field_20975": 11796,
"field_20976": "2023-11-28",
"field_20977": [
1
],
"field_20978": [
4
],
"field_20979": "true",
"field_20980": [
{
"name": "S3sWZ0LAkRLETRQERjTMvcN8rDmQdhHZ_a23d6df2e815d4cb73f9e814dd3db35af664b3435b2da9667a51b827fcae1780.jpg",
"visible_name": "leaking-sink-drain-nicholson-scaled.jpg",
"original_name": "S3sWZ0LAkRLETRQERjTMvcN8rDmQdhHZ_a23d6df2e815d4cb73f9e814dd3db35af664b3435b2da9667a51b827fcae1780.jpg"
}
],
"field_20981": [
4
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-06-02T23:27:24.881442+00:00",
"updated_on": "2024-05-08T08:41:53.585256+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Missing lightbulbs",
"field_20972": "There are 3 missing lightbulbs along the south wall of the unit.",
"field_20973": "true",
"field_20974": "2023-10-12",
"field_20975": 11798,
"field_20976": "2023-10-08",
"field_20977": [
3
],
"field_20978": [
10
],
"field_20979": "false",
"field_20980": [
{
"name": "dQqeYoSp884UqeOdYceRn5v1ZhCh5oku_d91bcea67e28cf49c5d1abc9d85ff90d12fe9f619ae10c160775162f50113291.jpg",
"visible_name": "lightbulb-missing-from.jpg",
"original_name": "dQqeYoSp884UqeOdYceRn5v1ZhCh5oku_d91bcea67e28cf49c5d1abc9d85ff90d12fe9f619ae10c160775162f50113291.jpg"
}
],
"field_20981": [
1
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-20T21:29:01.345045+00:00",
"updated_on": "2024-12-11T10:52:34.208156+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Broken handle",
"field_20972": "The cabinet below the island has a broken handle. The cabinet still opens, but it's very tricky to do so.",
"field_20973": "false",
"field_20974": "2024-01-24",
"field_20975": 11798,
"field_20976": "2024-01-10",
"field_20977": [
2
],
"field_20978": [
18
],
"field_20979": "false",
"field_20980": [
{
"name": "LyXOK456R5RHr2k9LSwwvCM1xLhkjjCB_c0535154f84a45e9d17b1b9af54f27edc0a23817a6af25eeb91a544b7122a897.jpg",
"visible_name": "advice-needed-door-handle-broken-v0-omrvy46qrgna1.jpg",
"original_name": "LyXOK456R5RHr2k9LSwwvCM1xLhkjjCB_c0535154f84a45e9d17b1b9af54f27edc0a23817a6af25eeb91a544b7122a897.jpg"
}
],
"field_20981": [
4
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-06-24T23:17:10.224447+00:00",
"updated_on": "2024-05-08T08:42:54.925063+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Rusted pipe",
"field_20972": "We have a rusted pipe in the bathroom. It's not super urgent yet, but something to look into and start preparing for. We don't want it to break and cause a massive leak!",
"field_20973": "false",
"field_20974": "2024-01-08",
"field_20975": 11797,
"field_20976": "2023-12-20",
"field_20977": [
1
],
"field_20978": [
34
],
"field_20979": "true",
"field_20980": [
{
"name": "kf9pDa4JnIts1eFXvzWQTkswxvlXZS0Q_ecc78d6d0084ee45cccb0646018a426476999e40b31af445fabd97a360d1bbe1.",
"visible_name": "images",
"original_name": "kf9pDa4JnIts1eFXvzWQTkswxvlXZS0Q_ecc78d6d0084ee45cccb0646018a426476999e40b31af445fabd97a360d1bbe1."
}
],
"field_20981": [
6
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2021-06-24T23:19:30.754190+00:00",
"updated_on": "2024-05-08T08:42:20.673137+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "A/C issues",
"field_20972": "The A/C doesn't seem to cool past 15 degrees Celsius. It will also randomly turn off at times.",
"field_20973": "true",
"field_20974": "2024-01-22",
"field_20975": 11797,
"field_20976": "2024-01-20",
"field_20977": [
5
],
"field_20978": [
32
],
"field_20979": "true",
"field_20980": [
{
"name": "laHrCqjGOYTCurKQ2Etilptgi3o2x6aR_1b521ee42ca65eab76d097759a1f318c52c769a4c75ba75c9ef5b3dce2c3a10f.jpg",
"visible_name": "honeywell_thermostat.jpg",
"original_name": "laHrCqjGOYTCurKQ2Etilptgi3o2x6aR_1b521ee42ca65eab76d097759a1f318c52c769a4c75ba75c9ef5b3dce2c3a10f.jpg"
}
],
"field_20981": [
3
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 8,
"order": "6.00000000000000000000",
"created_on": "2021-06-24T23:25:51.433472+00:00",
"updated_on": "2024-05-08T08:42:45.367220+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Freezer not freezing",
"field_20972": "The freezer does not seem to be freezing anymore. Most of the ice has melted and is acting a bit more like a refrigerator instead of a freezer now. We have ice pops melting!",
"field_20973": "false",
"field_20974": "2024-02-27",
"field_20975": 11796,
"field_20976": "2024-02-26",
"field_20977": [
4
],
"field_20978": [
14
],
"field_20979": "true",
"field_20980": [],
"field_20981": [
4
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 9,
"order": "7.00000000000000000000",
"created_on": "2021-06-24T23:30:36.250522+00:00",
"updated_on": "2024-05-08T08:42:17.448529+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Lights flickering",
"field_20972": "Some of the lights in our office are flickering. It seems to happen mostly between 2pm-4pm.",
"field_20973": "false",
"field_20974": "2024-03-11",
"field_20975": 11798,
"field_20976": "2024-03-03",
"field_20977": [
2
],
"field_20978": [
30
],
"field_20979": "true",
"field_20980": [],
"field_20981": [
3
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 10,
"order": "8.00000000000000000000",
"created_on": "2021-06-25T20:30:00.344624+00:00",
"updated_on": "2024-05-08T12:34:28.168082+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Broken key",
"field_20972": "The key broke inside of the lock when trying to unlock unit.",
"field_20973": "true",
"field_20974": "2024-03-12",
"field_20975": 11796,
"field_20976": "2024-03-13",
"field_20977": [
6
],
"field_20978": [
50
],
"field_20979": "true",
"field_20980": [],
"field_20981": [
4
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 11,
"order": "9.00000000000000000000",
"created_on": "2021-06-25T20:30:06.824503+00:00",
"updated_on": "2024-05-08T08:42:59.535809+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20971": "RFID key fob not working",
"field_20972": "Unclear if it's an issue with the key fob or the reader.",
"field_20973": "false",
"field_20974": "2024-03-22",
"field_20975": 11796,
"field_20976": "2024-03-19",
"field_20977": [
7
],
"field_20978": [
8
],
"field_20979": "true",
"field_20980": [],
"field_20981": [
2
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 12,
"order": "10.00000000000000000000",
"created_on": "2024-05-07T07:59:20.488300+00:00",
"updated_on": "2024-05-08T13:27:10.615242+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Mold growth",
"field_20972": "There's visible mold growth in the corner of the bathroom ceiling. It's starting to spread and causing a musty smell.",
"field_20973": "false",
"field_20974": "2024-05-16",
"field_20975": 11796,
"field_20976": "2024-04-09",
"field_20977": [
5
],
"field_20978": [
4
],
"field_20979": "false",
"field_20980": [
{
"name": "mE7KDOvmIcjvBrbLqoArnN1Nvw2PWN6c_21f361b179eb0b7050fa6848e9e2a00df37b0883c61c98ea9163d9db0db440ff.",
"visible_name": "images",
"original_name": "mE7KDOvmIcjvBrbLqoArnN1Nvw2PWN6c_21f361b179eb0b7050fa6848e9e2a00df37b0883c61c98ea9163d9db0db440ff."
}
],
"field_20981": [
1
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 13,
"order": "11.00000000000000000000",
"created_on": "2024-05-07T07:59:28.213004+00:00",
"updated_on": "2024-05-08T08:44:48.840292+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Clogged drain",
"field_20972": "Water in the kitchen sink is draining very slowly. It's becoming a hassle to wash dishes or use the sink properly.",
"field_20973": "true",
"field_20974": "2024-05-02",
"field_20975": 11797,
"field_20976": "2024-04-18",
"field_20977": [],
"field_20978": [
2
],
"field_20979": "false",
"field_20980": [],
"field_20981": [],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
},
{
"id": 14,
"order": "12.00000000000000000000",
"created_on": "2024-05-07T07:59:35.275506+00:00",
"updated_on": "2024-05-08T08:43:02.682582+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_20971": "Faulty thermostat",
"field_20972": "The thermostat seems to be malfunctioning. It doesn't accurately reflect the temperature in the apartment and sometimes doesn't respond to adjustments.",
"field_20973": "false",
"field_20974": "2024-07-01",
"field_20975": 11798,
"field_20976": "2024-05-03",
"field_20977": [
9
],
"field_20978": [
7
],
"field_20979": "true",
"field_20980": [
{
"name": "laHrCqjGOYTCurKQ2Etilptgi3o2x6aR_1b521ee42ca65eab76d097759a1f318c52c769a4c75ba75c9ef5b3dce2c3a10f.jpg",
"visible_name": "honeywell_thermostat.jpg",
"original_name": "laHrCqjGOYTCurKQ2Etilptgi3o2x6aR_1b521ee42ca65eab76d097759a1f318c52c769a4c75ba75c9ef5b3dce2c3a10f.jpg"
}
],
"field_20981": [
5
],
"field_20982": null,
"field_20983": null,
"field_20984": null,
"field_20985": null,
"field_20986": null
}
],
"data_sync": null
},
{
"id": 2259,
"name": "Vendors",
"order": 6,
"fields": [
{
"id": 20987,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20988,
"type": "long_text",
"name": "Notes",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 20989,
"type": "text",
"name": "Point of contact",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20990,
"type": "email",
"name": "Email",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20991,
"type": "phone_number",
"name": "Phone",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20992,
"type": "link_row",
"name": "Service requests",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2258,
"link_row_related_field_id": 20977,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 20993,
"type": "file",
"name": "Business card",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20994,
"type": "url",
"name": "Service request URL",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 20995,
"type": "single_select",
"name": "Specialty",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 11799,
"value": "Air Conditioning/Heat",
"color": "dark-green",
"order": 0
},
{
"id": 11800,
"value": "Electric",
"color": "light-orange",
"order": 1
},
{
"id": 11801,
"value": "Plumbing",
"color": "light-gray",
"order": 2
},
{
"id": 11802,
"value": "Various",
"color": "light-blue",
"order": 3
},
{
"id": 11803,
"value": "Refrigeration",
"color": "light-green",
"order": 4
},
{
"id": 11804,
"value": "Gating",
"color": "red",
"order": 5
},
{
"id": 11805,
"value": "Locksmith",
"color": "dark-blue",
"order": 6
}
]
},
{
"id": 20996,
"type": "rollup",
"name": "All requests fixed",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"nullable": false,
"date_time_format": null,
"date_force_timezone": null,
"array_formula_type": null,
"error": null,
"duration_format": null,
"date_show_tzinfo": null,
"number_decimal_places": null,
"date_format": null,
"date_include_time": null,
"through_field_id": 20992,
"target_field_id": 20973,
"rollup_function": "every"
}
],
"views": [
{
"id": 8867,
"type": "grid",
"name": "All Vendors",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6260,
"field_id": 20995,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63331,
"field_id": 20995,
"width": 163,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63332,
"field_id": 20994,
"width": 252,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63333,
"field_id": 20992,
"width": 242,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63334,
"field_id": 20996,
"width": 186,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63335,
"field_id": 20989,
"width": 160,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63336,
"field_id": 20990,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63337,
"field_id": 20991,
"width": 113,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63338,
"field_id": 20993,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63339,
"field_id": 20988,
"width": 400,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63340,
"field_id": 20987,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 8868,
"type": "grid",
"name": "Vendors with open service requests",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 5361,
"field_id": 20996,
"type": "boolean",
"value": "",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 6261,
"field_id": 20995,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63341,
"field_id": 20995,
"width": 163,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63342,
"field_id": 20994,
"width": 252,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63343,
"field_id": 20992,
"width": 242,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63344,
"field_id": 20996,
"width": 186,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63345,
"field_id": 20989,
"width": 160,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63346,
"field_id": 20990,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63347,
"field_id": 20991,
"width": 113,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63348,
"field_id": 20993,
"width": 174,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63349,
"field_id": 20988,
"width": 400,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63350,
"field_id": 20987,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-06-02T21:57:46.396419+00:00",
"updated_on": "2021-11-03T03:42:31.338703+00:00",
"field_20987": "J&J Plumbing",
"field_20988": "His brother (business partner) will be unavailable all of July.",
"field_20989": "James Jordan",
"field_20990": "info@jjplumbing.com",
"field_20991": "(419) 626-0735",
"field_20992": [
1,
4
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.jjplumbing.com/submit-a-ticket",
"field_20995": 11801,
"field_20996": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-06-02T21:57:46.404049+00:00",
"updated_on": "2021-11-03T03:42:13.270229+00:00",
"field_20987": "Eric's Electric",
"field_20988": null,
"field_20989": "Eric Martinez",
"field_20990": "hello@ericselectric.com",
"field_20991": "(630) 874-4390",
"field_20992": [
9,
3
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.ericselectric.com/submit",
"field_20995": 11800,
"field_20996": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-06-24T23:18:48.227209+00:00",
"updated_on": "2021-11-03T03:42:41.270913+00:00",
"field_20987": "Kamil the Handyman",
"field_20988": "",
"field_20989": "Kamil Weston",
"field_20990": "kamil@ifixeverything.com",
"field_20991": "(662) 627-7129",
"field_20992": [
2
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://kamilthehandiman.com/submit",
"field_20995": 11802,
"field_20996": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-06-24T23:19:14.550599+00:00",
"updated_on": "2021-11-03T03:42:39.555182+00:00",
"field_20987": "Vance Refrigeration",
"field_20988": "",
"field_20989": "Bob Vance",
"field_20990": "bob@vancerefrigeration.com",
"field_20991": "(731) 926-2003",
"field_20992": [
8
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://vancerefrigeration.com/fix",
"field_20995": 11803,
"field_20996": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2021-06-24T23:19:21.893375+00:00",
"updated_on": "2021-11-03T03:42:05.252565+00:00",
"field_20987": "WB Cooling and Air",
"field_20988": "Referred to us by Bob Vance of Vance Refrigeration.",
"field_20989": "WB Jones",
"field_20990": "hello@wbjones.com",
"field_20991": "(860) 845-8063",
"field_20992": [
6,
12
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.wbcoolingair.net/submit-request",
"field_20995": 11799,
"field_20996": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-06-25T20:06:06.391705+00:00",
"updated_on": "2021-11-03T03:42:21.421904+00:00",
"field_20987": "Rick's Locks",
"field_20988": "",
"field_20989": "Christian Downsend",
"field_20990": "cd@rickslocks.net",
"field_20991": "(325) 232-7327",
"field_20992": [
10
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.rickslocks.net/ticket",
"field_20995": 11805,
"field_20996": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2021-06-25T20:06:19.034811+00:00",
"updated_on": "2021-11-03T03:42:24.935580+00:00",
"field_20987": "24/7 Access",
"field_20988": "Great response time for urgent requests!",
"field_20989": "Susan Weiss",
"field_20990": "susie@247access.com",
"field_20991": "(731) 632-3088",
"field_20992": [
11
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.247access.com/letmein",
"field_20995": 11805,
"field_20996": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2021-06-25T20:06:32.080340+00:00",
"updated_on": "2021-11-03T03:42:17.288761+00:00",
"field_20987": "Zapp Inc.",
"field_20988": "",
"field_20989": "Erika Williamson",
"field_20990": "erika@zapp.inc",
"field_20991": "(912) 557-6887",
"field_20992": [],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.zapp.inc/flicker",
"field_20995": 11800,
"field_20996": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2021-06-25T20:07:34.265650+00:00",
"updated_on": "2021-11-03T03:42:08.770143+00:00",
"field_20987": "House Heaters",
"field_20988": "",
"field_20989": "Hailie Malone",
"field_20990": "hailie@househeaters.com",
"field_20991": "(262) 781-0639",
"field_20992": [
14
],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.househeaters.com",
"field_20995": 11799,
"field_20996": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2021-06-25T20:10:04.471679+00:00",
"updated_on": "2021-11-03T03:42:36.072844+00:00",
"field_20987": "Drayno Pro",
"field_20988": "",
"field_20989": "Jess Britanol",
"field_20990": "jb@draynopro.co",
"field_20991": "(432) 264-6686",
"field_20992": [],
"field_20993": [
{
"name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg",
"visible_name": "business card.jpg",
"original_name": "9jkZgNfqd6xfZQAcvFZonX25Hi0krFdC_1e0d6c69e090c7fc12a2f68ad74aade871cefe4105bff2a093d50e1bf3205ba3.jpg"
}
],
"field_20994": "https://www.draynopro.co/help",
"field_20995": 11801,
"field_20996": null
}
],
"data_sync": null
},
{
"id": 2260,
"name": "Contacts",
"order": 7,
"fields": [
{
"id": 20997,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20998,
"type": "text",
"name": "Responsibilities",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 20999,
"type": "phone_number",
"name": "Phone number",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 21000,
"type": "email",
"name": "Email",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 21001,
"type": "link_row",
"name": "Buildings",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2254,
"link_row_related_field_id": 20933,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 21002,
"type": "single_select",
"name": "Role",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 11806,
"value": "Leasing manager",
"color": "green",
"order": 0
},
{
"id": 11807,
"value": "Maintenance",
"color": "dark-red",
"order": 1
},
{
"id": 11808,
"value": "Agent",
"color": "blue",
"order": 2
},
{
"id": 11809,
"value": "Services supervisor",
"color": "light-gray",
"order": 3
},
{
"id": 11810,
"value": "Counsel",
"color": "dark-orange",
"order": 4
}
]
},
{
"id": 21003,
"type": "password",
"name": "Password",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 21004,
"type": "link_row",
"name": "Service requests",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2258,
"link_row_related_field_id": 20981,
"link_row_limit_selection_view_id": null,
"has_related_field": true
}
],
"views": [
{
"id": 8869,
"type": "grid",
"name": "All contacts",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 6262,
"field_id": 20997,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 63351,
"field_id": 21002,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63352,
"field_id": 20998,
"width": 329,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63353,
"field_id": 20999,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63354,
"field_id": 21000,
"width": 245,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63355,
"field_id": 21003,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63356,
"field_id": 21001,
"width": 405,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63357,
"field_id": 20997,
"width": 150,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 63358,
"field_id": 21004,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2021-12-05T22:19:03.856086+00:00",
"updated_on": "2024-05-08T08:01:14.304437+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Edmund Siv",
"field_20998": "Serves as a point of contact for service requests.",
"field_20999": "(604) 858-5869",
"field_21000": "edmundsiv@company.com",
"field_21001": [
1,
5,
7
],
"field_21002": 11807,
"field_21003": "pbkdf2_sha256$390000$Q6cF1kAdLCHxsAsaDgvusA$xmP9ubsW48em0SU1JlmXlJM+30PlSJPsulyVosiD3ic=",
"field_21004": [
2,
12
]
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2021-12-05T22:19:03.865776+00:00",
"updated_on": "2024-05-08T08:01:18.248255+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Jordyn Jones",
"field_20998": "Meets with new tenants to sign leases.",
"field_20999": "(631) 271-0703",
"field_21000": "jordynjones@company.com",
"field_21001": [
3,
6,
7
],
"field_21002": 11808,
"field_21003": "pbkdf2_sha256$390000$gZICvAxUoWBR7L8le7FpQ4$pR3aC9ZQUDYWOiH4UFuARowzXDlJg/sictn4wJ0oHoI=",
"field_21004": [
11
]
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2021-12-05T22:20:24.074920+00:00",
"updated_on": "2024-05-08T08:01:19.990246+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Kennedy Layman",
"field_20998": "Manages the amenities offered by the buildings.",
"field_20999": "(860) 741-3220",
"field_21000": "kennedylayman@company.com",
"field_21001": [
6,
10,
12
],
"field_21002": 11809,
"field_21003": "pbkdf2_sha256$390000$Tb6QvSZ6pCUigYOkYAiuEb$g4NNOGtIHAXevEKBmufzf8x1hHXUmWfEarBdaxEPwsU=",
"field_21004": [
6,
9
]
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2021-12-05T22:21:03.687980+00:00",
"updated_on": "2024-05-08T08:01:16.455038+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Gloria Nguyen",
"field_20998": "Applies for any permits required from the city.",
"field_20999": "(303) 659-4110",
"field_21000": "glorianguyen@company.com",
"field_21001": [
1,
6,
13
],
"field_21002": 11810,
"field_21003": "pbkdf2_sha256$390000$dWLK6FOEADnpbWrwIqPD0J$BvBWbIqsCNQU2djy6FPl2LFv7c/lXWtebJmSAZik8KU=",
"field_21004": [
1,
8,
10,
3
]
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2021-12-05T22:24:30.438531+00:00",
"updated_on": "2024-05-08T08:01:12.171135+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Beniamin Schwartz",
"field_20998": "Handles all new applications for the units.",
"field_20999": "(503) 831-0159",
"field_21000": "beniaminschwartz@company.com",
"field_21001": [
1,
3,
12
],
"field_21002": 11806,
"field_21003": "pbkdf2_sha256$390000$UQHFJvwAsR1iZwPXTkchT7$iPEvDvoh1b5p8yWtr2BrRGZWnG8LV/9Dwt3g8HP4vfM=",
"field_21004": [
14
]
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2021-12-05T23:08:18.404248+00:00",
"updated_on": "2024-05-08T08:01:21.802971+00:00",
"last_modified_by": "frederik@baserow.io",
"field_20997": "Minnie Poom",
"field_20998": "Meets with new tenants to sign leases.",
"field_20999": "(218) 352-6626",
"field_21000": "minniepoom@company.com",
"field_21001": [
1,
3,
13
],
"field_21002": 11808,
"field_21003": "pbkdf2_sha256$390000$m21BNhPPRSlYyLv7EZg8bK$BcbGUITtbZXBNBWYDJ7dVBALyqYKa5uNTI4gCBucEaw=",
"field_21004": [
4
]
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 1462,
"name": "__shared__",
"order": 0,
"path": "__shared__",
"path_params": {},
"shared": true,
"elements": [
{
"id": 40307,
"order": "1.00000000000000000000",
"type": "header",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"share_type": "except",
"pages": [
221
]
},
{
"id": 40308,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 40307,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 40310,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 40309,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udd11 Logged in as **', get('user.username'), '** (', get('user.role'), ')')",
"format": "markdown"
},
{
"id": 40311,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 40309,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right",
"button_font_size": 12
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 40309,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 40307,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 40313,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 40309,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 222,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'MY DASHBOARD'",
"variant": "link"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 5353,
"type": "logout",
"order": 1,
"page_id": 1462,
"element_id": 40311,
"event": "click"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 221,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 40312,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3206,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"level": 2
},
{
"id": 3207,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 27,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 357,
"type": "open_page",
"order": 1,
"page_id": 221,
"element_id": 3207,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 222,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 222,
"name": "Dashboard",
"order": 2,
"path": "/dashboard",
"path_params": [],
"shared": false,
"elements": [
{
"id": 3219,
"order": "1.00000000000000000000",
"type": "column",
"parent_element_id": 3210,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3220,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3219,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default",
"heading_3_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.field_20926')",
"level": 3
},
{
"id": 3221,
"order": "1.33333333333333325932",
"type": "image",
"parent_element_id": 3219,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('current_record.field_20932.0.url')",
"alt_text": ""
},
{
"id": 3222,
"order": "1.50000000000000000000",
"type": "text",
"parent_element_id": 3219,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('current_record.field_20940'),' ',get('current_record.field_20938'),'% occupation rate')",
"format": "plain"
},
{
"id": 3216,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83c\udfe2 My buildings'",
"level": 2
},
{
"id": 3210,
"order": "2.50000000000000000000",
"type": "repeat",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 399,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"orientation": "horizontal",
"items_per_row": {
"tablet": 2,
"desktop": 4,
"smartphone": 1
}
},
{
"id": 3223,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3219,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"body_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('current_record.field_20927'),', ',get('current_record.field_20930'),' (',get('current_record.field_20928'),', ',get('current_record.field_20929'),')')",
"format": "plain"
},
{
"id": 3217,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udee0\ufe0f Open service requests'",
"level": 2
},
{
"id": 3218,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 400,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_20971",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_20972",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_20973",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_20975",
"filterable": true,
"sortable": false,
"searchable": false
},
{
"schema_property": "field_20976",
"filterable": true,
"sortable": true,
"searchable": false
},
{
"schema_property": "field_20974",
"filterable": false,
"sortable": true,
"searchable": false
}
],
"fields": [
{
"uid": "ad616d3c-617e-449e-b54c-72e9eb13fb24",
"name": "Issue",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 226,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "concat(get('current_record.field_20971'), ' ', get('current_record.field_20985'))",
"variant": "link"
}
},
{
"uid": "3ec85956-b75e-4d39-83d1-bdd94c16ce66",
"name": "Unit",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20978.0.value')"
}
},
{
"uid": "c4aaeddc-6d99-44be-a0de-98c787e978bf",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20976')"
}
},
{
"uid": "7b83ed3d-bcc4-40c9-9bf1-50f5c8f1b50f",
"name": "Est. completion",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20974')"
}
},
{
"uid": "ba3db07b-9373-4c04-8346-e6b569c1ead9",
"name": "Vendor",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_20983'),' ',get('current_record.field_20977.0.value'))"
}
},
{
"uid": "d5ca4263-2e83-4c14-9191-b19acf76e5a3",
"name": "Contact",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_20984'),' ',get('current_record.field_20981.0.value'))"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 3224,
"order": "5.00000000000000000000",
"type": "link",
"parent_element_id": 3219,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 223,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "'DETAILS'",
"variant": "button"
}
],
"data_sources": [
{
"id": 399,
"name": "My buildings",
"order": "1.00000000000000000000",
"service": {
"id": 465,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2254,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 20933,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 400,
"name": "Open service requests",
"order": "2.00000000000000000000",
"service": {
"id": 466,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2258,
"view_id": 8863,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 20982,
"type": "contains_word",
"value": "get('user.email')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 223,
"name": "Building details",
"order": 3,
"path": "/buildings/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3229,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.401.field_20927'),', ',get('data_source.401.field_20930'),', ',get('data_source.401.field_20928'),' (',get('data_source.401.field_20929'),')')",
"format": "plain"
},
{
"id": 3233,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3227,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.401.field_20932.0.url')",
"alt_text": ""
},
{
"id": 40315,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 40314,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('current_record.value')",
"format": "plain"
},
{
"id": 3235,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83c\udfe2 ',get('data_source.401.field_20926'))",
"level": 2
},
{
"id": 3236,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Units:** ',get('data_source.401.field_20935'))",
"format": "markdown"
},
{
"id": 3227,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3237,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Rented units:** ',get('data_source.401.field_20937'))",
"format": "markdown"
},
{
"id": 3238,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.401.field_20940'),' **Occupation rate:** ',get('data_source.401.field_20938'),'%')",
"format": "markdown"
},
{
"id": 3239,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udeaa Units'",
"level": 3
},
{
"id": 3240,
"order": "4.50000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(' **Service requests:** ',get('data_source.401.field_20939'))",
"format": "markdown"
},
{
"id": 3241,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "' **Contacts:** '",
"format": "markdown"
},
{
"id": 3242,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 402,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_20942",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_20946",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_20948",
"filterable": false,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "a6380918-b348-4de8-a18e-6fa17d3f6c9c",
"name": "Name",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 224,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_20942')",
"variant": "link"
}
},
{
"uid": "a3650972-6ee6-47e2-a9fd-53d5464a6d41",
"name": "Floor",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20944')"
}
},
{
"uid": "70596b48-2b98-4430-bda5-57fd0da39cf8",
"name": "Tenants",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20952')"
}
},
{
"uid": "ea381ce8-f31b-4869-861d-5406f576b266",
"name": "Open service requests",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20954')"
}
},
{
"uid": "3781cd67-d60d-48a0-904f-0292b96ec6ef",
"name": "Active lease",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20951')"
}
},
{
"uid": "a34c8892-ed36-4a2c-a310-abcc0db1d847",
"name": "Leases",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20947.*.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 40314,
"order": "6.00000000000000000000",
"type": "repeat",
"parent_element_id": 3227,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 401,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": "field_20933",
"property_options": [],
"orientation": "vertical",
"items_per_row": {
"tablet": 2,
"desktop": 2,
"smartphone": 2
}
}
],
"data_sources": [
{
"id": 401,
"name": "Building",
"order": "1.00000000000000000000",
"service": {
"id": 467,
"integration_id": 41,
"type": "local_baserow_get_row",
"table_id": 2254,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 402,
"name": "Units",
"order": "2.00000000000000000000",
"service": {
"id": 468,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2255,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 20943,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 224,
"name": "Unit details",
"order": 4,
"path": "/units/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3250,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udeaa ',get('data_source.403.field_20942'),' (',get('data_source.403.field_20943.0.value'),' - floor ',get('data_source.403.field_20944'),')')",
"level": 2
},
{
"id": 3251,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83e\udd1d Leases'",
"level": 3
},
{
"id": 3252,
"order": "3.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 404,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "5d3aabc2-b6ff-409f-80af-b3a1ec43059c",
"name": "ID",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 225,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_20955')",
"variant": "link"
}
},
{
"uid": "d90be9bd-f696-4905-ad26-702dcef4a6f6",
"name": "Tenant",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20957.0.value')"
}
},
{
"uid": "323e8a32-a24e-418e-ae37-d2a7cfb7fce9",
"name": "From",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20958')"
}
},
{
"uid": "0950b749-a5c7-4529-80f2-aa75bed93940",
"name": "Until",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20959')"
}
},
{
"uid": "e48b7b6c-7d6f-41f2-9275-ff908c0e2e64",
"name": "Is active",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20965')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 3253,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udee0\ufe0f Service requests'",
"level": 3
},
{
"id": 3254,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 405,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "c4d9da1e-93fa-4c15-9a84-8f43c3b8d32c",
"name": "Issue",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 226,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "concat(get('current_record.field_20986'), ' ', get('current_record.field_20971'), ' ', get('current_record.field_20985'))",
"variant": "link"
}
},
{
"uid": "d6b131ad-d8a7-4459-a85c-1229e9ade3d5",
"name": "Date",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20976')"
}
},
{
"uid": "fb7fff7f-6471-48ed-8b99-70714b9efde5",
"name": "Est. completion",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_20974')"
}
},
{
"uid": "43187abf-97fd-49a6-96fe-d2fa1d027e31",
"name": "Vandor",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_20983'),' ',get('current_record.field_20977.0.value'))"
}
},
{
"uid": "35fd79f7-25cc-4cd8-b11f-43cb11978b52",
"name": "Contact",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_20984'),' ',get('current_record.field_20981.0.value'))"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 403,
"name": "Unit",
"order": "1.00000000000000000000",
"service": {
"id": 469,
"integration_id": 41,
"type": "local_baserow_get_row",
"table_id": 2255,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 404,
"name": "Leases",
"order": "2.00000000000000000000",
"service": {
"id": 470,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2256,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 20963,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
},
{
"id": 405,
"name": "Service requests",
"order": "3.00000000000000000000",
"service": {
"id": 471,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2258,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 20978,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 225,
"name": "Lease details",
"order": 5,
"path": "/leases/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3259,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Building:** ',get('data_source.406.field_20964'))",
"format": "markdown"
},
{
"id": 3264,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83e\udd1d ',get('data_source.406.field_20965'),' ',get('data_source.406.field_20955'),' (',get('data_source.406.field_20957.0.value'),' / ',get('data_source.406.field_20963.0.value'),')')",
"level": 2
},
{
"id": 3265,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Notes:** ',get('data_source.406.field_20956'))",
"format": "markdown"
},
{
"id": 3257,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3266,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Start date:** ',get('data_source.406.field_20958'))",
"format": "markdown"
},
{
"id": 3267,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**End date:** ',get('data_source.406.field_20959'))",
"format": "markdown"
},
{
"id": 3268,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Pets allowed:** ',get('data_source.406.field_20961'))",
"format": "markdown"
},
{
"id": 3269,
"order": "6.00000000000000000000",
"type": "iframe",
"parent_element_id": 3257,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"source_type": "url",
"url": "get('data_source.406.field_20960.0.url')",
"embed": "",
"height": 600
}
],
"data_sources": [
{
"id": 406,
"name": "Lease",
"order": "1.00000000000000000000",
"service": {
"id": 472,
"integration_id": 41,
"type": "local_baserow_get_row",
"table_id": 2256,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 226,
"name": "Service request details",
"order": 6,
"path": "/service-requests/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3274,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 224,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.407.field_20978.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "concat('Unit: ',get('data_source.407.field_20978.0.value'))",
"variant": "link"
},
{
"id": 3278,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3272,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.407.field_20980.0.url')",
"alt_text": ""
},
{
"id": 40319,
"order": "1.00000000000000000000",
"type": "record_selector",
"parent_element_id": 40318,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 408,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_20997",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_20998",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"required": true,
"label": "'CONTACTS'",
"default_value": "get('data_source.407.field_20981.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": "concat(' (', get('current_record.field_21002.value'), ')')"
},
{
"id": 3280,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udee0\ufe0f ',get('data_source.407.field_20986'),' ',get('data_source.407.field_20971'),' in ',get('data_source.407.field_20978.0.value'))",
"level": 2
},
{
"id": 3281,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Submitted:** ',get('data_source.407.field_20976'))",
"format": "markdown"
},
{
"id": 40320,
"order": "2.00000000000000000000",
"type": "record_selector",
"parent_element_id": 40318,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 409,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_20987",
"filterable": false,
"sortable": false,
"searchable": true
},
{
"schema_property": "field_20995",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"required": true,
"label": "'VENDORS'",
"default_value": "get('data_source.407.field_20981.0.id')",
"placeholder": "",
"multiple": false,
"option_name_suffix": "concat(' (', get('current_record.field_20995.value'), ')')"
},
{
"id": 3282,
"order": "2.50000000000000000000",
"type": "button",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u2714\ufe0f Mark request as fixed'"
},
{
"id": 3283,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 1,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.407.field_20972')",
"format": "plain"
},
{
"id": 3284,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Est. completion:** ',get('data_source.407.field_20974'))",
"format": "markdown"
},
{
"id": 3272,
"order": "4.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3285,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Priority:** ',get('data_source.407.field_20975.value'),' (',get('data_source.407.field_20985'),')')",
"format": "markdown"
},
{
"id": 3286,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**After-hours access:** ',get('data_source.407.field_20979'))",
"format": "markdown"
},
{
"id": 3287,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Assign people to fix the issue'",
"level": 3
},
{
"id": 40318,
"order": "5.25000000000000000000",
"type": "form_container",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center",
"button_horizontal_padding": 48
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"submit_button_label": "'Assign to service request'",
"reset_initial_values_post_submission": false
},
{
"id": 3289,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.407.field_20984'),' **Contact:** ',get('data_source.407.field_20981.0.value'))",
"format": "markdown"
},
{
"id": 3291,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 3272,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat(get('data_source.407.field_20983'),' **Vendor:** ',get('data_source.407.field_20977.0.value'))",
"format": "markdown"
}
],
"data_sources": [
{
"id": 407,
"name": "Service request",
"order": "1.00000000000000000000",
"service": {
"id": 473,
"integration_id": 41,
"type": "local_baserow_get_row",
"table_id": 2258,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 408,
"name": "Contacts",
"order": "2.00000000000000000000",
"service": {
"id": 474,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2260,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 409,
"name": "Vendors",
"order": "3.00000000000000000000",
"service": {
"id": 475,
"integration_id": 41,
"type": "local_baserow_list_rows",
"table_id": 2259,
"view_id": null,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [
{
"id": 367,
"type": "update_row",
"order": 1,
"page_id": 226,
"element_id": 3282,
"event": "click",
"service": {
"id": 480,
"integration_id": 41,
"type": "local_baserow_upsert_row",
"table_id": 2258,
"row_id": "get('page_parameter.id')",
"field_mappings": [
{
"field_id": 20973,
"value": "'true'",
"enabled": true
}
]
}
},
{
"id": 369,
"type": "open_page",
"order": 2,
"page_id": 226,
"element_id": 3282,
"event": "click",
"navigation_type": "page",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
},
{
"id": 5355,
"type": "update_row",
"order": 1,
"page_id": 226,
"element_id": 40318,
"event": "submit",
"service": {
"id": 5182,
"integration_id": 41,
"type": "local_baserow_upsert_row",
"table_id": 2258,
"row_id": "get('page_parameter.id')",
"field_mappings": [
{
"field_id": 20971,
"value": "",
"enabled": false
},
{
"field_id": 20972,
"value": "",
"enabled": false
},
{
"field_id": 20973,
"value": "",
"enabled": false
},
{
"field_id": 20974,
"value": "",
"enabled": false
},
{
"field_id": 20975,
"value": "",
"enabled": false
},
{
"field_id": 20976,
"value": "",
"enabled": false
},
{
"field_id": 20977,
"value": "get('form_data.40320')",
"enabled": true
},
{
"field_id": 20978,
"value": "",
"enabled": false
},
{
"field_id": 20979,
"value": "",
"enabled": false
},
{
"field_id": 20980,
"value": "",
"enabled": false
},
{
"field_id": 20981,
"value": "get('form_data.40319')",
"enabled": true
}
]
}
},
{
"id": 5357,
"type": "refresh_data_source",
"order": 2,
"page_id": 226,
"element_id": 40318,
"event": "submit",
"data_source_id": 407
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
}
],
"integrations": [
{
"id": 41,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#5190efff",
"secondary_color": "#0eaa42ff",
"border_color": "#d7d8d9ff",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"body_font_family": "inter",
"body_font_size": 14,
"body_text_color": "#070810ff",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_text_color": "#070810ff",
"heading_1_text_alignment": "left",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_text_color": "#070810ff",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "inter",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_text_color": "#202128",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "primary",
"button_text_color": "#ffffffff",
"button_border_color": "border",
"button_border_size": 0,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "#96baf6ff",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "border",
"link_font_family": "inter",
"link_font_size": 13,
"link_text_alignment": "left",
"link_text_color": "primary",
"link_hover_text_color": "#96baf6ff",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile",
"label_font_family": "inter",
"label_text_color": "#070810FF",
"label_font_size": 13,
"input_font_family": "inter",
"input_font_size": 13,
"input_text_color": "#070810FF",
"input_background_color": "#FFFFFFFF",
"input_border_color": "#000000FF",
"input_border_size": 1,
"input_border_radius": 0,
"input_vertical_padding": 8,
"input_horizontal_padding": 12,
"table_border_color": "#000000FF",
"table_border_size": 0,
"table_border_radius": 0,
"table_header_background_color": "primary",
"table_header_text_color": "#ffffffff",
"table_header_font_size": 13,
"table_header_font_family": "inter",
"table_header_text_alignment": "left",
"table_cell_background_color": "transparent",
"table_cell_alternate_background_color": "transparent",
"table_cell_alignment": "left",
"table_cell_vertical_padding": 10,
"table_cell_horizontal_padding": 20,
"table_vertical_separator_color": "#000000FF",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "border",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 27,
"name": "Contacts",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "35cec79170c445dfb2fc15909650e76a",
"integration_id": 41,
"auth_providers": [
{
"id": 24,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 21003
}
],
"table_id": 2260,
"email_field_id": 21000,
"name_field_id": 20997,
"role_field_id": null
}
],
"favicon_file": null,
"login_page": {
"id": 221,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 40312,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 3206,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"level": 2
},
{
"id": 3207,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 27,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 357,
"type": "open_page",
"order": 1,
"page_id": 221,
"element_id": 3207,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 222,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
"id": 490,
"name": "Service Requests Manager",
"order": 2,
"type": "builder"
}
]
}