{
    "baserow_template_version": 1,
    "name": "Job Interviews",
    "icon": "iconoir-shield-question",
    "keywords": [
        "job interviews",
        "interview questions",
        "hiring interviews",
        "screening questions",
        "interview sessions"
    ],
    "categories": [
        "HR and Recruiting"
    ],
    "export": [
        {
            "id": 41999,
            "name": "Job Interviews",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 104192,
                    "name": "Interviews",
                    "order": 1,
                    "fields": [
                        {
                            "id": 653595,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat(\"I\", row_id())",
                            "formula_type": "text"
                        },
                        {
                            "id": 653596,
                            "type": "link_row",
                            "name": "Interviewee",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 104171,
                            "link_row_related_field_id": 653598,
                            "has_related_field": true
                        },
                        {
                            "id": 653597,
                            "type": "formula",
                            "name": "Interview rating",
                            "order": 2,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 2,
                            "array_formula_type": null,
                            "formula": "avg( \n  lookup(\"Related answers\", \n  \"Answer score\") \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 653613,
                            "type": "formula",
                            "name": "Role",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(lookup(\"Interviewee\", \"Title\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 653628,
                            "type": "lookup",
                            "name": "Department",
                            "order": 4,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "through_field_id": 653596,
                            "through_field_name": "Interviewee",
                            "target_field_id": 653506,
                            "target_field_name": "Department"
                        },
                        {
                            "id": 653629,
                            "type": "link_row",
                            "name": "Interviewed by",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 102658,
                            "link_row_related_field_id": 653630,
                            "has_related_field": true
                        },
                        {
                            "id": 653650,
                            "type": "single_select",
                            "name": "Type",
                            "order": 6,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 268699,
                                    "value": "Phone",
                                    "color": "light-orange",
                                    "order": 0
                                },
                                {
                                    "id": 268700,
                                    "value": "Group",
                                    "color": "light-orange",
                                    "order": 1
                                },
                                {
                                    "id": 268701,
                                    "value": "One-on-one",
                                    "color": "light-orange",
                                    "order": 2
                                },
                                {
                                    "id": 268702,
                                    "value": "Panel",
                                    "color": "light-orange",
                                    "order": 3
                                },
                                {
                                    "id": 268703,
                                    "value": "Informal/casual",
                                    "color": "light-orange",
                                    "order": 4
                                },
                                {
                                    "id": 268704,
                                    "value": "Technical test",
                                    "color": "light-orange",
                                    "order": 5
                                }
                            ]
                        },
                        {
                            "id": 653655,
                            "type": "single_select",
                            "name": "Status",
                            "order": 7,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 268705,
                                    "value": "Scheduled",
                                    "color": "dark-orange",
                                    "order": 0
                                },
                                {
                                    "id": 268706,
                                    "value": "On hold",
                                    "color": "gray",
                                    "order": 1
                                },
                                {
                                    "id": 268707,
                                    "value": "Cancelled",
                                    "color": "light-red",
                                    "order": 2
                                },
                                {
                                    "id": 268708,
                                    "value": "Interviewee declined",
                                    "color": "red",
                                    "order": 3
                                },
                                {
                                    "id": 268709,
                                    "value": "For review",
                                    "color": "orange",
                                    "order": 4
                                },
                                {
                                    "id": 268710,
                                    "value": "Failed",
                                    "color": "dark-red",
                                    "order": 5
                                },
                                {
                                    "id": 268711,
                                    "value": "Passed",
                                    "color": "dark-green",
                                    "order": 6
                                }
                            ]
                        },
                        {
                            "id": 653656,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 8,
                            "primary": false
                        },
                        {
                            "id": 653657,
                            "type": "date",
                            "name": "Date of interview",
                            "order": 9,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24"
                        },
                        {
                            "id": 653658,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 10,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653659,
                            "type": "last_modified",
                            "name": "Date updated",
                            "order": 11,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653660,
                            "type": "formula",
                            "name": "Interviewee for sorting",
                            "order": 12,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Interviewee\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 653664,
                            "type": "link_row",
                            "name": "Related answers",
                            "order": 13,
                            "primary": false,
                            "link_row_table_id": 104206,
                            "link_row_related_field_id": 653662,
                            "has_related_field": true
                        },
                        {
                            "id": 656968,
                            "type": "formula",
                            "name": "Department for sorting",
                            "order": 14,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Department\")), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 150877,
                            "type": "grid",
                            "name": "All interviews",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 43037,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43057,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43058,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4237,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "e827732d-cb97-43bd-aa85-101ce1e828f7"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "f5bf3991-5bb8-431c-ae8b-dd5f405ded9b"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "666b73ad-1706-4aaf-a0a5-e6dadcfcc0cd"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4238,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "0fe16950-4c99-40ab-aac0-67774af9fca9"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 915334,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 915332,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915333,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 915345,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915349,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915351,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915367,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915369,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915371,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915372,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915373,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915374,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915380,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915381,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919955,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151756,
                            "type": "grid",
                            "name": "Best interviews",
                            "order": 2,
                            "filter_type": "OR",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58031,
                                    "field_id": 653597,
                                    "type": "higher_than",
                                    "value": "7.99"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43067,
                                    "field_id": 653597,
                                    "order": "DESC"
                                },
                                {
                                    "id": 43070,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4261,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "27f3f531-b8dd-478a-91f8-b9e3daf45907"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "b12d6227-9eba-48cb-9c3e-61422debc255"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "6f92aef6-6f9a-48e8-836c-5a5f483d357a"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4262,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "0ddb1dbb-51c3-4194-8223-c9781a855e2a"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 919989,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 919990,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919991,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 919992,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919993,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919994,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919995,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919996,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919997,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919998,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919999,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920000,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920001,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920002,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920003,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151754,
                            "type": "grid",
                            "name": "Scheduled interviews",
                            "order": 3,
                            "filter_type": "OR",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58024,
                                    "field_id": 653597,
                                    "type": "empty",
                                    "value": ""
                                },
                                {
                                    "id": 58025,
                                    "field_id": 653655,
                                    "type": "single_select_equal",
                                    "value": "268705"
                                },
                                {
                                    "id": 58030,
                                    "field_id": 653655,
                                    "type": "single_select_equal",
                                    "value": "268706"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43061,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43062,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43063,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4257,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "c7d2023c-afd6-41fa-864a-2c2104d3f426"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "60bccc53-f7bf-44a2-b7a8-a662ec82ed58"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "1ec55b70-482d-4858-b08b-2bbf580bcae7"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4258,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "99d3e284-1111-46de-8386-62b255afa888"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 919959,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 919960,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919961,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 919962,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919963,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919964,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919965,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919966,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919967,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919968,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919969,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919970,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919971,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919972,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919973,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151755,
                            "type": "grid",
                            "name": "Completed interviews",
                            "order": 4,
                            "filter_type": "OR",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58026,
                                    "field_id": 653655,
                                    "type": "single_select_equal",
                                    "value": "268710"
                                },
                                {
                                    "id": 58027,
                                    "field_id": 653655,
                                    "type": "single_select_equal",
                                    "value": "268711"
                                },
                                {
                                    "id": 58029,
                                    "field_id": 653655,
                                    "type": "single_select_equal",
                                    "value": "268709"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43064,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43065,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43066,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4259,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "796a813a-8468-4763-a401-7068def60434"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "8f96095c-478d-480c-a43c-880f8bd1fc2a"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "e272b6c5-38be-49eb-9831-e371a169ae44"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4260,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "9ecead78-9900-4412-b5b9-fd3f1ad4a27b"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 919974,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 919975,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919976,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 919977,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919978,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919979,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919980,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919981,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919982,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919983,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919984,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919985,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919986,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919987,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919988,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151757,
                            "type": "grid",
                            "name": "Interviews for human resources",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58034,
                                    "field_id": 656968,
                                    "type": "contains",
                                    "value": "human resources"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43071,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43072,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43073,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4263,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "e0e75ce4-369c-4a37-84a6-861a80ef2d0d"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "1198920c-0dad-4fd3-9403-63c3916ea3c7"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "eae10506-087e-4d45-acc8-ed18d5710dce"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4264,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "97c31d10-4493-4aa0-9f51-e1f1df13e694"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920004,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920005,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920006,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920007,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920008,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920009,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920010,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920011,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920012,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920013,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920014,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920015,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920016,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920017,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920018,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151758,
                            "type": "grid",
                            "name": "Interviews for research and development",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58035,
                                    "field_id": 656968,
                                    "type": "contains",
                                    "value": "research and development"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43074,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43075,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43076,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4265,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "be90bbff-6421-4e1d-a498-7001a8e99256"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "ddb51d16-500e-4089-87f0-e904f07901cf"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "fdcdf094-c227-4b17-af86-4ec20a0f4610"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4266,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "04900de4-601d-4350-aea5-aef8397727b0"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920019,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920020,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920021,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920022,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920023,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920024,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920025,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920026,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920027,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920028,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920029,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920030,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920031,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920032,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920033,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151759,
                            "type": "grid",
                            "name": "Interviews for sales",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58036,
                                    "field_id": 656968,
                                    "type": "contains",
                                    "value": "sales"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43077,
                                    "field_id": 656968,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43078,
                                    "field_id": 653613,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43079,
                                    "field_id": 653660,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4267,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "de8f5d1f-453e-4cde-854b-64f4faf9a00a",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268711"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "d13e0dec-4e69-4335-a35a-983eaa77c620"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "31aaca56-f9a1-4675-a177-3910ad2b1df4",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268705"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "45e284f4-b15a-4695-b73c-0159be828cb1"
                                            },
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "551553a7-f478-44a4-bf79-13d475595cfe",
                                                        "type": "single_select_equal",
                                                        "field": 653655,
                                                        "value": "268709"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "6fd3832c-7c90-48a2-b94c-ddf844cba1f5"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4268,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "d2bd2dfa-c291-49f6-b310-bcecf9ed4524",
                                                        "type": "lower_than",
                                                        "field": 653597,
                                                        "value": "5.01"
                                                    },
                                                    {
                                                        "id": "49e81fcd-e3d3-4084-aba8-68007facf4e6",
                                                        "type": "higher_than",
                                                        "field": 653597,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "83de073b-2a3a-4a0f-8ca2-13a81b736a85"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920034,
                                    "field_id": 653595,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920035,
                                    "field_id": 653596,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920036,
                                    "field_id": 653597,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920037,
                                    "field_id": 653613,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920038,
                                    "field_id": 653628,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920039,
                                    "field_id": 653629,
                                    "width": 155,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920040,
                                    "field_id": 653650,
                                    "width": 145,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920041,
                                    "field_id": 653655,
                                    "width": 127,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920042,
                                    "field_id": 653656,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920043,
                                    "field_id": 653657,
                                    "width": 165,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920044,
                                    "field_id": 653658,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920045,
                                    "field_id": 653659,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920046,
                                    "field_id": 653660,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920047,
                                    "field_id": 653664,
                                    "width": 162,
                                    "hidden": true,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920048,
                                    "field_id": 656968,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151621,
                            "type": "form",
                            "name": "Add an interview",
                            "order": 8,
                            "public": false,
                            "title": "Add a job interview",
                            "description": "",
                            "cover_image": {
                                "name": "B1MJk8e704o9woFTAb9PKGT7WSEgImKv_085609b4a5a2b28f80cce9b896ede6ac319adf75caf280059163e51bdf5af662.jpg",
                                "original_name": "Header.Meeting.04.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more job interviews, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 78008,
                                    "field_id": 653596,
                                    "name": "",
                                    "description": "Please select the name of the interviewee from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78016,
                                    "field_id": 653657,
                                    "name": "",
                                    "description": "Specify the date and time of this job interview.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78013,
                                    "field_id": 653650,
                                    "name": "",
                                    "description": "Please indicate the type of interview.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78014,
                                    "field_id": 653655,
                                    "name": "",
                                    "description": "Please select the status of this job interview.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78012,
                                    "field_id": 653629,
                                    "name": "",
                                    "description": "Please select the interviewer's name from the selection below.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78015,
                                    "field_id": 653656,
                                    "name": "",
                                    "description": "In the section below, write any comments about the interview or the interviewer.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78007,
                                    "field_id": 653595,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78009,
                                    "field_id": 653597,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78010,
                                    "field_id": 653613,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78011,
                                    "field_id": 653628,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78017,
                                    "field_id": 653658,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78018,
                                    "field_id": 653659,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78019,
                                    "field_id": 653660,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78020,
                                    "field_id": 653664,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78179,
                                    "field_id": 656968,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 151752,
                            "type": "kanban",
                            "name": "By type",
                            "order": 9,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 653650,
                            "field_options": [
                                {
                                    "id": 31332,
                                    "field_id": 653595,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31333,
                                    "field_id": 653596,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31334,
                                    "field_id": 653597,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31335,
                                    "field_id": 653613,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31336,
                                    "field_id": 653628,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31337,
                                    "field_id": 653629,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31338,
                                    "field_id": 653650,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31339,
                                    "field_id": 653655,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31340,
                                    "field_id": 653656,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31341,
                                    "field_id": 653657,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31342,
                                    "field_id": 653658,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31343,
                                    "field_id": 653659,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31344,
                                    "field_id": 653660,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31345,
                                    "field_id": 653664,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31346,
                                    "field_id": 656968,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 151753,
                            "type": "kanban",
                            "name": "By status",
                            "order": 10,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 653655,
                            "field_options": [
                                {
                                    "id": 31347,
                                    "field_id": 653595,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31348,
                                    "field_id": 653596,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31349,
                                    "field_id": 653597,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31350,
                                    "field_id": 653613,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31351,
                                    "field_id": 653628,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31352,
                                    "field_id": 653629,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31353,
                                    "field_id": 653650,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31354,
                                    "field_id": 653655,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31355,
                                    "field_id": 653656,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31356,
                                    "field_id": 653657,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31357,
                                    "field_id": 653658,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31358,
                                    "field_id": 653659,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31359,
                                    "field_id": 653660,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31360,
                                    "field_id": 653664,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31361,
                                    "field_id": 656968,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-10-03T08:49:33.779778+00:00",
                            "updated_on": "2022-10-05T09:45:10.856889+00:00",
                            "field_653595": null,
                            "field_653596": [
                                11
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                10
                            ],
                            "field_653650": 268701,
                            "field_653655": 268709,
                            "field_653656": "Even though the answers were good, they could still be better.",
                            "field_653657": "2022-09-15T15:00:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                1,
                                2,
                                3,
                                4,
                                5,
                                6,
                                7,
                                8
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-10-03T08:49:33.779849+00:00",
                            "updated_on": "2022-10-04T20:24:12.532508+00:00",
                            "field_653595": null,
                            "field_653596": [
                                8
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                7
                            ],
                            "field_653650": 268699,
                            "field_653655": 268711,
                            "field_653656": "The boss was pleased.",
                            "field_653657": "2022-09-17T11:00:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                9,
                                10,
                                11,
                                12,
                                13
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:15.593543+00:00",
                            "updated_on": "2022-10-04T20:24:24.840510+00:00",
                            "field_653595": null,
                            "field_653596": [
                                16
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                14,
                                17
                            ],
                            "field_653650": 268702,
                            "field_653655": 268709,
                            "field_653656": "Not bad.",
                            "field_653657": "2022-09-20T09:30:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                14,
                                15,
                                16,
                                17,
                                18
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-03T10:11:17.112552+00:00",
                            "updated_on": "2022-10-04T20:24:39.529134+00:00",
                            "field_653595": null,
                            "field_653596": [
                                12
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                10
                            ],
                            "field_653650": 268701,
                            "field_653655": 268709,
                            "field_653656": "",
                            "field_653657": "2022-09-20T13:30:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                19,
                                20,
                                21,
                                22,
                                23,
                                24,
                                25,
                                26
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 5,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-03T10:11:17.198325+00:00",
                            "updated_on": "2022-10-04T20:24:54.031378+00:00",
                            "field_653595": null,
                            "field_653596": [
                                22
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                5,
                                21
                            ],
                            "field_653650": 268700,
                            "field_653655": 268711,
                            "field_653656": "Prioritize interviews and applications for Sales.",
                            "field_653657": "2022-09-23T10:00:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                27,
                                28,
                                29,
                                30,
                                31
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 6,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-03T10:29:45.564967+00:00",
                            "updated_on": "2022-10-04T20:25:04.930638+00:00",
                            "field_653595": null,
                            "field_653596": [
                                23
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                21,
                                5
                            ],
                            "field_653650": 268700,
                            "field_653655": 268711,
                            "field_653656": "Prioritize interviews and applications for Sales.",
                            "field_653657": "2022-09-23T11:00:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                32,
                                33,
                                34,
                                35,
                                36
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-03T10:29:46.524237+00:00",
                            "updated_on": "2022-10-04T20:25:21.281758+00:00",
                            "field_653595": null,
                            "field_653596": [
                                15
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [
                                17,
                                14
                            ],
                            "field_653650": 268702,
                            "field_653655": 268706,
                            "field_653656": "The project manager mentioned changes and would like to put on hold a few applications.",
                            "field_653657": "2022-10-05T15:30:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [
                                37,
                                38,
                                39,
                                40,
                                41
                            ],
                            "field_656968": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-10-04T20:16:39.525805+00:00",
                            "updated_on": "2022-10-04T20:23:35.919293+00:00",
                            "field_653595": null,
                            "field_653596": [
                                13
                            ],
                            "field_653597": null,
                            "field_653613": null,
                            "field_653628": null,
                            "field_653629": [],
                            "field_653650": 268704,
                            "field_653655": 268705,
                            "field_653656": "",
                            "field_653657": "2022-11-15T10:00:00+00:00",
                            "field_653658": null,
                            "field_653659": null,
                            "field_653660": null,
                            "field_653664": [],
                            "field_656968": null
                        }
                    ]
                },
                {
                    "id": 104181,
                    "name": "Questions",
                    "order": 2,
                    "fields": [
                        {
                            "id": 653554,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat(\"Q\", row_id())",
                            "formula_type": "text"
                        },
                        {
                            "id": 653555,
                            "type": "link_row",
                            "name": "Department",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 102660,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 653556,
                            "type": "link_row",
                            "name": "Role",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 102659,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 653563,
                            "type": "long_text",
                            "name": "Question",
                            "order": 3,
                            "primary": false
                        },
                        {
                            "id": 653564,
                            "type": "link_row",
                            "name": "Prepared by",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 102658,
                            "link_row_related_field_id": null,
                            "has_related_field": false
                        },
                        {
                            "id": 653565,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 5,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653566,
                            "type": "last_modified",
                            "name": "Date updated",
                            "order": 6,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653574,
                            "type": "formula",
                            "name": "Use count",
                            "order": 7,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(field(\"Related answers\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 653593,
                            "type": "single_select",
                            "name": "Type",
                            "order": 8,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 268695,
                                    "value": "Behavioral",
                                    "color": "light-blue",
                                    "order": 0
                                },
                                {
                                    "id": 268696,
                                    "value": "Situational",
                                    "color": "light-orange",
                                    "order": 1
                                },
                                {
                                    "id": 268697,
                                    "value": "Communication",
                                    "color": "light-gray",
                                    "order": 2
                                },
                                {
                                    "id": 268698,
                                    "value": "Skill-based",
                                    "color": "light-green",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 653594,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 653665,
                            "type": "link_row",
                            "name": "Related answers",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 104206,
                            "link_row_related_field_id": 653663,
                            "has_related_field": true
                        },
                        {
                            "id": 656581,
                            "type": "formula",
                            "name": "Department for sorting",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Department\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 656582,
                            "type": "formula",
                            "name": "Role for sorting",
                            "order": 12,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Role\")), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 150866,
                            "type": "grid",
                            "name": "All questions",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 43596,
                                    "field_id": 656581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43597,
                                    "field_id": 656582,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4255,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "74dae87d-cfc4-46b1-9532-1a0054c643c1",
                                                        "type": "lower_than",
                                                        "field": 653574,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "4c0c7c94-4a93-4f8f-af70-6eee6f844aeb",
                                                        "type": "empty",
                                                        "field": 653574,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "3623105d-7475-41e2-a434-3b04d097fd84"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 915303,
                                    "field_id": 653554,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 915301,
                                    "field_id": 653555,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915302,
                                    "field_id": 653556,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915310,
                                    "field_id": 653563,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915311,
                                    "field_id": 653564,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915312,
                                    "field_id": 653565,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915313,
                                    "field_id": 653566,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915317,
                                    "field_id": 653574,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 915330,
                                    "field_id": 653593,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915331,
                                    "field_id": 653594,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915382,
                                    "field_id": 653665,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919531,
                                    "field_id": 656581,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919532,
                                    "field_id": 656582,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151762,
                            "type": "grid",
                            "name": "Questions for Assistant Recruiters",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58038,
                                    "field_id": 653555,
                                    "type": "link_row_has",
                                    "value": "5"
                                },
                                {
                                    "id": 58039,
                                    "field_id": 653556,
                                    "type": "link_row_has",
                                    "value": "10"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43080,
                                    "field_id": 656581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43081,
                                    "field_id": 656582,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4269,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "74dae87d-cfc4-46b1-9532-1a0054c643c1",
                                                        "type": "lower_than",
                                                        "field": 653574,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "4c0c7c94-4a93-4f8f-af70-6eee6f844aeb",
                                                        "type": "empty",
                                                        "field": 653574,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "ad262041-0359-4ded-bfca-860f5e3efe63"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920052,
                                    "field_id": 653554,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920053,
                                    "field_id": 653555,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920054,
                                    "field_id": 653556,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920055,
                                    "field_id": 653563,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920056,
                                    "field_id": 653564,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920057,
                                    "field_id": 653565,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920058,
                                    "field_id": 653566,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920059,
                                    "field_id": 653574,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920060,
                                    "field_id": 653593,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920061,
                                    "field_id": 653594,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920062,
                                    "field_id": 653665,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920063,
                                    "field_id": 656581,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920064,
                                    "field_id": 656582,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151765,
                            "type": "grid",
                            "name": "Questions for Associate Quality Assurance Engineers",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58040,
                                    "field_id": 653555,
                                    "type": "link_row_has",
                                    "value": "1"
                                },
                                {
                                    "id": 58041,
                                    "field_id": 653556,
                                    "type": "link_row_has",
                                    "value": "4"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43082,
                                    "field_id": 656581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43083,
                                    "field_id": 656582,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4270,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "74dae87d-cfc4-46b1-9532-1a0054c643c1",
                                                        "type": "lower_than",
                                                        "field": 653574,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "4c0c7c94-4a93-4f8f-af70-6eee6f844aeb",
                                                        "type": "empty",
                                                        "field": 653574,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "ff06c764-2d1b-4ea0-9a38-43ce2f7b8b4c"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920072,
                                    "field_id": 653554,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920073,
                                    "field_id": 653555,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920074,
                                    "field_id": 653556,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920075,
                                    "field_id": 653563,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920076,
                                    "field_id": 653564,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920077,
                                    "field_id": 653565,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920078,
                                    "field_id": 653566,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920079,
                                    "field_id": 653574,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920080,
                                    "field_id": 653593,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920081,
                                    "field_id": 653594,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920082,
                                    "field_id": 653665,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920083,
                                    "field_id": 656581,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920084,
                                    "field_id": 656582,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151767,
                            "type": "grid",
                            "name": "Questions for Customer Service Officers",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58045,
                                    "field_id": 653555,
                                    "type": "link_row_has",
                                    "value": "7"
                                },
                                {
                                    "id": 58046,
                                    "field_id": 653556,
                                    "type": "link_row_has",
                                    "value": "18"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43086,
                                    "field_id": 656581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43087,
                                    "field_id": 656582,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4272,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "74dae87d-cfc4-46b1-9532-1a0054c643c1",
                                                        "type": "lower_than",
                                                        "field": 653574,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "4c0c7c94-4a93-4f8f-af70-6eee6f844aeb",
                                                        "type": "empty",
                                                        "field": 653574,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "ccac3189-5f3e-48fa-929b-5b8c8c86870f"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920106,
                                    "field_id": 653554,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920107,
                                    "field_id": 653555,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920108,
                                    "field_id": 653556,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920109,
                                    "field_id": 653563,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920110,
                                    "field_id": 653564,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920111,
                                    "field_id": 653565,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920112,
                                    "field_id": 653566,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920113,
                                    "field_id": 653574,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920114,
                                    "field_id": 653593,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920115,
                                    "field_id": 653594,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920116,
                                    "field_id": 653665,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920117,
                                    "field_id": 656581,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920118,
                                    "field_id": 656582,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151766,
                            "type": "grid",
                            "name": "Questions for Software Engineers",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58042,
                                    "field_id": 653555,
                                    "type": "link_row_has",
                                    "value": "1"
                                },
                                {
                                    "id": 58043,
                                    "field_id": 653556,
                                    "type": "link_row_has",
                                    "value": "8"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43084,
                                    "field_id": 656581,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43085,
                                    "field_id": 656582,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4271,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "74dae87d-cfc4-46b1-9532-1a0054c643c1",
                                                        "type": "lower_than",
                                                        "field": 653574,
                                                        "value": "1"
                                                    },
                                                    {
                                                        "id": "4c0c7c94-4a93-4f8f-af70-6eee6f844aeb",
                                                        "type": "empty",
                                                        "field": 653574,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "OR",
                                                "id": "bccf461e-e732-4539-b3e2-53e344760913"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920093,
                                    "field_id": 653554,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920094,
                                    "field_id": 653555,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920095,
                                    "field_id": 653556,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920096,
                                    "field_id": 653563,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920097,
                                    "field_id": 653564,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920098,
                                    "field_id": 653565,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920099,
                                    "field_id": 653566,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920100,
                                    "field_id": 653574,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920101,
                                    "field_id": 653593,
                                    "width": 154,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920102,
                                    "field_id": 653594,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920103,
                                    "field_id": 653665,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920104,
                                    "field_id": 656581,
                                    "width": 203,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920105,
                                    "field_id": 656582,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151628,
                            "type": "form",
                            "name": "Add a question",
                            "order": 6,
                            "public": false,
                            "title": "Add an interview question",
                            "description": "",
                            "cover_image": {
                                "name": "35TA6vphEAdvXNbW4JVNpnLdLKKMmiMY_9311f2c09ee9655d4f08f912eea0344f02763fec8722ac83073e831b87c2a7c7.jpg",
                                "original_name": "Header.Questions.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more interview questions, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 78026,
                                    "field_id": 653554,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78027,
                                    "field_id": 653555,
                                    "name": "",
                                    "description": "Please select the department for which this interview question is intended.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78028,
                                    "field_id": 653556,
                                    "name": "",
                                    "description": "Please choose the role or job title for which this interview question is aimed.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78029,
                                    "field_id": 653563,
                                    "name": "",
                                    "description": "Input the interview question in the space provided here. You are free to include explanations and other information.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78030,
                                    "field_id": 653564,
                                    "name": "",
                                    "description": "Select the name of the employee who created or prepared this question.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78031,
                                    "field_id": 653565,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78032,
                                    "field_id": 653566,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78033,
                                    "field_id": 653574,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78034,
                                    "field_id": 653593,
                                    "name": "",
                                    "description": "Please indicate the type of this question.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78035,
                                    "field_id": 653594,
                                    "name": "",
                                    "description": "Write down any remarks or comments about this interview question.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78036,
                                    "field_id": 653665,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78037,
                                    "field_id": 656581,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78038,
                                    "field_id": 656582,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 151761,
                            "type": "kanban",
                            "name": "By type",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 653593,
                            "field_options": [
                                {
                                    "id": 31362,
                                    "field_id": 653554,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31363,
                                    "field_id": 653555,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31364,
                                    "field_id": 653556,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31365,
                                    "field_id": 653563,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31366,
                                    "field_id": 653564,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31367,
                                    "field_id": 653565,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31368,
                                    "field_id": 653566,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31369,
                                    "field_id": 653574,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 31370,
                                    "field_id": 653593,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31371,
                                    "field_id": 653594,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31372,
                                    "field_id": 653665,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31373,
                                    "field_id": 656581,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31374,
                                    "field_id": 656582,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-10-03T08:22:51.474391+00:00",
                            "updated_on": "2022-10-04T07:25:29.748377+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "What programming languages do you know?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "We'd like to hear this answered.",
                            "field_653665": [
                                1,
                                19
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-10-03T08:22:51.474446+00:00",
                            "updated_on": "2022-10-03T11:35:35.684303+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "What are your ideas on functional and object-oriented programming, two paradigms that fall into the imperative camp, as opposed to the declarative ones?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": null,
                            "field_653665": [
                                2,
                                20
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:20.153292+00:00",
                            "updated_on": "2022-10-03T11:35:29.917061+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "What do you think of the \"Agile\" method of developing software, and what is it?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                3,
                                21
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 4,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:20.844146+00:00",
                            "updated_on": "2022-10-04T06:12:14.895306+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "When an error occurs, how do you ensure that it is handled?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                4,
                                22
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 5,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-03T10:11:21.923889+00:00",
                            "updated_on": "2022-10-04T06:26:03.739862+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "What ways are there to figure out how long and how much a software project will cost?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "Not a critical question to ask.",
                            "field_653665": [
                                5,
                                23
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 6,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-03T10:29:50.920880+00:00",
                            "updated_on": "2022-10-04T06:06:48.731091+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "What exactly is software configuration management?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                6,
                                24
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-03T10:29:52.084692+00:00",
                            "updated_on": "2022-10-04T06:09:57.944999+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "To what extent are Threads and Processes dissimilar, and how do they work together?",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                7,
                                25
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-10-03T10:29:52.908937+00:00",
                            "updated_on": "2022-10-04T06:25:02.631100+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                8
                            ],
                            "field_653563": "In plain English, please break down what cloud computing is for someone who isn't in the field.",
                            "field_653564": [
                                9
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268697,
                            "field_653594": "This is optional.",
                            "field_653665": [
                                8,
                                26
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-03T10:29:53.497577+00:00",
                            "updated_on": "2022-10-04T19:00:08.065407+00:00",
                            "field_653554": null,
                            "field_653555": [
                                5
                            ],
                            "field_653556": [
                                10
                            ],
                            "field_653563": "Please introduce yourself and tell me about yourself.",
                            "field_653564": [
                                7
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268695,
                            "field_653594": "Mandatory question.",
                            "field_653665": [
                                9
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 10,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-03T10:29:54.213503+00:00",
                            "updated_on": "2022-10-04T18:40:12.286617+00:00",
                            "field_653554": null,
                            "field_653555": [
                                5
                            ],
                            "field_653556": [
                                10
                            ],
                            "field_653563": "What makes you want to work for us?",
                            "field_653564": [
                                7
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268695,
                            "field_653594": "",
                            "field_653665": [
                                10
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 11,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-03T10:29:55.088927+00:00",
                            "updated_on": "2022-10-04T18:48:43.209099+00:00",
                            "field_653554": null,
                            "field_653555": [
                                5
                            ],
                            "field_653556": [
                                10
                            ],
                            "field_653563": "Tell me about your decision to leave your current place of employment.",
                            "field_653564": [
                                7
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268695,
                            "field_653594": "",
                            "field_653665": [
                                11
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 12,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-03T10:29:55.566515+00:00",
                            "updated_on": "2022-10-04T18:59:55.423441+00:00",
                            "field_653554": null,
                            "field_653555": [
                                5
                            ],
                            "field_653556": [
                                10
                            ],
                            "field_653563": "Do you have an example of a time when you made a mistake at work or in school that you would be willing to share?",
                            "field_653564": [
                                7
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268696,
                            "field_653594": "This is optional.",
                            "field_653665": [
                                12
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 13,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-10-03T19:40:49.776106+00:00",
                            "updated_on": "2022-10-04T18:56:40.567451+00:00",
                            "field_653554": null,
                            "field_653555": [
                                5
                            ],
                            "field_653556": [
                                10
                            ],
                            "field_653563": "When you think ahead five years, where do you hope to be?",
                            "field_653564": [
                                7
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268695,
                            "field_653594": "",
                            "field_653665": [
                                13
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 14,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-10-03T19:40:50.448580+00:00",
                            "updated_on": "2022-10-04T19:05:26.931668+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                4
                            ],
                            "field_653563": "To what extent do Quality Assurance, Quality Control, and Testing vary from one another?",
                            "field_653564": [
                                14
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                14,
                                37
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 15,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-10-03T19:40:51.260286+00:00",
                            "updated_on": "2022-10-04T19:21:20.636831+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                4
                            ],
                            "field_653563": "Could you perhaps explain what is meant by the terms \"bug leak\" and \"bug release\"?",
                            "field_653564": [
                                14
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "This one is optional.",
                            "field_653665": [
                                15,
                                38
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 16,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-10-03T19:40:52.112033+00:00",
                            "updated_on": "2022-10-04T19:16:04.930676+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                4
                            ],
                            "field_653563": "Explain the concept of a traceability matrix.",
                            "field_653564": [
                                14
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                16,
                                39
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 17,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-10-03T19:40:52.947899+00:00",
                            "updated_on": "2022-10-04T19:18:31.383254+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                4
                            ],
                            "field_653563": "Explain what QA is and how it fits into the software development process.",
                            "field_653564": [
                                14
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                17,
                                40
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 18,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-10-03T19:40:55.910386+00:00",
                            "updated_on": "2022-10-04T19:21:04.887491+00:00",
                            "field_653554": null,
                            "field_653555": [
                                1
                            ],
                            "field_653556": [
                                4
                            ],
                            "field_653563": "A test plan is defined as what exactly?",
                            "field_653564": [
                                14
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                18,
                                41
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 19,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-10-04T18:28:39.223839+00:00",
                            "updated_on": "2022-10-04T19:48:36.858323+00:00",
                            "field_653554": null,
                            "field_653555": [
                                7
                            ],
                            "field_653556": [
                                18
                            ],
                            "field_653563": "What, in your opinion, constitutes excellent service to customers?",
                            "field_653564": [
                                5
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                27,
                                32
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 20,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-04T18:28:41.220117+00:00",
                            "updated_on": "2022-10-04T20:18:22.280946+00:00",
                            "field_653554": null,
                            "field_653555": [
                                7
                            ],
                            "field_653556": [
                                18
                            ],
                            "field_653563": "If you could elaborate on why you think consumers select our company's products or services, we'd greatly appreciate it.",
                            "field_653564": [
                                5
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268697,
                            "field_653594": "Encourage the interviewee to elaborate further.",
                            "field_653665": [
                                28,
                                33
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 21,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-04T18:28:42.097613+00:00",
                            "updated_on": "2022-10-04T19:57:02.617807+00:00",
                            "field_653554": null,
                            "field_653555": [
                                7
                            ],
                            "field_653556": [
                                18
                            ],
                            "field_653563": "Do you have experience with any programs used to manage client relations?",
                            "field_653564": [
                                5
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                29,
                                34
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 22,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-10-04T18:28:43.725865+00:00",
                            "updated_on": "2022-10-04T20:05:08.532045+00:00",
                            "field_653554": null,
                            "field_653555": [
                                7
                            ],
                            "field_653556": [
                                18
                            ],
                            "field_653563": "Can you please tell me if it's possible to combine customer relationship management (CRM) with social media platforms?",
                            "field_653564": [
                                5
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268698,
                            "field_653594": "",
                            "field_653665": [
                                30,
                                35
                            ],
                            "field_656581": null,
                            "field_656582": null
                        },
                        {
                            "id": 23,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-10-04T18:28:44.478569+00:00",
                            "updated_on": "2022-10-04T20:05:33.421783+00:00",
                            "field_653554": null,
                            "field_653555": [
                                7
                            ],
                            "field_653556": [
                                18
                            ],
                            "field_653563": "When a customer disagreement escalates, what steps do you take to calm them down?",
                            "field_653564": [
                                5
                            ],
                            "field_653565": null,
                            "field_653566": null,
                            "field_653574": null,
                            "field_653593": 268696,
                            "field_653594": "Please ask the interviewee this question.",
                            "field_653665": [
                                31,
                                36
                            ],
                            "field_656581": null,
                            "field_656582": null
                        }
                    ]
                },
                {
                    "id": 104206,
                    "name": "Answers",
                    "order": 3,
                    "fields": [
                        {
                            "id": 653661,
                            "type": "formula",
                            "name": "ID",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat(\"A\", row_id())",
                            "formula_type": "text"
                        },
                        {
                            "id": 653662,
                            "type": "link_row",
                            "name": "Interview ID",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 104192,
                            "link_row_related_field_id": 653664,
                            "has_related_field": true
                        },
                        {
                            "id": 653663,
                            "type": "link_row",
                            "name": "Question ID",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 104181,
                            "link_row_related_field_id": 653665,
                            "has_related_field": true
                        },
                        {
                            "id": 653666,
                            "type": "lookup",
                            "name": "Interviewee",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "through_field_id": 653662,
                            "through_field_name": "Interview ID",
                            "target_field_id": 653596,
                            "target_field_name": "Interviewee"
                        },
                        {
                            "id": 653667,
                            "type": "number",
                            "name": "Index",
                            "order": 4,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 653668,
                            "type": "lookup",
                            "name": "Question",
                            "order": 5,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": "text",
                            "through_field_id": 653663,
                            "through_field_name": "Question ID",
                            "target_field_id": 653563,
                            "target_field_name": "Question"
                        },
                        {
                            "id": 653669,
                            "type": "long_text",
                            "name": "Answer",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 653670,
                            "type": "rating",
                            "name": "Answer score",
                            "order": 7,
                            "primary": false,
                            "max_value": 10,
                            "color": "dark-orange",
                            "style": "star"
                        },
                        {
                            "id": 653671,
                            "type": "formula",
                            "name": "Is match",
                            "order": 8,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "if( \n  equal( \n    join(totext(lookup(\"Question ID\", \"Role\")), \"\"), \n    join(totext(lookup(\"Interview ID\", \"Role\")), \"\") \n  ), \n  true, \n  false \n)",
                            "formula_type": "boolean"
                        },
                        {
                            "id": 653672,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 9,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653674,
                            "type": "last_modified",
                            "name": "Date updated",
                            "order": 10,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653675,
                            "type": "formula",
                            "name": "Group bgcolor",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join( \n  if( \n    or( \n      trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 1, \n      trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 6 \n    ), \n    \"S\", \n    if( \n      or( \n        trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 2, \n        trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 7 \n      ), \n      \"Y\", \n      if( \n        or( \n          trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 3, \n          trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 8 \n        ), \n        \"G\", \n        if( \n          or( \n            trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 4, \n            trunc(tonumber(right(totext(field(\"Interview ID\")), 1))) = 9 \n          ), \n          \"R\", \n          \"B\" \n        ) \n      ) \n    ) \n  ), \n  \"\" \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 656963,
                            "type": "formula",
                            "name": "Interview ID for sorting",
                            "order": 12,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Interview ID\")), \"\")",
                            "formula_type": "text"
                        },
                        {
                            "id": 657031,
                            "type": "formula",
                            "name": "Interviewee for filter",
                            "order": 13,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "join(totext(field(\"Interviewee\")), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 150892,
                            "type": "grid",
                            "name": "All answers",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 43056,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43059,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4235,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "ad73fad4-1815-47a4-abd7-a2f70e1cd2a3"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 4236,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "575e5c3c-9f3f-4d5b-b994-c641a698dd9e",
                                                        "type": "equal",
                                                        "field": 653675,
                                                        "value": "S"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "c58ec7f5-1d1c-41ab-a92e-0ed111dc0ba5"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "ca3b7740-21d2-4fc1-815a-0b6b09049fb1",
                                                        "type": "equal",
                                                        "field": 653675,
                                                        "value": "Y"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "9599928e-ff0e-46f5-a12d-a19448f2fe67"
                                            },
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "68d2f505-1edf-42ca-8848-18bfeb47a250",
                                                        "type": "equal",
                                                        "field": 653675,
                                                        "value": "G"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "2b511388-6653-42f0-be66-8d27cbac46cd"
                                            },
                                            {
                                                "color": "light-blue",
                                                "filters": [
                                                    {
                                                        "id": "16896c6d-723e-4ff6-96c9-ce7b73d1215b",
                                                        "type": "equal",
                                                        "field": 653675,
                                                        "value": "B"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "3aab64cb-9208-4222-8c5b-2c8b79a46f63"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 915379,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 915377,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915378,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915383,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915384,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 915385,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915386,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915387,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 915388,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915389,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915390,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915391,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 919951,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920171,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151774,
                            "type": "grid",
                            "name": "Answers by Bran O. Lopez",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58053,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Bran O. Lopez"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43097,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43098,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4278,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "b7766dda-e157-4378-9018-d4bfd8d05abd"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920214,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920215,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920216,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920217,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920218,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920219,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920220,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920221,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920222,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920223,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920224,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920225,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920226,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920227,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151771,
                            "type": "grid",
                            "name": "Answers by Elizabeth C. Cunningham",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58050,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Elizabeth C. Cunningham"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43091,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43092,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4275,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "aa99d0ae-ada8-452e-a5d9-86b176358762"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920172,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920173,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920174,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920175,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920176,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920177,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920178,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920179,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920180,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920181,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920182,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920183,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920184,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920185,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151776,
                            "type": "grid",
                            "name": "Answers by Latisha O. Mazon",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58056,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Latisha O. Mazon"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43102,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43103,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4280,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "0deafc8f-9411-4681-a1d6-527963f611c9"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920242,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920243,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920244,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920245,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920246,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920247,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920248,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920249,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920250,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920251,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920252,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920253,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920254,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920255,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151775,
                            "type": "grid",
                            "name": "Answers by Michael I. Robicheaux",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58054,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Michael I. Robicheaux"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43100,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43101,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4279,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "cd155ee4-0ed5-46d6-9d77-ec13168cbf4d"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920228,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920229,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920230,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920231,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920232,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920233,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920234,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920235,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920236,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920237,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920238,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920239,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920240,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920241,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151772,
                            "type": "grid",
                            "name": "Answers by Nora S. Mott",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58051,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Nora S. Mott"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43093,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43094,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4276,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "bbf665d0-737a-4ef6-b15d-bc988d7a0cbd"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920186,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920187,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920188,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920189,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920190,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920191,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920192,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920193,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920194,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920195,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920196,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920197,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920198,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920199,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151768,
                            "type": "grid",
                            "name": "Answers by Rodney G. Tran",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58049,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Rodney G. Tran"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43089,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43090,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4273,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "db59b16f-4d36-45e2-9508-0e20d054460e"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920119,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920120,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920121,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920122,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920123,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920124,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920125,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920126,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920127,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920128,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920129,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920130,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920131,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920170,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151777,
                            "type": "grid",
                            "name": "Answers by Sandra A. Love",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 58057,
                                    "field_id": 657031,
                                    "type": "contains",
                                    "value": "Sandra A. Love"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43104,
                                    "field_id": 656963,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43105,
                                    "field_id": 653667,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4281,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "red",
                                                "filters": [
                                                    {
                                                        "id": "0dde2b52-27c5-46b9-82f9-9486c8aa0f4f",
                                                        "type": "boolean",
                                                        "field": 653671,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "1d19b235-8307-4a29-adb2-41dc8f73a93d"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 920256,
                                    "field_id": 653661,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 920257,
                                    "field_id": 653662,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920258,
                                    "field_id": 653663,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920259,
                                    "field_id": 653666,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920260,
                                    "field_id": 653667,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "max",
                                    "aggregation_raw_type": "max"
                                },
                                {
                                    "id": 920261,
                                    "field_id": 653668,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920262,
                                    "field_id": 653669,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920263,
                                    "field_id": 653670,
                                    "width": 231,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 920264,
                                    "field_id": 653671,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920265,
                                    "field_id": 653672,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920266,
                                    "field_id": 653674,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920267,
                                    "field_id": 653675,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920268,
                                    "field_id": 656963,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 920269,
                                    "field_id": 657031,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 151632,
                            "type": "form",
                            "name": "Add answer",
                            "order": 9,
                            "public": false,
                            "title": "Add an interviewee's answer",
                            "description": "",
                            "cover_image": {
                                "name": "OxHKukvPsBxVV0z6awzsRMiL5V6FxsgP_5c74616571e0104a2f465d56a8cc7617157a5532c5a58329612218474658c4b6.jpg",
                                "original_name": "Header.Typing.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more interview answers, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 78039,
                                    "field_id": 653661,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78040,
                                    "field_id": 653662,
                                    "name": "",
                                    "description": "Please indicate the Interview ID to which this response corresponds to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78041,
                                    "field_id": 653663,
                                    "name": "",
                                    "description": "Please indicate the Question ID that corresponds to this interview answer.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78042,
                                    "field_id": 653666,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78043,
                                    "field_id": 653667,
                                    "name": "Item no.",
                                    "description": "For the purpose of organizing questions and replies into a list, please provide an item number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78044,
                                    "field_id": 653668,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78045,
                                    "field_id": 653669,
                                    "name": "",
                                    "description": "Fill in the blank space below with the interviewee's full response or answer to the provided interview question.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78046,
                                    "field_id": 653670,
                                    "name": "",
                                    "description": "Rate the interviewee's response on a scale of 1 to 10, with 10 being the best and 1 being the worst.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78047,
                                    "field_id": 653671,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78048,
                                    "field_id": 653672,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78049,
                                    "field_id": 653674,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78050,
                                    "field_id": 653675,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78190,
                                    "field_id": 656963,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78191,
                                    "field_id": 657031,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-10-03T09:05:22.608109+00:00",
                            "updated_on": "2022-10-03T11:17:11.899890+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                1
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "I know how to use Java, C++, JavaScript, C#, Ruby, and Python very well. Java, C#, and Python are the ones I feel the most comfortable working with. In my last job, I mostly used Java to make apps that worked on a number of different platforms. I was able to get more done when making apps and software for data analytics by using Python.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-10-03T09:05:22.608189+00:00",
                            "updated_on": "2022-10-03T11:28:58.096148+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                2
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "When we were given the job of updating the browser client for an old project, it used an object-oriented approach, and many of the custom controls got most of their functionality from a structure of growing inheritance. Since this was the case, we decided to take a more direct approach. After the switch, there were a lot fewer state-related problems because there was no longer a need to manually update the interface in response to events. This is almost always the most common bug that users report.\n\nBut there were a few places where we needed to change things. We put in caching measures to avoid having to recalculate things too often, but they were getting too complicated, especially in the more dynamic, performance-sensitive parts of the program.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:26.885883+00:00",
                            "updated_on": "2022-10-03T11:38:47.011591+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                3
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "An integral part of the agile software development methodology is the practice of delivering working software in small, regular increments. The project is divided into manageable chunks, or \"sprints,\" each of which has a deadline and must be finished within that timeframe. We had great success with the process when I was in a similar job before. We worked in two-week sprints and discussed issues as they came up.\n\nFurthermore, we had daily stand-up meetings to share updates on the team's progress. However, instead of serving as a moment for our team to sync, our meetings increasingly morphed into standard status meetings for our team lead. Even so, the goal of the approach was met, which was to make it easier to release better software more often.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 4,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:27.490747+00:00",
                            "updated_on": "2022-10-04T06:16:33.612302+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                4
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "Some of the ways that come to mind are writing tests, wrapping the code to catch exceptions, returning logs, try/catch statements, and a few other framework-related methods.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 5,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-10-03T10:11:27.874030+00:00",
                            "updated_on": "2022-10-04T06:05:55.501962+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                5
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "The most popular techniques are decomposition and empirical.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 6,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-10-03T10:11:28.751686+00:00",
                            "updated_on": "2022-10-04T06:07:52.483803+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                6
                            ],
                            "field_653666": null,
                            "field_653667": "6",
                            "field_653668": null,
                            "field_653669": "What we call \"software configuration management\" is the process of keeping tabs on and regulating any and all modifications made to a piece of software.\n\nThe purpose of change control is to make sure that any modifications made to a system are created in accordance with established policies and procedures.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 7,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-03T10:11:29.513134+00:00",
                            "updated_on": "2022-10-04T06:10:45.568271+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                7
                            ],
                            "field_653666": null,
                            "field_653667": "7",
                            "field_653668": null,
                            "field_653669": "To put it simply, a process is a specific instance of a computer program. There can be several threads within a single program.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 8,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-10-03T10:11:30.324037+00:00",
                            "updated_on": "2022-10-04T06:24:37.353018+00:00",
                            "field_653661": null,
                            "field_653662": [
                                1
                            ],
                            "field_653663": [
                                8
                            ],
                            "field_653666": null,
                            "field_653667": "8",
                            "field_653668": null,
                            "field_653669": "Cloud computing refers to a method of storing, retrieving information, and running applications from remote servers rather than locally installed ones. Rather than keeping data on your own computer, you keep it on the computers of companies like Google and Amazon that offer cloud services.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 9,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-03T10:11:31.132735+00:00",
                            "updated_on": "2022-10-04T18:39:19.100726+00:00",
                            "field_653661": null,
                            "field_653662": [
                                2
                            ],
                            "field_653663": [
                                9
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "Hey, I've been working as a professional for more than five years, and in that time I've built up a good network of other professionals. I just finished up a contract with a big company that works with big businesses. My portfolio also includes a wide range of skills that I've picked up while working on different projects. Aside from that, I'm also a farmer who loves growing food and living in a way that doesn't harm the environment.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 10,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-10-03T10:11:31.777954+00:00",
                            "updated_on": "2022-10-04T18:47:31.357211+00:00",
                            "field_653661": null,
                            "field_653662": [
                                2
                            ],
                            "field_653663": [
                                10
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "It's always been my goal to work for a company as big as yours. I have heard a lot of good things about your business since I was in college. On top of that, your company's goals are in line with the skills I have gained in my professional life. I think I can help you with your business and that I can be a good addition to your company.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 11,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-10-03T10:30:02.277522+00:00",
                            "updated_on": "2022-10-04T18:51:10.756756+00:00",
                            "field_653661": null,
                            "field_653662": [
                                2
                            ],
                            "field_653663": [
                                11
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "I am grateful for the opportunities my current company has given me to expand my skillset, and I believe that the past year at a small startup has given me a head start on developing my leadership potential. My goal at this point is to take the knowledge and experience I've gained here and apply it to a larger company, where I can maybe advance my career.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 12,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-03T10:30:03.206973+00:00",
                            "updated_on": "2022-10-04T18:54:53.832476+00:00",
                            "field_653661": null,
                            "field_653662": [
                                2
                            ],
                            "field_653663": [
                                12
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "When I was first promoted to team leader, I tried to do too much on my own and ended up being both overwhelmed and ineffective. My staff complained to me that they didn't feel heard, and that there was a general lack of teamwork. I realized early on that in order to be an effective team leader, I would need to master the art of delegating responsibilities and coordinating efforts with my colleagues.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 13,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-10-03T10:30:03.625935+00:00",
                            "updated_on": "2022-10-04T18:59:35.718267+00:00",
                            "field_653661": null,
                            "field_653662": [
                                2
                            ],
                            "field_653663": [
                                13
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "Within the next five years, I hope to have taken on a leadership role in a team and be responsible for driving organic growth at a firm of medium or large size. While I have spent most of my career working on the \"how to\" of technical development, I would like to shift my focus to strategy, which is what really propels long-term success. Following some professional experience, my ultimate career ambition is to direct the technical strategy of a firm in order to achieve its acquisition and revenue objectives.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 14,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-03T10:30:04.318586+00:00",
                            "updated_on": "2022-10-04T19:09:22.380615+00:00",
                            "field_653661": null,
                            "field_653662": [
                                3
                            ],
                            "field_653663": [
                                14
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "The term \"quality assurance\" refers to the procedure whereby a group or company plans and defines the means by which its quality (testing) operations will be managed and executed. This approach establishes and monitors the project's quality criteria.\n\nTo perform quality control, one must search for bugs and make improvements to the program. In most cases, QA chooses the techniques QC employs. The testing group's primary responsibility is ensuring high quality.\n\nThe term \"testing\" refers to the act of searching for errors. Ultimately, it ensures that the developed software satisfies both the customer and the company's requirements.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 15,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-10-03T10:30:05.174766+00:00",
                            "updated_on": "2022-10-04T19:14:09.794070+00:00",
                            "field_653661": null,
                            "field_653662": [
                                3
                            ],
                            "field_653663": [
                                15
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "When real users find a problem that wasn't found by the testing team, this is called \"bug leakage.\" It's called a \"bug release\" when a software tester puts a product on the market even though they know it has bugs. These bugs aren't a big deal and are bugs with low priority and low severity. When clients care more about getting the software when they need it, on time, than about getting the program when it was meant to be, with bugs fixed for free.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 16,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-10-03T10:30:05.898336+00:00",
                            "updated_on": "2022-10-04T19:17:41.674653+00:00",
                            "field_653661": null,
                            "field_653662": [
                                3
                            ],
                            "field_653663": [
                                16
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "In order to track how changes to test cases affect user needs, a \"traceability matrix\" is maintained. The primary goal of the Traceability Matrix is to ensure that all possible test cases are executed during software testing, hence eliminating any possibility of a missing feature.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 17,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-10-03T10:30:06.847317+00:00",
                            "updated_on": "2022-10-04T19:19:35.214404+00:00",
                            "field_653661": null,
                            "field_653662": [
                                3
                            ],
                            "field_653663": [
                                17
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "Quality Assurance. QA. The quality assurance team ensures high standards are met by keeping a close eye on all stages of development. With the help of QA, we make sure the results are what we anticipate them to be.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 18,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-10-03T10:30:07.477194+00:00",
                            "updated_on": "2022-10-04T19:23:38.223146+00:00",
                            "field_653661": null,
                            "field_653662": [
                                3
                            ],
                            "field_653663": [
                                18
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "To ensure a high-quality final result, your team should follow the steps outlined in the Test Plan. Many tasks, including writing a product description, creating an SRS, or writing Use Case documents, feed into creating the Test Plan document, which lays out the steps to be taken for testing the project's upcoming milestones. The Test Lead or Test Manager will often draft this document, and its primary purpose is to lay out the specifics of the testing process, including what should be tested, when it should be tested, and who will do the various tests.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 19,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-10-03T10:30:09.876200+00:00",
                            "updated_on": "2022-10-04T19:28:27.704637+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                1
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "To name a few, I am fluent in Java, C++, JavaScript, C#, Ruby, and Python. Among the programming languages, Java, C#, and Python are the ones with which I am most familiar. In my previous position, I relied heavily on Java to develop cross-platform apps. Using Python, I was able to get more done in terms of developing apps and software for data analytics.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 20,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-10-03T10:30:12.699364+00:00",
                            "updated_on": "2022-10-04T19:29:08.470957+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                2
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "After being tasked with modernizing the browser client for an older project, we discovered that it took an object-oriented approach, and that many of the custom controls relied heavily on a hierarchical structure of increasing inheritance to perform their primary tasks. Given this reality, we settled on making our move more bluntly. Because the interface no longer needed to be manually updated in response to events, a significant number of state-related issues vanished after the switch was made. In almost all cases, this is the most frequently mentioned problem by users.\n\nWe did, however, need to make some adjustments. We implemented caching measures to reduce the frequency of calculations, but they grew too complex, especially in the more dynamic and performance-critical parts of the program.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 21,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-10-03T19:41:06.915754+00:00",
                            "updated_on": "2022-10-04T19:29:45.140782+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                3
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "The practice of releasing iterations of working software at regular intervals is fundamental to the agile software development methodology. Rather than tackling the entire thing at once, the project is broken up into smaller, more manageable pieces called \"sprints,\" each of which has its own deadline and must be completed in a certain amount of time. When I was in a role similar to this before, we used this method with great success. We met every two weeks for \"sprints,\" during which time we worked together and talked about any problems that arose.\n\nIn addition, we held daily stand-up meetings where everyone was informed of the team's progress. Our meetings started out as a time for our team to synchronize, but they gradually turned into routine status updates for our team leader. The approach succeeded in its intended simplification of improved software releases at regular intervals.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 22,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-10-03T19:41:07.285139+00:00",
                            "updated_on": "2022-10-04T19:30:31.527726+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                4
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "Methods that come to mind are test-writing, code-wrapping to catch exceptions, log-returning, try/catch statements, and a few others that are related to the framework.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 23,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-10-03T19:41:10.231824+00:00",
                            "updated_on": "2022-10-04T19:31:25.794744+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                5
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "Decomposition and empirical methods are the two that have gained the most traction.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 24,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-04T07:37:48.793593+00:00",
                            "updated_on": "2022-10-04T19:32:17.843616+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                6
                            ],
                            "field_653666": null,
                            "field_653667": "6",
                            "field_653668": null,
                            "field_653669": "To monitor and control all of the changes made to a piece of software is what we call \"software configuration management.\"\n\nAssuring that any and all changes to a system are made in accordance with predetermined norms and regulations is what change control is all about.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 25,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-10-04T07:37:49.829912+00:00",
                            "updated_on": "2022-10-04T19:32:53.924053+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                7
                            ],
                            "field_653666": null,
                            "field_653667": "7",
                            "field_653668": null,
                            "field_653669": "A process, in its simplest definition, is a single running copy of a computer program. Multiple threads may be running simultaneously in a single program.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 26,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-10-04T07:37:50.907679+00:00",
                            "updated_on": "2022-10-04T19:33:43.664185+00:00",
                            "field_653661": null,
                            "field_653662": [
                                4
                            ],
                            "field_653663": [
                                8
                            ],
                            "field_653666": null,
                            "field_653667": "8",
                            "field_653668": null,
                            "field_653669": "The term \"cloud computing\" is used to describe the practice of utilizing the Internet as a central data storage and processing hub, rather than on-premises hardware and software. When using cloud services, such as those provided by Google and Amazon, you store data on the servers of those companies rather than on your own local machine.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 27,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-10-04T07:37:51.762459+00:00",
                            "updated_on": "2022-10-04T19:46:49.431920+00:00",
                            "field_653661": null,
                            "field_653662": [
                                5
                            ],
                            "field_653663": [
                                19
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "Helping a customer through the buying process, ensuring they fully understand the product, or pointing them in the right way are all examples of consumer service. This is an adaptable position.\n\nIn order to provide complete customer satisfaction, customer service goes above and beyond expectations. What really helps us grow is when satisfied customers recommend us to their circle of acquaintances.\n\nProviding excellent service means always putting the consumer first. Clients are reliably appeased by the efforts of customer service representatives. Your first impression will be formed based on how you look and act. As a customer service representative, it is your duty to foster positive relationships with clients in order to increase sales, promote brand loyalty, and keep existing customers happy.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 28,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-10-04T07:37:54.307459+00:00",
                            "updated_on": "2022-10-04T19:55:51.438698+00:00",
                            "field_653661": null,
                            "field_653662": [
                                5
                            ],
                            "field_653663": [
                                20
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "As someone who considers themselves to be technologically aware, it has been vitally crucial for me to learn how to navigate my way through software solutions and mobile applications, as well as the convenience with which they may be used. I really appreciate that this company develops things that are both well-designed and constructed so that they can be used by a wide variety of people. As a result of my experience with a number of your items, I am confident that I can provide accurate representation of the quality of those products to buyers.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 29,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-10-04T19:26:54.987125+00:00",
                            "updated_on": "2022-10-04T19:58:32.449280+00:00",
                            "field_653661": null,
                            "field_653662": [
                                5
                            ],
                            "field_653663": [
                                21
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "At my most recent employer, we used a classic point-of-sale (POS) system. I am able to pick up new information very quickly, and I would be delighted to receive instruction on additional software packages in order to broaden my skill set and improve my ability to carry out the duties of the position.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 30,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-10-04T19:26:55.687613+00:00",
                            "updated_on": "2022-10-04T20:07:00.985962+00:00",
                            "field_653661": null,
                            "field_653662": [
                                5
                            ],
                            "field_653663": [
                                22
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "Indeed, it is possible to link customer relationship management software with social media platforms. The application focuses on how to better involve customers through social media.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 31,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-10-04T19:26:56.468650+00:00",
                            "updated_on": "2022-10-04T20:03:11.665070+00:00",
                            "field_653661": null,
                            "field_653662": [
                                5
                            ],
                            "field_653663": [
                                23
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "For me, the first step in calming down a frantic client is to attentively hear them out. I take a few deep breaths whenever they get loud and try to remind myself that it won't last forever. Once the customer is done talking, I tell them I appreciate them trusting me with their problems and that I understand how they feel. A common question I pose is what they would like to see the company do to try to fix the problem. My experience has shown that this is an effective method for calming the customer down enough to begin solving the underlying issue.",
                            "field_653670": 10,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 32,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-10-04T19:39:02.547706+00:00",
                            "updated_on": "2022-10-04T19:46:51.589535+00:00",
                            "field_653661": null,
                            "field_653662": [
                                6
                            ],
                            "field_653663": [
                                19
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "Helping a customer through the buying process, explaining complex features, or answering questions about the company are all examples of consumer service. It's a role with a lot of room for flexibility.\n\nThe company's dedication to the happiness of its customers is second to none. It's all about word-of-mouth marketing, where satisfied customers recommend us to their circle of acquaintances.\n\nWhen providing service, remember that the consumer always comes first. Agents providing customer service are responsible for maintaining happy clients. Being the first person someone sees or talks to, your physical appearance and manner provide a lasting impression. When it comes to customer service, it's all about the consumer, thus it's your job to forge lasting bonds with your clientele in order to guarantee their satisfaction and, in turn, elevate your company's standing in the marketplace.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 33,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-10-04T19:39:05.114753+00:00",
                            "updated_on": "2022-10-04T19:55:53.114685+00:00",
                            "field_653661": null,
                            "field_653662": [
                                6
                            ],
                            "field_653663": [
                                20
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "Being familiar with various software solutions and mobile applications, as well as their relative ease of use, has been significant for me as someone who considers themselves to be technologically savvy. One of my favorite things about this business is that its products are designed with a wide variety of consumers in mind. Having put several of your products through their paces, I feel confident giving them an honest assessment of the quality they provide.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 34,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-10-04T19:39:08.619966+00:00",
                            "updated_on": "2022-10-04T19:59:09.538623+00:00",
                            "field_653661": null,
                            "field_653662": [
                                6
                            ],
                            "field_653663": [
                                21
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "The POS system we used at my most recent job was a traditional one. Since I have a good memory and can learn new things fast, I would greatly appreciate being shown how to use any additional software that will help me better fulfill my job responsibilities.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 35,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-10-04T19:39:10.814553+00:00",
                            "updated_on": "2022-10-04T20:07:59.284855+00:00",
                            "field_653661": null,
                            "field_653662": [
                                6
                            ],
                            "field_653663": [
                                22
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "The answer is yes; CRM and SNS can work together. The application increases customer engagement through social media.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 36,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-10-04T19:39:14.729920+00:00",
                            "updated_on": "2022-10-04T20:03:42.155842+00:00",
                            "field_653661": null,
                            "field_653662": [
                                6
                            ],
                            "field_653663": [
                                23
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "In order to calm down agitated clients, I first pay close attention to what they have to say. When they get angry, I take a few deep breaths and try to bring myself back to a state of composure. After the customer is done talking, I tell them I appreciate them trusting me with their problems and that I understand how they feel. Once I've established the severity of the problem, I ask the customer what they would like to see the company do to try to fix it. I've found this to be an effective method for calming irate customers down enough to begin solving their actual issues.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 37,
                            "order": "26.00000000000000000000",
                            "created_on": "2022-10-04T20:09:38.141769+00:00",
                            "updated_on": "2022-10-04T20:11:50.313815+00:00",
                            "field_653661": null,
                            "field_653662": [
                                7
                            ],
                            "field_653663": [
                                14
                            ],
                            "field_653666": null,
                            "field_653667": "1",
                            "field_653668": null,
                            "field_653669": "Quality assurance is the process by which a group or company plans and defines how its quality operations (like testing) will be managed and carried out. This method sets and checks the project's quality standards.\n\nTo do quality control, you have to look for bugs and find ways to make the program better. Most of the time, QC uses techniques chosen by QA. The testing group's main job is to make sure the quality is good.\n\n\"Testing\" is the process of looking for mistakes. In the end, it makes sure that the software developed meets both the customer's and the company's needs.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 38,
                            "order": "27.00000000000000000000",
                            "created_on": "2022-10-04T20:09:39.480754+00:00",
                            "updated_on": "2022-10-04T20:13:10.378662+00:00",
                            "field_653661": null,
                            "field_653662": [
                                7
                            ],
                            "field_653663": [
                                15
                            ],
                            "field_653666": null,
                            "field_653667": "2",
                            "field_653668": null,
                            "field_653669": "The term \"bug leakage\" refers to the situation that occurs when actual users discover issues that were missed by the testing team. A \"bug release\" occurs when a software tester sends a product to production despite being aware of its flaws. These are minor issues with low priority and severity. When customers are more concerned about having the software when they need it, on schedule, than they are about having a bug-free version of the program when it was originally intended.",
                            "field_653670": 8,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 39,
                            "order": "28.00000000000000000000",
                            "created_on": "2022-10-04T20:09:40.772457+00:00",
                            "updated_on": "2022-10-04T20:14:04.666501+00:00",
                            "field_653661": null,
                            "field_653662": [
                                7
                            ],
                            "field_653663": [
                                16
                            ],
                            "field_653666": null,
                            "field_653667": "3",
                            "field_653668": null,
                            "field_653669": "Using a \"traceability matrix,\" we can keep tabs on how revisions to our test cases influence the requirements of our end users. The Traceability Matrix is used during software testing to guarantee that every feasible test case is run, hence ruling out the potential of any crucial functionality being overlooked.",
                            "field_653670": 9,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 40,
                            "order": "29.00000000000000000000",
                            "created_on": "2022-10-04T20:09:42.047307+00:00",
                            "updated_on": "2022-10-04T20:14:52.749243+00:00",
                            "field_653661": null,
                            "field_653662": [
                                7
                            ],
                            "field_653663": [
                                17
                            ],
                            "field_653666": null,
                            "field_653667": "4",
                            "field_653668": null,
                            "field_653669": "The process of making sure something is of a certain standard. The quality assurance group monitors the entire production process to make sure that the required criteria are met at each step. Through quality assurance, we guarantee that the outcomes match our expectations.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        },
                        {
                            "id": 41,
                            "order": "30.00000000000000000000",
                            "created_on": "2022-10-04T20:09:43.398751+00:00",
                            "updated_on": "2022-10-04T20:15:39.785857+00:00",
                            "field_653661": null,
                            "field_653662": [
                                7
                            ],
                            "field_653663": [
                                18
                            ],
                            "field_653666": null,
                            "field_653667": "5",
                            "field_653668": null,
                            "field_653669": "In order to produce a high-quality end result, your team should stick to the procedures specified in the Test Plan. The Test Plan document, which outlines the actions to be followed for testing the next project milestones, is the result of a number of preceding tasks, such as producing a product description, developing an SRS, or writing Use Case documents. This document is usually prepared by the Test Lead or Test Manager and its major function is to detail the testing procedure, including what should be tested, when it should be tested, and who will execute the various tests.",
                            "field_653670": 7,
                            "field_653671": null,
                            "field_653672": null,
                            "field_653674": null,
                            "field_653675": null,
                            "field_656963": null,
                            "field_657031": null
                        }
                    ]
                },
                {
                    "id": 104171,
                    "name": "Interviewees",
                    "order": 4,
                    "fields": [
                        {
                            "id": 653501,
                            "type": "formula",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "regex_replace( \n  concat( \n    field(\"First name\"), \n    \" \", \n    field(\"Middle initial\"), \n    if(isblank(field(\"Middle initial\")), \n      \"\", \n      \". \" \n    ), \n    field(\"Last name\")), \n  \"  \", \n  \" \"\n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 653502,
                            "type": "text",
                            "name": "Last name",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 653503,
                            "type": "text",
                            "name": "First name",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 653504,
                            "type": "text",
                            "name": "Middle initial",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 653505,
                            "type": "link_row",
                            "name": "Title",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 102659,
                            "link_row_related_field_id": 653519,
                            "has_related_field": true
                        },
                        {
                            "id": 653506,
                            "type": "link_row",
                            "name": "Department",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 102660,
                            "link_row_related_field_id": 653520,
                            "has_related_field": true
                        },
                        {
                            "id": 653508,
                            "type": "file",
                            "name": "Photo",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 653510,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 653511,
                            "type": "email",
                            "name": "Email",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 653512,
                            "type": "text",
                            "name": "Address",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 653513,
                            "type": "text",
                            "name": "Zip code",
                            "order": 12,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 653514,
                            "type": "long_text",
                            "name": "Remarks",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 653516,
                            "type": "single_select",
                            "name": "Status",
                            "order": 17,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 268691,
                                    "value": "Full-time",
                                    "color": "dark-green",
                                    "order": 0
                                },
                                {
                                    "id": 268692,
                                    "value": "Part-time",
                                    "color": "dark-blue",
                                    "order": 1
                                },
                                {
                                    "id": 268693,
                                    "value": "Seasonal",
                                    "color": "dark-red",
                                    "order": 2
                                },
                                {
                                    "id": 268694,
                                    "value": "Temporary",
                                    "color": "dark-gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 653522,
                            "type": "created_on",
                            "name": "Date added",
                            "order": 18,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 653598,
                            "type": "link_row",
                            "name": "Related interviews",
                            "order": 19,
                            "primary": false,
                            "link_row_table_id": 104192,
                            "link_row_related_field_id": 653596,
                            "has_related_field": true
                        },
                        {
                            "id": 653635,
                            "type": "formula",
                            "name": "Interview count",
                            "order": 20,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(field(\"Related interviews\"))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 150849,
                            "type": "grid",
                            "name": "All interviewees",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 42802,
                                    "field_id": 653502,
                                    "order": "ASC"
                                },
                                {
                                    "id": 42803,
                                    "field_id": 653503,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 4256,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "e766c170-3e43-438b-810a-611e9a80f3b1",
                                                        "type": "lower_than",
                                                        "field": 653635,
                                                        "value": "1"
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "1c07255f-dfea-459f-8f98-daaf7b59485a"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 915251,
                                    "field_id": 653501,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 915252,
                                    "field_id": 653502,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915253,
                                    "field_id": 653503,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915254,
                                    "field_id": 653504,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915255,
                                    "field_id": 653505,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915256,
                                    "field_id": 653506,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915258,
                                    "field_id": 653508,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915260,
                                    "field_id": 653510,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915261,
                                    "field_id": 653511,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915262,
                                    "field_id": 653512,
                                    "width": 240,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915263,
                                    "field_id": 653513,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915264,
                                    "field_id": 653514,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915266,
                                    "field_id": 653516,
                                    "width": 106,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915270,
                                    "field_id": 653522,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915335,
                                    "field_id": 653598,
                                    "width": 172,
                                    "hidden": true,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915356,
                                    "field_id": 653635,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                }
                            ]
                        },
                        {
                            "id": 150850,
                            "type": "form",
                            "name": "Add new interviewee",
                            "order": 2,
                            "public": false,
                            "title": "Add new interviewee",
                            "description": "",
                            "cover_image": {
                                "name": "XxRVO3mSZC58G6neBdNdjdclBEnhbvc3_82719bc562f1135cc48847a2b7fa18216d40e3ab614541a0193cecd3974c2887.jpg",
                                "original_name": "Header.Meeting.02.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more interviewees, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 77280,
                                    "field_id": 653508,
                                    "name": "",
                                    "description": "You can add a photo of the person being interviewed here.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77274,
                                    "field_id": 653502,
                                    "name": "",
                                    "description": "Enter the interviewee's surname.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77275,
                                    "field_id": 653503,
                                    "name": "",
                                    "description": "Enter the interviewee's given name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77276,
                                    "field_id": 653504,
                                    "name": "",
                                    "description": "Please indicate the interviewee's middle initial.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77277,
                                    "field_id": 653505,
                                    "name": "",
                                    "description": "Please select the interviewee's role or designation from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77278,
                                    "field_id": 653506,
                                    "name": "",
                                    "description": "Please indicate the department this interviewee belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77282,
                                    "field_id": 653510,
                                    "name": "",
                                    "description": "Enter the interviewee's current phone or mobile number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77283,
                                    "field_id": 653511,
                                    "name": "",
                                    "description": "Please enter the interviewee's email address.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77284,
                                    "field_id": 653512,
                                    "name": "",
                                    "description": "Enter the interviewee's current home address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77285,
                                    "field_id": 653513,
                                    "name": "",
                                    "description": "Please indicate the zip code of the interviewee's address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77286,
                                    "field_id": 653514,
                                    "name": "",
                                    "description": "Fill in any notes or remarks about this interviewee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77288,
                                    "field_id": 653516,
                                    "name": "",
                                    "description": "Select the interviewee's employment status.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77273,
                                    "field_id": 653501,
                                    "name": "",
                                    "description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
                                    "enabled": false,
                                    "required": true,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78004,
                                    "field_id": 653522,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78005,
                                    "field_id": 653598,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 14,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 78006,
                                    "field_id": 653635,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 15,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 150852,
                            "type": "gallery",
                            "name": "Full-time",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 57675,
                                    "field_id": 653516,
                                    "type": "single_select_equal",
                                    "value": "268691"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43161,
                                    "field_id": 653502,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43162,
                                    "field_id": 653503,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 653508,
                            "field_options": [
                                {
                                    "id": 53284,
                                    "field_id": 653501,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 53285,
                                    "field_id": 653502,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 53286,
                                    "field_id": 653503,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 53287,
                                    "field_id": 653504,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 53288,
                                    "field_id": 653505,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 53289,
                                    "field_id": 653506,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 53291,
                                    "field_id": 653508,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 53293,
                                    "field_id": 653510,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 53294,
                                    "field_id": 653511,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 53295,
                                    "field_id": 653512,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 53296,
                                    "field_id": 653513,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 53297,
                                    "field_id": 653514,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 53299,
                                    "field_id": 653516,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 54071,
                                    "field_id": 653522,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54072,
                                    "field_id": 653598,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54073,
                                    "field_id": 653635,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 150853,
                            "type": "gallery",
                            "name": "Part-time",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 57677,
                                    "field_id": 653516,
                                    "type": "single_select_equal",
                                    "value": "268692"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43163,
                                    "field_id": 653502,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43164,
                                    "field_id": 653503,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 653508,
                            "field_options": [
                                {
                                    "id": 53302,
                                    "field_id": 653501,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 53303,
                                    "field_id": 653502,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 53304,
                                    "field_id": 653503,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 53305,
                                    "field_id": 653504,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 53306,
                                    "field_id": 653505,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 53307,
                                    "field_id": 653506,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 53309,
                                    "field_id": 653508,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 53311,
                                    "field_id": 653510,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 53312,
                                    "field_id": 653511,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 53313,
                                    "field_id": 653512,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 53314,
                                    "field_id": 653513,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 53315,
                                    "field_id": 653514,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 53317,
                                    "field_id": 653516,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 54074,
                                    "field_id": 653522,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54075,
                                    "field_id": 653598,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54076,
                                    "field_id": 653635,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 150854,
                            "type": "gallery",
                            "name": "Seasonal",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 57679,
                                    "field_id": 653516,
                                    "type": "single_select_equal",
                                    "value": "268693"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43165,
                                    "field_id": 653502,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43166,
                                    "field_id": 653503,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 653508,
                            "field_options": [
                                {
                                    "id": 53320,
                                    "field_id": 653501,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 53321,
                                    "field_id": 653502,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 53322,
                                    "field_id": 653503,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 53323,
                                    "field_id": 653504,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 53324,
                                    "field_id": 653505,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 53325,
                                    "field_id": 653506,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 53327,
                                    "field_id": 653508,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 53329,
                                    "field_id": 653510,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 53330,
                                    "field_id": 653511,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 53331,
                                    "field_id": 653512,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 53332,
                                    "field_id": 653513,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 53333,
                                    "field_id": 653514,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 53335,
                                    "field_id": 653516,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 54077,
                                    "field_id": 653522,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54078,
                                    "field_id": 653598,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54079,
                                    "field_id": 653635,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 150855,
                            "type": "gallery",
                            "name": "Temporary",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 57681,
                                    "field_id": 653516,
                                    "type": "single_select_equal",
                                    "value": "268694"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43167,
                                    "field_id": 653502,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43168,
                                    "field_id": 653503,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 653508,
                            "field_options": [
                                {
                                    "id": 53338,
                                    "field_id": 653501,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 53339,
                                    "field_id": 653502,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 53340,
                                    "field_id": 653503,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 53341,
                                    "field_id": 653504,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 53342,
                                    "field_id": 653505,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 53343,
                                    "field_id": 653506,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 53345,
                                    "field_id": 653508,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 53347,
                                    "field_id": 653510,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 53348,
                                    "field_id": 653511,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 53349,
                                    "field_id": 653512,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 53350,
                                    "field_id": 653513,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 53351,
                                    "field_id": 653514,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 53353,
                                    "field_id": 653516,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 54080,
                                    "field_id": 653522,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54081,
                                    "field_id": 653598,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 54082,
                                    "field_id": 653635,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 150856,
                            "type": "kanban",
                            "name": "Interviewee by status",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 653516,
                            "card_cover_image_field_id": 653508,
                            "field_options": [
                                {
                                    "id": 31082,
                                    "field_id": 653501,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 31083,
                                    "field_id": 653502,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 31084,
                                    "field_id": 653503,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 31085,
                                    "field_id": 653504,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 31086,
                                    "field_id": 653505,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 31087,
                                    "field_id": 653506,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 31089,
                                    "field_id": 653508,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 31091,
                                    "field_id": 653510,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 31092,
                                    "field_id": 653511,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 31093,
                                    "field_id": 653512,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 31094,
                                    "field_id": 653513,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 31095,
                                    "field_id": 653514,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 31097,
                                    "field_id": 653516,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 31317,
                                    "field_id": 653522,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31318,
                                    "field_id": 653598,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31319,
                                    "field_id": 653635,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T19:40:16.141926+00:00",
                            "updated_on": "2022-10-03T10:29:06.790370+00:00",
                            "field_653501": null,
                            "field_653502": "Tran",
                            "field_653503": "Rodney",
                            "field_653504": "G",
                            "field_653505": [
                                10
                            ],
                            "field_653506": [
                                5
                            ],
                            "field_653508": [
                                {
                                    "name": "outMquPR0iT3RKfl04hZkKphuGeFdJj4_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
                                    "visible_name": "Man.35.jpg",
                                    "original_name": "Man.35.jpg"
                                }
                            ],
                            "field_653510": "(408) 451-1453",
                            "field_653511": "rodney.tran@brgeemailz.net",
                            "field_653512": "567 Ford Street, San Jose, California",
                            "field_653513": "95131",
                            "field_653514": "For further review.",
                            "field_653516": 268692,
                            "field_653522": null,
                            "field_653598": [
                                2
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T19:40:39.587277+00:00",
                            "updated_on": "2022-10-04T07:20:59.849412+00:00",
                            "field_653501": null,
                            "field_653502": "Robicheaux",
                            "field_653503": "Michael",
                            "field_653504": "I",
                            "field_653505": [
                                8
                            ],
                            "field_653506": [
                                1
                            ],
                            "field_653508": [
                                {
                                    "name": "zC3DkDSc46Gwyq0dFNDft3uutdqfcJPD_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
                                    "visible_name": "Man.28.jpg",
                                    "original_name": "Man.28.jpg"
                                }
                            ],
                            "field_653510": "(707) 840-5210",
                            "field_653511": "michael.robicheaux@brgeemailz.net",
                            "field_653512": "792 Pretty View Lane, Mckinleyville, California",
                            "field_653513": "95519",
                            "field_653514": "Found his resume online.",
                            "field_653516": 268691,
                            "field_653522": null,
                            "field_653598": [
                                1
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T19:40:46.306898+00:00",
                            "updated_on": "2022-10-03T08:07:13.215675+00:00",
                            "field_653501": null,
                            "field_653502": "Lopez",
                            "field_653503": "Bran",
                            "field_653504": "O",
                            "field_653505": [
                                8
                            ],
                            "field_653506": [
                                1
                            ],
                            "field_653508": [
                                {
                                    "name": "uph2w90D4m883aD7ylXVwEhshEjKTCXw_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
                                    "visible_name": "Man.20.jpg",
                                    "original_name": "Man.20.jpg"
                                }
                            ],
                            "field_653510": "(650) 869-3623",
                            "field_653511": "bran.lopez@brgeemailz.net",
                            "field_653512": "3637 Duck Creek Road, San Bruno, California",
                            "field_653513": "94066",
                            "field_653514": "A reliable addition to the company.",
                            "field_653516": 268691,
                            "field_653522": null,
                            "field_653598": [
                                4
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T19:40:54.760610+00:00",
                            "updated_on": "2022-10-03T08:07:05.561919+00:00",
                            "field_653501": null,
                            "field_653502": "Wright",
                            "field_653503": "Ronald",
                            "field_653504": "N",
                            "field_653505": [
                                7
                            ],
                            "field_653506": [
                                1
                            ],
                            "field_653508": [
                                {
                                    "name": "mzWtz5STDpCrf5qeNJ6Scn65hdx1RtXR_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
                                    "visible_name": "Man.09.jpg",
                                    "original_name": "Man.09.jpg"
                                }
                            ],
                            "field_653510": "(925) 413-4033",
                            "field_653511": "donald.wright@brgeemailz.net",
                            "field_653512": "858 Park Street, San Francisco, California",
                            "field_653513": "94108",
                            "field_653514": "Worked part-time since 2019.",
                            "field_653516": 268692,
                            "field_653522": null,
                            "field_653598": [
                                8
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T19:41:06.453197+00:00",
                            "updated_on": "2022-10-03T08:07:08.320435+00:00",
                            "field_653501": null,
                            "field_653502": "Mott",
                            "field_653503": "Nora",
                            "field_653504": "S",
                            "field_653505": [
                                4
                            ],
                            "field_653506": [
                                1
                            ],
                            "field_653508": [
                                {
                                    "name": "YJg28ThrKGNIRjMNKHBDvcXf8Lwpw8ZW_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
                                    "visible_name": "Woman.55.jpg",
                                    "original_name": "Woman.55.jpg"
                                }
                            ],
                            "field_653510": "(818) 240-6675",
                            "field_653511": "nora.mott@brgeemailz.net",
                            "field_653512": "2105 New York Avenue, Glendale, California",
                            "field_653513": "91204",
                            "field_653514": "Hardworking individual.",
                            "field_653516": 268692,
                            "field_653522": null,
                            "field_653598": [
                                7
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T19:41:10.813481+00:00",
                            "updated_on": "2022-10-03T10:28:32.673827+00:00",
                            "field_653501": null,
                            "field_653502": "Cunningham",
                            "field_653503": "Elizabeth",
                            "field_653504": "C",
                            "field_653505": [
                                4
                            ],
                            "field_653506": [
                                1
                            ],
                            "field_653508": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_653510": "(323) 930-9329",
                            "field_653511": "elizabeth.cunningham@brgeemailz.net",
                            "field_653512": "1609 Hillhaven Drive, Los Angeles, California",
                            "field_653513": "90036",
                            "field_653514": "Reported as always helpful to colleagues.",
                            "field_653516": 268693,
                            "field_653522": null,
                            "field_653598": [
                                3
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-05-11T19:41:49.427338+00:00",
                            "updated_on": "2022-10-03T08:07:04.153164+00:00",
                            "field_653501": null,
                            "field_653502": "Love",
                            "field_653503": "Sandra",
                            "field_653504": "A",
                            "field_653505": [
                                18
                            ],
                            "field_653506": [
                                7
                            ],
                            "field_653508": [
                                {
                                    "name": "eW8Z85AICkru3wqVV8DK7xih6FmrGFGD_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
                                    "visible_name": "Woman.23.jpg",
                                    "original_name": "Woman.23.jpg"
                                }
                            ],
                            "field_653510": "(559) 592-9157",
                            "field_653511": "sandra.love@brgeemailz.net",
                            "field_653512": "3294 Chicago Avenue, Exeter, California",
                            "field_653513": "93221",
                            "field_653514": "Great with customers. Always knew what to communicate.",
                            "field_653516": 268694,
                            "field_653522": null,
                            "field_653598": [
                                5
                            ],
                            "field_653635": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-05-11T19:41:59.705324+00:00",
                            "updated_on": "2022-10-03T08:07:10.533896+00:00",
                            "field_653501": null,
                            "field_653502": "Mazon",
                            "field_653503": "Latisha",
                            "field_653504": "O",
                            "field_653505": [
                                18
                            ],
                            "field_653506": [
                                7
                            ],
                            "field_653508": [
                                {
                                    "name": "3ZIEfynQs4H3PBrgsD8azEAvnLiNy8uH_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
                                    "visible_name": "Woman.46.jpg",
                                    "original_name": "Woman.46.jpg"
                                }
                            ],
                            "field_653510": "(530) 540-8012",
                            "field_653511": "latisha.mazon@brgeemailz.net",
                            "field_653512": "4381 Hill Croft Farm Road, Chico, California",
                            "field_653513": "95926",
                            "field_653514": "Very athletic, joins a lot of sport activities.",
                            "field_653516": 268694,
                            "field_653522": null,
                            "field_653598": [
                                6
                            ],
                            "field_653635": null
                        }
                    ]
                },
                {
                    "id": 102658,
                    "name": "Employees",
                    "order": 5,
                    "fields": [
                        {
                            "id": 643182,
                            "type": "formula",
                            "name": "Full name",
                            "order": 0,
                            "primary": true,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "regex_replace( \n  concat( \n    field(\"First name\"), \n    \" \", \n    field(\"Middle initial\"), \n    if(isblank(field(\"Middle initial\")), \n      \"\", \n      \". \" \n    ), \n    field(\"Last name\")), \n  \"  \", \n  \" \"\n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 643183,
                            "type": "text",
                            "name": "Last name",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643184,
                            "type": "text",
                            "name": "First name",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643185,
                            "type": "text",
                            "name": "Middle initial",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643186,
                            "type": "link_row",
                            "name": "Title",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 102659,
                            "link_row_related_field_id": 643205,
                            "has_related_field": true
                        },
                        {
                            "id": 643187,
                            "type": "link_row",
                            "name": "Department",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 102660,
                            "link_row_related_field_id": 643211,
                            "has_related_field": true
                        },
                        {
                            "id": 643188,
                            "type": "link_row",
                            "name": "Office location",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 102661,
                            "link_row_related_field_id": 643216,
                            "has_related_field": true
                        },
                        {
                            "id": 643189,
                            "type": "file",
                            "name": "Photo",
                            "order": 7,
                            "primary": false
                        },
                        {
                            "id": 643190,
                            "type": "text",
                            "name": "Local extension number",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643191,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 643192,
                            "type": "email",
                            "name": "Email",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 643193,
                            "type": "text",
                            "name": "Address",
                            "order": 11,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643194,
                            "type": "text",
                            "name": "Zip code",
                            "order": 12,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643197,
                            "type": "long_text",
                            "name": "Remarks",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 643198,
                            "type": "date",
                            "name": "Start date",
                            "order": 16,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 643199,
                            "type": "single_select",
                            "name": "Status",
                            "order": 17,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 262718,
                                    "value": "Full-time",
                                    "color": "dark-green",
                                    "order": 0
                                },
                                {
                                    "id": 262719,
                                    "value": "Part-time",
                                    "color": "dark-blue",
                                    "order": 1
                                },
                                {
                                    "id": 262720,
                                    "value": "Seasonal",
                                    "color": "dark-red",
                                    "order": 2
                                },
                                {
                                    "id": 262721,
                                    "value": "Temporary",
                                    "color": "dark-gray",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 643201,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 19,
                            "primary": false
                        },
                        {
                            "id": 643202,
                            "type": "date",
                            "name": "End date",
                            "order": 20,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 653630,
                            "type": "link_row",
                            "name": "Related interviews",
                            "order": 21,
                            "primary": false,
                            "link_row_table_id": 104192,
                            "link_row_related_field_id": 653629,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 148154,
                            "type": "grid",
                            "name": "All employees",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 41655,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 41656,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 898762,
                                    "field_id": 643182,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 19,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898763,
                                    "field_id": 643183,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898764,
                                    "field_id": 643184,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898765,
                                    "field_id": 643185,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898766,
                                    "field_id": 643186,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898767,
                                    "field_id": 643187,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898768,
                                    "field_id": 643188,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898769,
                                    "field_id": 643189,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898770,
                                    "field_id": 643190,
                                    "width": 208,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898771,
                                    "field_id": 643191,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898772,
                                    "field_id": 643192,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898773,
                                    "field_id": 643193,
                                    "width": 240,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898774,
                                    "field_id": 643194,
                                    "width": 118,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898777,
                                    "field_id": 643197,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898778,
                                    "field_id": 643198,
                                    "width": 123,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898779,
                                    "field_id": 643199,
                                    "width": 106,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898781,
                                    "field_id": 643201,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 898782,
                                    "field_id": 643202,
                                    "width": 117,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 915350,
                                    "field_id": 653630,
                                    "width": 172,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 148155,
                            "type": "form",
                            "name": "Add new employee",
                            "order": 2,
                            "public": false,
                            "title": "Add new employee",
                            "description": "",
                            "cover_image": {
                                "name": "WOSfiS2InLF6f0H570KWekxsTsaKnKlK_85d919a71bbf58dd3b55f6d7c634573f36cd86251b71b9bf84ff1370703769ff.jpg",
                                "original_name": "Header.Clients.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for using this form. To add more employees, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 74900,
                                    "field_id": 643182,
                                    "name": "",
                                    "description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74901,
                                    "field_id": 643183,
                                    "name": "",
                                    "description": "Enter the employee's surname.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74902,
                                    "field_id": 643184,
                                    "name": "",
                                    "description": "Enter the employee's given name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74903,
                                    "field_id": 643185,
                                    "name": "",
                                    "description": "Please indicate the employees middle initial.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74904,
                                    "field_id": 643186,
                                    "name": "",
                                    "description": "Please select the employee's role or designation from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74905,
                                    "field_id": 643187,
                                    "name": "",
                                    "description": "Please indicate the department this employee belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74906,
                                    "field_id": 643188,
                                    "name": "",
                                    "description": "Select the assigned office location for this employee.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74907,
                                    "field_id": 643189,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74908,
                                    "field_id": 643190,
                                    "name": "",
                                    "description": "Please enter the local or extension number assigned to this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74909,
                                    "field_id": 643191,
                                    "name": "",
                                    "description": "Enter the employee's current phone or mobile number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74910,
                                    "field_id": 643192,
                                    "name": "",
                                    "description": "Please enter the employee's email address.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74911,
                                    "field_id": 643193,
                                    "name": "",
                                    "description": "Enter the employee's current home address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74912,
                                    "field_id": 643194,
                                    "name": "",
                                    "description": "Please indicate the zip code of the employee's address.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74915,
                                    "field_id": 643197,
                                    "name": "",
                                    "description": "Fill in any notes or remarks about this employee.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74916,
                                    "field_id": 643198,
                                    "name": "",
                                    "description": "Please enter the date this employee joined the organization.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74917,
                                    "field_id": 643199,
                                    "name": "",
                                    "description": "Select the employee's employment status.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74919,
                                    "field_id": 643201,
                                    "name": "",
                                    "description": "Please indicate whether this employee is still with the organization.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 74920,
                                    "field_id": 643202,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 77959,
                                    "field_id": 653630,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 148156,
                            "type": "gallery",
                            "name": "Active employees",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56434,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43169,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43170,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 50455,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 50457,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 50458,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 50459,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 50460,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 50461,
                                    "field_id": 643187,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 50462,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 50463,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 50464,
                                    "field_id": 643190,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 50465,
                                    "field_id": 643191,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 50466,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 50467,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 50468,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 50471,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 50472,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 50473,
                                    "field_id": 643199,
                                    "hidden": false,
                                    "order": 18
                                },
                                {
                                    "id": 50474,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 50475,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 53892,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 148157,
                            "type": "gallery",
                            "name": "Full-time employees",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56435,
                                    "field_id": 643199,
                                    "type": "single_select_equal",
                                    "value": "262718"
                                },
                                {
                                    "id": 56436,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43171,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43172,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 50476,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 50478,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 50479,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 50480,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 50481,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 50482,
                                    "field_id": 643187,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 50483,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 50484,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 50485,
                                    "field_id": 643190,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 50486,
                                    "field_id": 643191,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 50487,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 50488,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 50489,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 50492,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 50493,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 50494,
                                    "field_id": 643199,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 50495,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 50496,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 53893,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 148158,
                            "type": "gallery",
                            "name": "Part-time employees",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56437,
                                    "field_id": 643199,
                                    "type": "single_select_equal",
                                    "value": "262719"
                                },
                                {
                                    "id": 56438,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43173,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43174,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 50497,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 50499,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 50500,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 50501,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 50502,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 50503,
                                    "field_id": 643187,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 50504,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 50505,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 50506,
                                    "field_id": 643190,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 50507,
                                    "field_id": 643191,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 50508,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 50509,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 50510,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 50513,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 50514,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 50515,
                                    "field_id": 643199,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 50516,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 50517,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 53894,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 148159,
                            "type": "gallery",
                            "name": "Seasonal employees",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56439,
                                    "field_id": 643199,
                                    "type": "single_select_equal",
                                    "value": "262720"
                                },
                                {
                                    "id": 56440,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43175,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43176,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 50518,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 50520,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 50521,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 50522,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 50523,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 50524,
                                    "field_id": 643187,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 50525,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 50526,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 50527,
                                    "field_id": 643190,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 50528,
                                    "field_id": 643191,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 50529,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 50530,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 50531,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 50534,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 50535,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 50536,
                                    "field_id": 643199,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 50537,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 50538,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 53895,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 148160,
                            "type": "gallery",
                            "name": "Temporary employees",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56441,
                                    "field_id": 643199,
                                    "type": "single_select_equal",
                                    "value": "262721"
                                },
                                {
                                    "id": 56442,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 43177,
                                    "field_id": 643183,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43178,
                                    "field_id": 643184,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 50539,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 50541,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 50542,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 50543,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 50544,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 50545,
                                    "field_id": 643187,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 50546,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 50547,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 50548,
                                    "field_id": 643190,
                                    "hidden": false,
                                    "order": 9
                                },
                                {
                                    "id": 50549,
                                    "field_id": 643191,
                                    "hidden": false,
                                    "order": 10
                                },
                                {
                                    "id": 50550,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 50551,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 50552,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 50555,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 50556,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 50557,
                                    "field_id": 643199,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 50558,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 50559,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 53896,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 148161,
                            "type": "kanban",
                            "name": "Employees by status",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56443,
                                    "field_id": 643201,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 643199,
                            "card_cover_image_field_id": 643189,
                            "field_options": [
                                {
                                    "id": 29630,
                                    "field_id": 643182,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 29632,
                                    "field_id": 643183,
                                    "hidden": true,
                                    "order": 2
                                },
                                {
                                    "id": 29633,
                                    "field_id": 643184,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 29634,
                                    "field_id": 643185,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 29635,
                                    "field_id": 643186,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 29636,
                                    "field_id": 643187,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 29637,
                                    "field_id": 643188,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 29638,
                                    "field_id": 643189,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 29639,
                                    "field_id": 643190,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 29640,
                                    "field_id": 643191,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 29641,
                                    "field_id": 643192,
                                    "hidden": true,
                                    "order": 11
                                },
                                {
                                    "id": 29642,
                                    "field_id": 643193,
                                    "hidden": true,
                                    "order": 12
                                },
                                {
                                    "id": 29643,
                                    "field_id": 643194,
                                    "hidden": true,
                                    "order": 13
                                },
                                {
                                    "id": 29646,
                                    "field_id": 643197,
                                    "hidden": true,
                                    "order": 16
                                },
                                {
                                    "id": 29647,
                                    "field_id": 643198,
                                    "hidden": true,
                                    "order": 17
                                },
                                {
                                    "id": 29648,
                                    "field_id": 643199,
                                    "hidden": true,
                                    "order": 18
                                },
                                {
                                    "id": 29649,
                                    "field_id": 643201,
                                    "hidden": true,
                                    "order": 19
                                },
                                {
                                    "id": 29650,
                                    "field_id": 643202,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 31279,
                                    "field_id": 653630,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.429516+00:00",
                            "updated_on": "2022-10-03T08:10:04.921720+00:00",
                            "field_643182": null,
                            "field_643183": "Fitzpatrick",
                            "field_643184": "Janice",
                            "field_643185": "O",
                            "field_643186": [
                                12
                            ],
                            "field_643187": [
                                8
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "upKbtHN9lLybPDzua6MBByvzgAJZ2Fui_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
                                    "visible_name": "Woman.16.jpg",
                                    "original_name": "Woman.16.jpg"
                                }
                            ],
                            "field_643190": "x2083",
                            "field_643191": "(510) 476-1189",
                            "field_643192": "janice.fitzpatrick@brgeemailz.net",
                            "field_643193": "1053 Thompson Drive, Union City, California",
                            "field_643194": "94587",
                            "field_643197": "Started this company with friends.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:08.431669+00:00",
                            "updated_on": "2022-10-03T08:10:12.348550+00:00",
                            "field_643182": null,
                            "field_643183": "Pullen",
                            "field_643184": "Cinda",
                            "field_643185": "E",
                            "field_643186": [
                                13
                            ],
                            "field_643187": [
                                8
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "RVLB3BKHhwtVuAG47bw33zbQvd4iI5sh_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
                                    "visible_name": "Woman.36.jpg",
                                    "original_name": "Woman.36.jpg"
                                }
                            ],
                            "field_643190": "x8170",
                            "field_643191": "(213) 743-1636",
                            "field_643192": "cinda.pullen@brgeemailz.net",
                            "field_643193": "3486 Canis Heights Drive, Los Angeles, California",
                            "field_643194": "90007",
                            "field_643197": "Joined to build something wonderful.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T19:39:33.168366+00:00",
                            "updated_on": "2022-10-03T08:10:10.817645+00:00",
                            "field_643182": null,
                            "field_643183": "Best",
                            "field_643184": "Clayton",
                            "field_643185": "O",
                            "field_643186": [
                                14
                            ],
                            "field_643187": [
                                8
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "41wtSFwg9iFCZ7Sjq3gU8Nb6p3bw5YT8_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
                                    "visible_name": "Man.33.jpg",
                                    "original_name": "Man.33.jpg"
                                }
                            ],
                            "field_643190": "x1528",
                            "field_643191": "(916) 478-0153",
                            "field_643192": "clayton.best@brgeemailz.net",
                            "field_643193": "3380 Park Avenue, Elk Grove, California",
                            "field_643194": "95624",
                            "field_643197": "Saw the same vision as the other founders.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T19:39:45.735708+00:00",
                            "updated_on": "2022-10-03T08:09:59.729270+00:00",
                            "field_643182": null,
                            "field_643183": "Mahon",
                            "field_643184": "Lane",
                            "field_643185": "N",
                            "field_643186": [
                                15
                            ],
                            "field_643187": [
                                8
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "aYgEEYmhNdW43yVVuSXwE3ZBAH6xXIhR_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
                                    "visible_name": "Man.18.jpg",
                                    "original_name": "Man.18.jpg"
                                }
                            ],
                            "field_643190": "x8338",
                            "field_643191": "(925) 250-4627",
                            "field_643192": "lane.mahon@brgeemailz.net",
                            "field_643193": "1669 Water Street, Dublin, California",
                            "field_643194": "94568",
                            "field_643197": "Believes in the potential of the company.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T19:39:54.036617+00:00",
                            "updated_on": "2022-10-03T08:10:14.496554+00:00",
                            "field_643182": null,
                            "field_643183": "Ecker",
                            "field_643184": "Allie",
                            "field_643185": "D",
                            "field_643186": [
                                16
                            ],
                            "field_643187": [
                                8
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "Woman.12.jpg"
                                }
                            ],
                            "field_643190": "x9008",
                            "field_643191": "(949) 873-7292",
                            "field_643192": "allie.ecker@brgeemailz.net",
                            "field_643193": "1522 Hillcrest Lane, Los Angeles, California",
                            "field_643194": "90017",
                            "field_643197": "Having fun with the job and responsibilities.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                5,
                                6
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T19:40:00.883007+00:00",
                            "updated_on": "2022-10-03T07:12:21.384277+00:00",
                            "field_643182": null,
                            "field_643183": "Nickson",
                            "field_643184": "Thomas",
                            "field_643185": "J",
                            "field_643186": [
                                17
                            ],
                            "field_643187": [
                                4
                            ],
                            "field_643188": [
                                2
                            ],
                            "field_643189": [
                                {
                                    "name": "kpvm8PvAMu5It0mGgbCPrU3vAJEV1Xnm_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
                                    "visible_name": "Man.11.jpg",
                                    "original_name": "Man.11.jpg"
                                }
                            ],
                            "field_643190": "x5557",
                            "field_643191": "(916) 336-7017",
                            "field_643192": "thomas.nickson@brgeemailz.net",
                            "field_643193": "898 Pearl Street, Sacramento, California",
                            "field_643194": "95814",
                            "field_643197": "Focused on the future of this company.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T19:40:08.785002+00:00",
                            "updated_on": "2022-10-03T08:09:56.210154+00:00",
                            "field_643182": null,
                            "field_643183": "Garcia",
                            "field_643184": "Paul",
                            "field_643185": "E",
                            "field_643186": [
                                11
                            ],
                            "field_643187": [
                                5
                            ],
                            "field_643188": [
                                1
                            ],
                            "field_643189": [
                                {
                                    "name": "baAGJJPygHskwhdHsjq2dVmiP9mNRjlD_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
                                    "visible_name": "Man.13.jpg",
                                    "original_name": "Man.13.jpg"
                                }
                            ],
                            "field_643190": "x9834",
                            "field_643191": "(916) 910-4721",
                            "field_643192": "paul.garcia@brgeemailz.net",
                            "field_643193": "4695 Woodland Terrace, Sacramento, California",
                            "field_643194": "95814",
                            "field_643197": "Has been working hard doing multiple tasks for this company.",
                            "field_643198": "2012-01-08",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                2
                            ]
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T19:40:26.829669+00:00",
                            "updated_on": "2022-10-03T08:10:09.146346+00:00",
                            "field_643182": null,
                            "field_643183": "Johns",
                            "field_643184": "Donald",
                            "field_643185": "J",
                            "field_643186": [
                                9
                            ],
                            "field_643187": [
                                1
                            ],
                            "field_643188": [
                                5
                            ],
                            "field_643189": [
                                {
                                    "name": "rrTx5pTLJOULTEQ6kRjKZ7cTKvMTLMSQ_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
                                    "visible_name": "Man.48.jpg",
                                    "original_name": "Man.48.jpg"
                                }
                            ],
                            "field_643190": "x6300",
                            "field_643191": "(805) 367-1199",
                            "field_643192": "donald.johns@brgeemailz.net",
                            "field_643193": "414 Euclid Avenue, Oxnard, California",
                            "field_643194": "93030",
                            "field_643197": "An experienced and highly skilled individual in this industry.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T19:40:31.663881+00:00",
                            "updated_on": "2022-10-03T08:10:03.735963+00:00",
                            "field_643182": null,
                            "field_643183": "Marshall",
                            "field_643184": "John",
                            "field_643185": "I",
                            "field_643186": [
                                9
                            ],
                            "field_643187": [
                                1
                            ],
                            "field_643188": [
                                5
                            ],
                            "field_643189": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "Man.03.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_643190": "x6302",
                            "field_643191": "(323) 207-7576",
                            "field_643192": "john.marshall@brgeemailz.net",
                            "field_643193": "1028 Rosemont Avenue, Anaheim, California",
                            "field_643194": "92801",
                            "field_643197": "Common friend of the founders.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262720,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                1,
                                4
                            ]
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T19:41:01.712553+00:00",
                            "updated_on": "2022-10-03T08:09:57.308802+00:00",
                            "field_643182": null,
                            "field_643183": "Tye",
                            "field_643184": "Leroy",
                            "field_643185": "D",
                            "field_643186": [
                                5
                            ],
                            "field_643187": [
                                1
                            ],
                            "field_643188": [
                                5
                            ],
                            "field_643189": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "Man.02.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_643190": "x9887",
                            "field_643191": "(510) 808-7208",
                            "field_643192": "leroy.tye@brgeemailz.net",
                            "field_643193": "4647 Green Avenue, Oakland, California",
                            "field_643194": "94612",
                            "field_643197": "Dedicated his career to the company.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                3,
                                7
                            ]
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T19:41:16.077611+00:00",
                            "updated_on": "2022-10-03T08:09:54.795243+00:00",
                            "field_643182": null,
                            "field_643183": "Rethman",
                            "field_643184": "Richard",
                            "field_643185": "O",
                            "field_643186": [
                                3
                            ],
                            "field_643187": [
                                1
                            ],
                            "field_643188": [
                                3
                            ],
                            "field_643189": [
                                {
                                    "name": "vBJTvoC4ZECTYycqfjSWRAr6xlCU1cPI_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
                                    "visible_name": "Man.31.jpg",
                                    "original_name": "Man.31.jpg"
                                }
                            ],
                            "field_643190": "x3210",
                            "field_643191": "(626) 585-3240",
                            "field_643192": "richard.rethman@brgeemailz.net",
                            "field_643193": "3633 Nickel Road, Pasadena, California",
                            "field_643194": "91101",
                            "field_643197": "Help the company since the start of the operation.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                3,
                                7
                            ]
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T19:41:20.237265+00:00",
                            "updated_on": "2022-10-03T08:10:02.249717+00:00",
                            "field_643182": null,
                            "field_643183": "Castillo",
                            "field_643184": "Jonathan",
                            "field_643185": "S",
                            "field_643186": [
                                17
                            ],
                            "field_643187": [
                                2
                            ],
                            "field_643188": [
                                1
                            ],
                            "field_643189": [
                                {
                                    "name": "c5bo3rb3mL3Y8yYpis5M6SLgJxAuESzN_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
                                    "visible_name": "Man.27.jpg",
                                    "original_name": "Man.27.jpg"
                                }
                            ],
                            "field_643190": "x4050",
                            "field_643191": "(714) 674-5259",
                            "field_643192": "jonathan.castillo@brgeemailz.net",
                            "field_643193": "2014 Alpaca Way, Brea, California",
                            "field_643194": "92621",
                            "field_643197": "Has been very productive.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-05-11T19:41:28.309129+00:00",
                            "updated_on": "2022-10-03T08:10:07.556740+00:00",
                            "field_643182": null,
                            "field_643183": "Rothman",
                            "field_643184": "Eric",
                            "field_643185": "O",
                            "field_643186": [
                                17
                            ],
                            "field_643187": [
                                2
                            ],
                            "field_643188": [
                                1
                            ],
                            "field_643189": [
                                {
                                    "name": "XrzVKfwMYQfwpB8kUTcEcmo7YxsAOY0B_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
                                    "visible_name": "Man.15.jpg",
                                    "original_name": "Man.15.jpg"
                                }
                            ],
                            "field_643190": "x2313",
                            "field_643191": "(619) 525-2361",
                            "field_643192": "eric.rothman@brgeemailz.net",
                            "field_643193": "678 Poplar Avenue, San Diego, California",
                            "field_643194": "92101",
                            "field_643197": "Very prolific individual. Ask him anything.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-05-11T19:41:33.394918+00:00",
                            "updated_on": "2022-10-03T08:10:01.156170+00:00",
                            "field_643182": null,
                            "field_643183": "Triplett",
                            "field_643184": "Judith",
                            "field_643185": "G",
                            "field_643186": [
                                17
                            ],
                            "field_643187": [
                                6
                            ],
                            "field_643188": [
                                3
                            ],
                            "field_643189": [
                                {
                                    "name": "EyeKZr7MzYFAkV7rveT6MsLXFkE26gRu_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
                                    "visible_name": "Woman.38.jpg",
                                    "original_name": "Woman.38.jpg"
                                }
                            ],
                            "field_643190": "x4750",
                            "field_643191": "(323) 762-0628",
                            "field_643192": "judith.triplett@brgeemailz.net",
                            "field_643193": "3358 Southside Lane, Los Angeles, California",
                            "field_643194": "90017",
                            "field_643197": "Joyful and the life of the party.",
                            "field_643198": "2012-01-31",
                            "field_643199": 262718,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": []
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-05-11T19:41:44.628479+00:00",
                            "updated_on": "2022-10-03T08:09:59.524712+00:00",
                            "field_643182": null,
                            "field_643183": "Hogan",
                            "field_643184": "Lena",
                            "field_643185": "A",
                            "field_643186": [
                                18
                            ],
                            "field_643187": [
                                7
                            ],
                            "field_643188": [
                                1
                            ],
                            "field_643189": [
                                {
                                    "name": "DDkXYykQsjvrS7HFIlaojVOYZjCbIUxA_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
                                    "visible_name": "Woman.17.jpg",
                                    "original_name": "Woman.17.jpg"
                                }
                            ],
                            "field_643190": "x0720",
                            "field_643191": "(559) 949-6790",
                            "field_643192": "lena.hogan@brgeemailz.net",
                            "field_643193": "2400 Half and Half Drive, Alpaugh, California",
                            "field_643194": "93219",
                            "field_643197": "Cheerful individual - brings a lot of jokes everyday.",
                            "field_643198": "2019-07-30",
                            "field_643199": 262721,
                            "field_643201": "true",
                            "field_643202": null,
                            "field_653630": [
                                5,
                                6
                            ]
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-05-18T13:24:38.080771+00:00",
                            "updated_on": "2022-10-03T08:10:06.024068+00:00",
                            "field_643182": null,
                            "field_643183": "Dradder",
                            "field_643184": "Jane",
                            "field_643185": "C",
                            "field_643186": [
                                18
                            ],
                            "field_643187": [
                                7
                            ],
                            "field_643188": [
                                1
                            ],
                            "field_643189": [
                                {
                                    "name": "djIQu7BRzcdGXktcL965otQxbRToKQmF_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
                                    "visible_name": "Woman.02.jpg",
                                    "original_name": "Woman.02.jpg"
                                }
                            ],
                            "field_643190": "x9899",
                            "field_643191": "(720) 555-2389",
                            "field_643192": "jane.rudder@brgeemailz.net",
                            "field_643193": "902 Park Street, San Francisco, California",
                            "field_643194": "94108",
                            "field_643197": "Joined and left in just a couple of weeks.",
                            "field_643198": "2020-01-30",
                            "field_643199": 262721,
                            "field_643201": "false",
                            "field_643202": "2020-02-15",
                            "field_653630": []
                        }
                    ]
                },
                {
                    "id": 102659,
                    "name": "Titles",
                    "order": 6,
                    "fields": [
                        {
                            "id": 643203,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 643204,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 643205,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 2,
                            "primary": false,
                            "link_row_table_id": 102658,
                            "link_row_related_field_id": 643186,
                            "has_related_field": true
                        },
                        {
                            "id": 643206,
                            "type": "formula",
                            "name": "Interviewee count",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(field(\"Related interviewees\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 643207,
                            "type": "single_select",
                            "name": "Level",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 262722,
                                    "value": "Junior",
                                    "color": "gray",
                                    "order": 0
                                },
                                {
                                    "id": 262723,
                                    "value": "Mid-level",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 262724,
                                    "value": "Senior",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 262725,
                                    "value": "Director/Executive",
                                    "color": "green",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 653519,
                            "type": "link_row",
                            "name": "Related interviewees",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 104171,
                            "link_row_related_field_id": 653505,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 148162,
                            "type": "grid",
                            "name": "All titles",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 898783,
                                    "field_id": 643203,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898784,
                                    "field_id": 643204,
                                    "width": 452,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898785,
                                    "field_id": 643205,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898786,
                                    "field_id": 643206,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 898787,
                                    "field_id": 643207,
                                    "width": 152,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 915276,
                                    "field_id": 653519,
                                    "width": 192,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 148163,
                            "type": "grid",
                            "name": "Business analysis",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56444,
                                    "field_id": 643203,
                                    "type": "contains",
                                    "value": "Business Analyst"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 898788,
                                    "field_id": 643203,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898789,
                                    "field_id": 643204,
                                    "width": 404,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898790,
                                    "field_id": 643205,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898791,
                                    "field_id": 643206,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 148164,
                            "type": "grid",
                            "name": "Quality assurance",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56445,
                                    "field_id": 643203,
                                    "type": "contains",
                                    "value": "Quality Assurance"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 898792,
                                    "field_id": 643203,
                                    "width": 257,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898793,
                                    "field_id": 643204,
                                    "width": 373,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898794,
                                    "field_id": 643205,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898795,
                                    "field_id": 643206,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 148165,
                            "type": "grid",
                            "name": "Software engineering",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56446,
                                    "field_id": 643203,
                                    "type": "contains",
                                    "value": "Software Engineer"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 898796,
                                    "field_id": 643203,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898797,
                                    "field_id": 643204,
                                    "width": 387,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898798,
                                    "field_id": 643205,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898799,
                                    "field_id": 643206,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 148166,
                            "type": "grid",
                            "name": "Human resources",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56447,
                                    "field_id": 643203,
                                    "type": "contains",
                                    "value": "Recruiter"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 898800,
                                    "field_id": 643203,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898801,
                                    "field_id": 643204,
                                    "width": 370,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898802,
                                    "field_id": 643205,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898803,
                                    "field_id": 643206,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 148167,
                            "type": "grid",
                            "name": "Executive",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56448,
                                    "field_id": 643203,
                                    "type": "contains",
                                    "value": "Chief"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 898804,
                                    "field_id": 643203,
                                    "width": 170,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898805,
                                    "field_id": 643204,
                                    "width": 393,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898806,
                                    "field_id": 643205,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898807,
                                    "field_id": 643206,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                }
                            ]
                        },
                        {
                            "id": 148168,
                            "type": "kanban",
                            "name": "By level",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [
                                {
                                    "id": 3902,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "ff72b76f-f974-48a9-86d0-3f803994a667",
                                                        "type": "empty",
                                                        "field": 643206,
                                                        "value": ""
                                                    }
                                                ],
                                                "operator": "AND",
                                                "id": "732ad436-ad40-4d01-850b-5c029dd57e99"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "single_select_field_id": 643207,
                            "field_options": [
                                {
                                    "id": 29651,
                                    "field_id": 643203,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 29652,
                                    "field_id": 643204,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 29653,
                                    "field_id": 643205,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 29654,
                                    "field_id": 643206,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 29655,
                                    "field_id": 643207,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.211871+00:00",
                            "updated_on": "2022-06-10T12:09:24.288942+00:00",
                            "field_643203": "Associate Business Analyst",
                            "field_643204": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
                            "field_643205": [],
                            "field_643206": null,
                            "field_643207": 262722,
                            "field_653519": []
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:33.214232+00:00",
                            "updated_on": "2022-06-10T12:09:27.899231+00:00",
                            "field_643203": "Business Analyst",
                            "field_643204": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
                            "field_643205": [],
                            "field_643206": null,
                            "field_643207": 262723,
                            "field_653519": []
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:47:39.394826+00:00",
                            "updated_on": "2022-06-10T12:09:30.105347+00:00",
                            "field_643203": "Senior Business Analyst",
                            "field_643204": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
                            "field_643205": [
                                17
                            ],
                            "field_643206": null,
                            "field_643207": 262724,
                            "field_653519": [
                                17
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:47:49.228480+00:00",
                            "updated_on": "2022-06-10T12:09:32.587847+00:00",
                            "field_643203": "Associate Quality Assurance Engineer",
                            "field_643204": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
                            "field_643205": [
                                15,
                                16
                            ],
                            "field_643206": null,
                            "field_643207": 262722,
                            "field_653519": [
                                15,
                                16
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:47:55.769066+00:00",
                            "updated_on": "2022-06-10T12:09:34.687424+00:00",
                            "field_643203": "Quality Assurance Engineer",
                            "field_643204": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
                            "field_643205": [
                                14
                            ],
                            "field_643206": null,
                            "field_643207": 262723,
                            "field_653519": [
                                14
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:48:07.331844+00:00",
                            "updated_on": "2022-06-10T12:09:36.572786+00:00",
                            "field_643203": "Senior Quality Assurance Engineer",
                            "field_643204": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
                            "field_643205": [],
                            "field_643206": null,
                            "field_643207": 262724,
                            "field_653519": []
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:48:09.825191+00:00",
                            "updated_on": "2022-06-10T12:09:38.950430+00:00",
                            "field_643203": "Associate Software Engineer",
                            "field_643204": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
                            "field_643205": [
                                13
                            ],
                            "field_643206": null,
                            "field_643207": 262722,
                            "field_653519": [
                                13
                            ]
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:48:19.622836+00:00",
                            "updated_on": "2022-06-10T12:09:40.832866+00:00",
                            "field_643203": "Software Engineer",
                            "field_643204": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements — all via software programming languages.",
                            "field_643205": [
                                11,
                                12
                            ],
                            "field_643206": null,
                            "field_643207": 262723,
                            "field_653519": [
                                11,
                                12
                            ]
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-05-11T12:48:24.635844+00:00",
                            "updated_on": "2022-06-10T12:09:42.703758+00:00",
                            "field_643203": "Senior Software Engineer",
                            "field_643204": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
                            "field_643205": [
                                9,
                                10
                            ],
                            "field_643206": null,
                            "field_643207": 262724,
                            "field_653519": [
                                9,
                                10
                            ]
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-05-11T12:48:32.083899+00:00",
                            "updated_on": "2022-06-10T12:09:45.291228+00:00",
                            "field_643203": "Assistant Recruiter",
                            "field_643204": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
                            "field_643205": [
                                8
                            ],
                            "field_643206": null,
                            "field_643207": 262722,
                            "field_653519": [
                                8
                            ]
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-05-11T12:48:33.511207+00:00",
                            "updated_on": "2022-06-10T12:09:49.625986+00:00",
                            "field_643203": "Lead Recruiter",
                            "field_643204": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
                            "field_643205": [
                                7
                            ],
                            "field_643206": null,
                            "field_643207": 262724,
                            "field_653519": [
                                7
                            ]
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-05-11T13:09:26.406116+00:00",
                            "updated_on": "2022-06-10T12:09:57.157183+00:00",
                            "field_643203": "Chief Executive Officer",
                            "field_643204": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
                            "field_643205": [
                                1
                            ],
                            "field_643206": null,
                            "field_643207": 262725,
                            "field_653519": [
                                1
                            ]
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-05-11T13:09:38.540591+00:00",
                            "updated_on": "2022-06-10T12:09:59.258599+00:00",
                            "field_643203": "Chief Technical Officer",
                            "field_643204": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
                            "field_643205": [
                                2
                            ],
                            "field_643206": null,
                            "field_643207": 262725,
                            "field_653519": [
                                2
                            ]
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-05-11T13:09:57.577061+00:00",
                            "updated_on": "2022-06-10T12:10:01.615032+00:00",
                            "field_643203": "Chief Financial Officer",
                            "field_643204": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
                            "field_643205": [
                                3
                            ],
                            "field_643206": null,
                            "field_643207": 262725,
                            "field_653519": [
                                3
                            ]
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-05-11T13:15:19.402852+00:00",
                            "updated_on": "2022-06-10T12:10:04.058830+00:00",
                            "field_643203": "Chief Marketing Officer",
                            "field_643204": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
                            "field_643205": [
                                4
                            ],
                            "field_643206": null,
                            "field_643207": 262725,
                            "field_653519": [
                                4
                            ]
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-05-11T13:16:38.502786+00:00",
                            "updated_on": "2022-06-10T12:10:07.302193+00:00",
                            "field_643203": "Chief Sales Officer",
                            "field_643204": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
                            "field_643205": [
                                5
                            ],
                            "field_643206": null,
                            "field_643207": 262725,
                            "field_653519": [
                                5
                            ]
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-05-11T13:16:46.666595+00:00",
                            "updated_on": "2022-06-10T12:10:14.068065+00:00",
                            "field_643203": "Administrative Officer",
                            "field_643204": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
                            "field_643205": [
                                6,
                                18,
                                19,
                                20
                            ],
                            "field_643206": null,
                            "field_643207": 262724,
                            "field_653519": [
                                6,
                                18,
                                19,
                                20
                            ]
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-05-11T13:19:16.716101+00:00",
                            "updated_on": "2022-06-10T12:10:16.914288+00:00",
                            "field_643203": "Customer Service Officer",
                            "field_643204": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
                            "field_643205": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_643206": null,
                            "field_643207": 262723,
                            "field_653519": [
                                21,
                                22,
                                23,
                                24
                            ]
                        }
                    ]
                },
                {
                    "id": 102660,
                    "name": "Departments",
                    "order": 7,
                    "fields": [
                        {
                            "id": 643208,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 643209,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 643210,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 2,
                            "primary": false
                        },
                        {
                            "id": 643211,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 102658,
                            "link_row_related_field_id": 643187,
                            "has_related_field": true
                        },
                        {
                            "id": 643212,
                            "type": "formula",
                            "name": "Interviewee count",
                            "order": 4,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(field(\"Related interviewees\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 653520,
                            "type": "link_row",
                            "name": "Related interviewees",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 104171,
                            "link_row_related_field_id": 653506,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 148169,
                            "type": "grid",
                            "name": "All departments",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 41662,
                                    "field_id": 643208,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 898808,
                                    "field_id": 643208,
                                    "width": 197,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898809,
                                    "field_id": 643209,
                                    "width": 389,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898810,
                                    "field_id": 643210,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 898811,
                                    "field_id": 643211,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898812,
                                    "field_id": 643212,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 915277,
                                    "field_id": 653520,
                                    "width": 193,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 148170,
                            "type": "gallery",
                            "name": "Active departments",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 56449,
                                    "field_id": 643210,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 41663,
                                    "field_id": 643208,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "field_options": [
                                {
                                    "id": 50560,
                                    "field_id": 643208,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50561,
                                    "field_id": 643209,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50562,
                                    "field_id": 643210,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50563,
                                    "field_id": 643211,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50564,
                                    "field_id": 643212,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 57353,
                                    "field_id": 653520,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.049943+00:00",
                            "updated_on": "2022-05-11T12:59:37.838843+00:00",
                            "field_643208": "Research and development",
                            "field_643209": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
                            "field_643210": "true",
                            "field_643211": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16,
                                17
                            ],
                            "field_643212": null,
                            "field_653520": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16,
                                17
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:41:19.052216+00:00",
                            "updated_on": "2022-05-11T13:01:13.853660+00:00",
                            "field_643208": "Finance",
                            "field_643209": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
                            "field_643210": "true",
                            "field_643211": [
                                18,
                                19
                            ],
                            "field_643212": null,
                            "field_653520": [
                                18,
                                19
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T12:56:07.011287+00:00",
                            "updated_on": "2022-05-11T13:02:59.083947+00:00",
                            "field_643208": "Legal",
                            "field_643209": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
                            "field_643210": "false",
                            "field_643211": [],
                            "field_643212": null,
                            "field_653520": []
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-05-11T12:56:28.839469+00:00",
                            "updated_on": "2022-05-11T13:04:20.628038+00:00",
                            "field_643208": "Logistics",
                            "field_643209": "Our liaison officers and logistical partners fall under the purview of this department.",
                            "field_643210": "true",
                            "field_643211": [
                                6
                            ],
                            "field_643212": null,
                            "field_653520": [
                                6
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-05-11T12:56:34.887700+00:00",
                            "updated_on": "2022-05-11T13:05:21.164320+00:00",
                            "field_643208": "Human resources",
                            "field_643209": "This department handles every aspect of the recruitment and hiring processes.",
                            "field_643210": "true",
                            "field_643211": [
                                7,
                                8
                            ],
                            "field_643212": null,
                            "field_653520": [
                                7,
                                8
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-05-11T12:56:42.270630+00:00",
                            "updated_on": "2022-05-11T13:06:14.070588+00:00",
                            "field_643208": "Marketing",
                            "field_643209": "Our organization's press releases and branding are handled by the marketing department.",
                            "field_643210": "true",
                            "field_643211": [
                                20
                            ],
                            "field_643212": null,
                            "field_653520": [
                                20
                            ]
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-05-11T12:56:55.273921+00:00",
                            "updated_on": "2022-05-11T13:07:45.941998+00:00",
                            "field_643208": "Sales",
                            "field_643209": "This department manages sales and sales strategies and is a vital part of the organization.",
                            "field_643210": "true",
                            "field_643211": [
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_643212": null,
                            "field_653520": [
                                21,
                                22,
                                23,
                                24
                            ]
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-05-11T12:57:20.768808+00:00",
                            "updated_on": "2022-05-11T13:09:14.090224+00:00",
                            "field_643208": "Executive",
                            "field_643209": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
                            "field_643210": "true",
                            "field_643211": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ],
                            "field_643212": null,
                            "field_653520": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ]
                        }
                    ]
                },
                {
                    "id": 102661,
                    "name": "Office locations",
                    "order": 8,
                    "fields": [
                        {
                            "id": 643213,
                            "type": "text",
                            "name": "Location",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 643214,
                            "type": "file",
                            "name": "Photo",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 643215,
                            "type": "text",
                            "name": "Street",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643216,
                            "type": "link_row",
                            "name": "Related employees",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 102658,
                            "link_row_related_field_id": 643188,
                            "has_related_field": true
                        },
                        {
                            "id": 643217,
                            "type": "text",
                            "name": "City",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643218,
                            "type": "text",
                            "name": "State",
                            "order": 8,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643219,
                            "type": "text",
                            "name": "Zip code",
                            "order": 9,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 643220,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 643221,
                            "type": "formula",
                            "name": "Employee count",
                            "order": 11,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
                            "formula_type": "number"
                        },
                        {
                            "id": 643222,
                            "type": "number",
                            "name": "Floor",
                            "order": 12,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        }
                    ],
                    "views": [
                        {
                            "id": 148171,
                            "type": "grid",
                            "name": "All locations",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 41664,
                                    "field_id": 643213,
                                    "order": "ASC"
                                },
                                {
                                    "id": 43060,
                                    "field_id": 643222,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 898813,
                                    "field_id": 643213,
                                    "width": 189,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 898814,
                                    "field_id": 643214,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898815,
                                    "field_id": 643215,
                                    "width": 166,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898816,
                                    "field_id": 643216,
                                    "width": 179,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898817,
                                    "field_id": 643217,
                                    "width": 129,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898818,
                                    "field_id": 643218,
                                    "width": 101,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898819,
                                    "field_id": 643219,
                                    "width": 114,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898820,
                                    "field_id": 643220,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 898821,
                                    "field_id": 643221,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "sum",
                                    "aggregation_raw_type": "sum"
                                },
                                {
                                    "id": 898822,
                                    "field_id": 643222,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 148172,
                            "type": "gallery",
                            "name": "Locations",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 41665,
                                    "field_id": 643213,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 643214,
                            "field_options": [
                                {
                                    "id": 50565,
                                    "field_id": 643213,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50566,
                                    "field_id": 643214,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50567,
                                    "field_id": 643215,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50568,
                                    "field_id": 643216,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50569,
                                    "field_id": 643217,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50570,
                                    "field_id": 643218,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 50571,
                                    "field_id": 643219,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50572,
                                    "field_id": 643220,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 50573,
                                    "field_id": 643221,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.461812+00:00",
                            "updated_on": "2022-06-08T20:09:35.391028+00:00",
                            "field_643213": "One world square",
                            "field_643214": [
                                {
                                    "name": "wIrXjgq4XdiCievnpjKd9bJ1UHkx0NO5_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
                                    "visible_name": "Offices.03.jpg",
                                    "original_name": "Offices.03.jpg"
                                }
                            ],
                            "field_643215": "5812 Poplar Avenue",
                            "field_643216": [
                                7,
                                8,
                                18,
                                19,
                                21,
                                22,
                                23,
                                24
                            ],
                            "field_643217": "San Diego",
                            "field_643218": "California",
                            "field_643219": "92111",
                            "field_643220": "(519) 587-3851",
                            "field_643221": null,
                            "field_643222": "2"
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-05-11T02:48:16.463896+00:00",
                            "updated_on": "2022-06-08T20:09:31.023230+00:00",
                            "field_643213": "Net cube - executive floors",
                            "field_643214": [
                                {
                                    "name": "8NEid0bOwwoREaQyiIqkHrPYmykjv8vR_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
                                    "visible_name": "Offices.02.jpg",
                                    "original_name": "Offices.02.jpg"
                                }
                            ],
                            "field_643215": "1735 Zimmerman Lane",
                            "field_643216": [
                                1,
                                2,
                                3,
                                4,
                                5,
                                6
                            ],
                            "field_643217": "Los Angeles",
                            "field_643218": "California",
                            "field_643219": "90017",
                            "field_643220": "(213) 375-9873",
                            "field_643221": null,
                            "field_643222": "18"
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-05-11T10:45:09.866120+00:00",
                            "updated_on": "2022-06-08T20:09:32.375140+00:00",
                            "field_643213": "Net cube - operations 3F",
                            "field_643214": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_643215": "1735 Zimmerman Lane",
                            "field_643216": [
                                17,
                                20
                            ],
                            "field_643217": "Los Angeles",
                            "field_643218": "California",
                            "field_643219": "90017",
                            "field_643220": "(213) 375-9875",
                            "field_643221": null,
                            "field_643222": "3"
                        },
                        {
                            "id": 5,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-06-08T11:07:36.413128+00:00",
                            "updated_on": "2022-06-08T20:09:34.015972+00:00",
                            "field_643213": "Net cube - operations 5F",
                            "field_643214": [
                                {
                                    "name": "lx852ySRLHvwkY8sfbk5IqQJ0YeWLmqw_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
                                    "visible_name": "Offices.01.jpg",
                                    "original_name": "Offices.01.jpg"
                                }
                            ],
                            "field_643215": "1735 Zimmerman Lane",
                            "field_643216": [
                                9,
                                10,
                                11,
                                12,
                                13,
                                14,
                                15,
                                16
                            ],
                            "field_643217": "Los Angeles",
                            "field_643218": "California",
                            "field_643219": "90017",
                            "field_643220": "(213) 375-9877",
                            "field_643221": null,
                            "field_643222": "5"
                        }
                    ]
                }
            ]
        }
    ]
}