{
    "baserow_template_version": 1,
    "name": "Team Check-ins",
    "icon": "iconoir-double-check",
    "keywords": [
        "team check-ins",
        "daily",
        "weekly",
        "tasks monitoring",
        "checklist",
        "to do",
        "task tracking",
        "agile",
        "team",
        "teams",
        "async",
        "scrum"
    ],
    "categories": [
        "Professional",
        "Project Management"
    ],
    "export": [
        {
            "id": 25127,
            "name": "Team Check-ins",
            "order": 1,
            "type": "database",
            "tables": [
                {
                    "id": 54607,
                    "name": "Check-ins",
                    "order": 1,
                    "fields": [
                        {
                            "id": 314158,
                            "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( \n  left(join(field(\"Created by\"),\"\"), 1), \n  regex_replace( \n    totext( \n      field(\"Date and time reported\") \n    ), \n    \"(-|:|\\s|\\t)\", \n    \"\" \n  ), \n  row_id() \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 314160,
                            "type": "created_on",
                            "name": "Date and time reported",
                            "order": 2,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        },
                        {
                            "id": 314161,
                            "type": "formula",
                            "name": "Week reported",
                            "order": 3,
                            "primary": false,
                            "error": null,
                            "date_format": null,
                            "date_include_time": null,
                            "date_time_format": null,
                            "number_decimal_places": null,
                            "array_formula_type": null,
                            "formula": "concat( \n  \"\ud83c\udf31 Week \", \n  field(\"Week number in the year\"), \n  \" of \", \n  totext(year(field(\"Date and time reported\"))) \n)",
                            "formula_type": "text"
                        },
                        {
                            "id": 314162,
                            "type": "link_row",
                            "name": "Created by",
                            "order": 4,
                            "primary": false,
                            "link_row_table_id": 54605,
                            "link_row_related_field_id": 314166,
                            "has_related_field": true
                        },
                        {
                            "id": 314163,
                            "type": "single_select",
                            "name": "Mood rating",
                            "order": 5,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 60202,
                                    "value": "\ud83e\udd74 Stuck",
                                    "color": "gray",
                                    "order": 0
                                },
                                {
                                    "id": 60203,
                                    "value": "\ud83d\ude10 Still trying",
                                    "color": "red",
                                    "order": 1
                                },
                                {
                                    "id": 60204,
                                    "value": "\ud83d\ude05 I'm on it",
                                    "color": "orange",
                                    "order": 2
                                },
                                {
                                    "id": 60205,
                                    "value": "\ud83d\ude07 Hopeful",
                                    "color": "green",
                                    "order": 3
                                },
                                {
                                    "id": 60206,
                                    "value": "\ud83e\udd29 Very confident",
                                    "color": "blue",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 314164,
                            "type": "lookup",
                            "name": "Project",
                            "order": 6,
                            "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": 314165,
                            "through_field_name": "Task",
                            "target_field_id": 316886,
                            "target_field_name": "Project"
                        },
                        {
                            "id": 314165,
                            "type": "link_row",
                            "name": "Task",
                            "order": 7,
                            "primary": false,
                            "link_row_table_id": 54603,
                            "link_row_related_field_id": 314167,
                            "has_related_field": true
                        },
                        {
                            "id": 314396,
                            "type": "formula",
                            "name": "Week number in the year",
                            "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": "ceil( \n  divide( \n    date_diff( \n      \"day\", \n      todate( \n        concat( \n          totext(year(field(\"Date and time reported\"))), \n          \"-01-01\" \n        ), \n        \"YYYY-MM-DD\" \n      ), \n      field(\"Date and time reported\") \n    ), \n    7 \n  ) \n)",
                            "formula_type": "number"
                        },
                        {
                            "id": 314730,
                            "type": "single_select",
                            "name": "Percent complete",
                            "order": 15,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 60439,
                                    "value": "0%",
                                    "color": "light-gray",
                                    "order": 0
                                },
                                {
                                    "id": 60429,
                                    "value": "10%",
                                    "color": "dark-gray",
                                    "order": 1
                                },
                                {
                                    "id": 60430,
                                    "value": "20%",
                                    "color": "light-red",
                                    "order": 2
                                },
                                {
                                    "id": 60431,
                                    "value": "30%",
                                    "color": "red",
                                    "order": 3
                                },
                                {
                                    "id": 60432,
                                    "value": "40%",
                                    "color": "dark-red",
                                    "order": 4
                                },
                                {
                                    "id": 60433,
                                    "value": "50%",
                                    "color": "light-orange",
                                    "order": 5
                                },
                                {
                                    "id": 60434,
                                    "value": "60%",
                                    "color": "orange",
                                    "order": 6
                                },
                                {
                                    "id": 60435,
                                    "value": "70%",
                                    "color": "dark-orange",
                                    "order": 7
                                },
                                {
                                    "id": 60436,
                                    "value": "80%",
                                    "color": "light-green",
                                    "order": 8
                                },
                                {
                                    "id": 60437,
                                    "value": "90%",
                                    "color": "green",
                                    "order": 9
                                },
                                {
                                    "id": 60438,
                                    "value": "100%",
                                    "color": "dark-green",
                                    "order": 10
                                }
                            ]
                        },
                        {
                            "id": 314731,
                            "type": "long_text",
                            "name": "Updates",
                            "order": 16,
                            "primary": false
                        },
                        {
                            "id": 314732,
                            "type": "long_text",
                            "name": "Impediments",
                            "order": 17,
                            "primary": false
                        },
                        {
                            "id": 314733,
                            "type": "last_modified",
                            "name": "Last updated",
                            "order": 18,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": true,
                            "date_time_format": "24",
                            "timezone": "Asia/Singapore"
                        }
                    ],
                    "views": [
                        {
                            "id": 69093,
                            "type": "grid",
                            "name": "All check-ins",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 69893,
                                    "field_id": 314160,
                                    "order": "DESC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "count",
                            "field_options": [
                                {
                                    "id": 384394,
                                    "field_id": 314158,
                                    "width": 139,
                                    "hidden": false,
                                    "order": 12,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 384396,
                                    "field_id": 314160,
                                    "width": 207,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384397,
                                    "field_id": 314161,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384398,
                                    "field_id": 314162,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384399,
                                    "field_id": 314163,
                                    "width": 166,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384400,
                                    "field_id": 314164,
                                    "width": 146,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384401,
                                    "field_id": 314165,
                                    "width": 164,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384688,
                                    "field_id": 314396,
                                    "width": 214,
                                    "hidden": true,
                                    "order": 11,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 385027,
                                    "field_id": 314730,
                                    "width": 183,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 385028,
                                    "field_id": 314731,
                                    "width": 297,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 385029,
                                    "field_id": 314732,
                                    "width": 274,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 385030,
                                    "field_id": 314733,
                                    "width": 149,
                                    "hidden": false,
                                    "order": 10,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 69185,
                            "type": "form",
                            "name": "Add new check-in",
                            "order": 2,
                            "public": false,
                            "title": "Individual Task Check-ins Entry Form",
                            "description": "",
                            "cover_image": {
                                "name": "g9JN5Bcjb2elcdybREYjwWhDEYyIppSI_7fb566b65ff538fe2454c6026cc98bba65a7da0d83d486024e367c12b877beb4.jpg",
                                "original_name": "Header_Game_Office.jpg"
                            },
                            "logo_image": {
                                "name": "zBD2M33GTx6UBTaLYnX54ulwCEfxzxvQ_1bc6386aa21d7c6d5dc5339aae302ded5d1cf89579e03775ecfcdb8b4bb3d30b.png",
                                "original_name": "TCLogo.V3.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Thank you for checking-in. You may check-in several tasks every day. Please complete another form for other tasks. Refresh this page to make a new check-in.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 16203,
                                    "field_id": 314158,
                                    "name": "Check-in identifier",
                                    "description": "Please provide a unique check-in identifier in this format: <Your Name> YYYY-MM-DD/##",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16204,
                                    "field_id": 314160,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16205,
                                    "field_id": 314161,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16206,
                                    "field_id": 314162,
                                    "name": "Check-in by",
                                    "description": "Please select your own name in the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16207,
                                    "field_id": 314163,
                                    "name": "",
                                    "description": "How do you feel about this task? Please select the current mood you have for this task.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16208,
                                    "field_id": 314164,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16209,
                                    "field_id": 314165,
                                    "name": "",
                                    "description": "Please select the specific task of a specific project you worked on for this check-in.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16210,
                                    "field_id": 314396,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16211,
                                    "field_id": 314730,
                                    "name": "Task completion status",
                                    "description": "Select the current percent of completion for work done for this task.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16212,
                                    "field_id": 314731,
                                    "name": "",
                                    "description": "Please state a brief summary of the work done for this task.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16213,
                                    "field_id": 314732,
                                    "name": "",
                                    "description": "Please raise any unresolved issue and other prerequisites related to completing this task.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 16214,
                                    "field_id": 314733,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 70527,
                            "type": "kanban",
                            "name": "Moods for today",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20115,
                                    "field_id": 314160,
                                    "type": "date_equals_today",
                                    "value": "Asia/Singapore"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 314163,
                            "field_options": [
                                {
                                    "id": 681,
                                    "field_id": 314158,
                                    "hidden": true,
                                    "order": 0
                                },
                                {
                                    "id": 684,
                                    "field_id": 314162,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 683,
                                    "field_id": 314161,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 682,
                                    "field_id": 314160,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 685,
                                    "field_id": 314163,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 686,
                                    "field_id": 314164,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 687,
                                    "field_id": 314165,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 689,
                                    "field_id": 314730,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 690,
                                    "field_id": 314731,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 691,
                                    "field_id": 314732,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 692,
                                    "field_id": 314733,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 688,
                                    "field_id": 314396,
                                    "hidden": true,
                                    "order": 11
                                }
                            ]
                        },
                        {
                            "id": 69595,
                            "type": "kanban",
                            "name": "Retrospective this month",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20113,
                                    "field_id": 314160,
                                    "type": "date_equals_month",
                                    "value": "Asia/Singapore"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 314163,
                            "field_options": [
                                {
                                    "id": 637,
                                    "field_id": 314158,
                                    "hidden": true,
                                    "order": 0
                                },
                                {
                                    "id": 640,
                                    "field_id": 314162,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 639,
                                    "field_id": 314161,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 638,
                                    "field_id": 314160,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 641,
                                    "field_id": 314163,
                                    "hidden": true,
                                    "order": 4
                                },
                                {
                                    "id": 642,
                                    "field_id": 314164,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 643,
                                    "field_id": 314165,
                                    "hidden": false,
                                    "order": 6
                                },
                                {
                                    "id": 645,
                                    "field_id": 314730,
                                    "hidden": false,
                                    "order": 7
                                },
                                {
                                    "id": 646,
                                    "field_id": 314731,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 647,
                                    "field_id": 314732,
                                    "hidden": true,
                                    "order": 9
                                },
                                {
                                    "id": 648,
                                    "field_id": 314733,
                                    "hidden": true,
                                    "order": 10
                                },
                                {
                                    "id": 644,
                                    "field_id": 314396,
                                    "hidden": true,
                                    "order": 11
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 1,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-23T10:33:49.848356+00:00",
                            "updated_on": "2022-04-20T06:31:17.950509+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                12
                            ],
                            "field_314396": null,
                            "field_314730": 60437,
                            "field_314731": "Almost done.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-23T10:33:49.848448+00:00",
                            "updated_on": "2022-04-20T06:31:26.187752+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                8
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                11
                            ],
                            "field_314396": null,
                            "field_314730": 60436,
                            "field_314731": "The list is getting more and more each day.",
                            "field_314732": "Nothing, just have to keep grinding.",
                            "field_314733": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-23T10:33:49.848522+00:00",
                            "updated_on": "2022-04-01T09:59:26.645503+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                9
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                6
                            ],
                            "field_314396": null,
                            "field_314730": 60435,
                            "field_314731": "Already have an idea for implementation.",
                            "field_314732": "Need a test server for this task.",
                            "field_314733": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-31T03:18:36.747917+00:00",
                            "updated_on": "2022-04-01T10:00:47.925714+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                8
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                11
                            ],
                            "field_314396": null,
                            "field_314730": 60437,
                            "field_314731": "The list is almost full.",
                            "field_314732": "The days are looking brighter.",
                            "field_314733": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-31T03:19:50.085311+00:00",
                            "updated_on": "2022-04-20T06:31:10.540136+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                12
                            ],
                            "field_314396": null,
                            "field_314730": 60438,
                            "field_314731": "The presentation is ready. \nSubmitted a copy via email.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 7,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-31T03:21:27.889857+00:00",
                            "updated_on": "2022-04-14T16:01:03.753425+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                9
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                6
                            ],
                            "field_314396": null,
                            "field_314730": 60436,
                            "field_314731": "I got a server from the manager.",
                            "field_314732": "Authentication is almost ready.",
                            "field_314733": null
                        },
                        {
                            "id": 8,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-31T03:27:32.376193+00:00",
                            "updated_on": "2022-04-14T16:01:49.619615+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                9
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                3
                            ],
                            "field_314396": null,
                            "field_314730": 60430,
                            "field_314731": "Just got rolled into this task.",
                            "field_314732": "Just waiting for more specifications.",
                            "field_314733": null
                        },
                        {
                            "id": 9,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-31T03:29:09.038268+00:00",
                            "updated_on": "2022-04-01T10:05:02.514318+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                8
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                13
                            ],
                            "field_314396": null,
                            "field_314730": 60430,
                            "field_314731": "Began working on this document earlier.",
                            "field_314732": "Need to do a little more research.",
                            "field_314733": null
                        },
                        {
                            "id": 10,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-31T10:00:47.016365+00:00",
                            "updated_on": "2022-04-20T06:31:11.059109+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                3
                            ],
                            "field_314396": null,
                            "field_314730": 60438,
                            "field_314731": "Work done. Sending the rest to the developer.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 11,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-31T10:01:56.610823+00:00",
                            "updated_on": "2022-04-01T10:06:30.221714+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                4
                            ],
                            "field_314396": null,
                            "field_314730": 60437,
                            "field_314731": "Almost done with this task, just a few more reviews.",
                            "field_314732": "None at the moment.",
                            "field_314733": null
                        },
                        {
                            "id": 12,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-31T10:02:41.071189+00:00",
                            "updated_on": "2022-04-01T10:07:23.249235+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60202,
                            "field_314164": null,
                            "field_314165": [
                                5
                            ],
                            "field_314396": null,
                            "field_314730": 60429,
                            "field_314731": "Kicked off this task earlier.",
                            "field_314732": "I have to dig through the archives for references.",
                            "field_314733": null
                        },
                        {
                            "id": 14,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-03-31T10:05:06.866074+00:00",
                            "updated_on": "2022-04-01T10:09:27.477769+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                8
                            ],
                            "field_314163": 60203,
                            "field_314164": null,
                            "field_314165": [
                                5
                            ],
                            "field_314396": null,
                            "field_314730": 60429,
                            "field_314731": "Just started this task this morning.",
                            "field_314732": "Asked for more references today.",
                            "field_314733": null
                        },
                        {
                            "id": 15,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-03-31T10:08:11.728192+00:00",
                            "updated_on": "2022-04-20T06:31:13.768043+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                1
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                10
                            ],
                            "field_314396": null,
                            "field_314730": 60437,
                            "field_314731": "The list is almost complete.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 16,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-03-31T10:10:06.294748+00:00",
                            "updated_on": "2022-04-01T10:10:50.581588+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                4
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                10
                            ],
                            "field_314396": null,
                            "field_314730": 60436,
                            "field_314731": "It's getting there. Just a few more records to go.",
                            "field_314732": "Need to talk to Sales for more details.",
                            "field_314733": null
                        },
                        {
                            "id": 17,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-03-31T10:10:32.419775+00:00",
                            "updated_on": "2022-04-01T10:11:42.153070+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                3
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                10
                            ],
                            "field_314396": null,
                            "field_314730": 60436,
                            "field_314731": "Just a few more and this list is done.",
                            "field_314732": "Asked Sales for more details to complete this list.",
                            "field_314733": null
                        },
                        {
                            "id": 18,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-03-31T10:12:03.406777+00:00",
                            "updated_on": "2022-04-20T06:31:14.738108+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                3
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                13
                            ],
                            "field_314396": null,
                            "field_314730": 60438,
                            "field_314731": "Done.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 19,
                            "order": "17.00000000000000000000",
                            "created_on": "2022-04-01T09:36:51.873090+00:00",
                            "updated_on": "2022-04-01T10:12:51.259605+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                5
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                15
                            ],
                            "field_314396": null,
                            "field_314730": 60433,
                            "field_314731": "Already have a few ideas in mind.",
                            "field_314732": "Getting the other set of swatches from marketing.",
                            "field_314733": null
                        },
                        {
                            "id": 20,
                            "order": "18.00000000000000000000",
                            "created_on": "2022-04-01T09:37:30.521725+00:00",
                            "updated_on": "2022-04-01T10:13:31.863749+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                6
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                14
                            ],
                            "field_314396": null,
                            "field_314730": 60432,
                            "field_314731": "Just began with this task earlier.",
                            "field_314732": "Coordinating with the lead for more specifications.",
                            "field_314733": null
                        },
                        {
                            "id": 21,
                            "order": "19.00000000000000000000",
                            "created_on": "2022-04-01T09:47:22.631620+00:00",
                            "updated_on": "2022-04-14T16:04:19.659884+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                5
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                14
                            ],
                            "field_314396": null,
                            "field_314730": 60433,
                            "field_314731": "Already have an idea for drafting. Sending some details to the team.",
                            "field_314732": "Just a few more inspirations and this is done.",
                            "field_314733": null
                        },
                        {
                            "id": 22,
                            "order": "20.00000000000000000000",
                            "created_on": "2022-04-01T09:48:29.388357+00:00",
                            "updated_on": "2022-04-01T10:16:25.509530+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                6
                            ],
                            "field_314163": 60203,
                            "field_314164": null,
                            "field_314165": [
                                16
                            ],
                            "field_314396": null,
                            "field_314730": 60431,
                            "field_314731": "Started creating vectors from a few drafts.",
                            "field_314732": "Need a license for a plug-in needed for effects.",
                            "field_314733": null
                        },
                        {
                            "id": 23,
                            "order": "21.00000000000000000000",
                            "created_on": "2022-04-01T09:49:23.386770+00:00",
                            "updated_on": "2022-04-01T10:17:37.154170+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                5
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                16
                            ],
                            "field_314396": null,
                            "field_314730": 60432,
                            "field_314731": "This task is rolling. Coordinating with the team on this.",
                            "field_314732": "Acquiring plug-in license from purchasing.",
                            "field_314733": null
                        },
                        {
                            "id": 24,
                            "order": "22.00000000000000000000",
                            "created_on": "2022-04-01T09:53:26.963917+00:00",
                            "updated_on": "2022-04-01T09:54:51.555352+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                2
                            ],
                            "field_314163": 60202,
                            "field_314164": null,
                            "field_314165": [
                                14
                            ],
                            "field_314396": null,
                            "field_314730": 60439,
                            "field_314731": "Just rolled in to the project.",
                            "field_314732": "Love to help but not sure how.",
                            "field_314733": null
                        },
                        {
                            "id": 25,
                            "order": "23.00000000000000000000",
                            "created_on": "2022-04-01T09:55:29.209522+00:00",
                            "updated_on": "2022-04-20T06:31:12.436349+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                9
                            ],
                            "field_314163": 60206,
                            "field_314164": null,
                            "field_314165": [
                                16
                            ],
                            "field_314396": null,
                            "field_314730": 60429,
                            "field_314731": "Just got the task requirements from the lead.",
                            "field_314732": "None.",
                            "field_314733": null
                        },
                        {
                            "id": 27,
                            "order": "24.00000000000000000000",
                            "created_on": "2022-04-01T10:22:21.396502+00:00",
                            "updated_on": "2022-04-09T21:46:22.328486+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                9
                            ],
                            "field_314396": null,
                            "field_314730": 60435,
                            "field_314731": "Delivered a few design ideas and still working on a few more.",
                            "field_314732": "Coordinating with the stakeholders for more requirements.",
                            "field_314733": null
                        },
                        {
                            "id": 28,
                            "order": "25.00000000000000000000",
                            "created_on": "2022-04-01T10:24:35.194291+00:00",
                            "updated_on": "2022-04-01T10:26:45.150489+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                2
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                7
                            ],
                            "field_314396": null,
                            "field_314730": 60431,
                            "field_314731": "Work environment is ready for this task.",
                            "field_314732": "Waiting for more instructions from the lead.",
                            "field_314733": null
                        },
                        {
                            "id": 29,
                            "order": "26.00000000000000000000",
                            "created_on": "2022-04-05T12:59:41.440233+00:00",
                            "updated_on": "2022-04-14T16:03:15.583594+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                7
                            ],
                            "field_314163": 60205,
                            "field_314164": null,
                            "field_314165": [
                                9
                            ],
                            "field_314396": null,
                            "field_314730": 60436,
                            "field_314731": "The first section of the new dashboard design is complete. Moving to the next section.",
                            "field_314732": "The team must be waiting for this to be finalized soon. Still waiting for our stakeholders' feedback.",
                            "field_314733": null
                        },
                        {
                            "id": 30,
                            "order": "27.00000000000000000000",
                            "created_on": "2022-04-05T13:03:23.691780+00:00",
                            "updated_on": "2022-04-05T13:04:41.085768+00:00",
                            "field_314158": null,
                            "field_314160": null,
                            "field_314161": null,
                            "field_314162": [
                                2
                            ],
                            "field_314163": 60204,
                            "field_314164": null,
                            "field_314165": [
                                7
                            ],
                            "field_314396": null,
                            "field_314730": 60432,
                            "field_314731": "Installed the required plugins for the work environment.",
                            "field_314732": "Still waiting for more instructions from the lead.",
                            "field_314733": null
                        }
                    ]
                },
                {
                    "id": 54602,
                    "name": "Projects",
                    "order": 2,
                    "fields": [
                        {
                            "id": 314117,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 314118,
                            "type": "single_select",
                            "name": "Category",
                            "order": 1,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 60174,
                                    "value": "Design",
                                    "color": "light-blue",
                                    "order": 0
                                },
                                {
                                    "id": 60175,
                                    "value": "Development",
                                    "color": "light-red",
                                    "order": 1
                                },
                                {
                                    "id": 60176,
                                    "value": "Research",
                                    "color": "light-orange",
                                    "order": 2
                                },
                                {
                                    "id": 60177,
                                    "value": "Marketing",
                                    "color": "light-green",
                                    "order": 3
                                }
                            ]
                        },
                        {
                            "id": 316705,
                            "type": "link_row",
                            "name": "Project lead",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 54605,
                            "link_row_related_field_id": 316706,
                            "has_related_field": true
                        },
                        {
                            "id": 316764,
                            "type": "link_row",
                            "name": "Project team",
                            "order": 11,
                            "primary": false,
                            "link_row_table_id": 54605,
                            "link_row_related_field_id": 316765,
                            "has_related_field": true
                        },
                        {
                            "id": 316803,
                            "type": "date",
                            "name": "Kickoff date",
                            "order": 12,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 316805,
                            "type": "date",
                            "name": "Due date",
                            "order": 13,
                            "primary": false,
                            "date_format": "ISO",
                            "date_include_time": false,
                            "date_time_format": "24"
                        },
                        {
                            "id": 316814,
                            "type": "single_select",
                            "name": "Status",
                            "order": 14,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 85565,
                                    "value": "Open",
                                    "color": "dark-red",
                                    "order": 0
                                },
                                {
                                    "id": 85566,
                                    "value": "In progress",
                                    "color": "dark-orange",
                                    "order": 1
                                },
                                {
                                    "id": 85567,
                                    "value": "Closed",
                                    "color": "dark-green",
                                    "order": 2
                                }
                            ]
                        },
                        {
                            "id": 316815,
                            "type": "long_text",
                            "name": "Notes",
                            "order": 15,
                            "primary": false
                        },
                        {
                            "id": 316887,
                            "type": "link_row",
                            "name": "Tasks",
                            "order": 16,
                            "primary": false,
                            "link_row_table_id": 54603,
                            "link_row_related_field_id": 316886,
                            "has_related_field": true
                        }
                    ],
                    "views": [
                        {
                            "id": 69084,
                            "type": "grid",
                            "name": "All projects",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 12465,
                                    "field_id": 316805,
                                    "order": "ASC"
                                },
                                {
                                    "id": 14356,
                                    "field_id": 314117,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384317,
                                    "field_id": 314117,
                                    "width": 147,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 384318,
                                    "field_id": 314118,
                                    "width": 128,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387519,
                                    "field_id": 316705,
                                    "width": 156,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387730,
                                    "field_id": 316764,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387770,
                                    "field_id": 316803,
                                    "width": 138,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387771,
                                    "field_id": 316805,
                                    "width": 121,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387778,
                                    "field_id": 316814,
                                    "width": 109,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387781,
                                    "field_id": 316815,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387986,
                                    "field_id": 316887,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 69086,
                            "type": "grid",
                            "name": "Open projects",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 21809,
                                    "field_id": 316814,
                                    "type": "single_select_equal",
                                    "value": "85565"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12837,
                                    "field_id": 316805,
                                    "order": "ASC"
                                },
                                {
                                    "id": 13982,
                                    "field_id": 314117,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384337,
                                    "field_id": 314117,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384338,
                                    "field_id": 314118,
                                    "width": 132,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395480,
                                    "field_id": 316705,
                                    "width": 168,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395481,
                                    "field_id": 316764,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395482,
                                    "field_id": 316803,
                                    "width": 144,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395483,
                                    "field_id": 316805,
                                    "width": 134,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395484,
                                    "field_id": 316814,
                                    "width": 151,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395485,
                                    "field_id": 316815,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395486,
                                    "field_id": 316887,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 75074,
                            "type": "grid",
                            "name": "In progress projects",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 21807,
                                    "field_id": 316814,
                                    "type": "single_select_equal",
                                    "value": "85566"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 13980,
                                    "field_id": 316805,
                                    "order": "ASC"
                                },
                                {
                                    "id": 13981,
                                    "field_id": 314117,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 419791,
                                    "field_id": 314117,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419792,
                                    "field_id": 314118,
                                    "width": 137,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419793,
                                    "field_id": 316705,
                                    "width": 143,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419794,
                                    "field_id": 316764,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419795,
                                    "field_id": 316803,
                                    "width": 140,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419796,
                                    "field_id": 316805,
                                    "width": 119,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419797,
                                    "field_id": 316814,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419798,
                                    "field_id": 316815,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 419799,
                                    "field_id": 316887,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 69085,
                            "type": "grid",
                            "name": "Closed projects",
                            "order": 4,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 21808,
                                    "field_id": 316814,
                                    "type": "single_select_equal",
                                    "value": "85567"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12838,
                                    "field_id": 316805,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384327,
                                    "field_id": 314117,
                                    "width": 162,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 384328,
                                    "field_id": 314118,
                                    "width": 117,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395473,
                                    "field_id": 316705,
                                    "width": 168,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395474,
                                    "field_id": 316764,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395475,
                                    "field_id": 316803,
                                    "width": 144,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395476,
                                    "field_id": 316805,
                                    "width": 130,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395477,
                                    "field_id": 316814,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395478,
                                    "field_id": 316815,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395479,
                                    "field_id": 316887,
                                    "width": 249,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 71009,
                            "type": "form",
                            "name": "Log new project",
                            "order": 5,
                            "public": false,
                            "title": "Log New Project",
                            "description": "",
                            "cover_image": {
                                "name": "6rJwk6n2OJIxpXdeAYojijZIQ3y48WkD_b5d993ecef75ac11ffe252dbe2038c880b61766265a5ea716b25be879290284e.jpg",
                                "original_name": "Header_Pillow_Meeting.jpg"
                            },
                            "logo_image": {
                                "name": "zBD2M33GTx6UBTaLYnX54ulwCEfxzxvQ_1bc6386aa21d7c6d5dc5339aae302ded5d1cf89579e03775ecfcdb8b4bb3d30b.png",
                                "original_name": "TCLogo.V3.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Please hit refresh to log a new project. \nGo to the main grid view to update or add more info related to the submitted record.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 17043,
                                    "field_id": 314117,
                                    "name": "Project name",
                                    "description": "Please enter the project's name in the field below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 0,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17044,
                                    "field_id": 314118,
                                    "name": "Project category",
                                    "description": "Please select the appropriate category for this project.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 1,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17045,
                                    "field_id": 316705,
                                    "name": "",
                                    "description": "Select the name of the project leader.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 2,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17046,
                                    "field_id": 316764,
                                    "name": "",
                                    "description": "Choose a project team member for this project.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 3,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17047,
                                    "field_id": 316803,
                                    "name": "",
                                    "description": "When is this project going to start?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 4,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17048,
                                    "field_id": 316805,
                                    "name": "",
                                    "description": "When is the target date of completion for this project?",
                                    "enabled": true,
                                    "required": false,
                                    "order": 5,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17050,
                                    "field_id": 316815,
                                    "name": "",
                                    "description": "Please fill in any notes, instructions, or remarks related to this project.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 6,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17051,
                                    "field_id": 316887,
                                    "name": "",
                                    "description": "Select the tasks required for this project.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 7,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17049,
                                    "field_id": 316814,
                                    "name": "",
                                    "description": "Please select the current status of this project.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 8,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        },
                        {
                            "id": 74590,
                            "type": "kanban",
                            "name": "Projects by status",
                            "order": 6,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "single_select_field_id": 316814,
                            "field_options": [
                                {
                                    "id": 830,
                                    "field_id": 314117,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 831,
                                    "field_id": 314118,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 832,
                                    "field_id": 316705,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 833,
                                    "field_id": 316764,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 834,
                                    "field_id": 316803,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 835,
                                    "field_id": 316805,
                                    "hidden": false,
                                    "order": 32767
                                },
                                {
                                    "id": 836,
                                    "field_id": 316814,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 837,
                                    "field_id": 316815,
                                    "hidden": true,
                                    "order": 32767
                                },
                                {
                                    "id": 838,
                                    "field_id": 316887,
                                    "hidden": true,
                                    "order": 32767
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.042896+00:00",
                            "updated_on": "2022-04-12T14:40:33.709459+00:00",
                            "field_314117": "Rebranding website",
                            "field_314118": 60174,
                            "field_316705": [
                                7
                            ],
                            "field_316764": [
                                9,
                                8
                            ],
                            "field_316803": "2022-01-03",
                            "field_316805": "2022-02-18",
                            "field_316814": 85567,
                            "field_316815": "Acme is looking for a complete rebranding of their website with the following guidelines.  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ligula lectus, pharetra quis euismod ac, lacinia a sapien. Vestibulum ultrices sed ligula non vehicula. Donec lacinia enim in pretium tincidunt. Ut facilisis, magna at pulvinar dapibus, augue metus dapibus nibh, sit amet pellentesque est est nec velit. Nunc sagittis eu nibh nec volutpat. Aenean fermentum lorem sit amet quam fermentum, vel lacinia ante eleifend. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec at mauris nec erat convallis imperdiet a porttitor eros. Integer facilisis ante nec hendrerit mattis. Morbi eget fermentum diam. Sed rhoncus egestas turpis, at molestie magna porttitor quis. Aliquam risus sem, volutpat ac sapien vitae, accumsan sollicitudin eros.",
                            "field_316887": [
                                3,
                                4,
                                5
                            ]
                        },
                        {
                            "id": 4,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.093502+00:00",
                            "updated_on": "2022-04-12T14:40:42.206795+00:00",
                            "field_314117": "User portal",
                            "field_314118": 60175,
                            "field_316705": [
                                7
                            ],
                            "field_316764": [
                                9,
                                2
                            ],
                            "field_316803": "2022-03-09",
                            "field_316805": "2022-05-27",
                            "field_316814": 85566,
                            "field_316815": "Get the user portal ready before the expo. We need this ready for clients to recognize more of our products.",
                            "field_316887": [
                                6,
                                7,
                                8,
                                9
                            ]
                        },
                        {
                            "id": 5,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.120425+00:00",
                            "updated_on": "2022-04-12T14:40:37.825510+00:00",
                            "field_314117": "Customer research",
                            "field_314118": 60176,
                            "field_316705": [
                                1
                            ],
                            "field_316764": [
                                4,
                                3
                            ],
                            "field_316803": "2022-01-17",
                            "field_316805": "2022-02-18",
                            "field_316814": 85567,
                            "field_316815": "Research if the current users of Soylent are interested into a new user portal.  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi interdum enim leo, nec commodo purus aliquam a. Curabitur hendrerit urna metus, sit amet vestibulum lorem mattis non. Proin a purus mattis, lobortis arcu eu, malesuada dolor. Maecenas finibus, magna non accumsan vulputate, velit nisi tincidunt mauris, id maximus libero magna eu lorem. Quisque pulvinar rhoncus quam in fringilla. Donec eleifend tellus et nunc ultricies, at molestie arcu rutrum. Maecenas facilisis at magna non tristique.",
                            "field_316887": [
                                10,
                                11,
                                12,
                                13
                            ]
                        },
                        {
                            "id": 6,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.151942+00:00",
                            "updated_on": "2022-04-12T14:40:47.810804+00:00",
                            "field_314117": "Content strategy",
                            "field_314118": 60177,
                            "field_316705": [
                                7
                            ],
                            "field_316764": [
                                9,
                                8
                            ],
                            "field_316803": "2022-03-10",
                            "field_316805": "2022-06-03",
                            "field_316814": 85565,
                            "field_316815": "Research and apply modern techniques that could get our products recognized.",
                            "field_316887": []
                        },
                        {
                            "id": 7,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.181419+00:00",
                            "updated_on": "2022-04-12T14:40:40.095323+00:00",
                            "field_314117": "Modernize logo",
                            "field_314118": 60174,
                            "field_316705": [
                                5
                            ],
                            "field_316764": [
                                6
                            ],
                            "field_316803": "2022-03-01",
                            "field_316805": "2022-04-15",
                            "field_316814": 85566,
                            "field_316815": "The business requires to catch up with the times. A new logo is seen to make the brand back on track.",
                            "field_316887": [
                                14,
                                15,
                                16,
                                17,
                                18
                            ]
                        },
                        {
                            "id": 8,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.209870+00:00",
                            "updated_on": "2022-04-12T14:40:44.158709+00:00",
                            "field_314117": "Barcode app",
                            "field_314118": 60175,
                            "field_316705": [
                                9
                            ],
                            "field_316764": [
                                2
                            ],
                            "field_316803": "2022-03-07",
                            "field_316805": "2022-04-29",
                            "field_316814": 85565,
                            "field_316815": "Looking into no-code platforms to see if this would be viable.",
                            "field_316887": []
                        },
                        {
                            "id": 9,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.269194+00:00",
                            "updated_on": "2022-04-12T14:40:46.052560+00:00",
                            "field_314117": "Customer journey",
                            "field_314118": 60176,
                            "field_316705": [
                                8
                            ],
                            "field_316764": [
                                3
                            ],
                            "field_316803": "2022-03-10",
                            "field_316805": "2022-05-30",
                            "field_316814": 85565,
                            "field_316815": "Collab with the UX team.",
                            "field_316887": []
                        },
                        {
                            "id": 10,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.304041+00:00",
                            "updated_on": "2022-04-12T14:40:49.707688+00:00",
                            "field_314117": "Paid ad campaign",
                            "field_314118": 60177,
                            "field_316705": [
                                1
                            ],
                            "field_316764": [
                                3,
                                4
                            ],
                            "field_316803": "2022-03-11",
                            "field_316805": "2022-06-10",
                            "field_316814": 85565,
                            "field_316815": "Wondering if this is worth doing after the Facebook ad boycott. Studies are showing that paid ad campaigns have become increasingly less effective.",
                            "field_316887": []
                        }
                    ]
                },
                {
                    "id": 54603,
                    "name": "Tasks",
                    "order": 3,
                    "fields": [
                        {
                            "id": 314127,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 314167,
                            "type": "link_row",
                            "name": "Check-ins ID",
                            "order": 6,
                            "primary": false,
                            "link_row_table_id": 54607,
                            "link_row_related_field_id": 314165,
                            "has_related_field": true
                        },
                        {
                            "id": 316886,
                            "type": "link_row",
                            "name": "Project",
                            "order": 9,
                            "primary": false,
                            "link_row_table_id": 54602,
                            "link_row_related_field_id": 316887,
                            "has_related_field": true
                        },
                        {
                            "id": 316890,
                            "type": "long_text",
                            "name": "Description",
                            "order": 10,
                            "primary": false
                        },
                        {
                            "id": 316891,
                            "type": "boolean",
                            "name": "Is completed",
                            "order": 11,
                            "primary": false
                        },
                        {
                            "id": 316892,
                            "type": "link_row",
                            "name": "Assignee",
                            "order": 12,
                            "primary": false,
                            "link_row_table_id": 54605,
                            "link_row_related_field_id": 316893,
                            "has_related_field": true
                        },
                        {
                            "id": 316897,
                            "type": "number",
                            "name": "Estimated days",
                            "order": 13,
                            "primary": false,
                            "number_decimal_places": 1,
                            "number_negative": false
                        }
                    ],
                    "views": [
                        {
                            "id": 69087,
                            "type": "grid",
                            "name": "All tasks",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384347,
                                    "field_id": 314127,
                                    "width": 181,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 384410,
                                    "field_id": 314167,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387979,
                                    "field_id": 316886,
                                    "width": 174,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387980,
                                    "field_id": 316890,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387981,
                                    "field_id": 316891,
                                    "width": 157,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387982,
                                    "field_id": 316892,
                                    "width": 160,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387987,
                                    "field_id": 316897,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                }
                            ]
                        },
                        {
                            "id": 69089,
                            "type": "grid",
                            "name": "Open tasks",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20282,
                                    "field_id": 316891,
                                    "type": "boolean",
                                    "value": ""
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384359,
                                    "field_id": 314127,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395510,
                                    "field_id": 314167,
                                    "width": 239,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395511,
                                    "field_id": 316886,
                                    "width": 153,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395512,
                                    "field_id": 316890,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395513,
                                    "field_id": 316891,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395514,
                                    "field_id": 316892,
                                    "width": 184,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395515,
                                    "field_id": 316897,
                                    "width": 159,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 69088,
                            "type": "grid",
                            "name": "Completed tasks",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20283,
                                    "field_id": 316891,
                                    "type": "boolean",
                                    "value": "1"
                                }
                            ],
                            "sortings": [],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384353,
                                    "field_id": 314127,
                                    "width": 186,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395516,
                                    "field_id": 314167,
                                    "width": 226,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395517,
                                    "field_id": 316886,
                                    "width": 171,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395518,
                                    "field_id": 316890,
                                    "width": 288,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395519,
                                    "field_id": 316891,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395520,
                                    "field_id": 316892,
                                    "width": 176,
                                    "hidden": false,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395521,
                                    "field_id": 316897,
                                    "width": 200,
                                    "hidden": true,
                                    "order": 32767,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                }
                            ]
                        },
                        {
                            "id": 71012,
                            "type": "form",
                            "name": "Create new task",
                            "order": 4,
                            "public": false,
                            "title": "Create New Task",
                            "description": "",
                            "cover_image": {
                                "name": "ugkMkDj0ChNUlZlkktNeLCPDIZVwVM1W_4109f374f4203ba22248c58ee6182364d8b2152daf3ddc62ce087e83fefc53c0.jpg",
                                "original_name": "Header_DeskPostits.jpg"
                            },
                            "logo_image": {
                                "name": "zBD2M33GTx6UBTaLYnX54ulwCEfxzxvQ_1bc6386aa21d7c6d5dc5339aae302ded5d1cf89579e03775ecfcdb8b4bb3d30b.png",
                                "original_name": "TCLogo.V3.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Please refresh this page to add more tasks.\nGo to the main grid view to update or add more info related to the submitted record.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 17052,
                                    "field_id": 314127,
                                    "name": "Task name",
                                    "description": "Please enter a unique name for this task.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17053,
                                    "field_id": 314167,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17054,
                                    "field_id": 316886,
                                    "name": "",
                                    "description": "Please select the project this task belongs to.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17055,
                                    "field_id": 316890,
                                    "name": "",
                                    "description": "Fill in the details or instructions for this task.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17056,
                                    "field_id": 316891,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17057,
                                    "field_id": 316892,
                                    "name": "",
                                    "description": "Please select the team member assigned to work on this task.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17058,
                                    "field_id": 316897,
                                    "name": "",
                                    "description": "Type in the estimated number of days to complete this task.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                }
                            ]
                        }
                    ],
                    "rows": [
                        {
                            "id": 3,
                            "order": "1.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.353671+00:00",
                            "updated_on": "2022-04-01T10:19:20.804807+00:00",
                            "field_314127": "Redesign header",
                            "field_314167": [
                                8,
                                10
                            ],
                            "field_316886": [
                                3
                            ],
                            "field_316890": "The header needs to be improved to make the CTA clearer.",
                            "field_316891": "true",
                            "field_316892": [
                                8
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 4,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.368722+00:00",
                            "updated_on": "2022-04-01T10:19:23.791168+00:00",
                            "field_314127": "Redesign body",
                            "field_314167": [
                                11
                            ],
                            "field_316886": [
                                3
                            ],
                            "field_316890": "The structure is a little off, so we may need to adjust the sitemap here as well.",
                            "field_316891": "true",
                            "field_316892": [
                                9
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 5,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.397316+00:00",
                            "updated_on": "2022-04-01T10:19:24.857724+00:00",
                            "field_314127": "Redesign footer",
                            "field_314167": [
                                12,
                                14
                            ],
                            "field_316886": [
                                3
                            ],
                            "field_316890": "The new footer should include our contact information and also a small (but clear) CTA.",
                            "field_316891": "true",
                            "field_316892": [
                                8
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 6,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.417385+00:00",
                            "updated_on": "2022-04-01T10:20:19.852794+00:00",
                            "field_314127": "Authentication",
                            "field_314167": [
                                3,
                                7
                            ],
                            "field_316886": [
                                4
                            ],
                            "field_316890": "The authentication process is currently experiencing some bugs. We need to ensure these bugs are worked out.",
                            "field_316891": "false",
                            "field_316892": [
                                2
                            ],
                            "field_316897": "10.0"
                        },
                        {
                            "id": 7,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.438055+00:00",
                            "updated_on": "2022-04-01T10:20:30.473440+00:00",
                            "field_314127": "Dashboard",
                            "field_314167": [
                                28,
                                30
                            ],
                            "field_316886": [
                                4
                            ],
                            "field_316890": "The left panel on the dashboard needs updating in terms of content.",
                            "field_316891": "false",
                            "field_316892": [
                                2
                            ],
                            "field_316897": "10.0"
                        },
                        {
                            "id": 8,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.446792+00:00",
                            "updated_on": "2022-04-01T10:20:33.716780+00:00",
                            "field_314127": "Reporting",
                            "field_314167": [],
                            "field_316886": [
                                4
                            ],
                            "field_316890": "We should aim to include new reports beyond what we currently offer.",
                            "field_316891": "false",
                            "field_316892": [
                                2
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 9,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.459316+00:00",
                            "updated_on": "2022-04-01T10:20:36.920392+00:00",
                            "field_314127": "Design dashboard",
                            "field_314167": [
                                27,
                                29
                            ],
                            "field_316886": [
                                4
                            ],
                            "field_316890": "There are some new design trends that we can incorporate into this dashboard.",
                            "field_316891": "false",
                            "field_316892": [
                                2
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 10,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.473734+00:00",
                            "updated_on": "2022-04-01T10:19:56.161923+00:00",
                            "field_314127": "Compile mailing list",
                            "field_314167": [
                                15,
                                16,
                                17
                            ],
                            "field_316886": [
                                5
                            ],
                            "field_316890": "The migration should be fairly painless if we use the right tools.",
                            "field_316891": "true",
                            "field_316892": [
                                4
                            ],
                            "field_316897": "10.0"
                        },
                        {
                            "id": 11,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.514989+00:00",
                            "updated_on": "2022-04-01T10:19:57.473898+00:00",
                            "field_314127": "Cold outreach to all users",
                            "field_314167": [
                                2,
                                4
                            ],
                            "field_316886": [
                                5
                            ],
                            "field_316890": "We don't need to set everything up to be automated yet, but this is something we should keep in the back of our minds.",
                            "field_316891": "true",
                            "field_316892": [
                                3
                            ],
                            "field_316897": "10.0"
                        },
                        {
                            "id": 12,
                            "order": "10.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.533714+00:00",
                            "updated_on": "2022-04-01T10:20:01.193874+00:00",
                            "field_314127": "Create presentation",
                            "field_314167": [
                                1,
                                5
                            ],
                            "field_316886": [
                                5
                            ],
                            "field_316890": "Could we get creative and skip traditional presentation software to achieve this?",
                            "field_316891": "true",
                            "field_316892": [
                                4
                            ],
                            "field_316897": "3.0"
                        },
                        {
                            "id": 13,
                            "order": "11.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.553662+00:00",
                            "updated_on": "2022-04-01T10:20:03.477657+00:00",
                            "field_314127": "Create whitepaper",
                            "field_314167": [
                                9,
                                18
                            ],
                            "field_316886": [
                                5
                            ],
                            "field_316890": "No need to publish it right away, but let's have it internally at least.",
                            "field_316891": "true",
                            "field_316892": [
                                3
                            ],
                            "field_316897": "3.0"
                        },
                        {
                            "id": 14,
                            "order": "12.00000000000000000000",
                            "created_on": "2022-04-01T09:38:53.593258+00:00",
                            "updated_on": "2022-04-01T09:44:49.502702+00:00",
                            "field_314127": "Draft sketches of logo",
                            "field_314167": [
                                20,
                                21,
                                24
                            ],
                            "field_316886": [
                                7
                            ],
                            "field_316890": "The current logo requires to be updated to catch up with modern time. Come up with drafts for the new logo",
                            "field_316891": "false",
                            "field_316892": [
                                5
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 15,
                            "order": "13.00000000000000000000",
                            "created_on": "2022-04-01T09:40:26.887077+00:00",
                            "updated_on": "2022-04-01T09:44:52.018896+00:00",
                            "field_314127": "Pick new colors for logo",
                            "field_314167": [
                                19
                            ],
                            "field_316886": [
                                7
                            ],
                            "field_316890": "Finalize the new brand colors for the new logo.",
                            "field_316891": "false",
                            "field_316892": [
                                5
                            ],
                            "field_316897": "3.0"
                        },
                        {
                            "id": 16,
                            "order": "14.00000000000000000000",
                            "created_on": "2022-04-01T09:41:26.379470+00:00",
                            "updated_on": "2022-04-01T09:44:57.220372+00:00",
                            "field_314127": "Create vectors for the new logo",
                            "field_314167": [
                                22,
                                23,
                                25
                            ],
                            "field_316886": [
                                7
                            ],
                            "field_316890": "Create vector images based on the drafts.",
                            "field_316891": "false",
                            "field_316892": [
                                6
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 17,
                            "order": "15.00000000000000000000",
                            "created_on": "2022-04-01T09:42:24.310989+00:00",
                            "updated_on": "2022-04-01T09:45:01.937355+00:00",
                            "field_314127": "Present logos on print",
                            "field_314167": [],
                            "field_316886": [
                                7
                            ],
                            "field_316890": "Print the new logo on different media.",
                            "field_316891": "false",
                            "field_316892": [
                                6
                            ],
                            "field_316897": "5.0"
                        },
                        {
                            "id": 18,
                            "order": "16.00000000000000000000",
                            "created_on": "2022-04-01T09:43:27.219331+00:00",
                            "updated_on": "2022-04-01T09:45:03.565627+00:00",
                            "field_314127": "Finalize logos for approval",
                            "field_314167": [],
                            "field_316886": [
                                7
                            ],
                            "field_316890": "Get the sample logos finalized and ready for approval.",
                            "field_316891": "false",
                            "field_316892": [
                                5
                            ],
                            "field_316897": "3.0"
                        }
                    ]
                },
                {
                    "id": 54605,
                    "name": "Team",
                    "order": 5,
                    "fields": [
                        {
                            "id": 314139,
                            "type": "text",
                            "name": "Name",
                            "order": 0,
                            "primary": true,
                            "text_default": ""
                        },
                        {
                            "id": 314166,
                            "type": "link_row",
                            "name": "Check-ins",
                            "order": 5,
                            "primary": false,
                            "link_row_table_id": 54607,
                            "link_row_related_field_id": 314162,
                            "has_related_field": true
                        },
                        {
                            "id": 316688,
                            "type": "file",
                            "name": "Photo",
                            "order": 6,
                            "primary": false
                        },
                        {
                            "id": 316692,
                            "type": "single_select",
                            "name": "Role",
                            "order": 7,
                            "primary": false,
                            "select_options": [
                                {
                                    "id": 61883,
                                    "value": "Designer",
                                    "color": "orange",
                                    "order": 0
                                },
                                {
                                    "id": 61884,
                                    "value": "Developer",
                                    "color": "green",
                                    "order": 1
                                },
                                {
                                    "id": 61885,
                                    "value": "Manager",
                                    "color": "blue",
                                    "order": 2
                                },
                                {
                                    "id": 61886,
                                    "value": "Sales",
                                    "color": "gray",
                                    "order": 3
                                },
                                {
                                    "id": 61887,
                                    "value": "Marketeer",
                                    "color": "red",
                                    "order": 4
                                }
                            ]
                        },
                        {
                            "id": 316700,
                            "type": "phone_number",
                            "name": "Phone number",
                            "order": 8,
                            "primary": false
                        },
                        {
                            "id": 316701,
                            "type": "email",
                            "name": "Email",
                            "order": 9,
                            "primary": false
                        },
                        {
                            "id": 316706,
                            "type": "link_row",
                            "name": "Lead on projects",
                            "order": 10,
                            "primary": false,
                            "link_row_table_id": 54602,
                            "link_row_related_field_id": 316705,
                            "has_related_field": true
                        },
                        {
                            "id": 316765,
                            "type": "link_row",
                            "name": "Projects served as team member",
                            "order": 11,
                            "primary": false,
                            "link_row_table_id": 54602,
                            "link_row_related_field_id": 316764,
                            "has_related_field": true
                        },
                        {
                            "id": 316893,
                            "type": "link_row",
                            "name": "Tasks assignments",
                            "order": 13,
                            "primary": false,
                            "link_row_table_id": 54603,
                            "link_row_related_field_id": 316892,
                            "has_related_field": true
                        },
                        {
                            "id": 322436,
                            "type": "formula",
                            "name": "Number of check-ins",
                            "order": 14,
                            "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('Check-ins'))",
                            "formula_type": "number"
                        }
                    ],
                    "views": [
                        {
                            "id": 69091,
                            "type": "grid",
                            "name": "All members",
                            "order": 1,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [],
                            "sortings": [
                                {
                                    "id": 12303,
                                    "field_id": 314139,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "row_identifier_type": "id",
                            "field_options": [
                                {
                                    "id": 384371,
                                    "field_id": 314139,
                                    "width": 161,
                                    "hidden": false,
                                    "order": 8,
                                    "aggregation_type": "unique_count",
                                    "aggregation_raw_type": "unique_count"
                                },
                                {
                                    "id": 384409,
                                    "field_id": 314166,
                                    "width": 431,
                                    "hidden": false,
                                    "order": 9,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387502,
                                    "field_id": 316688,
                                    "width": 100,
                                    "hidden": false,
                                    "order": 0,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 387513,
                                    "field_id": 316692,
                                    "width": 116,
                                    "hidden": false,
                                    "order": 1,
                                    "aggregation_type": "not_empty_percentage",
                                    "aggregation_raw_type": "empty_count"
                                },
                                {
                                    "id": 387515,
                                    "field_id": 316700,
                                    "width": 158,
                                    "hidden": false,
                                    "order": 3,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387514,
                                    "field_id": 316701,
                                    "width": 255,
                                    "hidden": false,
                                    "order": 4,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387520,
                                    "field_id": 316706,
                                    "width": 224,
                                    "hidden": false,
                                    "order": 5,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387732,
                                    "field_id": 316765,
                                    "width": 282,
                                    "hidden": false,
                                    "order": 6,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 387991,
                                    "field_id": 316893,
                                    "width": 200,
                                    "hidden": false,
                                    "order": 7,
                                    "aggregation_type": "",
                                    "aggregation_raw_type": ""
                                },
                                {
                                    "id": 395487,
                                    "field_id": 322436,
                                    "width": 190,
                                    "hidden": false,
                                    "order": 2,
                                    "aggregation_type": "average",
                                    "aggregation_raw_type": "average"
                                }
                            ]
                        },
                        {
                            "id": 70995,
                            "type": "gallery",
                            "name": "Team members with check-ins",
                            "order": 2,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20279,
                                    "field_id": 322436,
                                    "type": "higher_than",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 12840,
                                    "field_id": 314139,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 316688,
                            "field_options": [
                                {
                                    "id": 6126,
                                    "field_id": 316688,
                                    "hidden": true,
                                    "order": 0
                                },
                                {
                                    "id": 6124,
                                    "field_id": 314139,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 6127,
                                    "field_id": 316692,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 6133,
                                    "field_id": 322436,
                                    "hidden": false,
                                    "order": 3
                                },
                                {
                                    "id": 6128,
                                    "field_id": 316700,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 6129,
                                    "field_id": 316701,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 6130,
                                    "field_id": 316706,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 6131,
                                    "field_id": 316765,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 6132,
                                    "field_id": 316893,
                                    "hidden": false,
                                    "order": 8
                                },
                                {
                                    "id": 6125,
                                    "field_id": 314166,
                                    "hidden": true,
                                    "order": 9
                                }
                            ]
                        },
                        {
                            "id": 71486,
                            "type": "gallery",
                            "name": "Team members without check-ins",
                            "order": 3,
                            "filter_type": "AND",
                            "filters_disabled": false,
                            "filters": [
                                {
                                    "id": 20524,
                                    "field_id": 322436,
                                    "type": "lower_than",
                                    "value": "0"
                                }
                            ],
                            "sortings": [
                                {
                                    "id": 13012,
                                    "field_id": 314139,
                                    "order": "ASC"
                                }
                            ],
                            "decorations": [],
                            "public": false,
                            "card_cover_image_field_id": 316688,
                            "field_options": [
                                {
                                    "id": 6325,
                                    "field_id": 316688,
                                    "hidden": true,
                                    "order": 0
                                },
                                {
                                    "id": 6323,
                                    "field_id": 314139,
                                    "hidden": false,
                                    "order": 1
                                },
                                {
                                    "id": 6326,
                                    "field_id": 316692,
                                    "hidden": false,
                                    "order": 2
                                },
                                {
                                    "id": 6324,
                                    "field_id": 314166,
                                    "hidden": true,
                                    "order": 3
                                },
                                {
                                    "id": 6327,
                                    "field_id": 316700,
                                    "hidden": false,
                                    "order": 4
                                },
                                {
                                    "id": 6328,
                                    "field_id": 316701,
                                    "hidden": false,
                                    "order": 5
                                },
                                {
                                    "id": 6329,
                                    "field_id": 316706,
                                    "hidden": true,
                                    "order": 6
                                },
                                {
                                    "id": 6330,
                                    "field_id": 316765,
                                    "hidden": true,
                                    "order": 7
                                },
                                {
                                    "id": 6331,
                                    "field_id": 316893,
                                    "hidden": true,
                                    "order": 8
                                },
                                {
                                    "id": 6332,
                                    "field_id": 322436,
                                    "hidden": true,
                                    "order": 9
                                }
                            ]
                        },
                        {
                            "id": 71016,
                            "type": "form",
                            "name": "Add new team member",
                            "order": 4,
                            "public": false,
                            "title": "Add new team member",
                            "description": "",
                            "cover_image": {
                                "name": "s14pS263FmWxNN7n6KiIWcNiXGZVkC0Q_ab2fe46fbb705bc280539acabb6938c6c4591f16829e8dd2bd97ceee55e4abfd.jpg",
                                "original_name": "new team member.jpg"
                            },
                            "logo_image": {
                                "name": "6AH4oEOBhASvAHf9hLJu3EF0dfYTw2Ku_73500ccf4c9e815f9bd61c6db333a586e770c354cad06aa313d5e31cebc6dea9.png",
                                "original_name": "add-user.png"
                            },
                            "submit_text": "Submit",
                            "submit_action": "MESSAGE",
                            "submit_action_message": "Team member has been successfully added! \nJust refresh this page to add more team members.",
                            "submit_action_redirect_url": "",
                            "field_options": [
                                {
                                    "id": 17089,
                                    "field_id": 314139,
                                    "name": "",
                                    "description": "Please enter the team member's name.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17090,
                                    "field_id": 314166,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17091,
                                    "field_id": 316688,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17092,
                                    "field_id": 316692,
                                    "name": "",
                                    "description": "Select the team member's role or designation from the selection below.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17093,
                                    "field_id": 316700,
                                    "name": "",
                                    "description": "Type in the current phone number of this team member.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17094,
                                    "field_id": 316701,
                                    "name": "",
                                    "description": "Type in the current email address of this team member.",
                                    "enabled": true,
                                    "required": true,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17095,
                                    "field_id": 316706,
                                    "name": "",
                                    "description": "Select the project this team member is leading.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17096,
                                    "field_id": 316765,
                                    "name": "",
                                    "description": "Select a project where this team member is a part of.",
                                    "enabled": true,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17097,
                                    "field_id": 316893,
                                    "name": "",
                                    "description": "",
                                    "enabled": false,
                                    "required": false,
                                    "order": 32767,
                                    "show_when_matching_conditions": false,
                                    "condition_type": "AND",
                                    "conditions": []
                                },
                                {
                                    "id": 17098,
                                    "field_id": 322436,
                                    "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-03-23T10:00:26.597157+00:00",
                            "updated_on": "2022-04-06T11:11:42.452039+00:00",
                            "field_314139": "Gordon Brickhouse",
                            "field_314166": [
                                15
                            ],
                            "field_316688": [
                                {
                                    "name": "07CK7frxPx2oYPDrGPF9tlXrGJHP3LlC_65578680c75acb4471817ec49bf2084bce212740156e18034c9f5e6fc1f8ed9a.jpg",
                                    "visible_name": "gordonbrickhouse.jpg",
                                    "original_name": "Man.04.jpg"
                                }
                            ],
                            "field_316692": 61887,
                            "field_316700": "(495) 302-1105",
                            "field_316701": "gordon.brickhouse@brckeckins.net",
                            "field_316706": [
                                5,
                                10
                            ],
                            "field_316765": [],
                            "field_316893": [],
                            "field_322436": null
                        },
                        {
                            "id": 2,
                            "order": "2.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597743+00:00",
                            "updated_on": "2022-04-06T11:13:30.898431+00:00",
                            "field_314139": "Susan R. Glaze",
                            "field_314166": [
                                24,
                                28,
                                30
                            ],
                            "field_316688": [
                                {
                                    "name": "yK81iGevafGkK7C4zIObH33B5SiiZ8I2_b288ceb2b2c6d308d15df9c559688a3e8a34ff741eacf546e45bca3b8e33d560.jpg",
                                    "visible_name": "susanglaze.jpg",
                                    "original_name": "Woman.04.jpg"
                                }
                            ],
                            "field_316692": 61884,
                            "field_316700": "(495) 294-1003",
                            "field_316701": "susan.glaze@brckeckins.net",
                            "field_316706": [],
                            "field_316765": [
                                4,
                                8
                            ],
                            "field_316893": [
                                6,
                                7,
                                8,
                                9
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 3,
                            "order": "3.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597860+00:00",
                            "updated_on": "2022-04-06T11:12:42.108110+00:00",
                            "field_314139": "Kimberly Wagner",
                            "field_314166": [
                                17,
                                18
                            ],
                            "field_316688": [
                                {
                                    "name": "rnAD3bxe2sdwDH5ljyjjyFyPBeUppoRO_70778329cf98cc52673776388474e947d1bb8f252537b139e672f1de67475dc8.jpg",
                                    "visible_name": "kimberlywagner.jpg",
                                    "original_name": "Woman.03.jpg"
                                }
                            ],
                            "field_316692": 61886,
                            "field_316700": "(495) 125-1774",
                            "field_316701": "kimberly.wagner@brckeckins.net",
                            "field_316706": [],
                            "field_316765": [
                                5,
                                10,
                                9
                            ],
                            "field_316893": [
                                11,
                                13
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 4,
                            "order": "4.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597920+00:00",
                            "updated_on": "2022-04-06T11:11:20.391551+00:00",
                            "field_314139": "Donn Moore",
                            "field_314166": [
                                16
                            ],
                            "field_316688": [
                                {
                                    "name": "n20mZykpXaHFMO7n6ZsZmxjeqoVml8RO_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
                                    "visible_name": "donnmoore.jpg",
                                    "original_name": "Man.03.jpg"
                                }
                            ],
                            "field_316692": 61886,
                            "field_316700": "(495) 204-2944",
                            "field_316701": "donn.moore@brckeckins.net",
                            "field_316706": [],
                            "field_316765": [
                                5,
                                10
                            ],
                            "field_316893": [
                                10,
                                12
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 5,
                            "order": "5.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.597992+00:00",
                            "updated_on": "2022-04-06T11:13:05.346551+00:00",
                            "field_314139": "Steve Gray",
                            "field_314166": [
                                19,
                                21,
                                23
                            ],
                            "field_316688": [
                                {
                                    "name": "DpAJbcKkEftBO3d6kQ5Dp0JpnoRc2WQn_5826600e4f0d54d9d75ed7d1505705b09c94c2a738c09ae76a4bbc5ccce67b26.jpg",
                                    "visible_name": "stevegray.jpg",
                                    "original_name": "Man.05.jpg"
                                }
                            ],
                            "field_316692": 61883,
                            "field_316700": "(495) 503-2044",
                            "field_316701": "steve.gray@brckeckins.net",
                            "field_316706": [
                                7
                            ],
                            "field_316765": [],
                            "field_316893": [
                                14,
                                15,
                                18
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 6,
                            "order": "6.00000000000000000000",
                            "created_on": "2022-03-23T10:00:26.598066+00:00",
                            "updated_on": "2022-04-06T11:12:14.290912+00:00",
                            "field_314139": "Janet Cook",
                            "field_314166": [
                                20,
                                22
                            ],
                            "field_316688": [
                                {
                                    "name": "1OVCOhvgDGBLZ8uqCaGFZFDURJFJt8xz_1152b29c363e20f93afab12f6f7e286373bce9daf0ee5706f9be8ff30ca714e3.jpg",
                                    "visible_name": "janetcook.jpg",
                                    "original_name": "Woman.01.jpg"
                                }
                            ],
                            "field_316692": 61884,
                            "field_316700": "(495) 406-2099",
                            "field_316701": "janet.cook@brckeckins.net",
                            "field_316706": [],
                            "field_316765": [
                                7
                            ],
                            "field_316893": [
                                16,
                                17
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 7,
                            "order": "7.00000000000000000000",
                            "created_on": "2022-03-23T10:52:09.930271+00:00",
                            "updated_on": "2022-04-06T11:10:15.480252+00:00",
                            "field_314139": "Brandon Wayne",
                            "field_314166": [
                                1,
                                5,
                                10,
                                11,
                                12,
                                27,
                                29
                            ],
                            "field_316688": [
                                {
                                    "name": "eFoLZor5tbTsBrrvg95E9FdX9qyczP01_da3dd507538b1f018710ad98e6cfb5a310ac38b5839991d68d04de643d4c4cc4.jpg",
                                    "visible_name": "brandonwayne.jpg",
                                    "original_name": "Man.01.jpg"
                                }
                            ],
                            "field_316692": 61885,
                            "field_316700": "(495) 555-7578",
                            "field_316701": "brandon.wayne@brckeckins.net",
                            "field_316706": [
                                3,
                                4,
                                6
                            ],
                            "field_316765": [],
                            "field_316893": [],
                            "field_322436": null
                        },
                        {
                            "id": 8,
                            "order": "8.00000000000000000000",
                            "created_on": "2022-03-23T10:55:43.274010+00:00",
                            "updated_on": "2022-04-06T11:14:00.117185+00:00",
                            "field_314139": "Talia Algord",
                            "field_314166": [
                                2,
                                4,
                                9,
                                14
                            ],
                            "field_316688": [
                                {
                                    "name": "k8wOHRNmh7kAcDPzGRNKCLVGUbOn2vgg_f4f3a606aa392f97d54e76e58891f161bb2d917c1eb2b3d878a324529303d828.jpg",
                                    "visible_name": "taliaalgord.jpg",
                                    "original_name": "Woman.05.jpg"
                                }
                            ],
                            "field_316692": 61886,
                            "field_316700": "(495) 555-8577",
                            "field_316701": "talia.algord@brckeckins.net",
                            "field_316706": [
                                9
                            ],
                            "field_316765": [
                                3,
                                6
                            ],
                            "field_316893": [
                                5,
                                3
                            ],
                            "field_322436": null
                        },
                        {
                            "id": 9,
                            "order": "9.00000000000000000000",
                            "created_on": "2022-03-23T10:56:00.835413+00:00",
                            "updated_on": "2022-04-06T11:10:56.808893+00:00",
                            "field_314139": "Daniel Wayne",
                            "field_314166": [
                                3,
                                7,
                                8,
                                25
                            ],
                            "field_316688": [
                                {
                                    "name": "xnXCQd4INIJkbOnxK4yBegodzoBLh8GX_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
                                    "visible_name": "danielwayne.jpg",
                                    "original_name": "Man.02.jpg"
                                }
                            ],
                            "field_316692": 61884,
                            "field_316700": "(495) 555-7579",
                            "field_316701": "daniel.wayne@brckeckins.net",
                            "field_316706": [
                                8
                            ],
                            "field_316765": [
                                3,
                                4,
                                6
                            ],
                            "field_316893": [
                                4
                            ],
                            "field_322436": null
                        }
                    ]
                }
            ]
        }
    ]
}
