bramw_baserow/backend/templates/ooo-management.json

12224 lines
626 KiB
JSON

{
"baserow_template_version": 1,
"name": "OOO Management",
"icon": "iconoir-sea-and-sun",
"keywords": [
"ooo",
"out of office",
"pto",
"paid time off",
"vacation",
"holiday",
"holidays",
"holidays",
"time off",
"employees",
"employee management",
"staff",
"staff management",
"ooo",
"out of office",
"leave"
],
"categories": [
"Human Resources",
"Local Business",
"Professional"
],
"export": [
{
"id": 95191,
"name": "OOO Management",
"order": 1,
"type": "database",
"tables": [
{
"id": 262417,
"name": "Employees",
"order": 1,
"fields": [
{
"id": 1863868,
"type": "formula",
"name": "Code",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "text",
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "concat(field('Name'),' (',field('Job'),')')",
"formula_type": "array"
},
{
"id": 1863869,
"type": "text",
"name": "Name",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 1863870,
"type": "email",
"name": "Email",
"order": 2,
"primary": false
},
{
"id": 1863883,
"type": "phone_number",
"name": "Phone",
"order": 3,
"primary": false
},
{
"id": 1863884,
"type": "file",
"name": "Photo",
"order": 4,
"primary": false
},
{
"id": 1863885,
"type": "link_row",
"name": "Job",
"order": 5,
"primary": false,
"link_row_table_id": 262418,
"link_row_related_field_id": 1863886,
"has_related_field": true
},
{
"id": 1864417,
"type": "link_row",
"name": "OOO requests",
"order": 6,
"primary": false,
"link_row_table_id": 262440,
"link_row_related_field_id": 1864287,
"has_related_field": true
},
{
"id": 1866365,
"type": "lookup",
"name": "Department",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "text",
"nullable": true,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"through_field_id": 1863885,
"through_field_name": "Job",
"target_field_id": 1863873,
"target_field_name": "Department"
},
{
"id": 1869787,
"type": "link_row",
"name": "OOO reviewer",
"order": 9,
"primary": false,
"link_row_table_id": 262417,
"link_row_related_field_id": null,
"has_related_field": false
},
{
"id": 1869790,
"type": "number",
"name": "Leave days / year",
"order": 10,
"primary": false,
"number_decimal_places": 0,
"number_negative": false
},
{
"id": 1869791,
"type": "formula",
"name": "Leave days taken",
"order": 11,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "sum(filter(lookup('OOO requests','Number of days'),and(lookup('OOO requests','Status') = 'Approved', lookup('OOO requests','Affects balance') = true)))",
"formula_type": "number"
},
{
"id": 1869792,
"type": "formula",
"name": "Leave days balance",
"order": 12,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "field('Leave days / year') - field('Leave days taken')",
"formula_type": "number"
},
{
"id": 1869839,
"type": "formula",
"name": "OOO days approved",
"order": 13,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "sum(filter(lookup('OOO requests','Number of days'),lookup('OOO requests','Status') = 'Approved'))",
"formula_type": "number"
},
{
"id": 1869851,
"type": "rollup",
"name": "000 days requested",
"order": 14,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"through_field_id": 1864417,
"target_field_id": 1864506,
"rollup_function": "sum"
},
{
"id": 1869912,
"type": "formula",
"name": "Leave days taken %",
"order": 15,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "round(field('Leave days taken') / field('Leave days / year') * 100,0)",
"formula_type": "number"
},
{
"id": 1869946,
"type": "formula",
"name": "Open OOO requests",
"order": 16,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "count(filter(lookup('OOO requests','From'),lookup('OOO requests','Status') = 'Submitted')) > 0",
"formula_type": "boolean"
}
],
"views": [
{
"id": 439048,
"type": "grid",
"name": "All employees",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163098,
"field_id": 1863869,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040344,
"field_id": 1863868,
"width": 182,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040342,
"field_id": 1863869,
"width": 172,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040343,
"field_id": 1863870,
"width": 243,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040361,
"field_id": 1863883,
"width": 141,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040362,
"field_id": 1863884,
"width": 107,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040363,
"field_id": 1863885,
"width": 184,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3043772,
"field_id": 1866365,
"width": 182,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048636,
"field_id": 1869787,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040893,
"field_id": 1864417,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048986,
"field_id": 1869946,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048844,
"field_id": 1869851,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048835,
"field_id": 1869839,
"width": 199,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048678,
"field_id": 1869790,
"width": 183,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048679,
"field_id": 1869791,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048680,
"field_id": 1869792,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048926,
"field_id": 1869912,
"width": 195,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440307,
"type": "grid",
"name": "Employees with open OOO requests",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206313,
"field_id": 1869946,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163100,
"field_id": 1863869,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3048945,
"field_id": 1863868,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048946,
"field_id": 1863869,
"width": 172,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048947,
"field_id": 1863870,
"width": 243,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048948,
"field_id": 1863883,
"width": 141,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048949,
"field_id": 1863884,
"width": 107,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048950,
"field_id": 1863885,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048951,
"field_id": 1866365,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048952,
"field_id": 1869787,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048953,
"field_id": 1864417,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048954,
"field_id": 1869851,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048955,
"field_id": 1869839,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048956,
"field_id": 1869790,
"width": 177,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048957,
"field_id": 1869791,
"width": 172,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048958,
"field_id": 1869792,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048959,
"field_id": 1869912,
"width": 186,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048988,
"field_id": 1869946,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440305,
"type": "grid",
"name": "Employees without OOO requests",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206312,
"field_id": 1869851,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163099,
"field_id": 1863869,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3048927,
"field_id": 1863868,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048928,
"field_id": 1863869,
"width": 172,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048929,
"field_id": 1863870,
"width": 243,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048930,
"field_id": 1863883,
"width": 141,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048931,
"field_id": 1863884,
"width": 107,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048932,
"field_id": 1863885,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048933,
"field_id": 1866365,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048934,
"field_id": 1869787,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048935,
"field_id": 1864417,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048936,
"field_id": 1869851,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048937,
"field_id": 1869839,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048938,
"field_id": 1869790,
"width": 177,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048939,
"field_id": 1869791,
"width": 172,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048940,
"field_id": 1869792,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048941,
"field_id": 1869912,
"width": 186,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048989,
"field_id": 1869946,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440311,
"type": "grid",
"name": "Employees without leave days taken",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163101,
"field_id": 1863869,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3048990,
"field_id": 1863868,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048991,
"field_id": 1863869,
"width": 172,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048992,
"field_id": 1863870,
"width": 243,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048993,
"field_id": 1863883,
"width": 141,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048994,
"field_id": 1863884,
"width": 107,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048995,
"field_id": 1863885,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048996,
"field_id": 1866365,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048997,
"field_id": 1869787,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048998,
"field_id": 1864417,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048999,
"field_id": 1869851,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049000,
"field_id": 1869839,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049001,
"field_id": 1869790,
"width": 177,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049002,
"field_id": 1869791,
"width": 172,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049003,
"field_id": 1869792,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049004,
"field_id": 1869912,
"width": 186,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049005,
"field_id": 1869946,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440313,
"type": "grid",
"name": "Employees without leave days taken > 50%",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163102,
"field_id": 1863869,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3049009,
"field_id": 1863868,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049010,
"field_id": 1863869,
"width": 172,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049011,
"field_id": 1863870,
"width": 243,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049012,
"field_id": 1863883,
"width": 141,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049013,
"field_id": 1863884,
"width": 107,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049014,
"field_id": 1863885,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049015,
"field_id": 1866365,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049016,
"field_id": 1869787,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049017,
"field_id": 1864417,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049018,
"field_id": 1869851,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049019,
"field_id": 1869839,
"width": 199,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049020,
"field_id": 1869790,
"width": 177,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049021,
"field_id": 1869791,
"width": 172,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049022,
"field_id": 1869792,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049023,
"field_id": 1869912,
"width": 186,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049024,
"field_id": 1869946,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-03-01T18:17:46.350462+00:00",
"updated_on": "2024-03-04T08:14:21.071953+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Allie Ecker",
"field_1863870": "allie.ecker@brgeemailz.net",
"field_1863883": "(949) 873-7292",
"field_1863884": [
{
"name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_1863885": [
1
],
"field_1864417": [
1,
3
],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-03-01T18:17:46.350529+00:00",
"updated_on": "2024-03-04T08:14:23.410323+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Bran Lopez",
"field_1863870": "bran.lopez@brgeemailz.net",
"field_1863883": "(650) 869-3623",
"field_1863884": [
{
"name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
}
],
"field_1863885": [
12
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341119+00:00",
"updated_on": "2024-03-04T08:14:23.998972+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Cinda Pullen",
"field_1863870": "cinda.pullen@brgeemailz.net",
"field_1863883": "(213) 743-1636",
"field_1863884": [
{
"name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_1863885": [
18
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341217+00:00",
"updated_on": "2024-03-04T08:14:24.307919+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Clayton Best",
"field_1863870": "clayton.best@brgeemailz.net",
"field_1863883": "(916) 478-0153",
"field_1863884": [
{
"name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
}
],
"field_1863885": [
1
],
"field_1864417": [
4
],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341261+00:00",
"updated_on": "2024-03-04T08:14:24.629900+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Donald Johns",
"field_1863870": "donald.johns@brgeemailz.net",
"field_1863883": "(805) 367-1199",
"field_1863884": [
{
"name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_1863885": [
9
],
"field_1864417": [
5
],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341300+00:00",
"updated_on": "2024-03-04T08:14:24.969706+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Donald Wright",
"field_1863870": "donald.wright@brgeemailz.net",
"field_1863883": "(925) 413-4033",
"field_1863884": [
{
"name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_1863885": [
19
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341334+00:00",
"updated_on": "2024-03-04T08:14:25.296400+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Elizabeth Cunningham",
"field_1863870": "elizabeth.cunningham@brgeemailz.net",
"field_1863883": "(323) 930-9329",
"field_1863884": [
{
"name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_1863885": [
7
],
"field_1864417": [
6,
7
],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341364+00:00",
"updated_on": "2024-03-04T08:14:25.640687+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Eric Rothman",
"field_1863870": "eric.rothman@brgeemailz.net",
"field_1863883": "(619) 525-2361",
"field_1863884": [
{
"name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
}
],
"field_1863885": [
20
],
"field_1864417": [
2
],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341398+00:00",
"updated_on": "2024-03-04T08:14:25.964042+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Jane Dradder",
"field_1863870": "jane.rudder@brgeemailz.net",
"field_1863883": "(720) 555-2389",
"field_1863884": [
{
"name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
}
],
"field_1863885": [
4
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341434+00:00",
"updated_on": "2024-03-04T08:14:26.323591+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Janice Fitzpatrick",
"field_1863870": "janice.fitzpatrick@brgeemailz.net",
"field_1863883": "(510) 476-1189",
"field_1863884": [
{
"name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
}
],
"field_1863885": [
5
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341470+00:00",
"updated_on": "2024-03-04T08:14:26.654856+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "John Marshall",
"field_1863870": "john.marshall@brgeemailz.net",
"field_1863883": "(323) 207-7576",
"field_1863884": [
{
"name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_1863885": [
16
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341507+00:00",
"updated_on": "2024-03-04T08:14:26.967838+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Jonathan Castillo",
"field_1863870": "jonathan.castillo@brgeemailz.net",
"field_1863883": "(714) 674-5259",
"field_1863884": [
{
"name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_1863885": [
3
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341542+00:00",
"updated_on": "2024-03-04T08:14:27.319596+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Judith Triplett",
"field_1863870": "judith.triplett@brgeemailz.net",
"field_1863883": "(323) 762-0628",
"field_1863884": [
{
"name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
}
],
"field_1863885": [
22
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341575+00:00",
"updated_on": "2024-03-04T08:14:27.646330+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Lane Mahon",
"field_1863870": "lane.mahon@brgeemailz.net",
"field_1863883": "(925) 250-4627",
"field_1863884": [
{
"name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
}
],
"field_1863885": [
17
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341611+00:00",
"updated_on": "2024-03-04T08:14:27.995640+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Latisha Mazon",
"field_1863870": "latisha.mazon@brgeemailz.net",
"field_1863883": "(530) 540-8012",
"field_1863884": [
{
"name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
}
],
"field_1863885": [
15
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341647+00:00",
"updated_on": "2024-03-04T08:14:28.333704+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Lena Hogan",
"field_1863870": "lena.hogan@brgeemailz.net",
"field_1863883": "(559) 949-6790",
"field_1863884": [
{
"name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
}
],
"field_1863885": [
8
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341684+00:00",
"updated_on": "2024-03-04T08:14:28.667525+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Leroy Tye",
"field_1863870": "leroy.tye@brgeemailz.net",
"field_1863883": "(510) 808-7208",
"field_1863884": [
{
"name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_1863885": [
10
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341722+00:00",
"updated_on": "2024-03-04T08:14:29.037114+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Michael Robicheaux",
"field_1863870": "michael.robicheaux@brgeemailz.net",
"field_1863883": "(707) 840-5210",
"field_1863884": [
{
"name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
}
],
"field_1863885": [
11
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341757+00:00",
"updated_on": "2024-03-04T08:14:29.350798+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Nora Mott",
"field_1863870": "nora.mott@brgeemailz.net",
"field_1863883": "(818) 240-6675",
"field_1863884": [
{
"name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
}
],
"field_1863885": [
2
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341792+00:00",
"updated_on": "2024-03-04T08:14:29.655913+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Paul Garcia",
"field_1863870": "paul.garcia@brgeemailz.net",
"field_1863883": "(916) 910-4721",
"field_1863884": [
{
"name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
}
],
"field_1863885": [
6
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
3
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341825+00:00",
"updated_on": "2024-03-04T08:14:30.021843+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Richard Rethman",
"field_1863870": "richard.rethman@brgeemailz.net",
"field_1863883": "(626) 585-3240",
"field_1863884": [
{
"name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_1863885": [
21
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341862+00:00",
"updated_on": "2024-03-04T08:14:30.382294+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Rodney Tran",
"field_1863870": "rodney.tran@brgeemailz.net",
"field_1863883": "(408) 451-1453",
"field_1863884": [
{
"name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
}
],
"field_1863885": [
14
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341898+00:00",
"updated_on": "2024-03-04T08:14:30.650966+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Sandra Love",
"field_1863870": "sandra.love@brgeemailz.net",
"field_1863883": "(559) 592-9157",
"field_1863884": [
{
"name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
}
],
"field_1863885": [
13
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-03-01T18:23:21.341935+00:00",
"updated_on": "2024-03-04T08:14:30.990886+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863868": null,
"field_1863869": "Thomas Nickson",
"field_1863870": "thomas.nickson@brgeemailz.net",
"field_1863883": "(916) 336-7017",
"field_1863884": [
{
"name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
}
],
"field_1863885": [
2
],
"field_1864417": [],
"field_1866365": null,
"field_1869787": [
19
],
"field_1869790": "25",
"field_1869791": null,
"field_1869792": null,
"field_1869839": null,
"field_1869851": null,
"field_1869912": null,
"field_1869946": null
}
]
},
{
"id": 262418,
"name": "Job roles",
"order": 2,
"fields": [
{
"id": 1863871,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1863872,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1863873,
"type": "link_row",
"name": "Department",
"order": 2,
"primary": false,
"link_row_table_id": 262419,
"link_row_related_field_id": 1863880,
"has_related_field": true
},
{
"id": 1863886,
"type": "link_row",
"name": "Employees",
"order": 3,
"primary": false,
"link_row_table_id": 262417,
"link_row_related_field_id": 1863885,
"has_related_field": true
},
{
"id": 1869852,
"type": "rollup",
"name": "Average number of OOO days approved",
"order": 4,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"through_field_id": 1863886,
"target_field_id": 1869839,
"rollup_function": "avg"
}
],
"views": [
{
"id": 439049,
"type": "grid",
"name": "All job roles",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163305,
"field_id": 1863871,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040347,
"field_id": 1863871,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040345,
"field_id": 1863872,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040346,
"field_id": 1863873,
"width": 190,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040364,
"field_id": 1863886,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048846,
"field_id": 1869852,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-03-01T18:18:22.135858+00:00",
"updated_on": "2024-03-01T18:20:17.435014+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Architect",
"field_1863872": "Designs and plans architectural concepts for buildings and structures.",
"field_1863873": [
1
],
"field_1863886": [
1,
4
],
"field_1869852": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-03-01T18:18:22.135927+00:00",
"updated_on": "2024-03-01T18:20:17.435106+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Project Manager",
"field_1863872": "Oversees project planning",
"field_1863873": [
3
],
"field_1863886": [
19,
24
],
"field_1869852": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715321+00:00",
"updated_on": "2024-03-01T18:20:17.435138+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Interior Designer",
"field_1863872": "Focuses on the aesthetic and functional aspects of interior spaces in buildings.",
"field_1863873": [
1
],
"field_1863886": [
12
],
"field_1869852": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715367+00:00",
"updated_on": "2024-03-01T18:20:17.435165+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Project Architect",
"field_1863872": "Leads and manages architectural projects from conception to completion.",
"field_1863873": [
1
],
"field_1863886": [
9
],
"field_1869852": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715387+00:00",
"updated_on": "2024-03-01T18:20:17.435189+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "BIM Specialist",
"field_1863872": "Utilizes Building Information Modeling (BIM) tools for collaborative project modeling.",
"field_1863873": [
1
],
"field_1863886": [
10
],
"field_1869852": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715405+00:00",
"updated_on": "2024-03-01T18:20:17.435212+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Civil Engineer",
"field_1863872": "Designs and oversees civil infrastructure projects such as roads and bridges.",
"field_1863873": [
2
],
"field_1863886": [
20
],
"field_1869852": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715421+00:00",
"updated_on": "2024-03-01T18:20:17.435243+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Geotechnical Engineer",
"field_1863872": "Analyzes soil and rock properties to ensure stable foundations for structures.",
"field_1863873": [
2
],
"field_1863886": [
7
],
"field_1869852": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715437+00:00",
"updated_on": "2024-03-01T18:20:17.435281+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Structural Engineer",
"field_1863872": "Designs and ensures the stability of structures such as buildings and bridges.",
"field_1863873": [
2
],
"field_1863886": [
16
],
"field_1869852": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715453+00:00",
"updated_on": "2024-03-01T18:20:17.435318+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Energy Systems Engineer",
"field_1863872": "Focuses on designing energy-efficient systems for buildings.",
"field_1863873": [
5
],
"field_1863886": [
5
],
"field_1869852": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715469+00:00",
"updated_on": "2024-03-01T18:20:17.435360+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Fire Protection Engineer",
"field_1863872": "Specializes in designing systems to prevent and mitigate fire hazards.",
"field_1863873": [
5
],
"field_1863886": [
17
],
"field_1869852": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715485+00:00",
"updated_on": "2024-03-01T18:20:17.435402+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Lighting Designer",
"field_1863872": "Specializes in creating lighting plans to enhance the visual appeal of spaces.",
"field_1863873": [
8
],
"field_1863886": [
18
],
"field_1869852": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715500+00:00",
"updated_on": "2024-03-01T18:20:17.435442+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Cost Estimator",
"field_1863872": "Analyzes project requirements to provide accurate cost estimates.",
"field_1863873": [
3
],
"field_1863886": [
2
],
"field_1869852": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715516+00:00",
"updated_on": "2024-03-01T18:20:17.435481+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Safety Manager",
"field_1863872": "Ensures a safe working environment",
"field_1863873": [
9
],
"field_1863886": [
23
],
"field_1869852": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715532+00:00",
"updated_on": "2024-03-01T18:20:17.435508+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Quality Assurance Specialist",
"field_1863872": "Ensures that construction projects and designs meet quality standards and compliance.",
"field_1863873": [
4
],
"field_1863886": [
22
],
"field_1869852": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715548+00:00",
"updated_on": "2024-03-01T18:20:17.435532+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Materials Testing Technician",
"field_1863872": "Performs tests on construction materials to ensure quality and durability.",
"field_1863873": [
4
],
"field_1863886": [
15
],
"field_1869852": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715563+00:00",
"updated_on": "2024-03-01T18:20:17.435563+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Quality Auditor",
"field_1863872": "Conducts audits to assess and improve quality control processes.",
"field_1863873": [
4
],
"field_1863886": [
11
],
"field_1869852": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715579+00:00",
"updated_on": "2024-03-01T18:20:17.435599+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "BIM Coordinator",
"field_1863872": "Coordinates and oversees BIM projects",
"field_1863873": [
10
],
"field_1863886": [
14
],
"field_1869852": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715595+00:00",
"updated_on": "2024-03-01T18:20:17.435636+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Urban Planner",
"field_1863872": "Focuses on city planning",
"field_1863873": [
6
],
"field_1863886": [
3
],
"field_1869852": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715611+00:00",
"updated_on": "2024-03-01T18:20:17.435674+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Environmental Planner",
"field_1863872": "Addresses environmental considerations in urban planning and development.",
"field_1863873": [
6
],
"field_1863886": [
6
],
"field_1869852": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715627+00:00",
"updated_on": "2024-03-01T18:20:17.435715+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Commercial Interior Designer",
"field_1863872": "Specializes in designing interiors for commercial spaces such as offices and retail.",
"field_1863873": [
11
],
"field_1863886": [
8
],
"field_1869852": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715643+00:00",
"updated_on": "2024-03-01T18:20:17.435754+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Sustainability Consultant",
"field_1863872": "Advises on and implements sustainable and eco-friendly practices in design and construction.",
"field_1863873": [
7
],
"field_1863886": [
21
],
"field_1869852": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715659+00:00",
"updated_on": "2024-03-01T18:20:17.435790+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Sustainability Project Manager",
"field_1863872": "Manages projects focused on integrating sustainability practices into AEC processes.",
"field_1863873": [
7
],
"field_1863886": [
13
],
"field_1869852": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715674+00:00",
"updated_on": "2024-03-01T18:20:17.435828+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Architectural Drafter",
"field_1863872": "Creates detailed technical drawings and plans based on architect's designs.",
"field_1863873": [
1
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715690+00:00",
"updated_on": "2024-03-01T18:20:17.435867+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Transportation Engineer",
"field_1863872": "Specializes in the planning and design of transportation systems.",
"field_1863873": [
2
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715706+00:00",
"updated_on": "2024-03-01T18:20:17.435904+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Water Resources Engineer",
"field_1863872": "Manages projects related to water supply",
"field_1863873": [
2
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715722+00:00",
"updated_on": "2024-03-01T18:20:17.435943+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Structural Design Engineer",
"field_1863872": "Creates detailed structural designs based on engineering principles.",
"field_1863873": [
12
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715737+00:00",
"updated_on": "2024-03-01T18:20:17.435984+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Bridge Engineer",
"field_1863872": "Focuses on the design and analysis of bridges for safety and efficiency.",
"field_1863873": [
12
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715753+00:00",
"updated_on": "2024-03-01T18:20:17.436026+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Seismic Engineer",
"field_1863872": "Specializes in designing structures to withstand seismic forces.",
"field_1863873": [
12
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715768+00:00",
"updated_on": "2024-03-01T18:20:17.436066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Construction Materials Engineer",
"field_1863872": "Evaluates and selects construction materials based on project requirements.",
"field_1863873": [
12
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715784+00:00",
"updated_on": "2024-03-01T18:20:17.436108+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Facade Engineer",
"field_1863872": "Designs and oversees the construction of building facades for aesthetic and functional purposes.",
"field_1863873": [
12
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715800+00:00",
"updated_on": "2024-03-01T18:20:17.436149+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Mechanical Engineer",
"field_1863872": "Designs HVAC systems",
"field_1863873": [
5
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715816+00:00",
"updated_on": "2024-03-01T18:20:17.436190+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Plumbing Design Engineer",
"field_1863872": "Designs plumbing systems for water supply and drainage in buildings.",
"field_1863873": [
5
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715831+00:00",
"updated_on": "2024-03-01T18:20:17.436232+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Project Manager (Mechanical)",
"field_1863872": "Manages mechanical engineering projects from planning to execution.",
"field_1863873": [
5
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715847+00:00",
"updated_on": "2024-03-01T18:20:17.436272+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Electrical Engineer",
"field_1863872": "Designs electrical systems",
"field_1863873": [
8
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715862+00:00",
"updated_on": "2024-03-01T18:20:17.436314+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Power Systems Engineer",
"field_1863872": "Focuses on designing power distribution systems for buildings.",
"field_1863873": [
8
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715878+00:00",
"updated_on": "2024-03-01T18:20:17.436356+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Control Systems Engineer",
"field_1863872": "Designs and implements control systems for building automation.",
"field_1863873": [
8
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715893+00:00",
"updated_on": "2024-03-01T18:20:17.436398+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Project Manager (Electrical)",
"field_1863872": "Manages electrical engineering projects",
"field_1863873": [
8
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715938+00:00",
"updated_on": "2024-03-01T18:20:17.436437+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Construction Project Manager",
"field_1863872": "Manages on-site construction activities",
"field_1863873": [
3
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715954+00:00",
"updated_on": "2024-03-01T18:20:17.436477+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Scheduler",
"field_1863872": "Creates and maintains project schedules to ensure timely completion.",
"field_1863873": [
3
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715971+00:00",
"updated_on": "2024-03-01T18:20:17.436519+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Contracts Administrator",
"field_1863872": "Manages contracts",
"field_1863873": [
3
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 41,
"order": "41.00000000000000000000",
"created_on": "2024-03-01T18:19:32.715987+00:00",
"updated_on": "2024-03-01T18:20:17.436561+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Construction Manager",
"field_1863872": "Manages on-site construction activities",
"field_1863873": [
9
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 42,
"order": "42.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716002+00:00",
"updated_on": "2024-03-01T18:20:17.436603+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Site Supervisor",
"field_1863872": "Supervises on-site construction work",
"field_1863873": [
9
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 43,
"order": "43.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716018+00:00",
"updated_on": "2024-03-01T18:20:17.436644+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Quality Control Inspector",
"field_1863872": "Monitors construction projects to ensure compliance with quality standards.",
"field_1863873": [
9
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 44,
"order": "44.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716033+00:00",
"updated_on": "2024-03-01T18:20:17.436684+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Commissioning Manager",
"field_1863872": "Oversees the commissioning process to ensure systems operate as intended.",
"field_1863873": [
9
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 45,
"order": "45.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716049+00:00",
"updated_on": "2024-03-01T18:20:17.436724+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "QA/QC Engineer",
"field_1863872": "Conducts quality control and assurance checks during construction projects.",
"field_1863873": [
4
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 46,
"order": "46.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716064+00:00",
"updated_on": "2024-03-01T18:20:17.436765+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Certification Coordinator",
"field_1863872": "Manages certification processes and ensures compliance with industry standards.",
"field_1863873": [
4
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 47,
"order": "47.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716080+00:00",
"updated_on": "2024-03-01T18:20:17.436805+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "BIM Manager",
"field_1863872": "Leads and manages the implementation of Building Information Modeling (BIM) processes.",
"field_1863873": [
10
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 48,
"order": "48.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716096+00:00",
"updated_on": "2024-03-01T18:20:17.436862+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Revit Specialist",
"field_1863872": "Focuses on the use of Revit software for creating and managing BIM models.",
"field_1863873": [
10
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 49,
"order": "49.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716112+00:00",
"updated_on": "2024-03-01T18:20:17.436901+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "BIM Technician",
"field_1863872": "Creates and maintains BIM models",
"field_1863873": [
10
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 50,
"order": "50.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716128+00:00",
"updated_on": "2024-03-01T18:20:17.436939+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "BIM Analyst",
"field_1863872": "Analyzes and optimizes BIM workflows for increased efficiency and collaboration.",
"field_1863873": [
10
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 51,
"order": "51.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716143+00:00",
"updated_on": "2024-03-01T18:20:17.436976+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Transportation Planner",
"field_1863872": "Plans and designs transportation systems for urban areas.",
"field_1863873": [
6
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 52,
"order": "52.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716159+00:00",
"updated_on": "2024-03-01T18:20:17.437009+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Landscape Architect",
"field_1863872": "Designs outdoor spaces",
"field_1863873": [
6
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 53,
"order": "53.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716175+00:00",
"updated_on": "2024-03-01T18:20:17.437086+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Housing Planner",
"field_1863872": "Focuses on planning and developing residential housing projects.",
"field_1863873": [
6
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 54,
"order": "54.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716191+00:00",
"updated_on": "2024-03-01T18:20:17.437128+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Interior Designer",
"field_1863872": "Plans and designs the aesthetic and functional aspects of interior spaces.",
"field_1863873": [
11
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 55,
"order": "55.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716207+00:00",
"updated_on": "2024-03-01T18:20:17.437166+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Residential Interior Designer",
"field_1863872": "Focuses on designing interiors for residential spaces.",
"field_1863873": [
11
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 56,
"order": "56.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716222+00:00",
"updated_on": "2024-03-01T18:20:17.437202+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Space Planner",
"field_1863872": "Optimizes the use of interior spaces for functionality and efficiency.",
"field_1863873": [
11
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 57,
"order": "57.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716238+00:00",
"updated_on": "2024-03-01T18:20:17.437242+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Environmental Analyst",
"field_1863872": "Analyzes environmental impacts and recommends sustainable solutions.",
"field_1863873": [
7
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 58,
"order": "58.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716253+00:00",
"updated_on": "2024-03-01T18:20:17.437281+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Green Building Consultant",
"field_1863872": "Focuses on designing and certifying buildings with environmentally friendly features.",
"field_1863873": [
7
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 59,
"order": "59.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716269+00:00",
"updated_on": "2024-03-01T18:20:17.437315+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Energy Efficiency Specialist",
"field_1863872": "Optimizes building designs for energy efficiency and conservation.",
"field_1863873": [
7
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 60,
"order": "60.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716284+00:00",
"updated_on": "2024-03-01T18:20:17.437352+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Legal Counsel",
"field_1863872": "Provides legal advice and manages legal matters for the AEC company.",
"field_1863873": [
14
],
"field_1863886": [],
"field_1869852": null
},
{
"id": 61,
"order": "61.00000000000000000000",
"created_on": "2024-03-01T18:19:32.716300+00:00",
"updated_on": "2024-03-01T18:20:17.437385+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863871": "Contracts Manager",
"field_1863872": "Negotiates",
"field_1863873": [
14
],
"field_1863886": [],
"field_1869852": null
}
]
},
{
"id": 262419,
"name": "Departments",
"order": 3,
"fields": [
{
"id": 1863874,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1863875,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1863880,
"type": "link_row",
"name": "Job roles",
"order": 3,
"primary": false,
"link_row_table_id": 262418,
"link_row_related_field_id": 1863873,
"has_related_field": true
},
{
"id": 1869853,
"type": "rollup",
"name": "Average number of OOO days approved",
"order": 4,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"through_field_id": 1863880,
"target_field_id": 1869852,
"rollup_function": "avg"
}
],
"views": [
{
"id": 439050,
"type": "grid",
"name": "All departments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163306,
"field_id": 1863874,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040350,
"field_id": 1863874,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040348,
"field_id": 1863875,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040353,
"field_id": 1863880,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048987,
"field_id": 1869853,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-03-01T18:18:27.940330+00:00",
"updated_on": "2024-03-01T18:18:51.026715+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Architecture",
"field_1863875": "Responsible for conceptualizing and designing architectural plans for buildings and structures.",
"field_1863880": [
1,
3,
4,
5,
23
],
"field_1869853": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-03-01T18:18:27.940383+00:00",
"updated_on": "2024-03-01T18:18:51.026814+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Civil Engineering",
"field_1863875": "Focuses on civil infrastructure design",
"field_1863880": [
6,
7,
8,
24,
25
],
"field_1869853": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755149+00:00",
"updated_on": "2024-03-01T18:18:51.026860+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Project Management",
"field_1863875": "Oversees project planning",
"field_1863880": [
2,
12,
38,
39,
40
],
"field_1869853": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755199+00:00",
"updated_on": "2024-03-01T18:18:51.026913+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Quality Control/Assurance",
"field_1863875": "Ensures that construction projects and designs meet quality standards and comply with regulations.",
"field_1863880": [
14,
15,
16,
45,
46
],
"field_1869853": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755218+00:00",
"updated_on": "2024-03-01T18:18:51.026952+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Mechanical Engineering",
"field_1863875": "Deals with HVAC systems",
"field_1863880": [
9,
10,
31,
32,
33
],
"field_1869853": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755236+00:00",
"updated_on": "2024-03-01T18:18:51.026991+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Urban Planning",
"field_1863875": "Focuses on city planning",
"field_1863880": [
18,
19,
51,
52,
53
],
"field_1869853": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755252+00:00",
"updated_on": "2024-03-01T18:18:51.027029+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Environmental Sustainability",
"field_1863875": "Focuses on incorporating sustainable and eco-friendly practices into design and construction.",
"field_1863880": [
21,
22,
57,
58,
59
],
"field_1869853": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755269+00:00",
"updated_on": "2024-03-01T18:18:51.027066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Electrical Engineering",
"field_1863875": "Handles electrical systems",
"field_1863880": [
11,
34,
35,
36,
37
],
"field_1869853": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755286+00:00",
"updated_on": "2024-03-01T18:18:51.027103+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Construction Management",
"field_1863875": "Manages on-site construction activities",
"field_1863880": [
13,
41,
42,
43,
44
],
"field_1869853": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755303+00:00",
"updated_on": "2024-03-01T18:18:51.027140+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "BIM (Building Information Modeling)",
"field_1863875": "Utilizes digital tools to create and manage a collaborative model for construction projects.",
"field_1863880": [
17,
47,
48,
49,
50
],
"field_1869853": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755319+00:00",
"updated_on": "2024-03-01T18:18:51.027178+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Interior Design",
"field_1863875": "Handles the aesthetic and functional aspects of interior spaces in buildings.",
"field_1863880": [
20,
54,
55,
56
],
"field_1869853": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755336+00:00",
"updated_on": "2024-03-01T18:18:51.027217+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Structural Engineering",
"field_1863875": "Specializes in the analysis and design of structures to ensure stability and safety.",
"field_1863880": [
26,
27,
28,
29,
30
],
"field_1869853": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755352+00:00",
"updated_on": "2024-03-01T18:18:51.027254+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Surveying",
"field_1863875": "Conducts land surveys to provide accurate data for project planning and construction.",
"field_1863880": [],
"field_1869853": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755371+00:00",
"updated_on": "2024-03-01T18:18:51.027291+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Legal and Compliance",
"field_1863875": "Manages legal aspects",
"field_1863880": [
60,
61
],
"field_1869853": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755396+00:00",
"updated_on": "2024-03-01T18:18:51.027328+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Human Resources",
"field_1863875": "Deals with hiring",
"field_1863880": [],
"field_1869853": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755421+00:00",
"updated_on": "2024-03-01T18:18:51.027364+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Finance and Accounting",
"field_1863875": "Manages financial aspects",
"field_1863880": [],
"field_1869853": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755437+00:00",
"updated_on": "2024-03-01T18:18:51.027401+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "IT and Technology",
"field_1863875": "Handles technology infrastructure",
"field_1863880": [],
"field_1869853": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755453+00:00",
"updated_on": "2024-03-01T18:18:51.027438+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Marketing and Business Development",
"field_1863875": "Promotes the company's services",
"field_1863880": [],
"field_1869853": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755469+00:00",
"updated_on": "2024-03-01T18:18:51.027475+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Health and Safety",
"field_1863875": "Ensures a safe working environment",
"field_1863880": [],
"field_1869853": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-03-01T18:18:50.755486+00:00",
"updated_on": "2024-03-01T18:18:51.027513+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1863874": "Research and Development",
"field_1863875": "Focuses on innovation",
"field_1863880": [],
"field_1869853": null
}
]
},
{
"id": 262440,
"name": "OOO Requests",
"order": 4,
"fields": [
{
"id": 1864286,
"type": "formula",
"name": "Name",
"order": 0,
"primary": true,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "text",
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "concat(field('Number of days'),' ',field('Reason'))",
"formula_type": "array"
},
{
"id": 1864287,
"type": "link_row",
"name": "Employee",
"order": 1,
"primary": false,
"link_row_table_id": 262417,
"link_row_related_field_id": 1864417,
"has_related_field": true
},
{
"id": 1864288,
"type": "created_on",
"name": "Submission date",
"order": 2,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1864418,
"type": "rollup",
"name": "From",
"order": 3,
"primary": false,
"duration_format": null,
"date_format": "ISO",
"date_include_time": false,
"array_formula_type": null,
"nullable": true,
"error": null,
"date_time_format": "24",
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": false,
"through_field_id": 1866344,
"target_field_id": 1864292,
"rollup_function": "min"
},
{
"id": 1864496,
"type": "rollup",
"name": "Until",
"order": 4,
"primary": false,
"duration_format": null,
"date_format": "ISO",
"date_include_time": false,
"array_formula_type": null,
"nullable": true,
"error": null,
"date_time_format": "24",
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": false,
"through_field_id": 1866344,
"target_field_id": 1864292,
"rollup_function": "max"
},
{
"id": 1864497,
"type": "link_row",
"name": "Reason",
"order": 5,
"primary": false,
"link_row_table_id": 262436,
"link_row_related_field_id": 1864498,
"has_related_field": true
},
{
"id": 1864499,
"type": "single_select",
"name": "Status",
"order": 6,
"primary": false,
"select_options": [
{
"id": 1388669,
"value": "Submitted",
"color": "darker-yellow",
"order": 0
},
{
"id": 1388670,
"value": "Rejected",
"color": "darker-red",
"order": 1
},
{
"id": 1388671,
"value": "Approved",
"color": "darker-green",
"order": 2
}
]
},
{
"id": 1864500,
"type": "last_modified",
"name": "Review date",
"order": 7,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1864501,
"type": "lookup",
"name": "Reviewer",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "text",
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"through_field_id": 1864287,
"through_field_name": "Employee",
"target_field_id": 1869787,
"target_field_name": "OOO reviewer"
},
{
"id": 1864503,
"type": "long_text",
"name": "Request comments",
"order": 9,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1864504,
"type": "long_text",
"name": "Review comments",
"order": 10,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1864506,
"type": "formula",
"name": "Number of days",
"order": 11,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "count(filter(lookup('Days','Date'),lookup('Days','Type') = 'Weekday'))",
"formula_type": "number"
},
{
"id": 1866344,
"type": "link_row",
"name": "Days",
"order": 12,
"primary": false,
"link_row_table_id": 262442,
"link_row_related_field_id": 1866345,
"has_related_field": true
},
{
"id": 1869788,
"type": "date",
"name": "From - input",
"order": 13,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1869789,
"type": "date",
"name": "Until - input",
"order": 14,
"primary": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1869793,
"type": "lookup",
"name": "OOO balance",
"order": 15,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "number",
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"through_field_id": 1864287,
"through_field_name": "Employee",
"target_field_id": 1869792,
"target_field_name": "Leave days balance"
},
{
"id": 1869807,
"type": "formula",
"name": "Affects balance",
"order": 16,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "any(lookup('Reason','Is leave day'))",
"formula_type": "boolean"
},
{
"id": 1869868,
"type": "formula",
"name": "Employee (text)",
"order": 17,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "concat(join(lookup('Employee','Name'),''),' - ',join(lookup('Employee','Job'),''))",
"formula_type": "text"
},
{
"id": 1870441,
"type": "formula",
"name": "Reason name",
"order": 18,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "join(lookup('Reason','Name'),'')",
"formula_type": "text"
}
],
"views": [
{
"id": 439074,
"type": "grid",
"name": "All OOO Requests",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163103,
"field_id": 1864288,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040760,
"field_id": 1864286,
"width": 135,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040758,
"field_id": 1864287,
"width": 232,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048872,
"field_id": 1869868,
"width": 168,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048681,
"field_id": 1869793,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040759,
"field_id": 1864288,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048676,
"field_id": 1869788,
"width": 150,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048677,
"field_id": 1869789,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3043750,
"field_id": 1866344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040971,
"field_id": 1864418,
"width": 116,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040972,
"field_id": 1864496,
"width": 116,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040983,
"field_id": 1864506,
"width": 174,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040973,
"field_id": 1864497,
"width": 152,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050336,
"field_id": 1870441,
"width": 159,
"hidden": true,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048692,
"field_id": 1869807,
"width": 166,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040977,
"field_id": 1864503,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040974,
"field_id": 1864499,
"width": 122,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040975,
"field_id": 1864500,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040976,
"field_id": 1864501,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040982,
"field_id": 1864504,
"width": 200,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440316,
"type": "grid",
"name": "OOO requests for leave days",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206730,
"field_id": 1869807,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163104,
"field_id": 1864288,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3049115,
"field_id": 1864286,
"width": 135,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049116,
"field_id": 1864287,
"width": 232,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049117,
"field_id": 1869868,
"width": 168,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049118,
"field_id": 1869793,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049119,
"field_id": 1864288,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049120,
"field_id": 1869788,
"width": 150,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049121,
"field_id": 1869789,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049122,
"field_id": 1866344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049123,
"field_id": 1864418,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049124,
"field_id": 1864496,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049125,
"field_id": 1864506,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049126,
"field_id": 1864497,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049127,
"field_id": 1869807,
"width": 167,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049128,
"field_id": 1864503,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049129,
"field_id": 1864499,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049130,
"field_id": 1864500,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049131,
"field_id": 1864501,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049132,
"field_id": 1864504,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054269,
"field_id": 1870441,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440349,
"type": "grid",
"name": "OOO requests for other reasons",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163129,
"field_id": 1864288,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3049342,
"field_id": 1864286,
"width": 135,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049343,
"field_id": 1864287,
"width": 232,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049344,
"field_id": 1869868,
"width": 168,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049345,
"field_id": 1869793,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049346,
"field_id": 1864288,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049347,
"field_id": 1869788,
"width": 150,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049348,
"field_id": 1869789,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049349,
"field_id": 1866344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049350,
"field_id": 1864418,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049351,
"field_id": 1864496,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049352,
"field_id": 1864506,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049353,
"field_id": 1864497,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049354,
"field_id": 1869807,
"width": 167,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049355,
"field_id": 1864503,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049356,
"field_id": 1864499,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049357,
"field_id": 1864500,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049358,
"field_id": 1864501,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049359,
"field_id": 1864504,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054270,
"field_id": 1870441,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440350,
"type": "grid",
"name": "OOO requests by employee",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163130,
"field_id": 1864288,
"order": "DESC"
}
],
"group_bys": [
{
"id": 1964,
"field_id": 1869868,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3049360,
"field_id": 1864286,
"width": 135,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049361,
"field_id": 1864287,
"width": 232,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049362,
"field_id": 1869868,
"width": 168,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049363,
"field_id": 1869793,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049364,
"field_id": 1864288,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049365,
"field_id": 1869788,
"width": 150,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049366,
"field_id": 1869789,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049367,
"field_id": 1866344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049368,
"field_id": 1864418,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049369,
"field_id": 1864496,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049370,
"field_id": 1864506,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049371,
"field_id": 1864497,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049372,
"field_id": 1869807,
"width": 167,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049373,
"field_id": 1864503,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049374,
"field_id": 1864499,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049375,
"field_id": 1864500,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049376,
"field_id": 1864501,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3049377,
"field_id": 1864504,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440435,
"type": "grid",
"name": "OOO requests by category",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163217,
"field_id": 1864288,
"order": "DESC"
}
],
"group_bys": [
{
"id": 1966,
"field_id": 1870441,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050338,
"field_id": 1864286,
"width": 135,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050339,
"field_id": 1864287,
"width": 232,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050340,
"field_id": 1869868,
"width": 168,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050341,
"field_id": 1869793,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050342,
"field_id": 1864288,
"width": 180,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050343,
"field_id": 1869788,
"width": 150,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050344,
"field_id": 1869789,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050345,
"field_id": 1866344,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050346,
"field_id": 1864418,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050347,
"field_id": 1864496,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050348,
"field_id": 1864506,
"width": 200,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050349,
"field_id": 1864497,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050350,
"field_id": 1869807,
"width": 167,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050351,
"field_id": 1864503,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050352,
"field_id": 1864499,
"width": 200,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050353,
"field_id": 1864500,
"width": 200,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050354,
"field_id": 1864501,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050355,
"field_id": 1864504,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050356,
"field_id": 1870441,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440351,
"type": "kanban",
"name": "OOO requests by status",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1864499,
"field_options": [
{
"id": 209925,
"field_id": 1864286,
"hidden": false,
"order": 32767
},
{
"id": 209926,
"field_id": 1864287,
"hidden": false,
"order": 32767
},
{
"id": 209927,
"field_id": 1864288,
"hidden": true,
"order": 32767
},
{
"id": 209928,
"field_id": 1864418,
"hidden": false,
"order": 32767
},
{
"id": 209929,
"field_id": 1864496,
"hidden": false,
"order": 32767
},
{
"id": 209930,
"field_id": 1864497,
"hidden": false,
"order": 32767
},
{
"id": 209931,
"field_id": 1864499,
"hidden": true,
"order": 32767
},
{
"id": 209932,
"field_id": 1864500,
"hidden": true,
"order": 32767
},
{
"id": 209933,
"field_id": 1864501,
"hidden": true,
"order": 32767
},
{
"id": 209934,
"field_id": 1864503,
"hidden": false,
"order": 32767
},
{
"id": 209935,
"field_id": 1864504,
"hidden": true,
"order": 32767
},
{
"id": 209936,
"field_id": 1864506,
"hidden": true,
"order": 32767
},
{
"id": 209937,
"field_id": 1866344,
"hidden": true,
"order": 32767
},
{
"id": 209938,
"field_id": 1869788,
"hidden": true,
"order": 32767
},
{
"id": 209939,
"field_id": 1869789,
"hidden": true,
"order": 32767
},
{
"id": 209940,
"field_id": 1869793,
"hidden": false,
"order": 32767
},
{
"id": 209941,
"field_id": 1869807,
"hidden": true,
"order": 32767
},
{
"id": 209942,
"field_id": 1869868,
"hidden": true,
"order": 32767
}
]
},
{
"id": 439550,
"type": "form",
"name": "New OOO Request",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": false,
"title": "Add new PTO request",
"description": "Submit a new Paid Time Off (PTO) request for approval by your manager. By filling out this form, you specify the type of PTO (e.g., vacation, sick leave, personal day), the requested dates, and any additional comments or reasons for the request. Once submitted, the request will be routed to the appropriate authority for review and approval.",
"cover_image": null,
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for your requests. This will be reviewed as soon as possible",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 340152,
"field_id": 1864287,
"name": "",
"description": "Select your name from the list",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340156,
"field_id": 1864497,
"name": "Category",
"description": "What type of PTO do you want to request?",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 341037,
"field_id": 1869788,
"name": "From",
"description": "Select the start date for the PTO",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 341038,
"field_id": 1869789,
"name": "Until",
"description": "Select the end date for the PTO",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340160,
"field_id": 1864503,
"name": "",
"description": "Add any additional comments for your request",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340151,
"field_id": 1864286,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340153,
"field_id": 1864288,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340154,
"field_id": 1864418,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340155,
"field_id": 1864496,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340157,
"field_id": 1864499,
"name": "",
"description": "",
"enabled": true,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340158,
"field_id": 1864500,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340159,
"field_id": 1864501,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340161,
"field_id": 1864504,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340162,
"field_id": 1864506,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 340163,
"field_id": 1866344,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "multiple"
},
{
"id": 341039,
"field_id": 1869793,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 341040,
"field_id": 1869807,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 341041,
"field_id": 1869868,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 341042,
"field_id": 1870441,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 18,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-03-01T18:49:38.285333+00:00",
"updated_on": "2024-03-04T08:18:16.321418+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
1
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
5
],
"field_1864499": 1388671,
"field_1864500": null,
"field_1864501": null,
"field_1864503": null,
"field_1864504": null,
"field_1864506": null,
"field_1866344": [
74,
75,
76,
77,
78
],
"field_1869788": "2024-03-12",
"field_1869789": "2024-03-16",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-03-01T18:49:38.285383+00:00",
"updated_on": "2024-03-04T08:49:13.786516+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
8
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
7
],
"field_1864499": 1388671,
"field_1864500": null,
"field_1864501": null,
"field_1864503": null,
"field_1864504": null,
"field_1864506": null,
"field_1866344": [
91
],
"field_1869788": "2024-03-29",
"field_1869789": "2024-03-29",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-04T08:18:30.215006+00:00",
"updated_on": "2024-03-04T09:00:37.260184+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
1
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
3
],
"field_1864499": 1388670,
"field_1864500": null,
"field_1864501": null,
"field_1864503": "",
"field_1864504": "This is too close to your previous request and we have a lot of deadlines",
"field_1864506": null,
"field_1866344": [
129,
130,
131,
132
],
"field_1869788": "2024-05-06",
"field_1869789": "2024-05-09",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-04T08:25:13.958303+00:00",
"updated_on": "2024-03-04T09:00:11.794475+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
4
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
4
],
"field_1864499": 1388671,
"field_1864500": null,
"field_1864501": null,
"field_1864503": "",
"field_1864504": "Get well soon",
"field_1864506": null,
"field_1866344": [
75,
76,
77
],
"field_1869788": "2024-03-13",
"field_1869789": "2024-03-15",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-04T09:41:55.214813+00:00",
"updated_on": "2024-03-04T09:44:21.668150+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
5
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
5
],
"field_1864499": 1388669,
"field_1864500": null,
"field_1864501": null,
"field_1864503": "",
"field_1864504": "",
"field_1864506": null,
"field_1866344": [
80,
81,
82,
83
],
"field_1869788": "2024-03-18",
"field_1869789": "2024-03-21",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-04T09:51:25.889547+00:00",
"updated_on": "2024-03-04T09:53:31.658219+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
7
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
3
],
"field_1864499": 1388671,
"field_1864500": null,
"field_1864501": null,
"field_1864503": "",
"field_1864504": "",
"field_1864506": null,
"field_1866344": [
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196
],
"field_1869788": "2024-07-01",
"field_1869789": "2024-07-12",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-04T09:53:22.762822+00:00",
"updated_on": "2024-03-04T09:55:02.773239+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864286": null,
"field_1864287": [
7
],
"field_1864288": null,
"field_1864418": null,
"field_1864496": null,
"field_1864497": [
3
],
"field_1864499": 1388671,
"field_1864500": null,
"field_1864501": null,
"field_1864503": "",
"field_1864504": "",
"field_1864506": null,
"field_1866344": [
360,
361,
362,
363,
364
],
"field_1869788": "2024-12-23",
"field_1869789": "2024-12-27",
"field_1869793": null,
"field_1869807": null,
"field_1869868": null,
"field_1870441": null
}
]
},
{
"id": 262436,
"name": "OOO Categories",
"order": 5,
"fields": [
{
"id": 1864272,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1864273,
"type": "long_text",
"name": "Description",
"order": 1,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1864498,
"type": "link_row",
"name": "OOO requests",
"order": 2,
"primary": false,
"link_row_table_id": 262440,
"link_row_related_field_id": 1864497,
"has_related_field": true
},
{
"id": 1869806,
"type": "boolean",
"name": "Is leave day",
"order": 3,
"primary": false
},
{
"id": 1869854,
"type": "rollup",
"name": "Number of requested days",
"order": 4,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"through_field_id": 1864498,
"target_field_id": 1864506,
"rollup_function": "sum"
},
{
"id": 1872242,
"type": "formula",
"name": "Number of approved days",
"order": 5,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "sum(filter(lookup('OOO requests','Number of days'),lookup('OOO requests','Status') = 'Approved'))",
"formula_type": "number"
},
{
"id": 1872245,
"type": "formula",
"name": "Approval ratio %",
"order": 6,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "if(field('Number of requested days') = 0,0,round(field('Number of approved days') / field('Number of requested days') * 100,0))",
"formula_type": "number"
}
],
"views": [
{
"id": 439070,
"type": "grid",
"name": "All OOO categories",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163215,
"field_id": 1864272,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040751,
"field_id": 1864272,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040749,
"field_id": 1864273,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040985,
"field_id": 1864498,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048691,
"field_id": 1869806,
"width": 148,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048847,
"field_id": 1869854,
"width": 243,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054316,
"field_id": 1872242,
"width": 252,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054365,
"field_id": 1872245,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440434,
"type": "grid",
"name": "Leave day categories",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206401,
"field_id": 1869806,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163216,
"field_id": 1864272,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050328,
"field_id": 1864272,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050329,
"field_id": 1864273,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050330,
"field_id": 1864498,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050331,
"field_id": 1869806,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050332,
"field_id": 1869854,
"width": 243,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440917,
"type": "grid",
"name": "OOO categories with approval rate > 50%",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163526,
"field_id": 1864272,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3054320,
"field_id": 1864272,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054321,
"field_id": 1864273,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054322,
"field_id": 1864498,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054323,
"field_id": 1869806,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054324,
"field_id": 1869854,
"width": 243,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054325,
"field_id": 1872242,
"width": 252,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054326,
"field_id": 1872245,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440918,
"type": "grid",
"name": "OOO categories with approval rate < 50%",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163527,
"field_id": 1864272,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3054327,
"field_id": 1864272,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054328,
"field_id": 1864273,
"width": 400,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054329,
"field_id": 1864498,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054330,
"field_id": 1869806,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054331,
"field_id": 1869854,
"width": 243,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054332,
"field_id": 1872242,
"width": 252,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3054333,
"field_id": 1872245,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637156+00:00",
"updated_on": "2024-03-05T22:50:01.970401+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Vacation time",
"field_1864273": "For personal leisure, relaxation, or travel. Vacation time allows employees to take extended breaks from work to recharge and rejuvenate.",
"field_1864498": [
3,
6,
7
],
"field_1869806": "true",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637198+00:00",
"updated_on": "2024-03-05T22:50:00.187735+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Sick leave",
"field_1864273": "For when employees are ill or have medical appointments. Sick leave is intended to support employees' health and well-being and allows them to take time off to recover from illness without losing income.",
"field_1864498": [
4
],
"field_1869806": "false",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637217+00:00",
"updated_on": "2024-03-05T22:49:56.254187+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Personal days",
"field_1864273": "For personal reasons other than illness or vacation. Personal days provide employees with flexibility to attend to personal matters such as family events, appointments, or other obligations.",
"field_1864498": [
1,
5
],
"field_1869806": "true",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637234+00:00",
"updated_on": "2024-03-05T22:49:53.944762+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Parental leave",
"field_1864273": "For following the birth or adoption of a child. Parental leave allows employees to bond with and care for their new child without worrying about work responsibilities.",
"field_1864498": [],
"field_1869806": "false",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637251+00:00",
"updated_on": "2024-03-05T22:49:47.368569+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Bereavement leave",
"field_1864273": "For grieving and attending funeral services following the death of a family member or loved one. Bereavement leave provides employees with support and time to mourn their loss.",
"field_1864498": [
2
],
"field_1869806": "false",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637267+00:00",
"updated_on": "2024-03-05T22:49:49.430680+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Jury duty",
"field_1864273": "For when employees are required to serve on a jury. Jury duty leave ensures that employees can fulfill their civic responsibilities without experiencing financial hardship.",
"field_1864498": [],
"field_1869806": "false",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-03-01T18:48:20.637284+00:00",
"updated_on": "2024-03-05T22:49:52.169577+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "hiram@baserow.io",
"field_1864272": "Military leave",
"field_1864273": "For military service obligations such as training, deployment, or active duty. Military leave allows employees in the armed forces to fulfill their military duties while maintaining their civilian employment status.",
"field_1864498": [],
"field_1869806": "false",
"field_1869854": null,
"field_1872242": null,
"field_1872245": null
}
]
},
{
"id": 262442,
"name": "OOO Calendar",
"order": 6,
"fields": [
{
"id": 1864292,
"type": "date",
"name": "Date",
"order": 0,
"primary": true,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1864293,
"type": "text",
"name": "Day",
"order": 1,
"primary": false,
"text_default": ""
},
{
"id": 1864294,
"type": "single_select",
"name": "Type",
"order": 2,
"primary": false,
"select_options": [
{
"id": 1388661,
"value": "Weekday",
"color": "light-green",
"order": 0
},
{
"id": 1388662,
"value": "Weekend",
"color": "red",
"order": 1
},
{
"id": 1388663,
"value": "Public Holiday",
"color": "darker-red",
"order": 2
}
]
},
{
"id": 1864297,
"type": "formula",
"name": "Workday",
"order": 3,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "field('Type') = 'Weekday'",
"formula_type": "boolean"
},
{
"id": 1866345,
"type": "link_row",
"name": "OOO requests",
"order": 6,
"primary": false,
"link_row_table_id": 262440,
"link_row_related_field_id": 1866344,
"has_related_field": true
},
{
"id": 1869794,
"type": "formula",
"name": "Absent employees",
"order": 7,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": "text",
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": null,
"date_show_tzinfo": null,
"formula": "filter(lookup('OOO requests','Employee (text)'),lookup('OOO requests','Status') = 'Approved')",
"formula_type": "array"
},
{
"id": 1869805,
"type": "formula",
"name": "Absent count",
"order": 8,
"primary": false,
"duration_format": null,
"date_format": null,
"date_include_time": null,
"array_formula_type": null,
"nullable": false,
"error": null,
"date_time_format": null,
"date_force_timezone": null,
"number_decimal_places": 0,
"date_show_tzinfo": null,
"formula": "count(field('Absent employees'))",
"formula_type": "number"
}
],
"views": [
{
"id": 439076,
"type": "grid",
"name": "All days of the year",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 163218,
"field_id": 1864292,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 40372,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 1864294
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3040766,
"field_id": 1864292,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040764,
"field_id": 1864293,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040765,
"field_id": 1864294,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3040772,
"field_id": 1864297,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3043754,
"field_id": 1866345,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048682,
"field_id": 1869794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3048689,
"field_id": 1869805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440436,
"type": "grid",
"name": "All work days of the year",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206402,
"field_id": 1864297,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163219,
"field_id": 1864292,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 40555,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 1864294
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050357,
"field_id": 1864292,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050358,
"field_id": 1864293,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050359,
"field_id": 1864294,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050360,
"field_id": 1864297,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050361,
"field_id": 1866345,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050362,
"field_id": 1869794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050363,
"field_id": 1869805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440437,
"type": "grid",
"name": "All work days with OOO requests",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206403,
"field_id": 1864297,
"type": "boolean",
"value": "1",
"group": null
},
{
"id": 206404,
"field_id": 1866345,
"type": "not_empty",
"value": "",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163220,
"field_id": 1864292,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 40556,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 1864294
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050364,
"field_id": 1864292,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050365,
"field_id": 1864293,
"width": 126,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050366,
"field_id": 1864294,
"width": 136,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050367,
"field_id": 1864297,
"width": 127,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050368,
"field_id": 1866345,
"width": 176,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050369,
"field_id": 1869794,
"width": 200,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050370,
"field_id": 1869805,
"width": 200,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440438,
"type": "grid",
"name": "All work days with absent employees",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206405,
"field_id": 1864297,
"type": "boolean",
"value": "1",
"group": null
},
{
"id": 206406,
"field_id": 1869805,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163221,
"field_id": 1864292,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 40557,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 1864294
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050372,
"field_id": 1864292,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050373,
"field_id": 1864293,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050374,
"field_id": 1864294,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050375,
"field_id": 1864297,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050376,
"field_id": 1866345,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050377,
"field_id": 1869794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050378,
"field_id": 1869805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 440439,
"type": "grid",
"name": "All work days with multiple absent employees",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 206407,
"field_id": 1864297,
"type": "boolean",
"value": "1",
"group": null
},
{
"id": 206408,
"field_id": 1869805,
"type": "higher_than",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 163222,
"field_id": 1864292,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 40558,
"type": "left_border_color",
"value_provider_type": "single_select_color",
"value_provider_conf": {
"field_id": 1864294
},
"order": 1
}
],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 3050379,
"field_id": 1864292,
"width": 100,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050380,
"field_id": 1864293,
"width": 126,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050381,
"field_id": 1864294,
"width": 136,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050382,
"field_id": 1864297,
"width": 127,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050383,
"field_id": 1866345,
"width": 176,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050384,
"field_id": 1869794,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 3050385,
"field_id": 1869805,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546484+00:00",
"updated_on": "2024-03-01T18:55:35.546484+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-01",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546540+00:00",
"updated_on": "2024-03-01T18:55:35.546540+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-02",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546560+00:00",
"updated_on": "2024-03-01T18:55:35.546560+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-03",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546577+00:00",
"updated_on": "2024-03-01T18:55:35.546577+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-04",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546593+00:00",
"updated_on": "2024-03-01T18:55:35.546593+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-05",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546610+00:00",
"updated_on": "2024-03-01T18:55:35.546610+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-06",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546627+00:00",
"updated_on": "2024-03-01T18:55:35.546627+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-07",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546644+00:00",
"updated_on": "2024-03-01T18:55:35.546644+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-08",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546660+00:00",
"updated_on": "2024-03-01T18:55:35.546660+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-09",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546676+00:00",
"updated_on": "2024-03-01T18:55:35.546676+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-10",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546693+00:00",
"updated_on": "2024-03-01T18:55:35.546693+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-11",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546709+00:00",
"updated_on": "2024-03-01T18:55:35.546709+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-12",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546725+00:00",
"updated_on": "2024-03-01T18:55:35.546725+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-13",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546742+00:00",
"updated_on": "2024-03-01T18:55:35.546742+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-14",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546758+00:00",
"updated_on": "2024-03-01T18:55:35.546758+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-15",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546774+00:00",
"updated_on": "2024-03-01T18:55:35.546774+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-16",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546790+00:00",
"updated_on": "2024-03-01T18:55:35.546790+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-17",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546807+00:00",
"updated_on": "2024-03-01T18:55:35.546807+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-18",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546822+00:00",
"updated_on": "2024-03-01T18:55:35.546822+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-19",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546838+00:00",
"updated_on": "2024-03-01T18:55:35.546838+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-20",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546855+00:00",
"updated_on": "2024-03-01T18:55:35.546855+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-21",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546871+00:00",
"updated_on": "2024-03-01T18:55:35.546871+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-22",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546888+00:00",
"updated_on": "2024-03-01T18:55:35.546888+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-23",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546904+00:00",
"updated_on": "2024-03-01T18:55:35.546904+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-24",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546920+00:00",
"updated_on": "2024-03-01T18:55:35.546920+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-25",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546937+00:00",
"updated_on": "2024-03-01T18:55:35.546937+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-26",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546953+00:00",
"updated_on": "2024-03-01T18:55:35.546953+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-27",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546969+00:00",
"updated_on": "2024-03-01T18:55:35.546969+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-28",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2024-03-01T18:55:35.546986+00:00",
"updated_on": "2024-03-01T18:55:35.546986+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-29",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547002+00:00",
"updated_on": "2024-03-01T18:55:35.547002+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-30",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547018+00:00",
"updated_on": "2024-03-01T18:55:35.547018+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-01-31",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547034+00:00",
"updated_on": "2024-03-01T18:55:35.547034+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-01",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547051+00:00",
"updated_on": "2024-03-01T18:55:35.547051+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-02",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547066+00:00",
"updated_on": "2024-03-01T18:55:35.547066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-03",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547083+00:00",
"updated_on": "2024-03-01T18:55:35.547083+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-04",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547099+00:00",
"updated_on": "2024-03-01T18:55:35.547099+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-05",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 39,
"order": "39.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547115+00:00",
"updated_on": "2024-03-01T18:55:35.547115+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-06",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 40,
"order": "40.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547132+00:00",
"updated_on": "2024-03-01T18:55:35.547132+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-07",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 41,
"order": "41.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547148+00:00",
"updated_on": "2024-03-01T18:55:35.547148+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-08",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 42,
"order": "42.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547165+00:00",
"updated_on": "2024-03-01T18:55:35.547165+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-09",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 43,
"order": "43.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547181+00:00",
"updated_on": "2024-03-01T18:55:35.547181+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-10",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 44,
"order": "44.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547197+00:00",
"updated_on": "2024-03-01T18:55:35.547197+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-11",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 45,
"order": "45.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547213+00:00",
"updated_on": "2024-03-01T18:55:35.547213+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-12",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 46,
"order": "46.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547229+00:00",
"updated_on": "2024-03-01T18:55:35.547229+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-13",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 47,
"order": "47.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547245+00:00",
"updated_on": "2024-03-01T18:55:35.547245+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-14",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 48,
"order": "48.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547261+00:00",
"updated_on": "2024-03-01T18:55:35.547261+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-15",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 49,
"order": "49.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547277+00:00",
"updated_on": "2024-03-01T18:55:35.547277+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-16",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 50,
"order": "50.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547294+00:00",
"updated_on": "2024-03-01T18:55:35.547294+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-17",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 51,
"order": "51.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547310+00:00",
"updated_on": "2024-03-01T18:55:35.547310+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-18",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 52,
"order": "52.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547326+00:00",
"updated_on": "2024-03-01T18:55:35.547326+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-19",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 53,
"order": "53.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547342+00:00",
"updated_on": "2024-03-01T18:55:35.547342+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-20",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 54,
"order": "54.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547358+00:00",
"updated_on": "2024-03-01T18:55:35.547358+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-21",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 55,
"order": "55.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547375+00:00",
"updated_on": "2024-03-01T18:55:35.547375+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-22",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 56,
"order": "56.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547391+00:00",
"updated_on": "2024-03-01T18:55:35.547391+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-23",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 57,
"order": "57.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547407+00:00",
"updated_on": "2024-03-01T18:55:35.547407+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-24",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 58,
"order": "58.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547424+00:00",
"updated_on": "2024-03-01T18:55:35.547424+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-25",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 59,
"order": "59.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547440+00:00",
"updated_on": "2024-03-01T18:55:35.547440+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-26",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 60,
"order": "60.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547456+00:00",
"updated_on": "2024-03-01T18:55:35.547456+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-27",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 61,
"order": "61.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547472+00:00",
"updated_on": "2024-03-01T18:55:35.547472+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-28",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 62,
"order": "62.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547488+00:00",
"updated_on": "2024-03-01T18:55:35.547488+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-02-29",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 63,
"order": "63.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547504+00:00",
"updated_on": "2024-03-01T18:55:35.547504+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-01",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 64,
"order": "64.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547521+00:00",
"updated_on": "2024-03-01T18:55:35.547521+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-02",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 65,
"order": "65.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547537+00:00",
"updated_on": "2024-03-01T18:55:35.547537+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-03",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 66,
"order": "66.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547553+00:00",
"updated_on": "2024-03-01T18:55:35.547553+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-04",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 67,
"order": "67.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547569+00:00",
"updated_on": "2024-03-01T18:55:35.547569+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-05",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 68,
"order": "68.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547586+00:00",
"updated_on": "2024-03-01T18:55:35.547586+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-06",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 69,
"order": "69.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547602+00:00",
"updated_on": "2024-03-01T18:55:35.547602+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-07",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 70,
"order": "70.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547618+00:00",
"updated_on": "2024-03-01T18:55:35.547618+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-08",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 71,
"order": "71.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547634+00:00",
"updated_on": "2024-03-01T18:55:35.547634+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-09",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 72,
"order": "72.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547650+00:00",
"updated_on": "2024-03-01T18:55:35.547650+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-10",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 73,
"order": "73.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547667+00:00",
"updated_on": "2024-03-01T18:55:35.547667+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-11",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 74,
"order": "74.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547683+00:00",
"updated_on": "2024-03-01T18:55:35.547683+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-12",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
1
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 75,
"order": "75.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547699+00:00",
"updated_on": "2024-03-01T18:55:35.547699+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-13",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
1,
4
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 76,
"order": "76.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547715+00:00",
"updated_on": "2024-03-01T18:55:35.547715+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-14",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
1,
4
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 77,
"order": "77.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547731+00:00",
"updated_on": "2024-03-01T18:55:35.547731+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-15",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
1,
4
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 78,
"order": "78.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547747+00:00",
"updated_on": "2024-03-01T18:55:35.547747+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-16",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [
1
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 79,
"order": "79.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547764+00:00",
"updated_on": "2024-03-01T18:55:35.547764+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-17",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 80,
"order": "80.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547780+00:00",
"updated_on": "2024-03-01T18:55:35.547780+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-18",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
5
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 81,
"order": "81.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547796+00:00",
"updated_on": "2024-03-01T18:55:35.547796+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-19",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
5
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 82,
"order": "82.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547812+00:00",
"updated_on": "2024-03-01T18:55:35.547812+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-20",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
5
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 83,
"order": "83.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547828+00:00",
"updated_on": "2024-03-01T18:55:35.547828+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-21",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
5
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 84,
"order": "84.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547845+00:00",
"updated_on": "2024-03-01T18:55:35.547845+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-22",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 85,
"order": "85.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547861+00:00",
"updated_on": "2024-03-01T18:55:35.547861+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-23",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 86,
"order": "86.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547877+00:00",
"updated_on": "2024-03-01T18:55:35.547877+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-24",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 87,
"order": "87.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547893+00:00",
"updated_on": "2024-03-01T18:55:35.547893+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-25",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 88,
"order": "88.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547909+00:00",
"updated_on": "2024-03-01T18:55:35.547909+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-26",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 89,
"order": "89.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547926+00:00",
"updated_on": "2024-03-01T18:55:35.547926+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-27",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 90,
"order": "90.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547942+00:00",
"updated_on": "2024-03-01T18:55:35.547942+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-28",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 91,
"order": "91.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547958+00:00",
"updated_on": "2024-03-01T18:55:35.547958+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-29",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
2
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 92,
"order": "92.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547975+00:00",
"updated_on": "2024-03-01T18:55:35.547975+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-30",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 93,
"order": "93.00000000000000000000",
"created_on": "2024-03-01T18:55:35.547991+00:00",
"updated_on": "2024-03-01T18:55:35.547991+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-03-31",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 94,
"order": "94.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548007+00:00",
"updated_on": "2024-03-01T18:55:35.548007+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-01",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 95,
"order": "95.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548023+00:00",
"updated_on": "2024-03-01T18:55:35.548023+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-02",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 96,
"order": "96.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548040+00:00",
"updated_on": "2024-03-01T18:55:35.548040+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-03",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 97,
"order": "97.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548056+00:00",
"updated_on": "2024-03-01T18:55:35.548056+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-04",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 98,
"order": "98.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548072+00:00",
"updated_on": "2024-03-01T18:55:35.548072+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-05",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 99,
"order": "99.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548088+00:00",
"updated_on": "2024-03-01T18:55:35.548088+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-06",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 100,
"order": "100.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548105+00:00",
"updated_on": "2024-03-01T18:55:35.548105+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-07",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 101,
"order": "101.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548121+00:00",
"updated_on": "2024-03-01T18:55:35.548121+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-08",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 102,
"order": "102.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548137+00:00",
"updated_on": "2024-03-01T18:55:35.548137+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-09",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 103,
"order": "103.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548153+00:00",
"updated_on": "2024-03-01T18:55:35.548153+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-10",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 104,
"order": "104.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548170+00:00",
"updated_on": "2024-03-01T18:55:35.548170+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-11",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 105,
"order": "105.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548186+00:00",
"updated_on": "2024-03-01T18:55:35.548186+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-12",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 106,
"order": "106.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548202+00:00",
"updated_on": "2024-03-01T18:55:35.548202+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-13",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 107,
"order": "107.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548219+00:00",
"updated_on": "2024-03-01T18:55:35.548219+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-14",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 108,
"order": "108.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548235+00:00",
"updated_on": "2024-03-01T18:55:35.548235+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-15",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 109,
"order": "109.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548251+00:00",
"updated_on": "2024-03-01T18:55:35.548251+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-16",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 110,
"order": "110.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548267+00:00",
"updated_on": "2024-03-01T18:55:35.548267+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-17",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 111,
"order": "111.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548284+00:00",
"updated_on": "2024-03-01T18:55:35.548284+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-18",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 112,
"order": "112.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548300+00:00",
"updated_on": "2024-03-01T18:55:35.548300+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-19",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 113,
"order": "113.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548316+00:00",
"updated_on": "2024-03-01T18:55:35.548316+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-20",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 114,
"order": "114.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548332+00:00",
"updated_on": "2024-03-01T18:55:35.548332+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-21",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 115,
"order": "115.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548348+00:00",
"updated_on": "2024-03-01T18:55:35.548348+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-22",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 116,
"order": "116.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548364+00:00",
"updated_on": "2024-03-01T18:55:35.548364+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-23",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 117,
"order": "117.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548380+00:00",
"updated_on": "2024-03-01T18:55:35.548380+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-24",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 118,
"order": "118.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548397+00:00",
"updated_on": "2024-03-01T18:55:35.548397+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-25",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 119,
"order": "119.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548413+00:00",
"updated_on": "2024-03-01T18:55:35.548413+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-26",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 120,
"order": "120.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548429+00:00",
"updated_on": "2024-03-01T18:55:35.548429+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-27",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 121,
"order": "121.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548446+00:00",
"updated_on": "2024-03-01T18:55:35.548446+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-28",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 122,
"order": "122.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548462+00:00",
"updated_on": "2024-03-01T18:55:35.548462+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-29",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 123,
"order": "123.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548480+00:00",
"updated_on": "2024-03-01T18:55:35.548480+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-04-30",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 124,
"order": "124.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548498+00:00",
"updated_on": "2024-03-01T18:55:35.548498+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-01",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 125,
"order": "125.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548516+00:00",
"updated_on": "2024-03-01T18:55:35.548516+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-02",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 126,
"order": "126.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548533+00:00",
"updated_on": "2024-03-01T18:55:35.548533+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-03",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 127,
"order": "127.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548550+00:00",
"updated_on": "2024-03-01T18:55:35.548550+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-04",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 128,
"order": "128.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548566+00:00",
"updated_on": "2024-03-01T18:55:35.548566+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-05",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 129,
"order": "129.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548582+00:00",
"updated_on": "2024-03-01T18:55:35.548582+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-06",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
3
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 130,
"order": "130.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548599+00:00",
"updated_on": "2024-03-01T18:55:35.548599+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-07",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
3
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 131,
"order": "131.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548616+00:00",
"updated_on": "2024-03-01T18:55:35.548616+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-08",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
3
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 132,
"order": "132.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548633+00:00",
"updated_on": "2024-03-01T18:55:35.548633+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-09",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
3
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 133,
"order": "133.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548649+00:00",
"updated_on": "2024-03-01T18:55:35.548649+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-10",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 134,
"order": "134.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548665+00:00",
"updated_on": "2024-03-01T18:55:35.548665+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-11",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 135,
"order": "135.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548682+00:00",
"updated_on": "2024-03-01T18:55:35.548682+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-12",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 136,
"order": "136.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548698+00:00",
"updated_on": "2024-03-01T18:55:35.548698+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-13",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 137,
"order": "137.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548714+00:00",
"updated_on": "2024-03-01T18:55:35.548714+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-14",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 138,
"order": "138.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548730+00:00",
"updated_on": "2024-03-01T18:55:35.548730+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-15",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 139,
"order": "139.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548747+00:00",
"updated_on": "2024-03-01T18:55:35.548747+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-16",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 140,
"order": "140.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548763+00:00",
"updated_on": "2024-03-01T18:55:35.548763+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-17",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 141,
"order": "141.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548780+00:00",
"updated_on": "2024-03-01T18:55:35.548780+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-18",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 142,
"order": "142.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548796+00:00",
"updated_on": "2024-03-01T18:55:35.548796+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-19",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 143,
"order": "143.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548812+00:00",
"updated_on": "2024-03-01T18:55:35.548812+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-20",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 144,
"order": "144.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548828+00:00",
"updated_on": "2024-03-01T18:55:35.548828+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-21",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 145,
"order": "145.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548845+00:00",
"updated_on": "2024-03-01T18:55:35.548845+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-22",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 146,
"order": "146.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548861+00:00",
"updated_on": "2024-03-01T18:55:35.548861+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-23",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 147,
"order": "147.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548878+00:00",
"updated_on": "2024-03-01T18:55:35.548878+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-24",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 148,
"order": "148.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548894+00:00",
"updated_on": "2024-03-01T18:55:35.548894+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-25",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 149,
"order": "149.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548910+00:00",
"updated_on": "2024-03-01T18:55:35.548910+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-26",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 150,
"order": "150.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548927+00:00",
"updated_on": "2024-03-01T18:55:35.548927+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-27",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 151,
"order": "151.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548951+00:00",
"updated_on": "2024-03-01T18:55:35.548951+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-28",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 152,
"order": "152.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548968+00:00",
"updated_on": "2024-03-01T18:55:35.548968+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-29",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 153,
"order": "153.00000000000000000000",
"created_on": "2024-03-01T18:55:35.548984+00:00",
"updated_on": "2024-03-01T18:55:35.548984+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-30",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 154,
"order": "154.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549001+00:00",
"updated_on": "2024-03-01T18:55:35.549001+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-05-31",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 155,
"order": "155.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549017+00:00",
"updated_on": "2024-03-01T18:55:35.549017+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-01",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 156,
"order": "156.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549047+00:00",
"updated_on": "2024-03-01T18:55:35.549047+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-02",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 157,
"order": "157.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549063+00:00",
"updated_on": "2024-03-01T18:55:35.549063+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-03",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 158,
"order": "158.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549079+00:00",
"updated_on": "2024-03-01T18:55:35.549079+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-04",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 159,
"order": "159.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549096+00:00",
"updated_on": "2024-03-01T18:55:35.549096+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-05",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 160,
"order": "160.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549112+00:00",
"updated_on": "2024-03-01T18:55:35.549112+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-06",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 161,
"order": "161.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549128+00:00",
"updated_on": "2024-03-01T18:55:35.549128+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-07",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 162,
"order": "162.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549144+00:00",
"updated_on": "2024-03-01T18:55:35.549144+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-08",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 163,
"order": "163.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549161+00:00",
"updated_on": "2024-03-01T18:55:35.549161+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-09",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 164,
"order": "164.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549178+00:00",
"updated_on": "2024-03-01T18:55:35.549178+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-10",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 165,
"order": "165.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549194+00:00",
"updated_on": "2024-03-01T18:55:35.549194+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-11",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 166,
"order": "166.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549211+00:00",
"updated_on": "2024-03-01T18:55:35.549211+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-12",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 167,
"order": "167.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549227+00:00",
"updated_on": "2024-03-01T18:55:35.549227+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-13",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 168,
"order": "168.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549244+00:00",
"updated_on": "2024-03-01T18:55:35.549244+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-14",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 169,
"order": "169.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549261+00:00",
"updated_on": "2024-03-01T18:55:35.549261+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-15",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 170,
"order": "170.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549278+00:00",
"updated_on": "2024-03-01T18:55:35.549278+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-16",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 171,
"order": "171.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549295+00:00",
"updated_on": "2024-03-01T18:55:35.549295+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-17",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 172,
"order": "172.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549311+00:00",
"updated_on": "2024-03-01T18:55:35.549311+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-18",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 173,
"order": "173.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549328+00:00",
"updated_on": "2024-03-01T18:55:35.549328+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-19",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 174,
"order": "174.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549345+00:00",
"updated_on": "2024-03-01T18:55:35.549345+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-20",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 175,
"order": "175.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549361+00:00",
"updated_on": "2024-03-01T18:55:35.549361+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-21",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 176,
"order": "176.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549377+00:00",
"updated_on": "2024-03-01T18:55:35.549377+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-22",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 177,
"order": "177.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549394+00:00",
"updated_on": "2024-03-01T18:55:35.549394+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-23",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 178,
"order": "178.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549410+00:00",
"updated_on": "2024-03-01T18:55:35.549410+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-24",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 179,
"order": "179.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549427+00:00",
"updated_on": "2024-03-01T18:55:35.549427+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-25",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 180,
"order": "180.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549443+00:00",
"updated_on": "2024-03-01T18:55:35.549443+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-26",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 181,
"order": "181.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549460+00:00",
"updated_on": "2024-03-01T18:55:35.549460+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-27",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 182,
"order": "182.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549476+00:00",
"updated_on": "2024-03-01T18:55:35.549476+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-28",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 183,
"order": "183.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549492+00:00",
"updated_on": "2024-03-01T18:55:35.549492+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-29",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 184,
"order": "184.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549508+00:00",
"updated_on": "2024-03-01T18:55:35.549508+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-06-30",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 185,
"order": "185.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549524+00:00",
"updated_on": "2024-03-01T18:55:35.549524+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-01",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 186,
"order": "186.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549540+00:00",
"updated_on": "2024-03-01T18:55:35.549540+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-02",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 187,
"order": "187.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549557+00:00",
"updated_on": "2024-03-01T18:55:35.549557+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-03",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 188,
"order": "188.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549573+00:00",
"updated_on": "2024-03-01T18:55:35.549573+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-04",
"field_1864293": "Thursday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 189,
"order": "189.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549589+00:00",
"updated_on": "2024-03-01T18:55:35.549589+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-05",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 190,
"order": "190.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549605+00:00",
"updated_on": "2024-03-01T18:55:35.549605+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-06",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 191,
"order": "191.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549621+00:00",
"updated_on": "2024-03-01T18:55:35.549621+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-07",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 192,
"order": "192.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549638+00:00",
"updated_on": "2024-03-01T18:55:35.549638+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-08",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 193,
"order": "193.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549656+00:00",
"updated_on": "2024-03-01T18:55:35.549656+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-09",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 194,
"order": "194.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549672+00:00",
"updated_on": "2024-03-01T18:55:35.549672+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-10",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 195,
"order": "195.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549688+00:00",
"updated_on": "2024-03-01T18:55:35.549688+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-11",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 196,
"order": "196.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549705+00:00",
"updated_on": "2024-03-01T18:55:35.549705+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-12",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
6
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 197,
"order": "197.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549721+00:00",
"updated_on": "2024-03-01T18:55:35.549721+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-13",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 198,
"order": "198.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549737+00:00",
"updated_on": "2024-03-01T18:55:35.549737+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-14",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 199,
"order": "199.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549753+00:00",
"updated_on": "2024-03-01T18:55:35.549753+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-15",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 200,
"order": "200.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549769+00:00",
"updated_on": "2024-03-01T18:55:35.549769+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-16",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 201,
"order": "201.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549786+00:00",
"updated_on": "2024-03-01T18:55:35.549786+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-17",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 202,
"order": "202.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549802+00:00",
"updated_on": "2024-03-01T18:55:35.549802+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-18",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 203,
"order": "203.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549818+00:00",
"updated_on": "2024-03-01T18:55:35.549818+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-19",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 204,
"order": "204.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549835+00:00",
"updated_on": "2024-03-01T18:55:35.549835+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-20",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 205,
"order": "205.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549851+00:00",
"updated_on": "2024-03-01T18:55:35.549851+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-21",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 206,
"order": "206.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549867+00:00",
"updated_on": "2024-03-01T18:55:35.549867+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-22",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 207,
"order": "207.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549884+00:00",
"updated_on": "2024-03-01T18:55:35.549884+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-23",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 208,
"order": "208.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549900+00:00",
"updated_on": "2024-03-01T18:55:35.549900+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-24",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 209,
"order": "209.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549916+00:00",
"updated_on": "2024-03-01T18:55:35.549916+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-25",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 210,
"order": "210.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549933+00:00",
"updated_on": "2024-03-01T18:55:35.549933+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-26",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 211,
"order": "211.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549949+00:00",
"updated_on": "2024-03-01T18:55:35.549949+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-27",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 212,
"order": "212.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549965+00:00",
"updated_on": "2024-03-01T18:55:35.549965+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-28",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 213,
"order": "213.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549982+00:00",
"updated_on": "2024-03-01T18:55:35.549982+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-29",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 214,
"order": "214.00000000000000000000",
"created_on": "2024-03-01T18:55:35.549998+00:00",
"updated_on": "2024-03-01T18:55:35.549998+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-30",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 215,
"order": "215.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550014+00:00",
"updated_on": "2024-03-01T18:55:35.550014+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-07-31",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 216,
"order": "216.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550030+00:00",
"updated_on": "2024-03-01T18:55:35.550030+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-01",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 217,
"order": "217.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550047+00:00",
"updated_on": "2024-03-01T18:55:35.550047+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-02",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 218,
"order": "218.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550063+00:00",
"updated_on": "2024-03-01T18:55:35.550063+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-03",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 219,
"order": "219.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550079+00:00",
"updated_on": "2024-03-01T18:55:35.550079+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-04",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 220,
"order": "220.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550096+00:00",
"updated_on": "2024-03-01T18:55:35.550096+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-05",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 221,
"order": "221.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550112+00:00",
"updated_on": "2024-03-01T18:55:35.550112+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-06",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 222,
"order": "222.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550128+00:00",
"updated_on": "2024-03-01T18:55:35.550128+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-07",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 223,
"order": "223.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550144+00:00",
"updated_on": "2024-03-01T18:55:35.550144+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-08",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 224,
"order": "224.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550160+00:00",
"updated_on": "2024-03-01T18:55:35.550160+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-09",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 225,
"order": "225.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550176+00:00",
"updated_on": "2024-03-01T18:55:35.550176+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-10",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 226,
"order": "226.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550193+00:00",
"updated_on": "2024-03-01T18:55:35.550193+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-11",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 227,
"order": "227.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550209+00:00",
"updated_on": "2024-03-01T18:55:35.550209+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-12",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 228,
"order": "228.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550225+00:00",
"updated_on": "2024-03-01T18:55:35.550225+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-13",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 229,
"order": "229.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550242+00:00",
"updated_on": "2024-03-01T18:55:35.550242+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-14",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 230,
"order": "230.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550258+00:00",
"updated_on": "2024-03-01T18:55:35.550258+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-15",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 231,
"order": "231.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550274+00:00",
"updated_on": "2024-03-01T18:55:35.550274+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-16",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 232,
"order": "232.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550290+00:00",
"updated_on": "2024-03-01T18:55:35.550290+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-17",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 233,
"order": "233.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550307+00:00",
"updated_on": "2024-03-01T18:55:35.550307+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-18",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 234,
"order": "234.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550323+00:00",
"updated_on": "2024-03-01T18:55:35.550323+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-19",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 235,
"order": "235.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550339+00:00",
"updated_on": "2024-03-01T18:55:35.550339+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-20",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 236,
"order": "236.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550356+00:00",
"updated_on": "2024-03-01T18:55:35.550356+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-21",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 237,
"order": "237.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550372+00:00",
"updated_on": "2024-03-01T18:55:35.550372+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-22",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 238,
"order": "238.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550388+00:00",
"updated_on": "2024-03-01T18:55:35.550388+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-23",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 239,
"order": "239.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550404+00:00",
"updated_on": "2024-03-01T18:55:35.550404+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-24",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 240,
"order": "240.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550421+00:00",
"updated_on": "2024-03-01T18:55:35.550421+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-25",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 241,
"order": "241.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550438+00:00",
"updated_on": "2024-03-01T18:55:35.550438+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-26",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 242,
"order": "242.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550454+00:00",
"updated_on": "2024-03-01T18:55:35.550454+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-27",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 243,
"order": "243.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550471+00:00",
"updated_on": "2024-03-01T18:55:35.550471+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-28",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 244,
"order": "244.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550487+00:00",
"updated_on": "2024-03-01T18:55:35.550487+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-29",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 245,
"order": "245.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550504+00:00",
"updated_on": "2024-03-01T18:55:35.550504+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-30",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 246,
"order": "246.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550520+00:00",
"updated_on": "2024-03-01T18:55:35.550520+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-08-31",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 247,
"order": "247.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550537+00:00",
"updated_on": "2024-03-01T18:55:35.550537+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-01",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 248,
"order": "248.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550553+00:00",
"updated_on": "2024-03-01T18:55:35.550553+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-02",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 249,
"order": "249.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550569+00:00",
"updated_on": "2024-03-01T18:55:35.550569+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-03",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 250,
"order": "250.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550586+00:00",
"updated_on": "2024-03-01T18:55:35.550586+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-04",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 251,
"order": "251.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550602+00:00",
"updated_on": "2024-03-01T18:55:35.550602+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-05",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 252,
"order": "252.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550618+00:00",
"updated_on": "2024-03-01T18:55:35.550618+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-06",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 253,
"order": "253.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550634+00:00",
"updated_on": "2024-03-01T18:55:35.550634+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-07",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 254,
"order": "254.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550650+00:00",
"updated_on": "2024-03-01T18:55:35.550650+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-08",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 255,
"order": "255.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550667+00:00",
"updated_on": "2024-03-01T18:55:35.550667+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-09",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 256,
"order": "256.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550683+00:00",
"updated_on": "2024-03-01T18:55:35.550683+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-10",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 257,
"order": "257.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550699+00:00",
"updated_on": "2024-03-01T18:55:35.550699+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-11",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 258,
"order": "258.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550715+00:00",
"updated_on": "2024-03-01T18:55:35.550715+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-12",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 259,
"order": "259.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550732+00:00",
"updated_on": "2024-03-01T18:55:35.550732+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-13",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 260,
"order": "260.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550748+00:00",
"updated_on": "2024-03-01T18:55:35.550748+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-14",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 261,
"order": "261.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550764+00:00",
"updated_on": "2024-03-01T18:55:35.550764+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-15",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 262,
"order": "262.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550780+00:00",
"updated_on": "2024-03-01T18:55:35.550780+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-16",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 263,
"order": "263.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550796+00:00",
"updated_on": "2024-03-01T18:55:35.550796+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-17",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 264,
"order": "264.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550813+00:00",
"updated_on": "2024-03-01T18:55:35.550813+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-18",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 265,
"order": "265.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550829+00:00",
"updated_on": "2024-03-01T18:55:35.550829+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-19",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 266,
"order": "266.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550845+00:00",
"updated_on": "2024-03-01T18:55:35.550845+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-20",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 267,
"order": "267.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550861+00:00",
"updated_on": "2024-03-01T18:55:35.550861+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-21",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 268,
"order": "268.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550878+00:00",
"updated_on": "2024-03-01T18:55:35.550878+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-22",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 269,
"order": "269.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550903+00:00",
"updated_on": "2024-03-01T18:55:35.550903+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-23",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 270,
"order": "270.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550927+00:00",
"updated_on": "2024-03-01T18:55:35.550927+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-24",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 271,
"order": "271.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550954+00:00",
"updated_on": "2024-03-01T18:55:35.550954+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-25",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 272,
"order": "272.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550980+00:00",
"updated_on": "2024-03-01T18:55:35.550980+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-26",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 273,
"order": "273.00000000000000000000",
"created_on": "2024-03-01T18:55:35.550996+00:00",
"updated_on": "2024-03-01T18:55:35.550996+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-27",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 274,
"order": "274.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551012+00:00",
"updated_on": "2024-03-01T18:55:35.551012+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-28",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 275,
"order": "275.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551028+00:00",
"updated_on": "2024-03-01T18:55:35.551028+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-29",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 276,
"order": "276.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551045+00:00",
"updated_on": "2024-03-01T18:55:35.551045+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-09-30",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 277,
"order": "277.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551061+00:00",
"updated_on": "2024-03-01T18:55:35.551061+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-01",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 278,
"order": "278.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551077+00:00",
"updated_on": "2024-03-01T18:55:35.551077+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-02",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 279,
"order": "279.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551093+00:00",
"updated_on": "2024-03-01T18:55:35.551093+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-03",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 280,
"order": "280.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551109+00:00",
"updated_on": "2024-03-01T18:55:35.551109+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-04",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 281,
"order": "281.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551125+00:00",
"updated_on": "2024-03-01T18:55:35.551125+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-05",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 282,
"order": "282.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551141+00:00",
"updated_on": "2024-03-01T18:55:35.551141+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-06",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 283,
"order": "283.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551157+00:00",
"updated_on": "2024-03-01T18:55:35.551157+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-07",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 284,
"order": "284.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551174+00:00",
"updated_on": "2024-03-01T18:55:35.551174+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-08",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 285,
"order": "285.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551190+00:00",
"updated_on": "2024-03-01T18:55:35.551190+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-09",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 286,
"order": "286.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551206+00:00",
"updated_on": "2024-03-01T18:55:35.551206+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-10",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 287,
"order": "287.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551222+00:00",
"updated_on": "2024-03-01T18:55:35.551222+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-11",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 288,
"order": "288.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551238+00:00",
"updated_on": "2024-03-01T18:55:35.551238+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-12",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 289,
"order": "289.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551254+00:00",
"updated_on": "2024-03-01T18:55:35.551254+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-13",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 290,
"order": "290.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551271+00:00",
"updated_on": "2024-03-01T18:55:35.551271+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-14",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 291,
"order": "291.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551286+00:00",
"updated_on": "2024-03-01T18:55:35.551286+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-15",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 292,
"order": "292.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551302+00:00",
"updated_on": "2024-03-01T18:55:35.551302+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-16",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 293,
"order": "293.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551319+00:00",
"updated_on": "2024-03-01T18:55:35.551319+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-17",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 294,
"order": "294.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551334+00:00",
"updated_on": "2024-03-01T18:55:35.551334+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-18",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 295,
"order": "295.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551351+00:00",
"updated_on": "2024-03-01T18:55:35.551351+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-19",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 296,
"order": "296.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551367+00:00",
"updated_on": "2024-03-01T18:55:35.551367+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-20",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 297,
"order": "297.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551382+00:00",
"updated_on": "2024-03-01T18:55:35.551382+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-21",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 298,
"order": "298.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551399+00:00",
"updated_on": "2024-03-01T18:55:35.551399+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-22",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 299,
"order": "299.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551415+00:00",
"updated_on": "2024-03-01T18:55:35.551415+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-23",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 300,
"order": "300.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551430+00:00",
"updated_on": "2024-03-01T18:55:35.551430+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-24",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 301,
"order": "301.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551447+00:00",
"updated_on": "2024-03-01T18:55:35.551447+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-25",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 302,
"order": "302.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551463+00:00",
"updated_on": "2024-03-01T18:55:35.551463+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-26",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 303,
"order": "303.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551478+00:00",
"updated_on": "2024-03-01T18:55:35.551478+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-27",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 304,
"order": "304.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551495+00:00",
"updated_on": "2024-03-01T18:55:35.551495+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-28",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 305,
"order": "305.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551512+00:00",
"updated_on": "2024-03-01T18:55:35.551512+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-29",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 306,
"order": "306.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551528+00:00",
"updated_on": "2024-03-01T18:55:35.551528+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-30",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 307,
"order": "307.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551545+00:00",
"updated_on": "2024-03-01T18:55:35.551545+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-10-31",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 308,
"order": "308.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551562+00:00",
"updated_on": "2024-03-01T18:55:35.551562+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-01",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 309,
"order": "309.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551579+00:00",
"updated_on": "2024-03-01T18:55:35.551579+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-02",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 310,
"order": "310.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551595+00:00",
"updated_on": "2024-03-01T18:55:35.551595+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-03",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 311,
"order": "311.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551611+00:00",
"updated_on": "2024-03-01T18:55:35.551611+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-04",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 312,
"order": "312.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551629+00:00",
"updated_on": "2024-03-01T18:55:35.551629+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-05",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 313,
"order": "313.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551645+00:00",
"updated_on": "2024-03-01T18:55:35.551645+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-06",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 314,
"order": "314.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551661+00:00",
"updated_on": "2024-03-01T18:55:35.551661+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-07",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 315,
"order": "315.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551678+00:00",
"updated_on": "2024-03-01T18:55:35.551678+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-08",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 316,
"order": "316.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551694+00:00",
"updated_on": "2024-03-01T18:55:35.551694+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-09",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 317,
"order": "317.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551710+00:00",
"updated_on": "2024-03-01T18:55:35.551710+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-10",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 318,
"order": "318.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551726+00:00",
"updated_on": "2024-03-01T18:55:35.551726+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-11",
"field_1864293": "Monday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 319,
"order": "319.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551743+00:00",
"updated_on": "2024-03-01T18:55:35.551743+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-12",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 320,
"order": "320.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551759+00:00",
"updated_on": "2024-03-01T18:55:35.551759+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-13",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 321,
"order": "321.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551775+00:00",
"updated_on": "2024-03-01T18:55:35.551775+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-14",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 322,
"order": "322.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551791+00:00",
"updated_on": "2024-03-01T18:55:35.551791+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-15",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 323,
"order": "323.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551807+00:00",
"updated_on": "2024-03-01T18:55:35.551807+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-16",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 324,
"order": "324.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551824+00:00",
"updated_on": "2024-03-01T18:55:35.551824+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-17",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 325,
"order": "325.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551840+00:00",
"updated_on": "2024-03-01T18:55:35.551840+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-18",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 326,
"order": "326.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551856+00:00",
"updated_on": "2024-03-01T18:55:35.551856+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-19",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 327,
"order": "327.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551872+00:00",
"updated_on": "2024-03-01T18:55:35.551872+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-20",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 328,
"order": "328.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551888+00:00",
"updated_on": "2024-03-01T18:55:35.551888+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-21",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 329,
"order": "329.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551904+00:00",
"updated_on": "2024-03-01T18:55:35.551904+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-22",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 330,
"order": "330.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551921+00:00",
"updated_on": "2024-03-01T18:55:35.551921+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-23",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 331,
"order": "331.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551937+00:00",
"updated_on": "2024-03-01T18:55:35.551937+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-24",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 332,
"order": "332.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551953+00:00",
"updated_on": "2024-03-01T18:55:35.551953+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-25",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 333,
"order": "333.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551969+00:00",
"updated_on": "2024-03-01T18:55:35.551969+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-26",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 334,
"order": "334.00000000000000000000",
"created_on": "2024-03-01T18:55:35.551985+00:00",
"updated_on": "2024-03-01T18:55:35.551985+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-27",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 335,
"order": "335.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552001+00:00",
"updated_on": "2024-03-01T18:55:35.552001+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-28",
"field_1864293": "Thursday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 336,
"order": "336.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552017+00:00",
"updated_on": "2024-03-01T18:55:35.552017+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-29",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 337,
"order": "337.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552033+00:00",
"updated_on": "2024-03-01T18:55:35.552033+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-11-30",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 338,
"order": "338.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552050+00:00",
"updated_on": "2024-03-01T18:55:35.552050+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-01",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 339,
"order": "339.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552066+00:00",
"updated_on": "2024-03-01T18:55:35.552066+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-02",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 340,
"order": "340.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552082+00:00",
"updated_on": "2024-03-01T18:55:35.552082+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-03",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 341,
"order": "341.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552099+00:00",
"updated_on": "2024-03-01T18:55:35.552099+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-04",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 342,
"order": "342.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552115+00:00",
"updated_on": "2024-03-01T18:55:35.552115+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-05",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 343,
"order": "343.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552131+00:00",
"updated_on": "2024-03-01T18:55:35.552131+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-06",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 344,
"order": "344.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552147+00:00",
"updated_on": "2024-03-01T18:55:35.552147+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-07",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 345,
"order": "345.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552163+00:00",
"updated_on": "2024-03-01T18:55:35.552163+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-08",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 346,
"order": "346.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552180+00:00",
"updated_on": "2024-03-01T18:55:35.552180+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-09",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 347,
"order": "347.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552196+00:00",
"updated_on": "2024-03-01T18:55:35.552196+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-10",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 348,
"order": "348.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552212+00:00",
"updated_on": "2024-03-01T18:55:35.552212+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-11",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 349,
"order": "349.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552228+00:00",
"updated_on": "2024-03-01T18:55:35.552228+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-12",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 350,
"order": "350.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552244+00:00",
"updated_on": "2024-03-01T18:55:35.552244+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-13",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 351,
"order": "351.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552260+00:00",
"updated_on": "2024-03-01T18:55:35.552260+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-14",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 352,
"order": "352.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552276+00:00",
"updated_on": "2024-03-01T18:55:35.552276+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-15",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 353,
"order": "353.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552292+00:00",
"updated_on": "2024-03-01T18:55:35.552292+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-16",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 354,
"order": "354.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552308+00:00",
"updated_on": "2024-03-01T18:55:35.552308+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-17",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 355,
"order": "355.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552324+00:00",
"updated_on": "2024-03-01T18:55:35.552324+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-18",
"field_1864293": "Wednesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 356,
"order": "356.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552341+00:00",
"updated_on": "2024-03-01T18:55:35.552341+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-19",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 357,
"order": "357.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552358+00:00",
"updated_on": "2024-03-01T18:55:35.552358+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-20",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 358,
"order": "358.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552374+00:00",
"updated_on": "2024-03-01T18:55:35.552374+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-21",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 359,
"order": "359.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552391+00:00",
"updated_on": "2024-03-01T18:55:35.552391+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-22",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 360,
"order": "360.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552408+00:00",
"updated_on": "2024-03-01T18:55:35.552408+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-23",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
7
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 361,
"order": "361.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552425+00:00",
"updated_on": "2024-03-01T18:55:35.552425+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-24",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
7
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 362,
"order": "362.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552441+00:00",
"updated_on": "2024-03-01T18:55:35.552441+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-25",
"field_1864293": "Wednesday",
"field_1864294": 1388663,
"field_1864297": null,
"field_1866345": [
7
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 363,
"order": "363.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552458+00:00",
"updated_on": "2024-03-01T18:55:35.552458+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-26",
"field_1864293": "Thursday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
7
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 364,
"order": "364.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552474+00:00",
"updated_on": "2024-03-01T18:55:35.552474+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-27",
"field_1864293": "Friday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [
7
],
"field_1869794": null,
"field_1869805": null
},
{
"id": 365,
"order": "365.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552490+00:00",
"updated_on": "2024-03-01T18:55:35.552490+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-28",
"field_1864293": "Saturday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 366,
"order": "366.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552506+00:00",
"updated_on": "2024-03-01T18:55:35.552506+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-29",
"field_1864293": "Sunday",
"field_1864294": 1388662,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 367,
"order": "367.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552522+00:00",
"updated_on": "2024-03-01T18:55:35.552522+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-30",
"field_1864293": "Monday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
},
{
"id": 368,
"order": "368.00000000000000000000",
"created_on": "2024-03-01T18:55:35.552538+00:00",
"updated_on": "2024-03-01T18:55:35.552538+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1864292": "2024-12-31",
"field_1864293": "Tuesday",
"field_1864294": 1388661,
"field_1864297": null,
"field_1866345": [],
"field_1869794": null,
"field_1869805": null
}
]
}
]
}
]
}