{
    "baserow_template_version": 1,
    "name": "Web App UAT",
    "icon": "iconoir-app-window",
    "keywords": [
        "user acceptance testing",
        "web app",
        "web application",
        "uat",
        "testing scripts",
        "client testing"
    ],
    "categories": [
        "Project Management",
        "Professional"
    ],
    "export": [
        {
            "id": 34489,
            "name": "Web App UAT",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 81841,
                    "name": "Tests",
                    "order": 1,
                    "fields": [
                        {
                            "id": 497947,
                            "type": "formula",
                            "name": "Test case 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( \n  \"TC\", \n  if( \n    row_id() < 10, \n    concat(\"0000\", row_id()), \n    if( \n      row_id() < 100, \n      concat(\"000\", row_id()), \n      if( \n        row_id() < 1000, \n        concat(\"00\", row_id()), \n        if( \n          row_id() < 10000, \n          concat(\"0\", row_id()), \n          row_id() \n        ) \n      ) \n    ) \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 497948,
                            "type": "text",
                            "name": "Title",
                            "order": 1,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 497949,
                            "type": "single_select",
                            "name": "Priority",
                            "order": 2,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 171763,
                                    "value": "Critical",
                                    "color": "dark-red",
                                    "order": 0
                                },
                                {
                                    "id": 171764,
                                    "value": "High",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 171765,
                                    "value": "Medium",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 171766,
                                    "value": "Low",
                                    "color": "green",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 497962,
                            "type": "long_text",
                            "name": "Description",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 497963,
                            "type": "link_row",
                            "name": "QA manager",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 81608,
                            "link_row_related_field_id": 497964,
                            "has_related_field": true
                        },
                        {
                            "id": 497965,
                            "type": "single_select",
                            "name": "Browser",
                            "order": 6,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 171767,
                                    "value": "Mozilla Firefox",
                                    "color": "light-gray",
                                    "order": 0
                                },
                                {
                                    "id": 171768,
                                    "value": "Microsoft Edge",
                                    "color": "light-gray",
                                    "order": 1
                                },
                                {
                                    "id": 171769,
                                    "value": "Opera",
                                    "color": "light-gray",
                                    "order": 2
                                },
                                {
                                    "id": 171770,
                                    "value": "Google Chrome",
                                    "color": "light-gray",
                                    "order": 3
                                },
                                {
                                    "id": 171771,
                                    "value": "Apple Safari",
                                    "color": "light-gray",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 497966,
                            "type": "single_select",
                            "name": "Operating system",
                            "order": 7,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 171772,
                                    "value": "MS Windows",
                                    "color": "gray",
                                    "order": 0
                                },
                                {
                                    "id": 171773,
                                    "value": "Ubuntu",
                                    "color": "gray",
                                    "order": 1
                                },
                                {
                                    "id": 171774,
                                    "value": "macOS",
                                    "color": "gray",
                                    "order": 2
                                },
                                {
                                    "id": 171775,
                                    "value": "Chrome OS",
                                    "color": "gray",
                                    "order": 3
                                },
                                {
                                    "id": 171776,
                                    "value": "Fedora",
                                    "color": "gray",
                                    "order": 4
                                },
                                {
                                    "id": 171777,
                                    "value": "Solaris",
                                    "color": "gray",
                                    "order": 5
                                },
                                {
                                    "id": 171778,
                                    "value": "Free BSD",
                                    "color": "gray",
                                    "order": 6
                                },
                                {
                                    "id": 171779,
                                    "value": "CentOS",
                                    "color": "gray",
                                    "order": 7
                                },
                                {
                                    "id": 171780,
                                    "value": "Debian",
                                    "color": "gray",
                                    "order": 8
                                }
                            ]
                        },
                        {
                            "id": 497967,
                            "type": "formula",
                            "name": "Test result (%)",
                            "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  count(field(\"Related scripts\")) = 0, \n  \"\", \n  concat( \n    round( \n      field(\"Percentage for filter\"), \n      2 \n    ), \n    \"%\" \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 497968,
                            "type": "boolean",
                            "name": "Is accepted",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 497985,
                            "type": "link_row",
                            "name": "Project",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 81843,
                            "link_row_related_field_id": 497986,
                            "has_related_field": true
                        },
                        {
                            "id": 497987,
                            "type": "lookup",
                            "name": "Client",
                            "order": 11,
                            "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": 497985,
                            "through_field_name": "Project",
                            "target_field_id": 497969,
                            "target_field_name": "Client"
                        },
                        {
                            "id": 497989,
                            "type": "link_row",
                            "name": "Executed by",
                            "order": 12,
                            "primary": false,
                            "link_row_table_id": 81608,
                            "link_row_related_field_id": 497990,
                            "has_related_field": true
                        },
                        {
                            "id": 497991,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 13,
                            "primary": false
                        },
                        {
                            "id": 497992,
                            "type": "date",
                            "name": "Date executed",
                            "order": 14,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 497993,
                            "type": "created_on",
                            "name": "Date created",
                            "order": 15,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 497994,
                            "type": "last_modified",
                            "name": "Date modified",
                            "order": 16,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 497995,
                            "type": "file",
                            "name": "Attachments",
                            "order": 17,
                            "primary": false
                        },
                        {
                            "id": 497996,
                            "type": "formula",
                            "name": "Is tester match",
                            "order": 18,
                            "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    totext(lookup(\"Executed by\", \"Role\")) = \"Client\", \n    if( \n      any( \n        lookup(\"Executed by\", \"Company\") = field(\"Client\") \n      ), \n      \"Matched\", \n      \"Mismatch\" \n    ), \n    \"\" \n  ), \n  \"\" \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 498002,
                            "type": "link_row",
                            "name": "Related scripts",
                            "order": 19,
                            "primary": false,
                            "link_row_table_id": 81844,
                            "link_row_related_field_id": 497957,
                            "has_related_field": true
                        },
                        {
                            "id": 499612,
                            "type": "formula",
                            "name": "Percentage for filter",
                            "order": 20,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 5,
                            "array_formula_type": null,
                            "formula": "if( \n  count(field(\"Related scripts\")) = 0, \n  0, \n  multiply( \n    divide( \n      count( \n        filter( \n          field(\"Related scripts\"), \n          lookup(\"Related scripts\", \"Is pass\") \n        ) \n      ), \n      count(field(\"Related scripts\")) \n    ), \n    100 \n  ) \n)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 109643,
                            "type": "grid",
                            "name": "All tests",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26492,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 253,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 256,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 651553,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 651551,
                                    "field_id": 497948,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 651552,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651566,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651567,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651568,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651569,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651570,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651577,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651582,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651589,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651591,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651592,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651593,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651594,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651595,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651596,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651597,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651641,
                                    "field_id": 498002,
                                    "width": 301,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 652802,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110753,
                            "type": "grid",
                            "name": "Completed tests",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39398,
                                    "field_id": 499612,
                                    "type": "equal",
                                    "value": "100"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26496,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 259,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 260,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658193,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658194,
                                    "field_id": 497948,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658195,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658196,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658197,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658198,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658199,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658200,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658201,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658202,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658203,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658204,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658205,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658206,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658207,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658208,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658209,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658210,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658211,
                                    "field_id": 498002,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658212,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110754,
                            "type": "grid",
                            "name": "Incomplete tests",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39399,
                                    "field_id": 499612,
                                    "type": "lower_than",
                                    "value": "100"
                                },
                                {
                                    "id": 39400,
                                    "field_id": 499612,
                                    "type": "higher_than",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26497,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 261,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 262,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658213,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658214,
                                    "field_id": 497948,
                                    "width": 262,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658215,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658216,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658217,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658218,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658219,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658220,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658221,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658222,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658223,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658224,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658225,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658226,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658227,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658228,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658229,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658230,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658231,
                                    "field_id": 498002,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658232,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110756,
                            "type": "grid",
                            "name": "Not started tests",
                            "order": 4,
                            "filter_type": "OR",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39401,
                                    "field_id": 499612,
                                    "type": "empty",
                                    "value": ""
                                },
                                {
                                    "id": 39402,
                                    "field_id": 499612,
                                    "type": "equal",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26499,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 263,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 264,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658241,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658242,
                                    "field_id": 497948,
                                    "width": 237,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658243,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658244,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658245,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658246,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658247,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658248,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658249,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658250,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658251,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658252,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658253,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658254,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658255,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658256,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658257,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658258,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658259,
                                    "field_id": 498002,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658260,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110759,
                            "type": "grid",
                            "name": "Accepted tests",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39403,
                                    "field_id": 497968,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26500,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 265,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 266,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658275,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658276,
                                    "field_id": 497948,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658277,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658278,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658279,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658280,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658281,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658282,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658283,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658284,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658285,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658286,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658287,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658288,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658289,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658290,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658291,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658292,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658293,
                                    "field_id": 498002,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658294,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110760,
                            "type": "grid",
                            "name": "Open tests",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39404,
                                    "field_id": 497968,
                                    "type": "boolean",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26501,
                                    "field_id": 497947,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 267,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "47475ba2-7042-4d74-81f0-d64596514da1",
                                                        "type": "equal",
                                                        "field": 497996,
                                                        "value": "Mismatch"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                },
                                {
                                    "id": 268,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-green",
                                                "filters": [
                                                    {
                                                        "id": "a32f569a-91ff-4f92-94e5-d91532775073",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "c85ef0aa-ffba-4e64-9cb4-0f30f85b94b7",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "99.00"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-orange",
                                                "filters": [
                                                    {
                                                        "id": "92430a6b-3ad1-4ae7-aed0-f02e3dfc6f58",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "600d4335-9dbb-4bf9-852d-593468633bab",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "69.99"
                                                    },
                                                    {
                                                        "id": "455adbde-a99b-4b16-8b90-e121f6d760a2",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "99.01"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "71134e52-0c79-4afa-99af-f5afe28b319c",
                                                        "type": "higher_than",
                                                        "field": 499612,
                                                        "value": "0"
                                                    },
                                                    {
                                                        "id": "ff316cab-4cad-4163-8f85-52c5baa1768b",
                                                        "type": "lower_than",
                                                        "field": 499612,
                                                        "value": "70"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 2
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658295,
                                    "field_id": 497947,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 18,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658296,
                                    "field_id": 497948,
                                    "width": 261,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658297,
                                    "field_id": 497949,
                                    "width": 105,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658298,
                                    "field_id": 497962,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658299,
                                    "field_id": 497963,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658300,
                                    "field_id": 497965,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658301,
                                    "field_id": 497966,
                                    "width": 169,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658302,
                                    "field_id": 497967,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658303,
                                    "field_id": 497968,
                                    "width": 130,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658304,
                                    "field_id": 497985,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658305,
                                    "field_id": 497987,
                                    "width": 219,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658306,
                                    "field_id": 497989,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 11,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658307,
                                    "field_id": 497991,
                                    "width": 180,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658308,
                                    "field_id": 497992,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658309,
                                    "field_id": 497993,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 14,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658310,
                                    "field_id": 497994,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 15,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658311,
                                    "field_id": 497995,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 16,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658312,
                                    "field_id": 497996,
                                    "width": 152,
                                    "hidden": true,
                                    "order": 19,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658313,
                                    "field_id": 498002,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 17,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658314,
                                    "field_id": 499612,
                                    "width": 182,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110389,
                            "type": "kanban",
                            "name": "By priority",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 497949,
                            "field_options": [
                                {
                                    "id": 11599,
                                    "field_id": 497947,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11600,
                                    "field_id": 497948,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11601,
                                    "field_id": 497949,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11602,
                                    "field_id": 497962,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11603,
                                    "field_id": 497963,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11604,
                                    "field_id": 497965,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11605,
                                    "field_id": 497966,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11606,
                                    "field_id": 497967,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11607,
                                    "field_id": 497968,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11608,
                                    "field_id": 497985,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11609,
                                    "field_id": 497987,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11610,
                                    "field_id": 497989,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11611,
                                    "field_id": 497991,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11612,
                                    "field_id": 497992,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11613,
                                    "field_id": 497993,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11614,
                                    "field_id": 497994,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11615,
                                    "field_id": 497995,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11616,
                                    "field_id": 497996,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11617,
                                    "field_id": 498002,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11618,
                                    "field_id": 499612,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 110749,
                            "type": "kanban",
                            "name": "By browser",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 497965,
                            "field_options": [
                                {
                                    "id": 11750,
                                    "field_id": 497947,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11751,
                                    "field_id": 497948,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11752,
                                    "field_id": 497949,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11753,
                                    "field_id": 497962,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11754,
                                    "field_id": 497963,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11755,
                                    "field_id": 497965,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11756,
                                    "field_id": 497966,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11757,
                                    "field_id": 497967,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11758,
                                    "field_id": 497968,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11759,
                                    "field_id": 497985,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11760,
                                    "field_id": 497987,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11761,
                                    "field_id": 497989,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11762,
                                    "field_id": 497991,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11763,
                                    "field_id": 497992,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11764,
                                    "field_id": 497993,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11765,
                                    "field_id": 497994,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11766,
                                    "field_id": 497995,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11767,
                                    "field_id": 497996,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11768,
                                    "field_id": 498002,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11769,
                                    "field_id": 499612,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 110750,
                            "type": "kanban",
                            "name": "By operating system",
                            "order": 9,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 497966,
                            "field_options": [
                                {
                                    "id": 11770,
                                    "field_id": 497947,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11771,
                                    "field_id": 497948,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11772,
                                    "field_id": 497949,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11773,
                                    "field_id": 497962,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11774,
                                    "field_id": 497963,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11775,
                                    "field_id": 497965,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11776,
                                    "field_id": 497966,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11777,
                                    "field_id": 497967,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11778,
                                    "field_id": 497968,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11779,
                                    "field_id": 497985,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11780,
                                    "field_id": 497987,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11781,
                                    "field_id": 497989,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 11782,
                                    "field_id": 497991,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11783,
                                    "field_id": 497992,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11784,
                                    "field_id": 497993,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11785,
                                    "field_id": 497994,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11786,
                                    "field_id": 497995,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11787,
                                    "field_id": 497996,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11788,
                                    "field_id": 498002,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 11789,
                                    "field_id": 499612,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 110757,
                            "type": "form",
                            "name": "Add new test",
                            "order": 10,
                            "public": false,
                            "title": "Add a new test case",
                            "description": "",
                            "cover_image": {
                                "name": "ZQElpBvYFHFXl0EVfKjQWHsLuwSy3CL0_00e0fcec2df498a108dc1777504ee874b169f1979e164e551094d50f1664a871.jpg",
                                "original_name": "Header_Authentication_Screen.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A new test case is successfully added. To add another test, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 37239,
                                    "field_id": 497947,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37240,
                                    "field_id": 497948,
                                    "name": "",
                                    "description": "Please enter a unique title for this test case.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37241,
                                    "field_id": 497949,
                                    "name": "",
                                    "description": "Select the appropriate priority level for this test.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37242,
                                    "field_id": 497962,
                                    "name": "",
                                    "description": "Enter the details of this test, including its scope and other technical details.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37243,
                                    "field_id": 497963,
                                    "name": "",
                                    "description": "Please select the QA manager who created this test case.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37244,
                                    "field_id": 497965,
                                    "name": "",
                                    "description": "Select the specific desktop\u00a0internet browser required for this test.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37245,
                                    "field_id": 497966,
                                    "name": "",
                                    "description": "Select the specific desktop\u00a0operating system required for this test.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37246,
                                    "field_id": 497967,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37247,
                                    "field_id": 497968,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37248,
                                    "field_id": 497985,
                                    "name": "",
                                    "description": "Please specify the relevant project to be tested or that was tested.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37249,
                                    "field_id": 497987,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37250,
                                    "field_id": 497989,
                                    "name": "",
                                    "description": "Assign or select the tester who executed or will conduct this test.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37251,
                                    "field_id": 497991,
                                    "name": "",
                                    "description": "Indicate any remarks or other notes related to this test case.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37252,
                                    "field_id": 497992,
                                    "name": "",
                                    "description": "Indicate the date this test case was run or is to be run.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37253,
                                    "field_id": 497993,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37254,
                                    "field_id": 497994,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37255,
                                    "field_id": 497995,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37256,
                                    "field_id": 497996,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37257,
                                    "field_id": 498002,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37258,
                                    "field_id": 499612,
                                    "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-07-12T19:42:48.823484+00:00",
                            "updated_on": "2022-07-31T16:33:00.921812+00:00",
                            "field_497947": null,
                            "field_497948": "Directory app alpha testing for macOS",
                            "field_497949": 171765,
                            "field_497962": "From logging in to logging out, along with all the other basic functions, this test is done on a Mac.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171771,
                            "field_497966": 171774,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                2
                            ],
                            "field_497987": null,
                            "field_497989": [
                                10
                            ],
                            "field_497991": "This went quickly.",
                            "field_497992": "2022-07-13",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-07-12T19:42:48.823565+00:00",
                            "updated_on": "2022-07-14T17:55:12.622105+00:00",
                            "field_497947": null,
                            "field_497948": "Directory app alpha testing for Windows",
                            "field_497949": 171764,
                            "field_497962": "From logging in to logging out, along with all the other basic functions, this test is done on Windows.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171768,
                            "field_497966": 171772,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                2
                            ],
                            "field_497987": null,
                            "field_497989": [
                                11
                            ],
                            "field_497991": "The client returned this for bug fixes, then accepted it after the fixes were deployed.",
                            "field_497992": "2022-07-13",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                6,
                                7,
                                8,
                                9,
                                10
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-07-12T19:56:04.101452+00:00",
                            "updated_on": "2022-07-31T16:33:04.531467+00:00",
                            "field_497947": null,
                            "field_497948": "Directory app beta testing for macOS",
                            "field_497949": 171765,
                            "field_497962": "From logging in to logging out, along with all the other basic functions, this beta test is done on a Mac.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171771,
                            "field_497966": 171774,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                2
                            ],
                            "field_497987": null,
                            "field_497989": [
                                10
                            ],
                            "field_497991": "As usual, this went quickly.",
                            "field_497992": "2022-07-14",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [],
                            "field_497996": null,
                            "field_498002": [
                                11,
                                12,
                                13,
                                14,
                                15
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-07-12T19:56:05.329875+00:00",
                            "updated_on": "2022-07-14T17:55:15.552381+00:00",
                            "field_497947": null,
                            "field_497948": "Directory app beta testing for Windows",
                            "field_497949": 171764,
                            "field_497962": "From logging in to logging out, along with all the other basic functions, this beta test is done on Windows.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171768,
                            "field_497966": 171772,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                2
                            ],
                            "field_497987": null,
                            "field_497989": [
                                11
                            ],
                            "field_497991": "We have had a few fixes deployed for this product.",
                            "field_497992": "2022-07-14",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                16,
                                17,
                                18,
                                19,
                                20
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-07-12T19:56:06.566728+00:00",
                            "updated_on": "2022-07-15T16:17:33.091990+00:00",
                            "field_497947": null,
                            "field_497948": "V2 bug fix release beta test by BB",
                            "field_497949": 171763,
                            "field_497962": "This is critical. Our client BB is looking for an immediate fix.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171770,
                            "field_497966": 171775,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                1
                            ],
                            "field_497987": null,
                            "field_497989": [
                                14
                            ],
                            "field_497991": "Hassle-free testing.",
                            "field_497992": "2022-07-14",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                21,
                                22,
                                23,
                                24,
                                25,
                                26,
                                27
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-07-12T19:56:10.238769+00:00",
                            "updated_on": "2022-07-14T17:19:32.297289+00:00",
                            "field_497947": null,
                            "field_497948": "V2 bug fix release beta test by DS",
                            "field_497949": 171763,
                            "field_497962": "Our client DS is following up on the fix for the persistent bug.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171767,
                            "field_497966": 171773,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                1
                            ],
                            "field_497987": null,
                            "field_497989": [
                                3
                            ],
                            "field_497991": "All went well.",
                            "field_497992": "2022-07-14",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [],
                            "field_497996": null,
                            "field_498002": [
                                28,
                                29,
                                30,
                                31,
                                32,
                                33,
                                34
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-07-12T19:56:11.205947+00:00",
                            "updated_on": "2022-07-15T16:17:37.780398+00:00",
                            "field_497947": null,
                            "field_497948": "Enhancements release beta by G",
                            "field_497949": 171766,
                            "field_497962": "Several new features and enhancements are included in this release. Please refer to the tech documents.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171769,
                            "field_497966": 171776,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                3
                            ],
                            "field_497987": null,
                            "field_497989": [
                                15
                            ],
                            "field_497991": "Just a few hiccups.",
                            "field_497992": "2022-07-14",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                35,
                                36,
                                37
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-07-12T19:56:12.225447+00:00",
                            "updated_on": "2022-07-29T18:45:07.519367+00:00",
                            "field_497947": null,
                            "field_497948": "First alpha test for asset manager",
                            "field_497949": 171765,
                            "field_497962": "The official release of this product is nearing. Refer to the technical documents for more details.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171771,
                            "field_497966": 171774,
                            "field_497967": null,
                            "field_497968": "false",
                            "field_497985": [
                                4
                            ],
                            "field_497987": null,
                            "field_497989": [
                                4
                            ],
                            "field_497991": "The client is working on this.",
                            "field_497992": "2022-07-15",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                38,
                                39,
                                40,
                                41
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-07-12T19:56:13.375688+00:00",
                            "updated_on": "2022-07-29T18:45:12.437784+00:00",
                            "field_497947": null,
                            "field_497948": "Second alpha test for asset manager",
                            "field_497949": 171764,
                            "field_497962": "Some changes and fixes were introduced in this batch. Refer to the technical documents for more info.",
                            "field_497963": [
                                12
                            ],
                            "field_497965": 171768,
                            "field_497966": 171772,
                            "field_497967": null,
                            "field_497968": "false",
                            "field_497985": [
                                4
                            ],
                            "field_497987": null,
                            "field_497989": [
                                4
                            ],
                            "field_497991": "In progress, in a different environment.",
                            "field_497992": "2022-07-15",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [],
                            "field_497996": null,
                            "field_498002": [
                                42,
                                43,
                                44,
                                45
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-07-12T19:56:14.357974+00:00",
                            "updated_on": "2022-07-29T19:17:40.344438+00:00",
                            "field_497947": null,
                            "field_497948": "1st alpha test for risk manager by GGG",
                            "field_497949": 171766,
                            "field_497962": "Potential clients are lining up for this product. It's better to have this tested thoroughly and fast. Refer to the technical documents for more details.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171770,
                            "field_497966": 171775,
                            "field_497967": null,
                            "field_497968": "true",
                            "field_497985": [
                                5
                            ],
                            "field_497987": null,
                            "field_497989": [
                                5
                            ],
                            "field_497991": "Done and accepted.",
                            "field_497992": "2022-07-15",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497996": null,
                            "field_498002": [
                                46,
                                47,
                                48,
                                49,
                                50
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-07-12T19:56:17.123811+00:00",
                            "updated_on": "2022-07-29T19:15:28.333492+00:00",
                            "field_497947": null,
                            "field_497948": "1st alpha test for risk manager by K",
                            "field_497949": 171766,
                            "field_497962": "Do include other environments in testing this product. Please refer to the technical documents for more information.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171767,
                            "field_497966": 171773,
                            "field_497967": null,
                            "field_497968": "false",
                            "field_497985": [
                                5
                            ],
                            "field_497987": null,
                            "field_497989": [
                                7
                            ],
                            "field_497991": null,
                            "field_497992": "2022-07-15",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [],
                            "field_497996": null,
                            "field_498002": [
                                51,
                                52,
                                53,
                                54,
                                55
                            ],
                            "field_499612": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-07-12T19:56:18.602991+00:00",
                            "updated_on": "2022-07-29T20:05:42.000911+00:00",
                            "field_497947": null,
                            "field_497948": "2nd alpha test for risk manager by GGG",
                            "field_497949": 171765,
                            "field_497962": "After some quick fixes and a few enhancements, this should be tested in accordance with the technical specifications.",
                            "field_497963": [
                                2
                            ],
                            "field_497965": 171771,
                            "field_497966": 171774,
                            "field_497967": null,
                            "field_497968": "false",
                            "field_497985": [
                                5
                            ],
                            "field_497987": null,
                            "field_497989": [
                                5
                            ],
                            "field_497991": "Almost done.",
                            "field_497992": "2022-07-15",
                            "field_497993": null,
                            "field_497994": null,
                            "field_497995": [],
                            "field_497996": null,
                            "field_498002": [
                                56,
                                57,
                                58,
                                59,
                                60
                            ],
                            "field_499612": null
                        }
                    ]
                },
                {
                    "id": 81844,
                    "name": "Scripts",
                    "order": 2,
                    "fields": [
                        {
                            "id": 497956,
                            "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(\"S\", row_id())",
                            "formula_type": "text"
                        },
                        {
                            "id": 497957,
                            "type": "link_row",
                            "name": "Test case ID",
                            "order": 1,
                            "primary": false,
                            "link_row_table_id": 81841,
                            "link_row_related_field_id": 498002,
                            "has_related_field": true
                        },
                        {
                            "id": 498003,
                            "type": "number",
                            "name": "Step no.",
                            "order": 2,
                            "primary": false,
                            "number_decimal_places": 0,
                            "number_negative": false
                        },
                        {
                            "id": 498004,
                            "type": "lookup",
                            "name": "Project",
                            "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": 497957,
                            "through_field_name": "Test case ID",
                            "target_field_id": 497985,
                            "target_field_name": "Project"
                        },
                        {
                            "id": 498005,
                            "type": "long_text",
                            "name": "Description",
                            "order": 4,
                            "primary": false
                        },
                        {
                            "id": 498006,
                            "type": "text",
                            "name": "Expected result",
                            "order": 5,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 498007,
                            "type": "boolean",
                            "name": "Is pass",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 498008,
                            "type": "text",
                            "name": "Actual result",
                            "order": 7,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 498009,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 8,
                            "primary": false
                        },
                        {
                            "id": 498010,
                            "type": "lookup",
                            "name": "Tester",
                            "order": 9,
                            "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": 497957,
                            "through_field_name": "Test case ID",
                            "target_field_id": 497989,
                            "target_field_name": "Executed by"
                        },
                        {
                            "id": 498011,
                            "type": "file",
                            "name": "Attachments",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 498012,
                            "type": "created_on",
                            "name": "Date created",
                            "order": 11,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 498013,
                            "type": "last_modified",
                            "name": "Date modified",
                            "order": 12,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 498014,
                            "type": "formula",
                            "name": "Group bgcolor",
                            "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( \n  if( \n    or( \n      int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 1, \n      int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 6 \n    ), \n    \"S\", \n    if( \n      or( \n        int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 2, \n        int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 7 \n      ), \n      \"R\", \n      if( \n        or( \n          int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 3, \n          int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 8 \n        ), \n        \"Y\", \n        if( \n          or( \n            int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 4, \n            int(tonumber(right(totext(field(\"Test case ID\")), 1))) = 9 \n          ), \n          \"G\", \n          \"B\"\n        )\n      )\n    )\n  ), \n  \"\"\n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 503222,
                            "type": "formula",
                            "name": "Test case 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(field(\"Test case ID\"), \"\")",
                            "formula_type": "text"
                        }
                    ],
                    "views": [
                        {
                            "id": 109646,
                            "type": "grid",
                            "name": "All scripts",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 29456,
                                    "field_id": 503222,
                                    "order": "ASC"
                                },
                                {
                                    "id": 29457,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 257,
                                    "type": "background_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "light-gray",
                                                "filters": [
                                                    {
                                                        "id": "2b148cc7-211a-4174-8fb8-b3ba14f6f0e8",
                                                        "type": "equal",
                                                        "field": 498014,
                                                        "value": "S"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "light-red",
                                                "filters": [
                                                    {
                                                        "id": "b8f9cab4-769c-4e6e-8269-ea4e0545b77b",
                                                        "type": "equal",
                                                        "field": 498014,
                                                        "value": "R"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "light-orange",
                                                "filters": [
                                                    {
                                                        "id": "a20913af-2240-4147-b8f7-9064d01a43ce",
                                                        "type": "equal",
                                                        "field": 498014,
                                                        "value": "Y"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "light-green",
                                                "filters": [
                                                    {
                                                        "id": "2b4c80aa-039c-4340-aafa-03fac26e1c87",
                                                        "type": "equal",
                                                        "field": 498014,
                                                        "value": "G"
                                                    }
                                                ],
                                                "operator": "AND"
                                            },
                                            {
                                                "color": "light-blue",
                                                "filters": [
                                                    {
                                                        "id": "5a7139d9-88ba-405a-84be-e6a7c356728a",
                                                        "type": "equal",
                                                        "field": 498014,
                                                        "value": "B"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 651562,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 651560,
                                    "field_id": 497957,
                                    "width": 136,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651604,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651605,
                                    "field_id": 498004,
                                    "width": 150,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651606,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651607,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651608,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651609,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651610,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651611,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651612,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651615,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651616,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651617,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658182,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110766,
                            "type": "grid",
                            "name": "TC00001",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39407,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26505,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658339,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658340,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658341,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658342,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658343,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658344,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658345,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658346,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658347,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658348,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658349,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658350,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658351,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658352,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658353,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110767,
                            "type": "grid",
                            "name": "TC00002",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39408,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "2"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26507,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658354,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658355,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658356,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658357,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658358,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658359,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658360,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658361,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658362,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658363,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658364,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658365,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658366,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658367,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658368,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110768,
                            "type": "grid",
                            "name": "TC00003",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39409,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "3"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26509,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658369,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658370,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658371,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658372,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658373,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658374,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658375,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658376,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658377,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658378,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658379,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658380,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658381,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658382,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658383,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110769,
                            "type": "grid",
                            "name": "TC00004",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39410,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "4"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26511,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658384,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658385,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658386,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658387,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658388,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658389,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658390,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658391,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658392,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658393,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658394,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658395,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658396,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658397,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658398,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110770,
                            "type": "grid",
                            "name": "TC00005",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39411,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "5"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26513,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658399,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658400,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658401,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658402,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658403,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658404,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658405,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658406,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658407,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658408,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658409,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658410,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658411,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658412,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658413,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110771,
                            "type": "grid",
                            "name": "TC00006",
                            "order": 7,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39412,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "6"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26515,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658414,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658415,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658416,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658417,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658418,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658419,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658420,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658421,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658422,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658423,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658424,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658425,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658426,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658427,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658428,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110772,
                            "type": "grid",
                            "name": "TC00007",
                            "order": 8,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39413,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "7"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26517,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658429,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658430,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658431,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658432,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658433,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658434,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658435,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658436,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658437,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658438,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658439,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658440,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658441,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658442,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658443,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110773,
                            "type": "grid",
                            "name": "TC00008",
                            "order": 9,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39414,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "8"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26519,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658444,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658445,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658446,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658447,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658448,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658449,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658450,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658451,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658452,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658453,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658454,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658455,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658456,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658457,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658458,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110774,
                            "type": "grid",
                            "name": "TC00009",
                            "order": 10,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39415,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "9"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26521,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658459,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658460,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658461,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658462,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658463,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658464,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658465,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658466,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658467,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658468,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658469,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658470,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658471,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658472,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658473,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110775,
                            "type": "grid",
                            "name": "TC00010",
                            "order": 11,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39416,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "10"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26523,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658474,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658475,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658476,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658477,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658478,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658479,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658480,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658481,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658482,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658483,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658484,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658485,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658486,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658487,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658488,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110776,
                            "type": "grid",
                            "name": "TC00011",
                            "order": 12,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39417,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "11"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26525,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658489,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658490,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658491,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658492,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658493,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658494,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658495,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658496,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658497,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658498,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658499,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658500,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658501,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658502,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658503,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110777,
                            "type": "grid",
                            "name": "TC00012",
                            "order": 13,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39418,
                                    "field_id": 497957,
                                    "type": "link_row_has",
                                    "value": "12"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26527,
                                    "field_id": 498003,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658504,
                                    "field_id": 497956,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658505,
                                    "field_id": 497957,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658506,
                                    "field_id": 498003,
                                    "width": 112,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658507,
                                    "field_id": 498004,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658508,
                                    "field_id": 498005,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658509,
                                    "field_id": 498006,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658510,
                                    "field_id": 498007,
                                    "width": 103,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "checked_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658511,
                                    "field_id": 498008,
                                    "width": 172,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658512,
                                    "field_id": 498009,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658513,
                                    "field_id": 498010,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658514,
                                    "field_id": 498011,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658515,
                                    "field_id": 498012,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658516,
                                    "field_id": 498013,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658517,
                                    "field_id": 498014,
                                    "width": 149,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658518,
                                    "field_id": 503222,
                                    "width": 186,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-07-12T19:44:45.945498+00:00",
                            "updated_on": "2022-07-15T16:18:03.660128+00:00",
                            "field_497956": null,
                            "field_497957": [
                                1
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app",
                            "field_498006": "An animation icon should be present.",
                            "field_498007": "true",
                            "field_498008": "Found it.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-07-12T19:44:45.945552+00:00",
                            "updated_on": "2022-07-14T17:13:15.200381+00:00",
                            "field_497956": null,
                            "field_497957": [
                                1
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "The employee should be added successfully.",
                            "field_498007": "true",
                            "field_498008": "Went smoothly.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-07-12T19:58:37.884322+00:00",
                            "updated_on": "2022-07-14T17:13:30.459067+00:00",
                            "field_497956": null,
                            "field_497957": [
                                1
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The employee should be removed from the list.",
                            "field_498007": "true",
                            "field_498008": "One employee record gone.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-07-12T19:58:38.798076+00:00",
                            "updated_on": "2022-07-14T17:13:48.517023+00:00",
                            "field_497956": null,
                            "field_497957": [
                                1
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee.",
                            "field_498006": "New information should appear on the employee page.",
                            "field_498007": "true",
                            "field_498008": "The updates are reflected.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-07-12T19:58:40.706553+00:00",
                            "updated_on": "2022-07-14T17:14:03.102041+00:00",
                            "field_497956": null,
                            "field_497957": [
                                1
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "No errors should be found.",
                            "field_498007": "true",
                            "field_498008": "Indeed, there were no errors on screen.",
                            "field_498009": "Test went smoothly.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-07-12T19:58:41.546792+00:00",
                            "updated_on": "2022-07-14T17:54:27.177327+00:00",
                            "field_497956": null,
                            "field_497957": [
                                2
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app",
                            "field_498006": "An animation icon should be present.",
                            "field_498007": "true",
                            "field_498008": "Found it.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-07-12T19:58:42.452148+00:00",
                            "updated_on": "2022-07-14T17:54:28.006998+00:00",
                            "field_497956": null,
                            "field_497957": [
                                2
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "The employee should be added successfully.",
                            "field_498007": "true",
                            "field_498008": "Went smoothly.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-07-12T19:58:43.269580+00:00",
                            "updated_on": "2022-07-14T17:26:56.548952+00:00",
                            "field_497956": null,
                            "field_497957": [
                                2
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The employee should be removed from the list.",
                            "field_498007": "true",
                            "field_498008": "One employee record gone.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-07-12T19:58:44.143629+00:00",
                            "updated_on": "2022-07-14T17:54:25.348619+00:00",
                            "field_497956": null,
                            "field_497957": [
                                2
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee.",
                            "field_498006": "New information should appear on the employee page.",
                            "field_498007": "true",
                            "field_498008": "The updates are reflected.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-07-12T19:58:45.160567+00:00",
                            "updated_on": "2022-07-14T17:26:58.434678+00:00",
                            "field_497956": null,
                            "field_497957": [
                                2
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "No errors should be found.",
                            "field_498007": "true",
                            "field_498008": "Indeed, there were no errors on screen.",
                            "field_498009": "Done.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-07-12T19:58:46.036387+00:00",
                            "updated_on": "2022-07-15T16:18:07.896201+00:00",
                            "field_497956": null,
                            "field_497957": [
                                3
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app",
                            "field_498006": "An animation icon should be present.",
                            "field_498007": "true",
                            "field_498008": "Found it.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-07-12T19:58:46.871497+00:00",
                            "updated_on": "2022-07-14T17:27:49.086301+00:00",
                            "field_497956": null,
                            "field_497957": [
                                3
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "The employee should be added successfully.",
                            "field_498007": "true",
                            "field_498008": "Went smoothly.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 13,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-07-12T19:58:47.770073+00:00",
                            "updated_on": "2022-07-14T17:27:49.095981+00:00",
                            "field_497956": null,
                            "field_497957": [
                                3
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The employee should be removed from the list.",
                            "field_498007": "true",
                            "field_498008": "One employee record gone.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 14,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-07-12T19:58:48.635658+00:00",
                            "updated_on": "2022-07-14T17:27:49.105320+00:00",
                            "field_497956": null,
                            "field_497957": [
                                3
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee.",
                            "field_498006": "New information should appear on the employee page.",
                            "field_498007": "true",
                            "field_498008": "The updates are reflected.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 15,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-07-12T19:58:49.600445+00:00",
                            "updated_on": "2022-07-14T17:27:49.115925+00:00",
                            "field_497956": null,
                            "field_497957": [
                                3
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "No errors should be found.",
                            "field_498007": "true",
                            "field_498008": "Indeed, there were no errors on screen.",
                            "field_498009": "Test went smoothly.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 16,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-07-12T19:58:50.689208+00:00",
                            "updated_on": "2022-07-14T17:54:37.092426+00:00",
                            "field_497956": null,
                            "field_497957": [
                                4
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app",
                            "field_498006": "An animation icon should be present.",
                            "field_498007": "true",
                            "field_498008": "Found it.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 17,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-07-12T19:58:51.752106+00:00",
                            "updated_on": "2022-07-14T17:27:49.132719+00:00",
                            "field_497956": null,
                            "field_497957": [
                                4
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "The employee should be added successfully.",
                            "field_498007": "true",
                            "field_498008": "Went smoothly.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 18,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-07-12T19:58:52.628395+00:00",
                            "updated_on": "2022-07-14T17:54:43.408662+00:00",
                            "field_497956": null,
                            "field_497957": [
                                4
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The employee should be removed from the list.",
                            "field_498007": "true",
                            "field_498008": "One employee record gone.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 19,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-07-12T19:58:53.491308+00:00",
                            "updated_on": "2022-07-14T17:27:49.151418+00:00",
                            "field_497956": null,
                            "field_497957": [
                                4
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee.",
                            "field_498006": "New information should appear on the employee page.",
                            "field_498007": "true",
                            "field_498008": "The updates are reflected.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 20,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-07-12T19:58:54.370823+00:00",
                            "updated_on": "2022-07-14T17:27:49.160173+00:00",
                            "field_497956": null,
                            "field_497957": [
                                4
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "No errors should be found.",
                            "field_498007": "true",
                            "field_498008": "Indeed, there were no errors on screen.",
                            "field_498009": "Done.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 21,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-07-12T19:58:55.305782+00:00",
                            "updated_on": "2022-07-14T17:36:12.964684+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app.",
                            "field_498006": "The app should ask for your password.",
                            "field_498007": "true",
                            "field_498008": "The dashboard appeared.",
                            "field_498009": "Suggesting to change the background color to white.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 22,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-07-12T19:58:56.308415+00:00",
                            "updated_on": "2022-07-14T17:34:37.865445+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "An alert dialog should appear.",
                            "field_498007": "true",
                            "field_498008": "A new record was found on the list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 23,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-07-12T19:58:57.189664+00:00",
                            "updated_on": "2022-07-14T17:34:55.163224+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Review an employee.",
                            "field_498006": "A new review record should be added to the list.",
                            "field_498007": "true",
                            "field_498008": "A new review was added to the employee's list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 24,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-07-12T19:58:58.134370+00:00",
                            "updated_on": "2022-07-14T17:36:37.028889+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee information.",
                            "field_498006": "Going back to the employee's record, the new information should be reflected.",
                            "field_498007": "true",
                            "field_498008": "New information were displayed.",
                            "field_498009": "Should there be a prompt on this screen?",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 25,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-07-12T19:58:59.773972+00:00",
                            "updated_on": "2022-07-14T17:35:38.747183+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The deleted employee should not appear on the list.",
                            "field_498007": "true",
                            "field_498008": "The deleted employee is now not on the list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 26,
                            "order": "26.00000000000000000000",
                            "created_on": "2022-07-12T19:59:00.899772+00:00",
                            "updated_on": "2022-07-14T17:34:59.195766+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "6",
                            "field_498004": null,
                            "field_498005": "Add another review for a new employee.",
                            "field_498006": "A new review record should be added to the list.",
                            "field_498007": "true",
                            "field_498008": "A new review was added to the employee's list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 27,
                            "order": "27.00000000000000000000",
                            "created_on": "2022-07-12T19:59:02.093653+00:00",
                            "updated_on": "2022-07-14T17:36:48.734731+00:00",
                            "field_497956": null,
                            "field_497957": [
                                5
                            ],
                            "field_498003": "7",
                            "field_498004": null,
                            "field_498005": "Logout to the web app.",
                            "field_498006": "You should be properly logged out of the web app.",
                            "field_498007": "true",
                            "field_498008": "No errors found.",
                            "field_498009": "No errors.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 28,
                            "order": "28.00000000000000000000",
                            "created_on": "2022-07-12T19:59:03.311236+00:00",
                            "updated_on": "2022-07-15T16:18:12.997392+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Login to the web app.",
                            "field_498006": "The app should ask for your password.",
                            "field_498007": "true",
                            "field_498008": "The dashboard appeared.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 29,
                            "order": "29.00000000000000000000",
                            "created_on": "2022-07-12T19:59:04.480045+00:00",
                            "updated_on": "2022-07-14T17:37:33.997534+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Add a new employee.",
                            "field_498006": "An alert dialog should appear.",
                            "field_498007": "true",
                            "field_498008": "A new record was found on the list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 30,
                            "order": "30.00000000000000000000",
                            "created_on": "2022-07-12T19:59:05.466718+00:00",
                            "updated_on": "2022-07-14T17:37:34.008312+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Review an employee.",
                            "field_498006": "A new review record should be added to the list.",
                            "field_498007": "true",
                            "field_498008": "A new review was added to the employee's list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 31,
                            "order": "31.00000000000000000000",
                            "created_on": "2022-07-12T19:59:10.641997+00:00",
                            "updated_on": "2022-07-14T17:37:34.018260+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Update an employee information.",
                            "field_498006": "Going back to the employee's record, the new information should be reflected.",
                            "field_498007": "true",
                            "field_498008": "New information were displayed.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 32,
                            "order": "32.00000000000000000000",
                            "created_on": "2022-07-12T19:59:11.723688+00:00",
                            "updated_on": "2022-07-14T17:37:34.028325+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Remove an employee.",
                            "field_498006": "The deleted employee should not appear on the list.",
                            "field_498007": "true",
                            "field_498008": "The deleted employee is now not on the list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 33,
                            "order": "33.00000000000000000000",
                            "created_on": "2022-07-12T19:59:12.850914+00:00",
                            "updated_on": "2022-07-14T17:37:34.041713+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "6",
                            "field_498004": null,
                            "field_498005": "Add another review for a new employee.",
                            "field_498006": "A new review record should be added to the list.",
                            "field_498007": "true",
                            "field_498008": "A new review was added to the employee's list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 34,
                            "order": "34.00000000000000000000",
                            "created_on": "2022-07-12T19:59:13.906543+00:00",
                            "updated_on": "2022-07-14T17:37:45.089302+00:00",
                            "field_497956": null,
                            "field_497957": [
                                6
                            ],
                            "field_498003": "7",
                            "field_498004": null,
                            "field_498005": "Logout to the web app.",
                            "field_498006": "You should be properly logged out of the web app.",
                            "field_498007": "true",
                            "field_498008": "No errors found.",
                            "field_498009": "All went well.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 35,
                            "order": "35.00000000000000000000",
                            "created_on": "2022-07-12T19:59:15.533390+00:00",
                            "updated_on": "2022-07-14T17:41:54.925088+00:00",
                            "field_497956": null,
                            "field_497957": [
                                7
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Check that the new update settings function is working as expected.",
                            "field_498006": "You should be able to update a few more functions.",
                            "field_498007": "true",
                            "field_498008": "Working as expected.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 36,
                            "order": "36.00000000000000000000",
                            "created_on": "2022-07-12T19:59:16.479519+00:00",
                            "updated_on": "2022-07-14T17:42:44.198877+00:00",
                            "field_497956": null,
                            "field_497957": [
                                7
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Verify that the search bar is working properly.",
                            "field_498006": "The search bar should be more interactive.",
                            "field_498007": "true",
                            "field_498008": "The search bar worked fine.",
                            "field_498009": "This worked fast.",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 37,
                            "order": "37.00000000000000000000",
                            "created_on": "2022-07-12T19:59:17.387005+00:00",
                            "updated_on": "2022-07-14T17:42:27.609272+00:00",
                            "field_497956": null,
                            "field_497957": [
                                7
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Confirm that the new tool tips are present.",
                            "field_498006": "The new tool tips animate.",
                            "field_498007": "true",
                            "field_498008": "Tool tips animated smoothly.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 38,
                            "order": "38.00000000000000000000",
                            "created_on": "2022-07-12T19:59:18.418329+00:00",
                            "updated_on": "2022-07-15T16:25:29.886453+00:00",
                            "field_497956": null,
                            "field_497957": [
                                8
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Using a test username and password, login to the web app.",
                            "field_498006": "The dashboard should load and display the user info.",
                            "field_498007": "true",
                            "field_498008": "Complete user information were displayed.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 39,
                            "order": "39.00000000000000000000",
                            "created_on": "2022-07-12T19:59:19.709453+00:00",
                            "updated_on": "2022-07-15T16:26:39.495094+00:00",
                            "field_497956": null,
                            "field_497957": [
                                8
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Try adding a new brand asset.",
                            "field_498006": "A new brand asset was successfully added.",
                            "field_498007": "true",
                            "field_498008": "The new asset was added to the list.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 40,
                            "order": "40.00000000000000000000",
                            "created_on": "2022-07-12T19:59:20.857688+00:00",
                            "updated_on": "2022-07-15T16:42:58.071193+00:00",
                            "field_497956": null,
                            "field_497957": [
                                8
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Update an existing brand asset.",
                            "field_498006": "The new information was displayed after the update.",
                            "field_498007": "true",
                            "field_498008": "The update should be successful.",
                            "field_498009": "Meeting is scheduled later regarding this test to suggest a possible minor enhancement.",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 41,
                            "order": "41.00000000000000000000",
                            "created_on": "2022-07-12T19:59:22.430787+00:00",
                            "updated_on": "2022-07-15T16:30:23.619566+00:00",
                            "field_497956": null,
                            "field_497957": [
                                8
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "The page is redirected to the home page.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 42,
                            "order": "42.00000000000000000000",
                            "created_on": "2022-07-12T19:59:23.450636+00:00",
                            "updated_on": "2022-07-15T16:30:29.794378+00:00",
                            "field_497956": null,
                            "field_497957": [
                                9
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Using a test username and password, login to the web app.",
                            "field_498006": "The dashboard should load and display the user info.",
                            "field_498007": "true",
                            "field_498008": "Complete user information were displayed.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 43,
                            "order": "43.00000000000000000000",
                            "created_on": "2022-07-12T19:59:24.707346+00:00",
                            "updated_on": "2022-07-15T16:39:54.392772+00:00",
                            "field_497956": null,
                            "field_497957": [
                                9
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Try adding a new brand asset.",
                            "field_498006": "A new brand asset was successfully added.",
                            "field_498007": "true",
                            "field_498008": "The new asset was added to the list.",
                            "field_498009": "Need to contact the developers.",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 44,
                            "order": "44.00000000000000000000",
                            "created_on": "2022-07-12T19:59:25.646065+00:00",
                            "updated_on": "2022-07-15T16:30:35.342700+00:00",
                            "field_497956": null,
                            "field_497957": [
                                9
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Update an existing brand asset.",
                            "field_498006": "The new information was displayed after the update.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 45,
                            "order": "45.00000000000000000000",
                            "created_on": "2022-07-12T19:59:26.555999+00:00",
                            "updated_on": "2022-07-15T16:30:15.603177+00:00",
                            "field_497956": null,
                            "field_497957": [
                                9
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Logout of the web app.",
                            "field_498006": "The page is redirected to the home page.",
                            "field_498007": "false",
                            "field_498008": null,
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 46,
                            "order": "46.00000000000000000000",
                            "created_on": "2022-07-12T19:59:27.560881+00:00",
                            "updated_on": "2022-07-15T16:39:21.821489+00:00",
                            "field_497956": null,
                            "field_497957": [
                                10
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Try using the admin user account to login.",
                            "field_498006": "All functions and features should be available on the dashboard's menu.",
                            "field_498007": "true",
                            "field_498008": "All functions and features were completely displayed.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 47,
                            "order": "47.00000000000000000000",
                            "created_on": "2022-07-12T19:59:28.723112+00:00",
                            "updated_on": "2022-07-15T16:41:02.728009+00:00",
                            "field_497956": null,
                            "field_497957": [
                                10
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Navigate to the lookup settings and update the appropriate data.",
                            "field_498006": "The lookup page should be prepopulated with default data.",
                            "field_498007": "true",
                            "field_498008": "All lookup data were updated successfully.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 48,
                            "order": "48.00000000000000000000",
                            "created_on": "2022-07-12T19:59:30.108459+00:00",
                            "updated_on": "2022-07-15T16:41:17.859391+00:00",
                            "field_497956": null,
                            "field_497957": [
                                10
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Add a new risk record.",
                            "field_498006": "Risk formula computations should work and set all results automatically on the screen.",
                            "field_498007": "true",
                            "field_498008": "A new record was added successfully.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 49,
                            "order": "49.00000000000000000000",
                            "created_on": "2022-07-12T19:59:31.321685+00:00",
                            "updated_on": "2022-07-15T16:41:41.910722+00:00",
                            "field_497956": null,
                            "field_497957": [
                                10
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Verify all the updated information on the dashboard and confirm that all changes are reflected.",
                            "field_498006": "The dashboard should reflect all updates made.",
                            "field_498007": "true",
                            "field_498008": "Changes were all reflected on the dashboard.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 50,
                            "order": "50.00000000000000000000",
                            "created_on": "2022-07-12T19:59:32.373453+00:00",
                            "updated_on": "2022-07-15T16:41:59.227235+00:00",
                            "field_497956": null,
                            "field_497957": [
                                10
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Click on the logout button.",
                            "field_498006": "The browser session is back to the login page.",
                            "field_498007": "true",
                            "field_498008": "The browser was back to the login page.",
                            "field_498009": null,
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 51,
                            "order": "51.00000000000000000000",
                            "created_on": "2022-07-14T17:44:43.860798+00:00",
                            "updated_on": "2022-07-15T16:43:21.402502+00:00",
                            "field_497956": null,
                            "field_497957": [
                                11
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Try using the admin user account to login.",
                            "field_498006": "All functions and features should be available on the dashboard's menu.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 52,
                            "order": "51.00000000000000000000",
                            "created_on": "2022-07-14T17:44:44.733187+00:00",
                            "updated_on": "2022-07-15T16:43:21.412835+00:00",
                            "field_497956": null,
                            "field_497957": [
                                11
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Navigate to the lookup settings and update the appropriate data.",
                            "field_498006": "The lookup page should be prepopulated with default data.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 53,
                            "order": "52.00000000000000000000",
                            "created_on": "2022-07-14T17:44:45.995951+00:00",
                            "updated_on": "2022-07-15T16:43:21.419996+00:00",
                            "field_497956": null,
                            "field_497957": [
                                11
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Add a new risk record.",
                            "field_498006": "Risk formula computations should work and set all results automatically on the screen.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 54,
                            "order": "53.00000000000000000000",
                            "created_on": "2022-07-14T17:45:18.871112+00:00",
                            "updated_on": "2022-07-15T16:43:21.427074+00:00",
                            "field_497956": null,
                            "field_497957": [
                                11
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Verify all the updated information on the dashboard and confirm that all changes are reflected.",
                            "field_498006": "The dashboard should reflect all updates made.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 55,
                            "order": "54.00000000000000000000",
                            "created_on": "2022-07-14T17:45:19.826604+00:00",
                            "updated_on": "2022-07-15T16:43:21.435378+00:00",
                            "field_497956": null,
                            "field_497957": [
                                11
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Click on the logout button.",
                            "field_498006": "The browser session is back to the login page.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 56,
                            "order": "55.00000000000000000000",
                            "created_on": "2022-07-14T17:45:32.035370+00:00",
                            "updated_on": "2022-07-15T16:43:47.278926+00:00",
                            "field_497956": null,
                            "field_497957": [
                                12
                            ],
                            "field_498003": "1",
                            "field_498004": null,
                            "field_498005": "Try using the admin user account to login.",
                            "field_498006": "All functions and features should be available on the dashboard's menu.",
                            "field_498007": "true",
                            "field_498008": "All functions and features were completely displayed.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 57,
                            "order": "56.00000000000000000000",
                            "created_on": "2022-07-14T17:45:34.544893+00:00",
                            "updated_on": "2022-07-15T16:43:47.295862+00:00",
                            "field_497956": null,
                            "field_497957": [
                                12
                            ],
                            "field_498003": "2",
                            "field_498004": null,
                            "field_498005": "Navigate to the lookup settings and update the appropriate data.",
                            "field_498006": "The lookup page should be prepopulated with default data.",
                            "field_498007": "true",
                            "field_498008": "All lookup data were updated successfully.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 58,
                            "order": "57.00000000000000000000",
                            "created_on": "2022-07-14T17:45:40.236304+00:00",
                            "updated_on": "2022-07-15T16:43:47.307931+00:00",
                            "field_497956": null,
                            "field_497957": [
                                12
                            ],
                            "field_498003": "3",
                            "field_498004": null,
                            "field_498005": "Add a new risk record.",
                            "field_498006": "Risk formula computations should work and set all results automatically on the screen.",
                            "field_498007": "true",
                            "field_498008": "A new record was added successfully.",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 59,
                            "order": "58.00000000000000000000",
                            "created_on": "2022-07-14T17:45:55.410525+00:00",
                            "updated_on": "2022-07-15T16:43:47.321508+00:00",
                            "field_497956": null,
                            "field_497957": [
                                12
                            ],
                            "field_498003": "4",
                            "field_498004": null,
                            "field_498005": "Verify all the updated information on the dashboard and confirm that all changes are reflected.",
                            "field_498006": "The dashboard should reflect all updates made.",
                            "field_498007": "true",
                            "field_498008": "Changes were all reflected on the dashboard.",
                            "field_498009": "Possible low priority bug was found.",
                            "field_498010": null,
                            "field_498011": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        },
                        {
                            "id": 60,
                            "order": "59.00000000000000000000",
                            "created_on": "2022-07-14T17:45:57.422028+00:00",
                            "updated_on": "2022-07-15T16:43:51.460732+00:00",
                            "field_497956": null,
                            "field_497957": [
                                12
                            ],
                            "field_498003": "5",
                            "field_498004": null,
                            "field_498005": "Click on the logout button.",
                            "field_498006": "The browser session is back to the login page.",
                            "field_498007": "false",
                            "field_498008": "",
                            "field_498009": "",
                            "field_498010": null,
                            "field_498011": [],
                            "field_498012": null,
                            "field_498013": null,
                            "field_498014": null,
                            "field_503222": null
                        }
                    ]
                },
                {
                    "id": 81842,
                    "name": "Clients",
                    "order": 3,
                    "fields": [
                        {
                            "id": 497950,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 497951,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 497970,
                            "type": "link_row",
                            "name": "Related projects",
                            "order": 3,
                            "primary": false,
                            "link_row_table_id": 81843,
                            "link_row_related_field_id": 497969,
                            "has_related_field": true
                        },
                        {
                            "id": 497997,
                            "type": "single_select",
                            "name": "Industry",
                            "order": 4,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 171781,
                                    "value": "Agriculture",
                                    "color": "light-gray",
                                    "order": 0
                                },
                                {
                                    "id": 171782,
                                    "value": "Automotive",
                                    "color": "light-red",
                                    "order": 1
                                },
                                {
                                    "id": 171866,
                                    "value": "Computer hardware",
                                    "color": "light-orange",
                                    "order": 2
                                },
                                {
                                    "id": 171867,
                                    "value": "Computer software",
                                    "color": "light-green",
                                    "order": 3
                                },
                                {
                                    "id": 171868,
                                    "value": "Construction",
                                    "color": "light-blue",
                                    "order": 4
                                },
                                {
                                    "id": 171869,
                                    "value": "Education",
                                    "color": "gray",
                                    "order": 5
                                },
                                {
                                    "id": 171870,
                                    "value": "Entertainment",
                                    "color": "red",
                                    "order": 6
                                },
                                {
                                    "id": 171871,
                                    "value": "Finance",
                                    "color": "orange",
                                    "order": 7
                                },
                                {
                                    "id": 171872,
                                    "value": "Food and beverage",
                                    "color": "green",
                                    "order": 8
                                },
                                {
                                    "id": 171873,
                                    "value": "Healthcare",
                                    "color": "blue",
                                    "order": 9
                                },
                                {
                                    "id": 171874,
                                    "value": "Insurance",
                                    "color": "dark-gray",
                                    "order": 10
                                },
                                {
                                    "id": 171875,
                                    "value": "Manufacturing",
                                    "color": "dark-red",
                                    "order": 11
                                },
                                {
                                    "id": 171876,
                                    "value": "Mining",
                                    "color": "dark-orange",
                                    "order": 12
                                },
                                {
                                    "id": 171877,
                                    "value": "Public sector",
                                    "color": "dark-green",
                                    "order": 13
                                },
                                {
                                    "id": 171878,
                                    "value": "Real estate",
                                    "color": "dark-blue",
                                    "order": 14
                                },
                                {
                                    "id": 171879,
                                    "value": "Retail",
                                    "color": "light-gray",
                                    "order": 15
                                },
                                {
                                    "id": 171880,
                                    "value": "Technology",
                                    "color": "light-red",
                                    "order": 16
                                },
                                {
                                    "id": 171881,
                                    "value": "Telecommunications",
                                    "color": "light-orange",
                                    "order": 17
                                },
                                {
                                    "id": 171882,
                                    "value": "Transportation",
                                    "color": "light-green",
                                    "order": 18
                                }
                            ]
                        },
                        {
                            "id": 497998,
                            "type": "url",
                            "name": "Website",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 497999,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 498000,
                            "type": "formula",
                            "name": "Projects 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 projects'))",
                            "formula_type": "number"
                        },
                        {
                            "id": 498001,
                            "type": "formula",
                            "name": "Users count",
                            "order": 8,
                            "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( \n  filter( \n    field(\"Related users\"), \n    lookup(\"Related users\", \"Is active\") \n  ) \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 498022,
                            "type": "link_row",
                            "name": "Related users",
                            "order": 9,
                            "primary": false,
                            "link_row_table_id": 81608,
                            "link_row_related_field_id": 496386,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 109644,
                            "type": "grid",
                            "name": "All clients",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26493,
                                    "field_id": 497950,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 651556,
                                    "field_id": 497950,
                                    "width": 151,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 651554,
                                    "field_id": 497951,
                                    "width": 273,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651586,
                                    "field_id": 497970,
                                    "width": 160,
                                    "hidden": true,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651599,
                                    "field_id": 497997,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651600,
                                    "field_id": 497998,
                                    "width": 189,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651601,
                                    "field_id": 497999,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651602,
                                    "field_id": 498000,
                                    "width": 148,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 651603,
                                    "field_id": 498001,
                                    "width": 135,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 651642,
                                    "field_id": 498022,
                                    "width": 145,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110761,
                            "type": "form",
                            "name": "Add a client",
                            "order": 2,
                            "public": false,
                            "title": "Add a client",
                            "description": "",
                            "cover_image": {
                                "name": "bz2zVi5bySOSVO4LKeXJDDvEQbVUGI30_1f921abf165566b0ce51d3b020a6c225c9a131742c6c4c285642e420f165fe48.jpg",
                                "original_name": "Header_Clients.04.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A client was successfully added. To add another client, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 37259,
                                    "field_id": 497950,
                                    "name": "",
                                    "description": "Please enter the client's name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37260,
                                    "field_id": 497951,
                                    "name": "",
                                    "description": "Enter any information about the client or the client's business.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37261,
                                    "field_id": 497970,
                                    "name": "Project",
                                    "description": "Please select the project or product that this client uses.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37262,
                                    "field_id": 497997,
                                    "name": "",
                                    "description": "Please choose the industry that this client belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37263,
                                    "field_id": 497998,
                                    "name": "",
                                    "description": "Please enter the client's website URL.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37264,
                                    "field_id": 497999,
                                    "name": "",
                                    "description": "Write down below any remarks or other notes about this client.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37265,
                                    "field_id": 498000,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37266,
                                    "field_id": 498001,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37267,
                                    "field_id": 498022,
                                    "name": "Tester",
                                    "description": "Please select the user that will be executing tests for the client.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 110762,
                            "type": "kanban",
                            "name": "By industry",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 497997,
                            "field_options": [
                                {
                                    "id": 11790,
                                    "field_id": 497950,
                                    "hidden": false,
                                    "order": 0
                                },
                                {
                                    "id": 11791,
                                    "field_id": 497951,
                                    "hidden": true,
                                    "order": 1
                                },
                                {
                                    "id": 11793,
                                    "field_id": 497997,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 11792,
                                    "field_id": 497970,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 11794,
                                    "field_id": 497998,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 11795,
                                    "field_id": 497999,
                                    "hidden": true,
                                    "order": 5
                                },
                                {
                                    "id": 11796,
                                    "field_id": 498000,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 11797,
                                    "field_id": 498001,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 11798,
                                    "field_id": 498022,
                                    "hidden": true,
                                    "order": 8
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-07-12T19:43:06.771420+00:00",
                            "updated_on": "2022-07-13T08:33:15.674869+00:00",
                            "field_497950": "Blue Open Mind",
                            "field_497951": "People have to make choices about their futures every day, whether it's about their education, health care, investments, or plans for when they retire. These decisions can be hard to understand and make. We're here to give people the confidence to make these kinds of decisions. We do this by getting to know them, making the choices they have to make easier, and being there for them every step of the way, so they never have to be unsure of what to do. This is what we call our mission: making decisions easier. Lives are made better. Every day, we want to make it happen.",
                            "field_497970": [
                                2
                            ],
                            "field_497997": 171874,
                            "field_497998": "www.blueopenmindbr.com",
                            "field_497999": "They have a very persuasive team.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                11
                            ]
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-07-12T19:43:06.771508+00:00",
                            "updated_on": "2022-07-13T08:37:18.472871+00:00",
                            "field_497950": "Breadbox",
                            "field_497951": "From concept to finished product to marketing and distribution, Breadbox facilitates the entire entertainment value chain. \n\nWe tell daring stories to audiences all over the world with the power of a studio and the independence of an indie.\n\nOur executive team is united by a creative ambition to bring fantastic concepts, compelling narratives, and cutting-edge platforms to life and to audiences in every corner of the globe.\n\nMajor hubs of ours can be found in Los Angeles, the UK, Manila, and other places around the world.",
                            "field_497970": [
                                1
                            ],
                            "field_497997": 171870,
                            "field_497998": "www.breadboxbr.com",
                            "field_497999": "Very lively crowd.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                14,
                                16
                            ]
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-07-13T08:36:05.207409+00:00",
                            "updated_on": "2022-07-13T08:46:10.257536+00:00",
                            "field_497950": "Dandelion Shops",
                            "field_497951": "People can save money and live better with the help of Dandelion Shops. Dandelion Shops International keeps this promise by giving millions of customers in 23 countries outside the U.S. value and convenience.\n\nBecause we look at the world in a unique way, we can see connections that others can't and come up with new ideas that make customers' lives easier. To help our core businesses, we are also building strategic partnerships through equity investments.\n\nOur plan is to build strong local businesses that are powered by Dandelion Shops. At the same time, we want to help the company and our partners grow and have a positive effect on our stakeholders.",
                            "field_497970": [
                                1
                            ],
                            "field_497997": 171879,
                            "field_497998": "www.dandelionindustriesbr.com",
                            "field_497999": "Signs contracts every quarter.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                3
                            ]
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-07-13T08:36:07.300216+00:00",
                            "updated_on": "2022-07-13T08:38:55.935984+00:00",
                            "field_497950": "Gamine Services",
                            "field_497951": "What we do today lays the groundwork for tomorrow's possibilities, so it's incumbent upon us as a society and an industry to collaborate for a brighter, more sustainable tomorrow. \n \nOur mission is to use the transformative potential of mobile connectivity to build a better world, and our vision details the specific contribution that Gamine Services will make toward realizing that vision.\n  \nOur technology was the first to connect people, and it will soon connect everything.  \n \nOur role as a connector and orchestrator encompasses a wide range of responsibilities, including but not limited to: shaping and validating new solutions in innovation environments; fostering global partnerships to increase the positive impact of technology on a larger scale; and more.",
                            "field_497970": [
                                3
                            ],
                            "field_497997": 171881,
                            "field_497998": "www.gamineservicesbr.com",
                            "field_497999": "Big office in downtown.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                15
                            ]
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-07-13T08:36:09.753222+00:00",
                            "updated_on": "2022-07-13T08:40:42.475183+00:00",
                            "field_497950": "Gold Grit Global",
                            "field_497951": "Gold Grit Global is a top-tier, rapidly expanding financial services provider. In 2007, a group of daring professionals pooled together just 3,000,000 PHP to launch a new company in the consumer financing industry. Due to its strong demand and financial standing, Gold Grit Global had a promising beginning.\nMore than eighty locations across the country and a staff of more than 700 people allow this company to meet the financial needs of consumers and businesses across the country.\nPersonal loans for employees and seafarers, vehicle mortgages, unsecured business loans, and consumer loans like 2nd hand vehicle financing are just some of the financial options offered by Gold Grit Global.\nThe company is well-positioned to serve a wider share of the market thanks to its cheap interest rates and quick processing time, while also meeting the needs of its core customers in the unbanked and underserved sector.",
                            "field_497970": [
                                5
                            ],
                            "field_497997": 171871,
                            "field_497998": "www.goldgritglobalbr.com",
                            "field_497999": "Conducts regular audits.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                5
                            ]
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-07-13T08:40:50.117218+00:00",
                            "updated_on": "2022-07-13T08:43:52.572200+00:00",
                            "field_497950": "Kernel Industries",
                            "field_497951": "A rented storefront in Santa Rosa's suburbs was the first location for Kernel Industries. We had seven employees, a few carpenters, a computer, and two folding card tables. We were motivated, dedicated, energetic, and had a clear goal in mind.\n \nOur competitive advantage lies in our team's ability to understand your requirements, create a compelling vision for them, and then execute on that vision.\n \nIn the event of a new build, an addition, or a remodel, we develop individualized strategies. To ensure that you receive the precise creative solutions, technology, and materials you require, we have assembled a team of in-house experts in addition to a wide network of specialists. Our goal with every project is to design and build a space that exceeds expectations and delights our clients.",
                            "field_497970": [
                                5
                            ],
                            "field_497997": 171868,
                            "field_497998": "www.kernelindustriesbr.com",
                            "field_497999": "Ships a lot of steel every month.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                7
                            ]
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-07-13T08:40:51.699685+00:00",
                            "updated_on": "2022-07-13T08:48:25.760627+00:00",
                            "field_497950": "Mojito Systems",
                            "field_497951": "Mojito Systems, which began in 2005 with the production of a single beer in a single brewery, has expanded its offerings over the past decade to include a wide variety of beer styles and flavors to meet the needs of beer drinkers in every region of Asia. As of now, its portfolio includes ten well-known and respected beer labels.\u00a0\n\nWith nine production facilities spread out across Asia, Mojito Systems can guarantee both the availability and freshness of its products. It also has a well-developed distribution network that supplies more than 200,000 stores.",
                            "field_497970": [
                                4
                            ],
                            "field_497997": 171872,
                            "field_497998": "www.mojitosystemsbr.com",
                            "field_497999": "They regularly invite us to hang out.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                4
                            ]
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-07-13T08:40:53.991703+00:00",
                            "updated_on": "2022-07-13T08:50:18.506021+00:00",
                            "field_497950": "Skylight Technologies",
                            "field_497951": "Our organization is a wellness center that uses the most effective long-term weight reduction method in the world.\n\nMillions have been motivated to work together and embark on a path toward constructive, long-lasting change thanks to our efforts over many years. We need to get up and about more. So that they can succeed despite the odds. Attempting to accomplish something beyond their wildest dreams.\n\nIt is true that our best days are yet to come.\n\nWellness as a concept has recently gained mainstream attention. People's health isn't improving, but their attitudes are.",
                            "field_497970": [
                                2
                            ],
                            "field_497997": 171873,
                            "field_497998": "www.skylighttechnologiesbr.com",
                            "field_497999": "Always in a hurry.",
                            "field_498000": null,
                            "field_498001": null,
                            "field_498022": [
                                10
                            ]
                        }
                    ]
                },
                {
                    "id": 81843,
                    "name": "Projects",
                    "order": 4,
                    "fields": [
                        {
                            "id": 497953,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 497954,
                            "type": "long_text",
                            "name": "Description",
                            "order": 1,
                            "primary": false
                        },
                        {
                            "id": 497955,
                            "type": "text",
                            "name": "Batch ID",
                            "order": 2,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 497961,
                            "type": "text",
                            "name": "Server name",
                            "order": 3,
                            "primary": false,
                            "text_default": ""
                        },
                        {
                            "id": 497969,
                            "type": "link_row",
                            "name": "Client",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 81842,
                            "link_row_related_field_id": 497970,
                            "has_related_field": true
                        },
                        {
                            "id": 497971,
                            "type": "link_row",
                            "name": "Project manager",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 81608,
                            "link_row_related_field_id": 497972,
                            "has_related_field": true
                        },
                        {
                            "id": 497973,
                            "type": "formula",
                            "name": "Tests count",
                            "order": 6,
                            "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 tests\"))",
                            "formula_type": "number"
                        },
                        {
                            "id": 497974,
                            "type": "formula",
                            "name": "Tests accepted (%)",
                            "order": 7,
                            "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  field(\"Tests count\") = 0, \n  \"\", \n  concat( \n    round( \n      field(\"Percentage for filter\"), \n      2 \n    ), \n    \"%\" \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 497975,
                            "type": "file",
                            "name": "Attachments",
                            "order": 8,
                            "primary": false
                        },
                        {
                            "id": 497986,
                            "type": "link_row",
                            "name": "Related tests",
                            "order": 9,
                            "primary": false,
                            "link_row_table_id": 81841,
                            "link_row_related_field_id": 497985,
                            "has_related_field": true
                        },
                        {
                            "id": 499629,
                            "type": "formula",
                            "name": "Percentage for filter",
                            "order": 10,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 2,
                            "array_formula_type": null,
                            "formula": "if( \n  field(\"Tests count\") = 0, \n  0, \n  multiply( \n    divide( \n      count( \n        filter( \n          field(\"Related tests\"), \n          lookup(\"Related tests\", \"Is accepted\") \n        ) \n      ), \n      field(\"Tests count\") \n    ), \n    100 \n  ) \n)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 109645,
                            "type": "grid",
                            "name": "All projects",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26491,
                                    "field_id": 497953,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 569,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "190abfbc-d7c0-4ff2-9d16-645ceb130461",
                                                        "type": "higher_than",
                                                        "field": 497973,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 651559,
                                    "field_id": 497953,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 651557,
                                    "field_id": 497954,
                                    "width": 194,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651558,
                                    "field_id": 497955,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651571,
                                    "field_id": 497961,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651572,
                                    "field_id": 497969,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651573,
                                    "field_id": 497971,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651574,
                                    "field_id": 497973,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 651575,
                                    "field_id": 497974,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651576,
                                    "field_id": 497975,
                                    "width": 143,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651583,
                                    "field_id": 497986,
                                    "width": 150,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 652816,
                                    "field_id": 499629,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110764,
                            "type": "grid",
                            "name": "With incomplete tests",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26503,
                                    "field_id": 497953,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658326,
                                    "field_id": 497953,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658327,
                                    "field_id": 497954,
                                    "width": 194,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658328,
                                    "field_id": 497955,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658329,
                                    "field_id": 497961,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658330,
                                    "field_id": 497969,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658331,
                                    "field_id": 497971,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658332,
                                    "field_id": 497973,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658333,
                                    "field_id": 497974,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658334,
                                    "field_id": 497975,
                                    "width": 143,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658335,
                                    "field_id": 497986,
                                    "width": 150,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658336,
                                    "field_id": 499629,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110763,
                            "type": "grid",
                            "name": "With all tests accepted",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26502,
                                    "field_id": 497953,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658315,
                                    "field_id": 497953,
                                    "width": 178,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658316,
                                    "field_id": 497954,
                                    "width": 194,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658317,
                                    "field_id": 497955,
                                    "width": 113,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658318,
                                    "field_id": 497961,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658319,
                                    "field_id": 497969,
                                    "width": 266,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658320,
                                    "field_id": 497971,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658321,
                                    "field_id": 497973,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658322,
                                    "field_id": 497974,
                                    "width": 173,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658323,
                                    "field_id": 497975,
                                    "width": 143,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658324,
                                    "field_id": 497986,
                                    "width": 150,
                                    "hidden": true,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658325,
                                    "field_id": 499629,
                                    "width": 184,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110765,
                            "type": "form",
                            "name": "Add a project",
                            "order": 4,
                            "public": false,
                            "title": "Add a project",
                            "description": "",
                            "cover_image": {
                                "name": "cNmu7CZTn6Y0Z7QjFNTEFoctODQACdLt_b06951455d9d43b6b81c17f57c18b5a24232ccd99ba6bd6d432d61d670eee218.jpg",
                                "original_name": "Header_Projects.01.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A new project was added successfully. To add another project, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 37268,
                                    "field_id": 497953,
                                    "name": "",
                                    "description": "Please enter a unique name for this project.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37269,
                                    "field_id": 497954,
                                    "name": "",
                                    "description": "Include below a description or relevant details regarding this project.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37270,
                                    "field_id": 497955,
                                    "name": "Batch ID",
                                    "description": "Please provide the project's version, batch, or release number.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37271,
                                    "field_id": 497961,
                                    "name": "",
                                    "description": "Type in the unique identifier for this project's test environment.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37272,
                                    "field_id": 497969,
                                    "name": "",
                                    "description": "Please choose the client for whom this project is intended.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37273,
                                    "field_id": 497971,
                                    "name": "",
                                    "description": "Please indicate the project manager for this project.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37274,
                                    "field_id": 497973,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37275,
                                    "field_id": 497974,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37276,
                                    "field_id": 497975,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37277,
                                    "field_id": 497986,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37278,
                                    "field_id": 499629,
                                    "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-07-12T19:43:32.363090+00:00",
                            "updated_on": "2022-07-15T16:16:22.338897+00:00",
                            "field_497953": "Staff Review System BR",
                            "field_497954": "Manage employee performance reviews across the company with this comprehensive web app that organizes employees, departments, roles, and everything else you need for review periods!",
                            "field_497955": "2.0.25.75B",
                            "field_497961": "QA.Branch.05.Beta",
                            "field_497969": [
                                2,
                                3
                            ],
                            "field_497971": [
                                8
                            ],
                            "field_497973": null,
                            "field_497974": null,
                            "field_497975": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497986": [
                                5,
                                6
                            ],
                            "field_499629": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-07-12T19:43:32.363142+00:00",
                            "updated_on": "2022-07-14T17:55:32.941825+00:00",
                            "field_497953": "eDirectory BR",
                            "field_497954": "Make it easy to manage your company's employee information with this online directory that's suitable for small, medium, and large businesses!",
                            "field_497955": "5.2.78.25B",
                            "field_497961": "QA.Branch.09.Beta",
                            "field_497969": [
                                1,
                                8
                            ],
                            "field_497971": [
                                8
                            ],
                            "field_497973": null,
                            "field_497974": null,
                            "field_497975": [
                                {
                                    "name": "B1n0PbDLsoSDpq3sbi8WE0cGwAxFmmIK_980379aae4ada1b8dd8de87931d25356ce8e9a634ef7d08ebfc32ba76a9cbc60.png",
                                    "visible_name": "sample_error_log.png",
                                    "original_name": "sample_error_log.png"
                                }
                            ],
                            "field_497986": [
                                1,
                                2,
                                3,
                                4
                            ],
                            "field_499629": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-07-14T15:49:00.347877+00:00",
                            "updated_on": "2022-07-15T16:16:41.096566+00:00",
                            "field_497953": "Online Check-ins BR",
                            "field_497954": "A web-based scrum tool for team check-ins, whether sharing the same workplace or remotely coordinating, keeps track of the team's tasks, work status, and staff progress.",
                            "field_497955": "1.5.99.37B",
                            "field_497961": "QA.Branch.07.Beta",
                            "field_497969": [
                                4
                            ],
                            "field_497971": [
                                8
                            ],
                            "field_497973": null,
                            "field_497974": null,
                            "field_497975": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497986": [
                                7
                            ],
                            "field_499629": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-07-14T15:52:28.628506+00:00",
                            "updated_on": "2022-07-14T16:04:30.344337+00:00",
                            "field_497953": "Digital Brand Manager BR",
                            "field_497954": "An online brand asset management solution that enables businesses to manage digital assets such as logos, fonts, styles, copy, audio, and other resources!",
                            "field_497955": "0.9.25.57A",
                            "field_497961": "QA.Branch.02.Alpha",
                            "field_497969": [
                                7
                            ],
                            "field_497971": [
                                8
                            ],
                            "field_497973": null,
                            "field_497974": null,
                            "field_497975": [],
                            "field_497986": [
                                8,
                                9
                            ],
                            "field_499629": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-07-14T15:54:31.426416+00:00",
                            "updated_on": "2022-07-15T16:16:42.238610+00:00",
                            "field_497953": "Risk Manager BR",
                            "field_497954": "Assess and manage business risks with this online app that organizes your risk assessments into four database tables and several views.",
                            "field_497955": "0.8.95.99A",
                            "field_497961": "QA.Branch.03.Alpha",
                            "field_497969": [
                                5,
                                6
                            ],
                            "field_497971": [
                                8
                            ],
                            "field_497973": null,
                            "field_497974": null,
                            "field_497975": [
                                {
                                    "name": "zSSoYrEIK1PK78zaAwSjwVtlfWt2jzAX_236b474ba0c4750726dbaa16e0adca48f4315d563064166bf583a21893c12eb1.pdf",
                                    "visible_name": "sample_test_plan.pdf",
                                    "original_name": "sample_test_plan.pdf"
                                }
                            ],
                            "field_497986": [
                                10,
                                11,
                                12
                            ],
                            "field_499629": null
                        }
                    ]
                },
                {
                    "id": 81608,
                    "name": "Users",
                    "order": 5,
                    "fields": [
                        {
                            "id": 496377,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 496378,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 5,
                            "primary": false
                        },
                        {
                            "id": 496379,
                            "type": "file",
                            "name": "Photo",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 496380,
                            "type": "single_select",
                            "name": "Role",
                            "order": 7,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 171440,
                                    "value": "Client",
                                    "color": "green",
                                    "order": 0
                                },
                                {
                                    "id": 171441,
                                    "value": "QA tester",
                                    "color": "orange",
                                    "order": 1
                                },
                                {
                                    "id": 171442,
                                    "value": "QA manager",
                                    "color": "gray",
                                    "order": 2
                                },
                                {
                                    "id": 171443,
                                    "value": "Product manager",
                                    "color": "blue",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 496381,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 8,
                            "primary": false
                        },
                        {
                            "id": 496382,
                            "type": "email",
                            "name": "Email",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 496383,
                            "type": "formula",
                            "name": "Tests count",
                            "order": 10,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 0,
                            "array_formula_type": null,
                            "formula": "add( \n  count(field(\"Related tests as manager\")), \n  count(field(\"Related tests as tester\")) \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 496384,
                            "type": "formula",
                            "name": "Tests accepted (%)",
                            "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": "if( \n  field(\"Tests count\") = 0, \n  \"\", \n  concat( \n    round( \n      field(\"Percentage for filter\"), \n      2 \n    ), \n    \"%\" \n  ) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 496386,
                            "type": "link_row",
                            "name": "Company",
                            "order": 14,
                            "primary": false,
                            "link_row_table_id": 81842,
                            "link_row_related_field_id": 498022,
                            "has_related_field": true
                        },
                        {
                            "id": 497964,
                            "type": "link_row",
                            "name": "Related tests as manager",
                            "order": 15,
                            "primary": false,
                            "link_row_table_id": 81841,
                            "link_row_related_field_id": 497963,
                            "has_related_field": true
                        },
                        {
                            "id": 497972,
                            "type": "link_row",
                            "name": "Related projects",
                            "order": 16,
                            "primary": false,
                            "link_row_table_id": 81843,
                            "link_row_related_field_id": 497971,
                            "has_related_field": true
                        },
                        {
                            "id": 497990,
                            "type": "link_row",
                            "name": "Related tests as tester",
                            "order": 17,
                            "primary": false,
                            "link_row_table_id": 81841,
                            "link_row_related_field_id": 497989,
                            "has_related_field": true
                        },
                        {
                            "id": 498023,
                            "type": "boolean",
                            "name": "Is active",
                            "order": 18,
                            "primary": false
                        },
                        {
                            "id": 498658,
                            "type": "formula",
                            "name": "Percentage for filter",
                            "order": 19,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": 2,
                            "array_formula_type": null,
                            "formula": "if( \n  field(\"Tests count\") = 0, \n  0, \n  multiply( \n    divide( \n      add( \n        count( \n          filter( \n            field(\"Related tests as manager\"), \n            lookup(\"Related tests as manager\", \"Is accepted\") \n          ) \n        ), \n        count( \n          filter( \n            field(\"Related tests as tester\"), \n            lookup(\"Related tests as tester\", \"Is accepted\") \n          ) \n        ) \n      ), \n      field(\"Tests count\") \n    ), \n    100 \n  ) \n)",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 109303,
                            "type": "grid",
                            "name": "All users",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26075,
                                    "field_id": 496377,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [
                                {
                                    "id": 570,
                                    "type": "left_border_color",
                                    "value_provider_type": "conditional_color",
                                    "value_provider_conf": {
                                        "colors": [
                                            {
                                                "color": "dark-red",
                                                "filters": [
                                                    {
                                                        "id": "3d5b8aef-c2e8-4410-bcd9-ee4ee52fdeaf",
                                                        "type": "higher_than",
                                                        "field": 496383,
                                                        "value": "0"
                                                    }
                                                ],
                                                "operator": "AND"
                                            }
                                        ]
                                    },
                                    "order": 1
                                }
                            ],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 649122,
                                    "field_id": 496377,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 649123,
                                    "field_id": 496378,
                                    "width": 199,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649124,
                                    "field_id": 496379,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649125,
                                    "field_id": 496380,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649126,
                                    "field_id": 496381,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649127,
                                    "field_id": 496382,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649128,
                                    "field_id": 496383,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                },
                                {
                                    "id": 649129,
                                    "field_id": 496384,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 649131,
                                    "field_id": 496386,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 651587,
                                    "field_id": 497964,
                                    "width": 214,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651588,
                                    "field_id": 497972,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651598,
                                    "field_id": 497990,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 13,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 651640,
                                    "field_id": 498023,
                                    "width": 111,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 652436,
                                    "field_id": 498658,
                                    "width": 183,
                                    "hidden": true,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110778,
                            "type": "grid",
                            "name": "With all tests accepted",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 26528,
                                    "field_id": 496377,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658519,
                                    "field_id": 496377,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658520,
                                    "field_id": 496378,
                                    "width": 199,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658521,
                                    "field_id": 496379,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658522,
                                    "field_id": 496380,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658523,
                                    "field_id": 496381,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658524,
                                    "field_id": 496382,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658525,
                                    "field_id": 496383,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658526,
                                    "field_id": 496384,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658527,
                                    "field_id": 496386,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658528,
                                    "field_id": 497964,
                                    "width": 214,
                                    "hidden": true,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658529,
                                    "field_id": 497972,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658530,
                                    "field_id": 497990,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658531,
                                    "field_id": 498023,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658532,
                                    "field_id": 498658,
                                    "width": 183,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110779,
                            "type": "grid",
                            "name": "With incomplete tests",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 42960,
                                    "field_id": 496383,
                                    "type": "higher_than",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26529,
                                    "field_id": 496377,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658533,
                                    "field_id": 496377,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658534,
                                    "field_id": 496378,
                                    "width": 199,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658535,
                                    "field_id": 496379,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658536,
                                    "field_id": 496380,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658537,
                                    "field_id": 496381,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658538,
                                    "field_id": 496382,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658539,
                                    "field_id": 496383,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658540,
                                    "field_id": 496384,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658541,
                                    "field_id": 496386,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658542,
                                    "field_id": 497964,
                                    "width": 214,
                                    "hidden": true,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658543,
                                    "field_id": 497972,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658544,
                                    "field_id": 497990,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658545,
                                    "field_id": 498023,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658546,
                                    "field_id": 498658,
                                    "width": 183,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110780,
                            "type": "grid",
                            "name": "Without tests",
                            "order": 4,
                            "filter_type": "OR",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 42958,
                                    "field_id": 496383,
                                    "type": "equal",
                                    "value": "0"
                                },
                                {
                                    "id": 42959,
                                    "field_id": 496383,
                                    "type": "empty",
                                    "value": ""
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26530,
                                    "field_id": 496377,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 658547,
                                    "field_id": 496377,
                                    "width": 141,
                                    "hidden": false,
                                    "order": 13,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 658548,
                                    "field_id": 496378,
                                    "width": 199,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658549,
                                    "field_id": 496379,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658550,
                                    "field_id": 496380,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658551,
                                    "field_id": 496381,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658552,
                                    "field_id": 496382,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658553,
                                    "field_id": 496383,
                                    "width": 133,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658554,
                                    "field_id": 496384,
                                    "width": 175,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658555,
                                    "field_id": 496386,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658556,
                                    "field_id": 497964,
                                    "width": 214,
                                    "hidden": true,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658557,
                                    "field_id": 497972,
                                    "width": 161,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658558,
                                    "field_id": 497990,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 12,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 658559,
                                    "field_id": 498023,
                                    "width": 110,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "checked_count",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 658560,
                                    "field_id": 498658,
                                    "width": 183,
                                    "hidden": true,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 110348,
                            "type": "gallery",
                            "name": "Users gallery",
                            "order": 5,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 39272,
                                    "field_id": 498023,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 26379,
                                    "field_id": 496377,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 496379,
                            "field_options": [
                                {
                                    "id": 20986,
                                    "field_id": 496377,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 20987,
                                    "field_id": 496378,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20988,
                                    "field_id": 496379,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20989,
                                    "field_id": 496380,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 20990,
                                    "field_id": 496381,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 20991,
                                    "field_id": 496382,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20992,
                                    "field_id": 496383,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20993,
                                    "field_id": 496384,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 20994,
                                    "field_id": 496386,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20995,
                                    "field_id": 497964,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20996,
                                    "field_id": 497972,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20997,
                                    "field_id": 497990,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20998,
                                    "field_id": 498023,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 20999,
                                    "field_id": 498658,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        },
                        {
                            "id": 109306,
                            "type": "form",
                            "name": "Add a user",
                            "order": 6,
                            "public": false,
                            "title": "Add a new user",
                            "description": "",
                            "cover_image": {
                                "name": "Ua8qWiy7VCtTO6vwYZRHvj77igy03rB6_7abadf24943b6b6f256a585b8294f2684af7565443db8ec4217ad79274d2f5fa.jpg",
                                "original_name": "Header_Clients.03.jpg"
                            },
                            "logo_image": null,
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "A new user was successfully added. To add another user, please reload this page.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 36506,
                                    "field_id": 496377,
                                    "name": "",
                                    "description": "Please enter the user's full name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36509,
                                    "field_id": 496380,
                                    "name": "",
                                    "description": "Select the appropriate role or designation for the user.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36510,
                                    "field_id": 496381,
                                    "name": "",
                                    "description": "Type in the current phone number of this user.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36511,
                                    "field_id": 496382,
                                    "name": "",
                                    "description": "Type in the current email address of this user.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36515,
                                    "field_id": 496386,
                                    "name": "",
                                    "description": "Please specify the company to which this user belongs. Leave this field blank if the user is a member of our organization.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36507,
                                    "field_id": 496378,
                                    "name": "",
                                    "description": "Type in any remarks or other notes about this user.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37282,
                                    "field_id": 498023,
                                    "name": "",
                                    "description": "If this user is still active, mark the checkbox below.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36508,
                                    "field_id": 496379,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36512,
                                    "field_id": 496383,
                                    "name": "",
                                    "description": "Select the project this team member is leading.",
                                    "enabled": false,
                                    "required": false,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 36513,
                                    "field_id": 496384,
                                    "name": "",
                                    "description": "Select a project where this team member is a part of.",
                                    "enabled": false,
                                    "required": false,
                                    "order": 9,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37279,
                                    "field_id": 497964,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 10,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37280,
                                    "field_id": 497972,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 11,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37281,
                                    "field_id": 497990,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 12,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 37283,
                                    "field_id": 498658,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 13,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597157+00:00",
                            "updated_on": "2022-07-14T16:05:15.709306+00:00",
                            "field_496377": "Gordon Brickhouse",
                            "field_496378": "Left last summer after completing all his assignments.",
                            "field_496379": [
                                {
                                    "name": "07CK7frxPx2oYPDrGPF9tlXrGJHP3LlC_65578680c75acb4471817ec49bf2084bce212740156e18034c9f5e6fc1f8ed9a.jpg",
                                    "visible_name": "gordonbrickhouse.jpg",
                                    "original_name": "Man.04.jpg"
                                }
                            ],
                            "field_496380": 171441,
                            "field_496381": "(495) 302-1105",
                            "field_496382": "gordon.brickhouse@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "false",
                            "field_498658": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597743+00:00",
                            "updated_on": "2022-07-14T16:05:48.779045+00:00",
                            "field_496377": "Susan R. Glaze",
                            "field_496378": null,
                            "field_496379": [
                                {
                                    "name": "yK81iGevafGkK7C4zIObH33B5SiiZ8I2_b288ceb2b2c6d308d15df9c559688a3e8a34ff741eacf546e45bca3b8e33d560.jpg",
                                    "visible_name": "susanglaze.jpg",
                                    "original_name": "Woman.04.jpg"
                                }
                            ],
                            "field_496380": 171442,
                            "field_496381": "(495) 294-1003",
                            "field_496382": "susan.glaze@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [
                                5,
                                6,
                                7,
                                10,
                                11,
                                12
                            ],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597860+00:00",
                            "updated_on": "2022-07-14T16:33:48.389943+00:00",
                            "field_496377": "Kimberly Wagner",
                            "field_496378": "They're always on the dot.",
                            "field_496379": [
                                {
                                    "name": "rnAD3bxe2sdwDH5ljyjjyFyPBeUppoRO_70778329cf98cc52673776388474e947d1bb8f252537b139e672f1de67475dc8.jpg",
                                    "visible_name": "kimberlywagner.jpg",
                                    "original_name": "Woman.03.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(495) 125-1774",
                            "field_496382": "kimberly.wagner@dandelionindustriesbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                3
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                6
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597920+00:00",
                            "updated_on": "2022-07-14T16:31:25.518773+00:00",
                            "field_496377": "Donn Moore",
                            "field_496378": "Always brings a few of their sample products during meetings.",
                            "field_496379": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "donnmoore.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(495) 204-2944",
                            "field_496382": "donn.moore@mojitosystemsbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                7
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                8,
                                9
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597992+00:00",
                            "updated_on": "2022-07-14T16:35:23.086693+00:00",
                            "field_496377": "Steve Gray",
                            "field_496378": "Really good with numbers.",
                            "field_496379": [
                                {
                                    "name": "DpAJbcKkEftBO3d6kQ5Dp0JpnoRc2WQn_5826600e4f0d54d9d75ed7d1505705b09c94c2a738c09ae76a4bbc5ccce67b26.jpg",
                                    "visible_name": "stevegray.jpg",
                                    "original_name": "Man.05.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(495) 503-2044",
                            "field_496382": "steve.gray@goldgritglobalbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                5
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                10,
                                12
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.598066+00:00",
                            "updated_on": "2022-07-14T16:06:00.188506+00:00",
                            "field_496377": "Janet Cook",
                            "field_496378": null,
                            "field_496379": [
                                {
                                    "name": "1OVCOhvgDGBLZ8uqCaGFZFDURJFJt8xz_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg",
                                    "visible_name": "janetcook.jpg",
                                    "original_name": "Woman.01.jpg"
                                }
                            ],
                            "field_496380": 171441,
                            "field_496381": "(495) 406-2099",
                            "field_496382": "janet.cook@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-23T10:52:09.930271+00:00",
                            "updated_on": "2022-07-14T16:30:23.040197+00:00",
                            "field_496377": "Brandon Whayne",
                            "field_496378": "Strict with requirements.",
                            "field_496379": [
                                {
                                    "name": "eFoLZor5tbTsBrrvg95E9FdX9qyczP01_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg",
                                    "visible_name": "brandonwayne.jpg",
                                    "original_name": "Man.01.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(495) 555-7578",
                            "field_496382": "brandon.whayne@kernelindustriesbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                6
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                11
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-23T10:55:43.274010+00:00",
                            "updated_on": "2022-07-12T20:48:25.486633+00:00",
                            "field_496377": "Talia Algord",
                            "field_496378": null,
                            "field_496379": [
                                {
                                    "name": "k8wOHRNmh7kAcDPzGRNKCLVGUbOn2vgg_f4f3a606aa392f97d54e76e58891f161bb2d917c1eb2b3d878a324529303d828.jpg",
                                    "visible_name": "taliaalgord.jpg",
                                    "original_name": "Woman.05.jpg"
                                }
                            ],
                            "field_496380": 171443,
                            "field_496381": "(495) 555-8577",
                            "field_496382": "talia.algord@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [],
                            "field_497972": [
                                1,
                                2,
                                3,
                                4,
                                5
                            ],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-23T10:56:00.835413+00:00",
                            "updated_on": "2022-07-14T16:05:40.468468+00:00",
                            "field_496377": "Daniel Whayne",
                            "field_496378": null,
                            "field_496379": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "danielwayne.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_496380": 171441,
                            "field_496381": "(495) 555-7579",
                            "field_496382": "daniel.wayne@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 10,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-07-14T15:35:33.241259+00:00",
                            "updated_on": "2022-07-14T16:29:54.166661+00:00",
                            "field_496377": "Andrew Burkhart",
                            "field_496378": "Very good with documentations.",
                            "field_496379": [
                                {
                                    "name": "NyTIF7GxnPXJpF93W36ZunXyj9sjtVEW_9d40e288af10c906cb515d5905948641ff108744dcf8e3d9b440aaf8d06ad686.jpg",
                                    "visible_name": "Man.42.jpg",
                                    "original_name": "Man.42.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(205) 320-4823",
                            "field_496382": "andrew.burkhart@skylighttechnologiesbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                8
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                1,
                                3
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 11,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-07-14T15:36:27.385626+00:00",
                            "updated_on": "2022-07-14T16:33:20.067457+00:00",
                            "field_496377": "Karen Declue",
                            "field_496378": "A very persuasive individual.",
                            "field_496379": [
                                {
                                    "name": "ca43qqlpxhSKjWAqrpKknyWdlQbUy7n7_813fddc0d3b49352f52350e7a9d84095caaecb95ae63ae893ce4cb74741ba325.jpg",
                                    "visible_name": "Woman.25.jpg",
                                    "original_name": "Woman.25.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(740) 485-0074",
                            "field_496382": "karen.declue@blueopenmindbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                1
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                2,
                                4
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 12,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-07-14T15:37:37.317282+00:00",
                            "updated_on": "2022-07-14T16:05:51.940464+00:00",
                            "field_496377": "Marilyn Harris",
                            "field_496378": "",
                            "field_496379": [
                                {
                                    "name": "OByJ8CMEcTpHwrtgIr6P8wY6zWj6TDhb_5878d9c3a7122e29d5cf224e8ef92344d658d4408bb948653b8cb82660781886.jpg",
                                    "visible_name": "Woman.20.jpg",
                                    "original_name": "Woman.20.jpg"
                                }
                            ],
                            "field_496380": 171442,
                            "field_496381": "(412) 902-4573",
                            "field_496382": "marilyn.harris@bruattesters.net",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [],
                            "field_497964": [
                                1,
                                2,
                                3,
                                4,
                                8,
                                9
                            ],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 14,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-07-14T16:12:34.578556+00:00",
                            "updated_on": "2022-07-14T16:34:53.728171+00:00",
                            "field_496377": "Mary Martin",
                            "field_496378": "Always a pleasure to speak with.",
                            "field_496379": [
                                {
                                    "name": "LBasrspjZHKwVX48PqfzUCaWxrNHYMIp_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
                                    "visible_name": "Woman.12.jpg",
                                    "original_name": "Woman.12.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(410) 875-2791",
                            "field_496382": "mary.martin@breadboxbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                2
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                5
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 15,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-07-14T16:12:37.252968+00:00",
                            "updated_on": "2022-07-14T16:34:19.017585+00:00",
                            "field_496377": "Linda Byrum",
                            "field_496378": "They always have fancy new gadgets.",
                            "field_496379": [
                                {
                                    "name": "FS46T69dfc94nHl5hxkBsSHwKkrXTMt8_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
                                    "visible_name": "Woman.27.jpg",
                                    "original_name": "Woman.27.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(229) 477-7921",
                            "field_496382": "linda.byrum@gamineservicesbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                4
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [
                                7
                            ],
                            "field_498023": "true",
                            "field_498658": null
                        },
                        {
                            "id": 16,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-07-14T16:12:40.241563+00:00",
                            "updated_on": "2022-07-14T16:32:47.822500+00:00",
                            "field_496377": "Dorothy Boling",
                            "field_496378": "They tell us about their fascinating projects during meetings.",
                            "field_496379": [
                                {
                                    "name": "ObGz3XHF4utqgQKL9TvefNHOObX1UsL4_de8eecf3ede49e40d6d09382d9f150dc812d6326fefeb1d3d18c9e75f46b580f.jpg",
                                    "visible_name": "Woman.15.jpg",
                                    "original_name": "Woman.15.jpg"
                                }
                            ],
                            "field_496380": 171440,
                            "field_496381": "(352) 330-2823",
                            "field_496382": "dorothy.boling@breadboxbr.com",
                            "field_496383": null,
                            "field_496384": null,
                            "field_496386": [
                                2
                            ],
                            "field_497964": [],
                            "field_497972": [],
                            "field_497990": [],
                            "field_498023": "true",
                            "field_498658": null
                        }
                    ]
                }
            ]
        }
    ]
}
