{"info":{"_postman_id":"50057726-cecd-495e-abd7-4ace83344b6c","name":"ArborNote API Documentation","description":"<html><head></head><body><p>Welcome to the ArborNote API documentation! Our API is designed to provide seamless integration with your applications, allowing you to harness the full power of ArborNote’s features programmatically.</p>\n<p>In this documentation, you'll find all the information you need to get started with the ArborNote API. From authentication details and endpoint descriptions to example requests and responses, we aim to provide you with clear and concise guidance to facilitate your development process.</p>\n<h1 id=\"authentication\"><strong>Authentication</strong></h1>\n<p>Authenticate your account by including your secret key in the headers of your API requests.</p>\n<p>Navigate to the Settings page in ArborNote.</p>\n<img src=\"https://content.pstmn.io/57f57a59-785a-4beb-8a14-b7a488645224/U2NyZWVuc2hvdCAyMDI1LTA5LTA1IGF0IDIuMjkuMTjigK9QTS5wbmc=\">\n\n<p>Select API Access, click Show Token to reveal your API key. If your key is lost or comprimised, you can rotate the key by clicking on the Rotate button.</p>\n<img src=\"https://content.pstmn.io/c3114cfc-a842-4397-9670-7c2dd1874ca4/U2NyZWVuc2hvdCAyMDI1LTA5LTA1IGF0IDIuMjguNTLigK9QTS5wbmc=\">\n\n<h1 id=\"webhooks\"><strong>Webhooks</strong></h1>\n<p>To integrate ArborNote with your applications and receive real-time events from your ArborNote accounts, you can set up webhook endpoints to capture and respond to these events as they occur.</p>\n<p>Here's how:</p>\n<p>Create an Event Destination: Configure an HTTPS webhook endpoint to receive event notifications. This will allow your backend systems to take appropriate actions when events are triggered in your ArborNote account.</p>\n<p>Register the Webhook: Navigate to Settings -&gt; API in ArborNote to register your webhook URL. This will enable ArborNote to send event data to your specified endpoint.</p>\n<img src=\"https://content.pstmn.io/fb509397-5053-48a3-ba3a-0bbfce41c3ee/U2NyZWVuc2hvdCAyMDI1LTA5LTA1IGF0IDIuMzMuMTnigK9QTS5wbmc=\">\n\n<p>Once configured, ArborNote will push event data to your webhook in real time. The data is sent as a JSON payload over HTTPS, ensuring secure and timely delivery of updates to your application.</p>\n<h1 id=\"rates-and-limits\"><strong>Rates and Limits</strong></h1>\n<p><strong>Rate</strong><br>10 requests per second</p>\n<p><strong>Burst</strong><br>10 requests</p>\n<p><strong>Quota</strong><br>100000 requests per day</p>\n<h1 id=\"notes\">Notes</h1>\n<p>For cURL examples, --compressed option may be required for gzip encoded responses.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Webhooks","slug":"webhooks"},{"content":"Rates and Limits","slug":"rates-and-limits"},{"content":"Notes","slug":"notes"}],"owner":"16248349","collectionId":"50057726-cecd-495e-abd7-4ace83344b6c","publishedId":"2sAYBVgAtA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-08T23:02:26.000Z"},"item":[{"name":"Endpoints","item":[{"name":"/clients","id":"2474be3e-db80-4be8-bcd7-e0f609538351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/clients","description":"<p>The <code>GET /clients</code> endpoint retrieves a list of all clients in the ArborNote system. The response now includes the <code>id</code> for each client object, which uniquely identifies the client.</p>\n<hr />\n<h3 id=\"request-structure\"><strong>Request Structure</strong></h3>\n<h4 id=\"no-path-parameters\"><strong>No Path Parameters</strong></h4>\n<p>The request does not require any specific path parameters as it is fetching the list of all clients.</p>\n<hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response will return an array of client objects, where each client object includes an <code>id</code> field along with other client details.</p>\n<h4 id=\"client-object-fields\"><strong>Client Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the client.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the client's address (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the client's address (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The postal code for the client's address (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address for the client (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number for the client (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<h4 id=\"success-response\"><strong>Success Response</strong></h4>\n<p>If the request is successful, the response will return a list of client objects, each with an <code>id</code> and the other details:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 12345,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    {\n        \"id\": 12346,\n        \"name\": \"Google\",\n        \"address1\": \"1600 Amphitheatre Parkway\",\n        \"address2\": \"Mountain View\",\n        \"city\": \"Mountain View\",\n        \"state\": \"CA\",\n        \"zip\": \"94043\",\n        \"contactName\": \"Sundar Pichai\",\n        \"email\": \"spichai@google.com\",\n        \"phone\": \"555-555-5555\"\n    }\n]\n\n</code></pre>\n<h4 id=\"error-response\"><strong>Error Response</strong></h4>\n<p>If an error occurs (e.g., no clients are available or the request fails), the API might return an error message:</p>\n<hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is used to retrieve a list of all clients in the ArborNote system, now with the addition of unique <code>id</code> fields. The <code>id</code> can be useful for identifying, linking, or performing CRUD operations (e.g., update or delete) on specific clients within other processes in the system, such as when viewing client details or associating them with projects.</p>\n","urlObject":{"protocol":"https","path":["v1","clients"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"cf300dfd-15bf-4532-bfd4-b547b589cf3b","name":"/clients","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":{"raw":"https://api.arbor-note.com/v1/clients?startDate=2024-07-23T00:00:00-07:00&endDate=2024-08-23T00:00:00-07:00","protocol":"https","host":["api","arbor-note","com"],"path":["v1","clients"],"query":[{"key":"startDate","value":"2024-07-23T00:00:00-07:00"},{"key":"endDate","value":"2024-08-23T00:00:00-07:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Oct 2024 12:57:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10725"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"b7b415a0-a231-4f79-909c-4587c1ae56ca"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"fIDomGWsoAMEoAA="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66ffe636-2c6c73186b28aca1205b759b;Parent=6e90f032eab3b68b;Sampled=0;Lineage=1:de12fbef:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"CLIENTS\": [\n        {\n            \"contactName\": \"Test Contract\",\n            \"address2\": \"street 102\",\n            \"zip\": \"92626\",\n            \"selectName\": \"##ContractCompany calif (Test Contract)\",\n            \"number\": \"\",\n            \"address1\": \"street 101\",\n            \"state\": \"California\",\n            \"name\": \"##ContractCompany calif\",\n            \"id\": 35631,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"5555555555\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"\",\n            \"address2\": \"Street 404\",\n            \"zip\": \"96060\",\n            \"selectName\": \"##MyHubsCompany ()\",\n            \"number\": \"\",\n            \"address1\": \"Street 404\",\n            \"state\": \"NY\",\n            \"name\": \"##MyHubsCompany\",\n            \"id\": 35627,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"5555555555\",\n            \"email\": \"hubspot@test.com\"\n        },\n        {\n            \"contactName\": \"test khan\",\n            \"address2\": \"test\",\n            \"zip\": \"9463131\",\n            \"selectName\": \"##TestNewClient (test khan)\",\n            \"number\": \"\",\n            \"address1\": \"test\",\n            \"state\": \"California\",\n            \"name\": \"##TestNewClient\",\n            \"id\": 35626,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"agv1\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv1 (agv1)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv1\",\n            \"id\": 35664,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv1comp@gmail.com\"\n        },\n        {\n            \"contactName\": \"agv1 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv1 client (agv1 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv1 client\",\n            \"id\": 35665,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv1clientcomp[@gmail.com\"\n        },\n        {\n            \"contactName\": \"agv2 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv2 client (agv2 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv2 client\",\n            \"id\": 35666,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv2clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"agv3 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv3 client (agv3 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv3 client\",\n            \"id\": 35667,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv3clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"agv4 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv4 client (agv4 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv4 client\",\n            \"id\": 35668,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv4clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"agv5 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"agv5 client (agv5 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"agv5 client\",\n            \"id\": 35669,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"agv5clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"aquav1 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"aquav1 client (aquav1 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"aquav1 client\",\n            \"id\": 35628,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"aquav1client@gmail.com\"\n        },\n        {\n            \"contactName\": \"aquav2 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"aquav2 client (aquav2 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"aquav2 client\",\n            \"id\": 35629,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"aquav2client@gmail.com\"\n        },\n        {\n            \"contactName\": \"\",\n            \"address2\": \"CA\",\n            \"zip\": \"100192\",\n            \"selectName\": \"Aug 10:16 Company ()\",\n            \"number\": \"\",\n            \"address1\": \"CA\",\n            \"state\": \"CA\",\n            \"name\": \"Aug 10:16 Company\",\n            \"id\": 35652,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"123456789\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"Test August\",\n            \"address2\": \"CA\",\n            \"zip\": \"101011\",\n            \"selectName\": \"Aug 12 Company (Test August)\",\n            \"number\": \"\",\n            \"address1\": \"CA\",\n            \"state\": \"California\",\n            \"name\": \"Aug 12 Company\",\n            \"id\": 35651,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"5555555555\",\n            \"email\": \"aug@aug.com\"\n        },\n        {\n            \"contactName\": \"aug23 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"aug23 client (aug23 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"aug23 client\",\n            \"id\": 35670,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"aug23clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"aug24 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"aug24 client (aug24 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"aug24 client\",\n            \"id\": 35671,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"aug24clientcomp@gmail.com\"\n        },\n        {\n            \"contactName\": \"BKv1 Comp\",\n            \"address2\": \"test\",\n            \"zip\": \"test\",\n            \"selectName\": \"BKv1 Comp (BKv1 Comp)\",\n            \"number\": \"test\",\n            \"address1\": \"test\",\n            \"state\": \"test\",\n            \"name\": \"BKv1 Comp\",\n            \"id\": 35654,\n            \"type\": \"test\",\n            \"city\": \"test\",\n            \"phone\": \"test\",\n            \"email\": \"BKv1@gmail.com\"\n        },\n        {\n            \"contactName\": \"BKv2 Comp\",\n            \"address2\": \"test\",\n            \"zip\": \"test\",\n            \"selectName\": \"BKv2 Comp (BKv2 Comp)\",\n            \"number\": \"test\",\n            \"address1\": \"test\",\n            \"state\": \"test\",\n            \"name\": \"BKv2 Comp\",\n            \"id\": 35655,\n            \"type\": \"test\",\n            \"city\": \"test\",\n            \"phone\": \"test\",\n            \"email\": \"BKv2comp@gmail.com\"\n        },\n        {\n            \"contactName\": \"BKv3 Comp\",\n            \"address2\": \"test\",\n            \"zip\": \"test\",\n            \"selectName\": \"BKv3 Comp (BKv3 Comp)\",\n            \"number\": \"test\",\n            \"address1\": \"test\",\n            \"state\": \"test\",\n            \"name\": \"BKv3 Comp\",\n            \"id\": 35656,\n            \"type\": \"test\",\n            \"city\": \"test\",\n            \"phone\": \"test\",\n            \"email\": \"BKv3comp@gmail.com\"\n        },\n        {\n            \"contactName\": \"Client Aug22\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"selectName\": \"Client Aug22 (Client Aug22)\",\n            \"number\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"Client Aug22\",\n            \"id\": 35657,\n            \"type\": \"\",\n            \"city\": \"\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"client0824248@arbornote.com\"\n        },\n        {\n            \"contactName\": \"client name\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"selectName\": \"Client Aug22 252 (client name)\",\n            \"number\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"Client Aug22 252\",\n            \"id\": 35658,\n            \"type\": \"\",\n            \"city\": \"\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"client0822252@arbornote.com\"\n        },\n        {\n            \"contactName\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"selectName\": \"client1122 ()\",\n            \"number\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"client1122\",\n            \"id\": 35648,\n            \"type\": \"\",\n            \"city\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"contactName\": \"itelv1 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"itelv1 client (itelv1 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"itelv1 client\",\n            \"id\": 35623,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"itelv1client@gmail.com\"\n        },\n        {\n            \"contactName\": \"itelv2 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"itelv2 client (itelv2 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"itelv2 client\",\n            \"id\": 35624,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"itelv2client@gmail.com\"\n        },\n        {\n            \"contactName\": \"itelv3 client\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"itelv3 client (itelv3 client)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"itelv3 client\",\n            \"id\": 35625,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"itelv3client@gmail.com\"\n        },\n        {\n            \"contactName\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"selectName\": \"NewClient3107 ()\",\n            \"number\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"NewClient3107\",\n            \"id\": 35646,\n            \"type\": \"\",\n            \"city\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"contactName\": \"Test Client\",\n            \"address2\": \"CA 404\",\n            \"zip\": \"92626\",\n            \"selectName\": \"NewSelected (Test Client)\",\n            \"number\": \"\",\n            \"address1\": \"CA 101\",\n            \"state\": \"California\",\n            \"name\": \"NewSelected\",\n            \"id\": 35644,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"0345-1234567\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"periperi\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"periperi (periperi)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"periperi\",\n            \"id\": 35659,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"periperi@gmail.com\"\n        },\n        {\n            \"contactName\": \"periperiv8\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"periperiv8 (periperiv8)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"periperiv8\",\n            \"id\": 35661,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"periperiv8@gmail.com\"\n        },\n        {\n            \"contactName\": \"Jae Kim\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"periv2 (Jae Kim)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"periv2\",\n            \"id\": 35660,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\"\n        },\n        {\n            \"contactName\": \"periv3\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"periv3 (periv3)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"periv3\",\n            \"id\": 35662,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"periv3@cognetive-systems.com\"\n        },\n        {\n            \"contactName\": \"periv4\",\n            \"address2\": \"\",\n            \"zip\": \"92618\",\n            \"selectName\": \"periv4 (periv4)\",\n            \"number\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"periv4\",\n            \"id\": 35663,\n            \"type\": \"\",\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"periv4@cognetive-systems.com\"\n        },\n        {\n            \"contactName\": \"Test Test\",\n            \"address2\": \"test\",\n            \"zip\": \"92626\",\n            \"selectName\": \"Selected Client (Test Test)\",\n            \"number\": \"\",\n            \"address1\": \"test\",\n            \"state\": \"California\",\n            \"name\": \"Selected Client\",\n            \"id\": 35649,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"555-555-5554\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"test\",\n            \"address2\": \"test\",\n            \"zip\": \"92626\",\n            \"selectName\": \"Test  (test)\",\n            \"number\": \"\",\n            \"address1\": \"test\",\n            \"state\": \"California\",\n            \"name\": \"Test \",\n            \"id\": 35639,\n            \"type\": \"\",\n            \"city\": \"ca\",\n            \"phone\": \"03451234567\",\n            \"email\": \"test@test.com\"\n        },\n        {\n            \"contactName\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"selectName\": \"testClient3107 local ()\",\n            \"number\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"testClient3107 local\",\n            \"id\": 35647,\n            \"type\": \"\",\n            \"city\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"contactName\": \"Selected Client\",\n            \"address2\": \"CA 404\",\n            \"zip\": \"92424\",\n            \"selectName\": \"TestSelectClient (Selected Client)\",\n            \"number\": \"\",\n            \"address1\": \"CA 101\",\n            \"state\": \"California\",\n            \"name\": \"TestSelectClient\",\n            \"id\": 35643,\n            \"type\": \"\",\n            \"city\": \"Mexico\",\n            \"phone\": \"0345-1234567\",\n            \"email\": \"client@test.com\"\n        },\n        {\n            \"contactName\": \"test\",\n            \"address2\": \"test\",\n            \"zip\": \"92626\",\n            \"selectName\": \"TestSelected (test)\",\n            \"number\": \"\",\n            \"address1\": \"test\",\n            \"state\": \"California\",\n            \"name\": \"TestSelected\",\n            \"id\": 35640,\n            \"type\": \"\",\n            \"city\": \"CA\",\n            \"phone\": \"03451234567\",\n            \"email\": \"test@test.com\"\n        }\n    ],\n    \"MARKETS\": [\n        {\n            \"market\": \"\"\n        },\n        {\n            \"market\": \"\"\n        },\n        {\n            \"market\": \"Buisness Park\"\n        },\n        {\n            \"market\": \"California\"\n        },\n        {\n            \"market\": \"Commercial\"\n        },\n        {\n            \"market\": \"Golf Course\"\n        },\n        {\n            \"market\": \"HOA\"\n        },\n        {\n            \"market\": \"Islamabad\"\n        },\n        {\n            \"market\": \"Market Test\"\n        },\n        {\n            \"market\": \"MyMarket\"\n        },\n        {\n            \"market\": \"Pakistan\"\n        },\n        {\n            \"market\": \"Park\"\n        },\n        {\n            \"market\": \"President pti\"\n        },\n        {\n            \"market\": \"qwerty\"\n        },\n        {\n            \"market\": \"Residential\"\n        },\n        {\n            \"market\": \"School\"\n        }\n    ]\n}"},{"id":"3a93e223-5707-480d-89bf-e87fbd91d9b4","name":"/clients","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 02 Dec 2024 20:58:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6561"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ae5b45c3-53dc-45a9-a196-59f656fed74e"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CLnY0HLUoAMEcUQ="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-674e1f6b-0ccd6ca433496fab1b78d72a;Parent=7ac2bb16327d0520;Sampled=0;Lineage=1:9dd15d5d:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 27140,\n        \"name\": \"City of Irvine\",\n        \"address1\": \"1 Irvine Way\",\n        \"address2\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"contactName\": \"Ct Jae Kim\",\n        \"email\": \"jkim@useda.com\",\n        \"phone\": \"5555555555\"\n    },\n    {\n        \"id\": 35530,\n        \"name\": \"Duplicate?\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35531,\n        \"name\": \"Duplicate2\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35561,\n        \"name\": \"Client Jul 8 848\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35575,\n        \"name\": \"Client Jul 8 848\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35576,\n        \"name\": \"Client Jul 8 848\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35584,\n        \"name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35587,\n        \"name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35588,\n        \"name\": \"Client Jul11 831\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35591,\n        \"name\": \"Client Jul11 152\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"clientl0711152@arbornote.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35632,\n        \"name\": \"ewq1\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35633,\n        \"name\": \"ewq2\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35634,\n        \"name\": \"ewq11\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35635,\n        \"name\": \"ewq12\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35636,\n        \"name\": \"ewq112233\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35637,\n        \"name\": \"testselected\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35638,\n        \"name\": \"testSelect1\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35641,\n        \"name\": \"hhjk\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan.shah@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35642,\n        \"name\": \"test1112\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"adnan@test.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35740,\n        \"name\": \"Markup Client\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim+markup@arbornote.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35770,\n        \"name\": \"Client 1\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35771,\n        \"name\": \"Project\",\n        \"address1\": \"\",\n        \"address2\": \"Irvine\",\n        \"city\": \"CA\",\n        \"state\": \"92618\",\n        \"zip\": \"J Kim\",\n        \"contactName\": \"jkim@useda.com\",\n        \"email\": \"555-555-5555\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35772,\n        \"name\": \"Test\",\n        \"address1\": \"\",\n        \"address2\": \"Cupertino\",\n        \"city\": \"CA\",\n        \"state\": \"95014\",\n        \"zip\": \"J Kim\",\n        \"contactName\": \"Test\",\n        \"email\": \"555-555-5555\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35802,\n        \"name\": \"Orkin\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim+orkin@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35803,\n        \"name\": \"xx\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim+xx@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35819,\n        \"name\": \"client\",\n        \"address1\": \"\",\n        \"address2\": \"Irvine\",\n        \"city\": \"CA\",\n        \"state\": \"92606\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35820,\n        \"name\": \"Client2\",\n        \"address1\": \"1003 Solvay Aisle\",\n        \"address2\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35835,\n        \"name\": \"Nov12 Client\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim+nov12@cognetive-systems.com\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 35840,\n        \"name\": \"Client Nov 14\",\n        \"address1\": \"test\",\n        \"address2\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"test\",\n        \"zip\": \"test\",\n        \"contactName\": \"Askev1 client\",\n        \"email\": \"Askev1client@gmail.com\",\n        \"phone\": \"test\"\n    },\n    {\n        \"id\": 35841,\n        \"name\": \"test\",\n        \"address1\": \"test\",\n        \"address2\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"test\",\n        \"zip\": \"test\",\n        \"contactName\": \"test\",\n        \"email\": \"test\",\n        \"phone\": \"test\"\n    },\n    {\n        \"id\": 35860,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    {\n        \"id\": 35861,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    {\n        \"id\": 35945,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    {\n        \"id\": 35946,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    {\n        \"id\": 35947,\n        \"name\": \"Apple\",\n        \"address1\": \"Suite A\",\n        \"address2\": \"Cupertino\",\n        \"city\": \"CA\",\n        \"state\": \"95014\",\n        \"zip\": \"John Smith\",\n        \"contactName\": \"jsmith@cognetive-systems.com\",\n        \"email\": \"555-555-5555\",\n        \"phone\": \"\"\n    },\n    {\n        \"id\": 40135,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    }\n]"}],"_postman_id":"2474be3e-db80-4be8-bcd7-e0f609538351"},{"name":"/clients/:id","id":"623bb2e8-eb71-4a2e-a666-f63fa0b6ec6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/clients/35837","description":"<p>he <code>GET /clients/:id</code> endpoint retrieves detailed information about a specific client identified by the id. The response includes all details related to the client, including their name, address, contact information, and unique client ID.</p>\n<hr />\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier of the client. The value is required to fetch a specific client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response will contain a single client object with detailed information, including the unique <code>id</code> for the client.</p>\n<hr />\n<h3 id=\"response-payload-example\"><strong>Response Payload Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 12345,\n    \"name\": \"Apple\",\n    \"address1\": \"1 Apple Park Way\",\n    \"address2\": \"Suite A\",\n    \"city\": \"Cupertino\",\n    \"state\": \"CA\",\n    \"zip\": \"95014\",\n    \"contactName\": \"John Smith\",\n    \"email\": \"jsmith@cognetive-systems.com\",\n    \"phone\": \"555-555-5555\"\n}\n\n</code></pre>\n<h3 id=\"payload-field-descriptions\"><strong>Payload Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the client.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The primary address line (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The secondary address line (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The postal code for the client's address (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the client’s primary contact person (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the client (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the client (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is used when you need to fetch detailed information about a specific client in ArborNote by their unique client ID. It's useful for retrieving or displaying client-specific details for further actions, such as updating the client's information, referencing them in a project, or reporting.</p>\n","urlObject":{"protocol":"https","path":["v1","clients","35837"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"1a689fc1-8695-441b-8e25-cade7ab0e4c5","name":"/clients/{clientID} api key Copy","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/clients/35837"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Nov 2024 21:32:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"644"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0e295978-ff00-445d-99c8-0c813860916f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BQXe_G73IAMEj9w="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67366c5f-36c627b07b3e45804de9470d;Parent=162acee47bfc1ddb;Sampled=0;Lineage=1:3f82d5a8:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"CLIENTS\": [\n        {\n            \"contactName\": \"test\",\n            \"address2\": \"test\",\n            \"zip\": \"test\",\n            \"selectName\": \"test (test)\",\n            \"number\": \"test\",\n            \"address1\": \"test\",\n            \"state\": \"test\",\n            \"name\": \"test\",\n            \"id\": 35837,\n            \"type\": \"test\",\n            \"city\": \"test\",\n            \"phone\": \"test\",\n            \"email\": \"test\"\n        }\n    ],\n    \"MARKETS\": [\n        {\n            \"market\": \"\"\n        },\n        {\n            \"market\": \"\"\n        },\n        {\n            \"market\": \"Buisness Park\"\n        },\n        {\n            \"market\": \"California\"\n        },\n        {\n            \"market\": \"Commercial\"\n        },\n        {\n            \"market\": \"Golf Course\"\n        },\n        {\n            \"market\": \"HOA\"\n        },\n        {\n            \"market\": \"Islamabad\"\n        },\n        {\n            \"market\": \"Market Test\"\n        },\n        {\n            \"market\": \"MyMarket\"\n        },\n        {\n            \"market\": \"Pakistan\"\n        },\n        {\n            \"market\": \"Park\"\n        },\n        {\n            \"market\": \"President pti\"\n        },\n        {\n            \"market\": \"qwerty\"\n        },\n        {\n            \"market\": \"Residential\"\n        },\n        {\n            \"market\": \"School\"\n        }\n    ]\n}"},{"id":"0f35324d-0180-4cba-91a4-612ed5da094f","name":"/clients/:id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/clients/27140"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Dec 2024 19:00:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"219"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ecebd774-28f6-4e6d-8820-28a97dc8fe38"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"COpClG-UoAMEHvA="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-674f5543-11572ace76e2df3647469e28;Parent=7b25511a35f80502;Sampled=0;Lineage=1:3f82d5a8:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 27140,\n    \"name\": \"City of Irvine\",\n    \"address1\": \"1 Irvine Way\",\n    \"address2\": \"\",\n    \"city\": \"Irvine\",\n    \"state\": \"California\",\n    \"zip\": \"92606\",\n    \"contactName\": \"Ct Jae Kim\",\n    \"email\": \"jkim@useda.com\",\n    \"phone\": \"5555555555\"\n}"}],"_postman_id":"623bb2e8-eb71-4a2e-a666-f63fa0b6ec6f"},{"name":"/clients","id":"b8a31fc5-4bfd-48bb-a6bc-8c88f40c789f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Apple\",\n    \"address1\": \"1 Apple Park Way\",\n    \"address2\": \"Suite A\",\n    \"city\": \"Cupertino\",\n    \"state\": \"CA\",\n    \"zip\": \"95014\",\n    \"contactName\": \"John Smith\",\n    \"email\": \"jsmith@cognetive-systems.com\",\n    \"phone\": \"555-555-5555\"\n\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/clients","description":"<p>The <code>POST /clients</code> endpoint is used to add a new client to ArborNote. This endpoint accepts a payload containing the client’s information and returns the newly created client record.</p>\n<hr />\n<h3 id=\"request-structure\"><strong>Request Structure</strong></h3>\n<p>The request payload contains the following fields which define the new client being added:</p>\n<h4 id=\"client-object-fields\"><strong>Client Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the client's address (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the client's address (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The postal code for the client's address (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address for the client (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number for the client (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-request-payload\"><strong>Example Request Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"name\": \"Apple\",\n    \"address1\": \"1 Apple Park Way\",\n    \"address2\": \"Suite A\",\n    \"city\": \"Cupertino\",\n    \"state\": \"CA\",\n    \"zip\": \"95014\",\n    \"contactName\": \"John Smith\",\n    \"email\": \"jsmith@cognetive-systems.com\",\n    \"phone\": \"555-555-5555\"\n}\n\n</code></pre>\n<hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is typically used to add a new client to ArborNote. Clients are added in scenarios such as onboarding new customers or updating the system with new client information. Once the client is successfully added, they can be linked to projects and other activities within the ArborNote platform.</p>\n","urlObject":{"protocol":"https","path":["v1","clients"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"61e52d66-cc08-4146-9e86-98223d77aefa","name":"/clients","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"test\",\n    \"address1\":\"test\",\n    \"address2\":\"test\",\n    \"city\":\"test\",\n    \"state\":\"test\",\n    \"zip\":\"test\",\n    \"contactName\":\"test\",\n    \"email\":\"test\",\n    \"phone\":\"test\",\n    \"type\":\"test\",\n    \"number\":\"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1//clients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Feb 2022 23:53:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"221a916f-152d-4cc5-afbf-37d01bec7c66"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"NWbIjGG5IAMF9Vg="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6205a569-3936dc8d35bd2978175d64b6;Sampled=0"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientID\": \"17006\"\n}"}],"_postman_id":"b8a31fc5-4bfd-48bb-a6bc-8c88f40c789f"},{"name":"/clients/:id","id":"0287d461-08e5-449c-ad7a-90f0015ac232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Apple\",\n    \"address1\": \"1 Apple Park Way\",\n    \"address2\": \"Suite A\",\n    \"city\": \"Cupertino\",\n    \"state\": \"CA\",\n    \"zip\": \"95014\",\n    \"contactName\": \"John Smith\",\n    \"email\": \"jsmith@cognetive-systems.com\",\n    \"phone\": \"555-555-5555\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/clients/35861","description":"<p>The <code>POST /clients/:id</code> endpoint updates an existing client in the ArborNote system. The request requires the id path parameter to specify which client is being updated, and the payload contains the new details for the client.</p>\n<hr />\n<h3 id=\"request-structure\"><strong>Request Structure</strong></h3>\n<h4 id=\"url-parameters\"><strong>URL Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>The unique identifier of the client to be updated. (e.g., <code>\"12345\"</code>)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-body\"><strong>Request Body</strong></h4>\n<p>The request body must contain a JSON object with the updated client details. Below is the breakdown of the client fields.</p>\n<hr />\n<h3 id=\"request-payload\"><strong>Request Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 12345,\n    \"name\": \"Apple\",\n    \"address1\": \"1 Apple Park Way\",\n    \"address2\": \"Suite A\",\n    \"city\": \"Cupertino\",\n    \"state\": \"CA\",\n    \"zip\": \"95014\",\n    \"contactName\": \"John Smith\",\n    \"email\": \"jsmith@cognetive-systems.com\",\n    \"phone\": \"555-555-5555\"\n}\n\n</code></pre>\n<h3 id=\"payload-field-descriptions\"><strong>Payload Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the client. This is used to identify which client to update.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the client's address (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the client's address (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The postal code for the client's address (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address for the client (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number for the client (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>Upon a successful update, the server will respond with a confirmation message, including the updated client details. If the update is unsuccessful, an error message will be returned.</p>\n<h4 id=\"success-response\"><strong>Success Response</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Client updated successfully\",\n    \"client\": {\n        \"id\": 12345,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is used to update the details of an existing client in ArborNote. For example, if there are changes to the client's contact information, address, or other details, this endpoint can be used to apply those updates to the system. The <code>clientID</code> path parameter ensures that the correct client is being updated, and the payload provides the updated details.</p>\n","urlObject":{"protocol":"https","path":["v1","clients","35861"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"1c00aa4b-7b2f-4f66-9f05-c18c1a9f58cb","name":"/clients/{clientID}","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"test\",\n    \"address1\":\"test\",\n    \"address2\":\"test\",\n    \"city\":\"test\",\n    \"state\":\"test\",\n    \"zip\":\"test\",\n    \"contactName\":\"test\",\n    \"email\":\"test\",\n    \"phone\":\"test\",\n    \"type\":\"test\",\n    \"number\":\"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/clients/35837"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Nov 2024 12:07:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f9e41dab-490e-4219-8f74-32fb24248167"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BPEsPG0-IAMEsGw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6735e7e7-3714f5150415f8cc64ac9f27;Parent=0608a0eb87829027;Sampled=0;Lineage=1:d235fc0f:0"}],"cookie":[],"responseTime":null,"body":"\"Data Updated Successfully!\""}],"_postman_id":"0287d461-08e5-449c-ad7a-90f0015ac232"},{"name":"/projects","id":"a116d65b-b5b6-486e-83eb-f90d8ad4763a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/projects","description":"<p>This endpoint retrieves a list of projects. The response includes an array of project objects, each containing detailed information about individual projects.</p>\n<hr />\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p>The response is an array of <code>Project</code> objects. Below is the structure of a single <code>Project</code> object.</p>\n<hr />\n<h3 id=\"project-object\">Project Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier for the project.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the project.</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>String</td>\n<td>The street address of the project. May be empty if not specified.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the project is located. May be empty if not specified.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the project is located. May be empty if not specified.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code of the project location. May be empty if not specified.</td>\n</tr>\n<tr>\n<td><code>treeCount</code></td>\n<td>Integer</td>\n<td>The total number of trees associated with the project.</td>\n</tr>\n<tr>\n<td><code>dateCreated</code></td>\n<td>String</td>\n<td>The date and time when the project was created, in ISO 8601 format (e.g., <code>2024-07-11T11:36:07-07:00</code>).</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>The latitude coordinate of the project’s location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>The longitude coordinate of the project’s location.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"example-response\"><strong>Example Response</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 255913,\n        \"name\": \"North Park Development\",\n        \"address\": \"123 Main Street\",\n        \"city\": \"Springfield\",\n        \"state\": \"CA\",\n        \"zip\": \"12345\",\n        \"treeCount\": 42,\n        \"dateCreated\": \"2024-07-11T11:36:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602\n    },\n    {\n        \"id\": 255914,\n        \"name\": \"Downtown Landscaping\",\n        \"address\": \"456 Elm Street\",\n        \"city\": \"Riverside\",\n        \"state\": \"CA\",\n        \"zip\": \"67890\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2024-07-15T14:22:55-07:00\",\n        \"lat\": 34.052235,\n        \"lon\": -118.243683\n    }\n]\n\n</code></pre>\n<hr />\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>The response includes an array of projects, with each project represented as a <code>Project</code> object.</p>\n</li>\n<li><p>Fields such as <code>address</code>, <code>city</code>, <code>state</code>, and <code>zip</code> may be empty if not provided during project creation.</p>\n</li>\n<li><p>Ensure proper authorization when accessing the endpoint.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","projects"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"9e9c2acd-5605-4330-84fb-b32d3c4d9000","name":"/projects","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://api.arbor-note.com/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Nov 2024 09:32:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"24224"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6754484f-eba7-414b-ba23-8b3702395a57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BsYjMEUDIAMEoew="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6741a147-0fc29797176408436f43f2f0;Parent=7a0c3bb012625a87;Sampled=0;Lineage=1:12a51cd1:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 255913,\n        \"name\": \"North Park Development\",\n        \"address\": \"123 Main Street\",\n        \"city\": \"Springfield\",\n        \"state\": \"CA\",\n        \"zip\": \"12345\",\n        \"treeCount\": 42,\n        \"dateCreated\": \"2024-07-11T11:36:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602\n    },\n    {\n        \"id\": 255914,\n        \"name\": \"Downtown Landscaping\",\n        \"address\": \"456 Elm Street\",\n        \"city\": \"Riverside\",\n        \"state\": \"CA\",\n        \"zip\": \"67890\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2024-07-15T14:22:55-07:00\",\n        \"lat\": 34.052235,\n        \"lon\": -118.243683\n    }\n]"},{"id":"bf5e7899-32cc-46d5-9bc9-7dbe4a5dc995","name":"/projects","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"https://api.arbor-note.com/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Dec 2024 22:14:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"25285"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"5f538d2b-60c4-4ecb-a809-4bb7a4db1136"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CPFbAErRoAMEJRw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-674f82ac-30bead9c3a25ff9c33111917;Parent=48fc6113b4560da7;Sampled=0;Lineage=1:12a51cd1:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 243473,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2023-09-15T16:06:38-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248339,\n        \"name\": \"\",\n        \"address\": \"east street\",\n        \"city\": \"Akron\",\n        \"state\": \"Ohio\",\n        \"zip\": \"5465465\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-12T07:09:55-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"testing webhook contact\"\n    },\n    {\n        \"id\": 248340,\n        \"name\": \"\",\n        \"address\": \"Ohio\",\n        \"city\": \"Akron\",\n        \"state\": \"texas\",\n        \"zip\": \"454545454\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-12T11:25:37-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"test 13\"\n    },\n    {\n        \"id\": 248341,\n        \"name\": \"\",\n        \"address\": \"asas\",\n        \"city\": \"Akron\",\n        \"state\": \"Texas\",\n        \"zip\": \"141414141\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-12T11:35:16-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"test 14\"\n    },\n    {\n        \"id\": 248342,\n        \"name\": \"\",\n        \"address\": \"None\",\n        \"city\": \"None\",\n        \"state\": \"None\",\n        \"zip\": \"None\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-12T11:36:14-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"None\"\n    },\n    {\n        \"id\": 248343,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-12T11:42:59-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248344,\n        \"name\": \"\",\n        \"address\": \"asas\",\n        \"city\": \"Akron\",\n        \"state\": \"Ohio\",\n        \"zip\": \"45454545\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-13T10:49:23-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"testing18\"\n    },\n    {\n        \"id\": 248345,\n        \"name\": \"\",\n        \"address\": \"ASASAAS\",\n        \"city\": \"ASASAS\",\n        \"state\": \"ASASAS\",\n        \"zip\": \"4545454\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-13T11:07:35-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"TESTING 21\"\n    },\n    {\n        \"id\": 248346,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-13T15:21:56-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"testing 26\"\n    },\n    {\n        \"id\": 248371,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-16T19:39:21-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"testing16 four\"\n    },\n    {\n        \"id\": 249515,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-07T19:45:46-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"First NameLast Name\"\n    },\n    {\n        \"id\": 249516,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-07T21:43:27-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Name1 name2None\"\n    },\n    {\n        \"id\": 249517,\n        \"name\": \"\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-07T22:24:02-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Safaei, Parvaneh\"\n    },\n    {\n        \"id\": 248192,\n        \"name\": \"###newProj edited 8\",\n        \"address\": \"Address 1\",\n        \"city\": \"University Road \",\n        \"state\": \"\",\n        \"zip\": \"2342223\",\n        \"treeCount\": 189,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 3.3555713,\n        \"lon\": -76.5179595,\n        \"status\": \"Contact Name\"\n    },\n    {\n        \"id\": 248199,\n        \"name\": \"###ProjectTitle0202\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 80,\n        \"dateCreated\": \"2024-02-27T16:57:21-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 258046,\n        \"name\": \"###ProjectWithoutClient\",\n        \"address\": \"CA\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 64,\n        \"dateCreated\": \"2024-08-22T10:19:50-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.41793240000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248187,\n        \"name\": \"###testProj\",\n        \"address\": \"1600 Amphitheatre Pkwy Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 28,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 37.4224943,\n        \"lon\": -122.0847362,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263758,\n        \"name\": \"###testProj\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 11,\n        \"dateCreated\": \"2024-11-15T13:21:41-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 248200,\n        \"name\": \"###TestProject000\",\n        \"address\": \"Steet 101\",\n        \"city\": \"CA City\",\n        \"state\": \"Utah\",\n        \"zip\": \"123456\",\n        \"treeCount\": 42,\n        \"dateCreated\": \"2024-02-27T17:46:22-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 255952,\n        \"name\": \"###TestProjectMaplessNavigation\",\n        \"address\": \"Mingora,Swat\",\n        \"city\": \"Mingora\",\n        \"state\": \"CA\",\n        \"zip\": \"93636\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-07-15T14:09:42-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264074,\n        \"name\": \"###TestProject_v2\",\n        \"address\": \"test4342\",\n        \"city\": \"gkgkjh\",\n        \"state\": \"New York\",\n        \"zip\": \"11234\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:27:47-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 243500,\n        \"name\": \"##1 proj edited 2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 31,\n        \"dateCreated\": \"2023-10-13T10:38:44-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 262304,\n        \"name\": \"##1122\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-25T10:58:24-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248234,\n        \"name\": \"##123NewProject\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"CA\",\n        \"state\": \"Michigan\",\n        \"zip\": \"1234\",\n        \"treeCount\": 120,\n        \"dateCreated\": \"2024-03-08T17:58:12-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##123NewProject\"\n    },\n    {\n        \"id\": 243529,\n        \"name\": \"##123NewProjectUpdated\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"1234\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2023-11-15T06:37:42-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255856,\n        \"name\": \"##AbbTest\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 12,\n        \"dateCreated\": \"2024-07-04T04:57:55-07:00\",\n        \"lat\": 33.7251531,\n        \"lon\": 73.1649037,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257615,\n        \"name\": \"##AddNew101\",\n        \"address\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"California\",\n        \"zip\": \"12345\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-08-22T07:32:56-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 255924,\n        \"name\": \"##AlmirahProject\",\n        \"address\": \"test address\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"00000\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2024-07-11T10:43:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"TestContact\"\n    },\n    {\n        \"id\": 252749,\n        \"name\": \"##AndroidMapless3\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-06-26T21:56:54-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263684,\n        \"name\": \"##AntaWenta\",\n        \"address\": \"RC32+298\",\n        \"city\": \"Ghurejo\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-11-01T22:35:43-07:00\",\n        \"lat\": 34.8025375,\n        \"lon\": 72.4009531,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 260274,\n        \"name\": \"##ANtoHS\",\n        \"address\": \"Mr John Smith. 132, My Street, Kingston, New York 12401.\",\n        \"city\": \"New York\",\n        \"state\": \"New York\",\n        \"zip\": \"12401\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-09-09T02:12:50-07:00\",\n        \"lat\": 41.9270655,\n        \"lon\": -73.99731589999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255954,\n        \"name\": \"##AN_July_Phone\",\n        \"address\": \"NY\",\n        \"city\": \"NY\",\n        \"state\": \"New York\",\n        \"zip\": \"92404\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-07-16T10:14:55-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"##AN_July_Phone\"\n    },\n    {\n        \"id\": 257089,\n        \"name\": \"##AugustANtoHS\",\n        \"address\": \"CA\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"101011\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-08-12T05:47:31-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Aug 12 Company\"\n    },\n    {\n        \"id\": 256623,\n        \"name\": \"##BackgroundiOS\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 153,\n        \"dateCreated\": \"2024-07-24T09:00:51-07:00\",\n        \"lat\": 33.6521519035715,\n        \"lon\": 73.0454126231826,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256622,\n        \"name\": \"##Background_Android\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 25,\n        \"dateCreated\": \"2024-07-24T20:48:08-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260268,\n        \"name\": \"##Basic Checkout September\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"44000\",\n        \"treeCount\": 14,\n        \"dateCreated\": \"2024-09-06T04:21:54-07:00\",\n        \"lat\": 33.7096533,\n        \"lon\": 73.0439269,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 255974,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-07-19T19:38:36-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"Test OoO\"\n    },\n    {\n        \"id\": 262282,\n        \"name\": \"##Basic_Checkout_Oct\",\n        \"address\": \"Gali 1\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 105,\n        \"dateCreated\": \"2024-10-09T04:20:36-07:00\",\n        \"lat\": 33.6535182,\n        \"lon\": 73.0428161,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 262307,\n        \"name\": \"##Basic_Checkout_Oct\",\n        \"address\": \"Islamabad\",\n        \"city\": \"Islamabad, Pakistan\",\n        \"state\": \"Alaska\",\n        \"zip\": \"44000\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-10-27T01:41:42-07:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 260261,\n        \"name\": \"##Basic_Ngb_Checkout_Sep\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-04T07:21:26-07:00\",\n        \"lat\": 33.6530742,\n        \"lon\": 73.2255876,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 261826,\n        \"name\": \"##CheckoutProject-100\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-10-01T12:17:38-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 260275,\n        \"name\": \"##CheckoutSeptember\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-09-09T16:22:25-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260267,\n        \"name\": \"##ClientTest\",\n        \"address\": \"Rawalpindi\",\n        \"city\": \"Rawalpindi\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-05T05:53:03-07:00\",\n        \"lat\": 33.5530834,\n        \"lon\": 73.1365962,\n        \"status\": \"Test Name\"\n    },\n    {\n        \"id\": 248186,\n        \"name\": \"##CloneProject1234\",\n        \"address\": \"\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-02-23T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249524,\n        \"name\": \"##Col-Md-Project\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"North Dakota\",\n        \"zip\": \"8911218\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-09T03:37:03-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Col Md Client\"\n    },\n    {\n        \"id\": 257613,\n        \"name\": \"##ContractCompany\",\n        \"address\": \"street 101\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-08-21T07:04:24-07:00\",\n        \"lat\": 33.6896864,\n        \"lon\": -117.7692848,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263704,\n        \"name\": \"##DemoAndroid\",\n        \"address\": \"House 101\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Pakistan \",\n        \"zip\": \"44000\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-07T13:01:46-08:00\",\n        \"lat\": 33.6974389,\n        \"lon\": 72.9713264,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 263706,\n        \"name\": \"##DemoDesktop\",\n        \"address\": \"Test 303\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"92000\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-11-07T01:56:17-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Tester Khan\"\n    },\n    {\n        \"id\": 263713,\n        \"name\": \"##DemoIOS\",\n        \"address\": \"Street 101\",\n        \"city\": \"Mingora\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"92000\",\n        \"treeCount\": 204,\n        \"dateCreated\": \"2024-11-07T10:00:25-08:00\",\n        \"lat\": 34.80152668201604,\n        \"lon\": 72.40206178879521,\n        \"status\": \"Tester Arbor\"\n    },\n    {\n        \"id\": 255859,\n        \"name\": \"##DesktopMapless\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T05:18:16-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"##My_New_Hubspot_ProjectNone\"\n    },\n    {\n        \"id\": 255864,\n        \"name\": \"##DesktopTestMap\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T09:32:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218841,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2023-07-26T01:22:49-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 243478,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2023-09-22T19:04:27-07:00\",\n        \"lat\": 33.6844202,\n        \"lon\": 73.04788479999999,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 243492,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-10-09T01:05:57-07:00\",\n        \"lat\": 33.6844202,\n        \"lon\": 73.04788479999999,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 248189,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 192,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 248211,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-05T08:13:28-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 249619,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-06-11T04:33:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 249620,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-06-11T07:41:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 249623,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"New York\",\n        \"zip\": \"44000\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-06-12T11:54:04-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"#Landscape_Test\"\n    },\n    {\n        \"id\": 249629,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-06-19T10:19:27-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 249661,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad\",\n        \"zip\": \"\",\n        \"treeCount\": 24,\n        \"dateCreated\": \"2024-06-25T05:48:01-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 255855,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-07-04T04:55:22-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 255858,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-04T06:16:51-07:00\",\n        \"lat\": 33.5651107,\n        \"lon\": 73.0169135,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 255860,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T09:12:55-07:00\",\n        \"lat\": 33.6488723,\n        \"lon\": 73.0304294,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 255872,\n        \"name\": \"##DesktopWithMapProject\",\n        \"address\": \"Street 10, I10/2\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-08T10:51:39-07:00\",\n        \"lat\": 33.6514005760623,\n        \"lon\": 73.0262091170014,\n        \"status\": \"None##DesktopWithMapProject\"\n    },\n    {\n        \"id\": 261827,\n        \"name\": \"##DugDug\",\n        \"address\": \"832 Service Rd North I 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-10-01T15:44:47-07:00\",\n        \"lat\": 33.6555982,\n        \"lon\": 73.0341214,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 260276,\n        \"name\": \"##GeoTag\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-09-09T18:20:54-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255857,\n        \"name\": \"##GoogleMapTest\",\n        \"address\": \"Faisal Masjid\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-04T06:08:21-07:00\",\n        \"lat\": 33.7295725,\n        \"lon\": 73.0368348,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256360,\n        \"name\": \"##HSProject00\",\n        \"address\": \"24 Oceano\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-22T11:52:15-07:00\",\n        \"lat\": 35.1022475,\n        \"lon\": -120.6038922,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256361,\n        \"name\": \"##HSProject01\",\n        \"address\": \"Rawalpindi, Pakistan\",\n        \"city\": \"Rawalpindi\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-22T11:56:57-07:00\",\n        \"lat\": 33.58529,\n        \"lon\": 73.0889625,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256621,\n        \"name\": \"##Hubspot-7-July\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"96060\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-24T04:10:08-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test khan\"\n    },\n    {\n        \"id\": 264080,\n        \"name\": \"##HubsPotiOS\",\n        \"address\": \"Service Road North I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 404,\n        \"dateCreated\": \"2024-11-27T07:29:43-08:00\",\n        \"lat\": 33.65129534243606,\n        \"lon\": 73.02624643369732,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 262301,\n        \"name\": \"##iOs_Project_21\",\n        \"address\": \"Green 404\",\n        \"city\": \"CA\",\n        \"state\": \"CA\",\n        \"zip\": \"93636\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-21T04:35:11-07:00\",\n        \"lat\": 36.9757053,\n        \"lon\": -120.0622544,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 257059,\n        \"name\": \"##IrvineBackground\",\n        \"address\": \"irvine\",\n        \"city\": \"ca\",\n        \"state\": \"ca\",\n        \"zip\": \"\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2024-07-29T20:01:39-07:00\",\n        \"lat\": 33.6806059,\n        \"lon\": -117.7043122,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255968,\n        \"name\": \"##JulyMapless832\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-07-18T06:26:30-07:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255967,\n        \"name\": \"##JulyReproduction\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2024-07-18T05:19:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249541,\n        \"name\": \"##Lin3a_Items\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-13T16:48:11-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249617,\n        \"name\": \"##LineItems1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-05T03:30:25-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249565,\n        \"name\": \"##LineItems12\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-22T02:11:28-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249618,\n        \"name\": \"##LineItems2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-06-05T03:31:14-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257077,\n        \"name\": \"##LITest33\",\n        \"address\": \"Service Road North I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-07T13:56:18-07:00\",\n        \"lat\": 33.6512507849992,\n        \"lon\": 73.0262240909745,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243471,\n        \"name\": \"##LocTester12\",\n        \"address\": \"New York\",\n        \"city\": \"\",\n        \"state\": \"Oregon\",\n        \"zip\": \"\",\n        \"treeCount\": 92,\n        \"dateCreated\": \"2023-09-15T00:54:12-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249664,\n        \"name\": \"##MapLess2\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 42,\n        \"dateCreated\": \"2024-06-25T06:31:14-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249675,\n        \"name\": \"##Mapless3\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-06-26T05:06:41-07:00\",\n        \"lat\": 33.5867474,\n        \"lon\": 73.1397549,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249678,\n        \"name\": \"##MaplessAndroid\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-06-26T21:31:59-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 252748,\n        \"name\": \"##MaplessAndroid2\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-26T21:54:05-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255909,\n        \"name\": \"##MaplessAndroidNew\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-11T19:28:17-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255905,\n        \"name\": \"##MaplessDesktopOriginal\",\n        \"address\": \"Steet 101\",\n        \"city\": \"CA City\",\n        \"state\": \"Utah\",\n        \"zip\": \"123456\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-11T05:04:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"##My CA ProjectUpdated\"\n    },\n    {\n        \"id\": 255971,\n        \"name\": \"##MaplessHideTest\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-19T15:08:56-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 254800,\n        \"name\": \"##maplesstest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 13,\n        \"dateCreated\": \"2024-06-27T15:44:41-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260278,\n        \"name\": \"##Market Testing\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-16T03:16:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249590,\n        \"name\": \"##Missouri_Project\",\n        \"address\": \"Street 101\",\n        \"city\": \"\",\n        \"state\": \"Missouri\",\n        \"zip\": \"63091\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-31T02:57:38-07:00\",\n        \"lat\": 37.6554764,\n        \"lon\": -93.4465618,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248383,\n        \"name\": \"##MtNavProj\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-04-22T13:55:49-07:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249562,\n        \"name\": \"##My CA Updated\",\n        \"address\": \"Steet 101\",\n        \"city\": \"CA City\",\n        \"state\": \"Utah\",\n        \"zip\": \"123456\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-05-22T12:21:40-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"##myStateCompany\"\n    },\n    {\n        \"id\": 255965,\n        \"name\": \"##MyAppointmentsProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-18T01:22:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248175,\n        \"name\": \"##MyCAProj\",\n        \"address\": \"California\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-01-26T00:00:00-08:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.41793240000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 254804,\n        \"name\": \"##MyClientInfoProject\",\n        \"address\": \"Street 101\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-06-27T08:17:14-07:00\",\n        \"lat\": 33.6614504,\n        \"lon\": 73.0739897,\n        \"status\": \"None##MyClientInfoProject\"\n    },\n    {\n        \"id\": 249579,\n        \"name\": \"##MyFatalProject\",\n        \"address\": \"Street 101\",\n        \"city\": \"Peshawar, Pakistan\",\n        \"state\": \"New York\",\n        \"zip\": \"123456\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-05-27T03:05:48-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyFatalProject\"\n    },\n    {\n        \"id\": 259795,\n        \"name\": \"##MyFilterCheckout\",\n        \"address\": \"Service Road North I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 13,\n        \"dateCreated\": \"2024-08-22T13:28:53-07:00\",\n        \"lat\": 33.6512980090774,\n        \"lon\": 73.0262651305665,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 4795,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2017-11-13T16:49:39-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 218871,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 64,\n        \"dateCreated\": \"2023-08-10T11:45:40-07:00\",\n        \"lat\": 40.44361000000001,\n        \"lon\": -120.45056,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 243474,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 48,\n        \"dateCreated\": \"2023-09-15T16:20:15-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249465,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-04-29T11:45:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249564,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"New Mexico\",\n        \"zip\": \"123456\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-22T12:43:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249580,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-05-28T05:37:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249589,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-30T01:13:27-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249597,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"New York\",\n        \"zip\": \"123456\",\n        \"treeCount\": 38,\n        \"dateCreated\": \"2024-05-31T06:10:28-07:00\",\n        \"lat\": 40.7127753,\n        \"lon\": -74.0059728,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249598,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-31T06:10:54-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 255890,\n        \"name\": \"##MyHubsPotProject\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"123456\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-10T05:40:10-07:00\",\n        \"lat\": 33.7075872,\n        \"lon\": 73.05686279999999,\n        \"status\": \"None##MyHubsPotProject\"\n    },\n    {\n        \"id\": 249539,\n        \"name\": \"##MyMilanNewProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-13T03:52:50-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 243480,\n        \"name\": \"##MyNewProj\",\n        \"address\": \"Mingora, Pakistan\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 15,\n        \"dateCreated\": \"2023-09-26T12:52:41-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248198,\n        \"name\": \"##MyNewProject999\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-02-27T16:56:17-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249609,\n        \"name\": \"##MyNewProjekt\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-06-03T02:20:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyNewProjekt\"\n    },\n    {\n        \"id\": 243479,\n        \"name\": \"##MyProj\",\n        \"address\": \"California\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-25T16:42:13-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249510,\n        \"name\": \"##MyProj404\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"44000\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-07T13:23:02-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"##MyProj404None\"\n    },\n    {\n        \"id\": 249582,\n        \"name\": \"##MyProject091\",\n        \"address\": \"832 Service Rd North I 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-05-29T21:06:47-07:00\",\n        \"lat\": 33.6556005,\n        \"lon\": 73.03412589999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257066,\n        \"name\": \"##MyProject121\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-07-31T23:43:06-07:00\",\n        \"lat\": 33.6521519035715,\n        \"lon\": 73.0454126231826,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257086,\n        \"name\": \"##MyProject99\",\n        \"address\": \"Street 101\",\n        \"city\": \"New York City\",\n        \"state\": \"New York\",\n        \"zip\": \"123456\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-08-10T12:43:34-07:00\",\n        \"lat\": 40.7518605,\n        \"lon\": -73.97947309999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249461,\n        \"name\": \"##MyPRojectDallas123\",\n        \"address\": \"IrvineBlvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"912832\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-04-25T05:29:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263835,\n        \"name\": \"##MyProjectTop\",\n        \"address\": \"House 822\",\n        \"city\": \"Islamabad \",\n        \"state\": \"Pakistam\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T02:32:34-08:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 249459,\n        \"name\": \"##MyPRojectWithBillingInfo\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 12,\n        \"dateCreated\": \"2024-04-25T03:42:06-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 248275,\n        \"name\": \"##MyTokyoPro\",\n        \"address\": \"Tokyo\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 25,\n        \"dateCreated\": \"2024-03-25T15:43:03-07:00\",\n        \"lat\": 35.6764225,\n        \"lon\": 139.650027,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249478,\n        \"name\": \"##My_IOS_Project_Company\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"44000\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-02T03:00:56-07:00\",\n        \"lat\": 33.6522216604158,\n        \"lon\": 73.0452882868255,\n        \"status\": \"##MyProj404None\"\n    },\n    {\n        \"id\": 249592,\n        \"name\": \"##My_MissouriProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Missouri\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-31T04:12:29-07:00\",\n        \"lat\": 38.5799,\n        \"lon\": -92.1722,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249479,\n        \"name\": \"##My_New_Hubspot_Project\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-02T03:09:21-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"##My_New_Hubspot_ProjectNone\"\n    },\n    {\n        \"id\": 249511,\n        \"name\": \"##MY_NEW_PROJECT\",\n        \"address\": \"Swabi, Pakistan\",\n        \"city\": \"Swabi\",\n        \"state\": \"\",\n        \"zip\": \"12345\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-07T07:00:46-07:00\",\n        \"lat\": 34.1240709,\n        \"lon\": 72.4613191,\n        \"status\": \"##MY_NEW_PROJECTNone\"\n    },\n    {\n        \"id\": 249490,\n        \"name\": \"##My_Project_Hubspot_Android\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"The Yousafzai State of Swat\",\n        \"zip\": \"12345\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-05-03T12:57:56-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"##My_Project_Hub_123None\"\n    },\n    {\n        \"id\": 249491,\n        \"name\": \"##My_Project_Hubspot_Android\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"The Yousafzai State of Swat\",\n        \"zip\": \"12345\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2024-05-03T12:59:10-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"##My_Project_Hub_123None\"\n    },\n    {\n        \"id\": 249488,\n        \"name\": \"##My_Project_Hub_123\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"\",\n        \"zip\": \"12345\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-02T11:40:08-07:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"##My_Project_Hub_123None\"\n    },\n    {\n        \"id\": 249489,\n        \"name\": \"##My_Project_Hub_123\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"\",\n        \"zip\": \"12345\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-02T11:40:11-07:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"##My_Project_Hub_123None\"\n    },\n    {\n        \"id\": 254801,\n        \"name\": \"##NewMapl3ssAndroid\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-06-27T16:23:24-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255829,\n        \"name\": \"##NewMaplessAndroid\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-07-01T16:37:14-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260269,\n        \"name\": \"##NewProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-06T04:24:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248183,\n        \"name\": \"##NewProject123\",\n        \"address\": \"Street 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"44800\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-22T10:33:05-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264067,\n        \"name\": \"##NewProjectTest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T08:20:14-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 249630,\n        \"name\": \"##NewProjectWithEmail\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-19T10:58:36-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257614,\n        \"name\": \"##NGB_checkout\",\n        \"address\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"California\",\n        \"zip\": \"12345\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-08-22T03:35:10-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 263734,\n        \"name\": \"##November_Project\",\n        \"address\": \"Street 404\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory \",\n        \"zip\": \"44000\",\n        \"treeCount\": 205,\n        \"dateCreated\": \"2024-11-08T23:31:12-08:00\",\n        \"lat\": 33.6974389,\n        \"lon\": 72.9713264,\n        \"status\": \"Tester\"\n    },\n    {\n        \"id\": 263703,\n        \"name\": \"##Nov_Checkout\",\n        \"address\": \"Street 101\",\n        \"city\": \"Khyber Pakhtunkhwa\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"92000\",\n        \"treeCount\": 812,\n        \"dateCreated\": \"2024-11-05T21:23:13-08:00\",\n        \"lat\": 34.80170837493148,\n        \"lon\": 72.40058965489753,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 255892,\n        \"name\": \"##OriginalMapless\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 323,\n        \"dateCreated\": \"2024-07-10T09:38:48-07:00\",\n        \"lat\": 33.6521414460224,\n        \"lon\": 73.0454091748926,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255951,\n        \"name\": \"##PakMapless\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-15T14:02:37-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260296,\n        \"name\": \"##PolygonTest\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 21,\n        \"dateCreated\": \"2024-09-23T13:54:06-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 259815,\n        \"name\": \"##Project 23 August\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"92616\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-08-23T10:23:57-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Test Islamabad\"\n    },\n    {\n        \"id\": 248363,\n        \"name\": \"##Project&1212amp\",\n        \"address\": \"Rawalpindi\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-15T17:20:22-07:00\",\n        \"lat\": 33.5651107,\n        \"lon\": 73.0169135,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249460,\n        \"name\": \"##ProjectClientValidation\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-25T03:48:28-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263778,\n        \"name\": \"##ProjectDesktop\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T01:17:09-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255950,\n        \"name\": \"##ProjectMapless\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-07-15T13:09:44-07:00\",\n        \"lat\": 34.9526205,\n        \"lon\": 72.331113,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255953,\n        \"name\": \"##ProjectWithMapTest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 15,\n        \"dateCreated\": \"2024-07-15T14:13:41-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264081,\n        \"name\": \"##Project_098\",\n        \"address\": \"18401 Von Karman Ave. Suite 150\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92612\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-27T08:19:37-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Dorothy Augustyniak\"\n    },\n    {\n        \"id\": 260282,\n        \"name\": \"##Project_0fdf2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 239,\n        \"dateCreated\": \"2024-09-17T12:20:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Tester Arbor\"\n    },\n    {\n        \"id\": 249591,\n        \"name\": \"##Project_Changes\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Missouri\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-31T04:08:44-07:00\",\n        \"lat\": 38.5799,\n        \"lon\": -92.1722,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249525,\n        \"name\": \"##Remove_Tilt_Proj\",\n        \"address\": \"Rawalpindi, Pakistan\",\n        \"city\": \"Rawalpindi\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-09T05:21:58-07:00\",\n        \"lat\": 33.5651107,\n        \"lon\": 73.0169135,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260277,\n        \"name\": \"##Test Project\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-09-13T04:46:43-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263720,\n        \"name\": \"##test121\",\n        \"address\": \"Street 202\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad\",\n        \"zip\": \"84000\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-08T01:57:58-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Tester\"\n    },\n    {\n        \"id\": 260266,\n        \"name\": \"##TestCheckout\",\n        \"address\": \"CA\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-05T04:14:19-07:00\",\n        \"lat\": 33.6834142,\n        \"lon\": -117.9073244,\n        \"status\": \"Test Contract\"\n    },\n    {\n        \"id\": 262305,\n        \"name\": \"##TestComCastDoneEdited\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-25T11:25:12-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Abbas ##TestComCastDone\"\n    },\n    {\n        \"id\": 263714,\n        \"name\": \"##TestCopy\",\n        \"address\": \"Street 404\",\n        \"city\": \"Mingora\",\n        \"state\": \"Swat\",\n        \"zip\": \"92000\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-11-07T23:08:49-08:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"Tester One\"\n    },\n    {\n        \"id\": 263721,\n        \"name\": \"##TestDesktop121\",\n        \"address\": \"Test\",\n        \"city\": \"Test\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-08T02:07:15-08:00\",\n        \"lat\": 33.7087203,\n        \"lon\": 73.0558914,\n        \"status\": \"Test\"\n    },\n    {\n        \"id\": 259817,\n        \"name\": \"##TestingClient\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-02T03:33:09-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 261821,\n        \"name\": \"##TestingClient\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-30T06:44:38-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 261822,\n        \"name\": \"##TestingClient##TestingClient\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-30T06:45:50-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 259818,\n        \"name\": \"##testingMarket\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-03T01:31:35-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 261820,\n        \"name\": \"##TestingNewProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-09-27T12:55:50-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 262283,\n        \"name\": \"##Testing_Chevron\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-14T02:05:41-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 254797,\n        \"name\": \"##TestMapless\",\n        \"address\": \"832 Service Rd North I 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-26T23:24:56-07:00\",\n        \"lat\": 33.6556005,\n        \"lon\": 73.03412589999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255928,\n        \"name\": \"##TestMapless00\",\n        \"address\": \"Kurang Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-12T08:48:58-07:00\",\n        \"lat\": 33.6521414460224,\n        \"lon\": 73.0454091748926,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248179,\n        \"name\": \"##TestNew##\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-13T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249651,\n        \"name\": \"##TestNewProj012\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T06:26:26-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Abbas Khan\"\n    },\n    {\n        \"id\": 249610,\n        \"name\": \"##TestUpdated0099\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-03T02:40:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249492,\n        \"name\": \"##Test__Project__Hubspot\",\n        \"address\": \"Swat, Pakistan\",\n        \"city\": \"Mingora\",\n        \"state\": \"Pakistan\",\n        \"zip\": \"123456\",\n        \"treeCount\": 13,\n        \"dateCreated\": \"2024-05-03T17:43:52-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"##Test__Project__HubspotNone\"\n    },\n    {\n        \"id\": 248176,\n        \"name\": \"##Tokyo\",\n        \"address\": \"Berlin\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-01-26T00:00:00-08:00\",\n        \"lat\": 52.52000659999999,\n        \"lon\": 13.404954,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263834,\n        \"name\": \"##UI\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-25T12:38:43-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264082,\n        \"name\": \"##Underscore_123\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-27T08:32:48-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 257056,\n        \"name\": \"##Upload123\",\n        \"address\": \"832 Service Rd North I 10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-27T00:45:47-07:00\",\n        \"lat\": 33.6556005,\n        \"lon\": 73.03412589999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260257,\n        \"name\": \"##WithoutClientProject\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-03T11:55:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255863,\n        \"name\": \"##WithoutMap123\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T09:29:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264084,\n        \"name\": \"#1 Project New Payload\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-28T02:41:58-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"payload test\"\n    },\n    {\n        \"id\": 264077,\n        \"name\": \"#1 Test Project 1\",\n        \"address\": \"California\",\n        \"city\": \"East City\",\n        \"state\": \"Up\",\n        \"zip\": \"5678677\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-11-27T14:35:36-08:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.41793240000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243532,\n        \"name\": \"#12345NewProjectBasic\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-11-16T04:48:22-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248172,\n        \"name\": \"#123Project456\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-01-17T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264070,\n        \"name\": \"#add project\",\n        \"address\": \"House 404\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:04:46-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 243476,\n        \"name\": \"#AWS_Serve\",\n        \"address\": \"Peshawar Pakistan\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 16,\n        \"dateCreated\": \"2023-09-18T10:10:18-07:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257064,\n        \"name\": \"#GeoTag\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 11,\n        \"dateCreated\": \"2024-07-31T17:32:02-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243469,\n        \"name\": \"#IrivineLat\",\n        \"address\": \"Sydney Australia \",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 45,\n        \"dateCreated\": \"2023-09-14T03:00:30-07:00\",\n        \"lat\": -33.8688197,\n        \"lon\": 151.2092955,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263685,\n        \"name\": \"#Mapping09\",\n        \"address\": \"RC32+298\",\n        \"city\": \"Ghurejo\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 32,\n        \"dateCreated\": \"2024-11-05T16:45:46-08:00\",\n        \"lat\": 34.8025375,\n        \"lon\": 72.4009531,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 248178,\n        \"name\": \"#MyProject123\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-02-05T10:15:18-08:00\",\n        \"lat\": 33.6844202,\n        \"lon\": 73.04788479999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249476,\n        \"name\": \"#MyProjectNull\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-02T12:19:17-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243464,\n        \"name\": \"#teddy\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"USA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2023-09-13T18:22:30-07:00\",\n        \"lat\": 34.2308684,\n        \"lon\": -111.3251355,\n        \"status\": \"MM HoldingsV2\"\n    },\n    {\n        \"id\": 243468,\n        \"name\": \"#Teddy2\",\n        \"address\": \"Saddar Peshawar\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2023-09-14T02:41:34-07:00\",\n        \"lat\": 33.9991646,\n        \"lon\": 71.5405968,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248185,\n        \"name\": \"....\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-23T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218874,\n        \"name\": \"..AbbTesting\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 16,\n        \"dateCreated\": \"2023-08-17T15:59:14-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218805,\n        \"name\": \"..aTesting\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"44000\",\n        \"treeCount\": 17,\n        \"dateCreated\": \"2023-05-12T12:49:07-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"##MyProj404None\"\n    },\n    {\n        \"id\": 218863,\n        \"name\": \"..dev\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 63,\n        \"dateCreated\": \"2023-08-07T13:09:43-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218875,\n        \"name\": \"..devTestttt123\",\n        \"address\": \"\",\n        \"city\": \"swabi\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2023-08-27T18:11:06-07:00\",\n        \"lat\": 34.1240709,\n        \"lon\": 72.4613191,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243496,\n        \"name\": \"..devvv\",\n        \"address\": \"tes\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2023-10-12T12:05:25-07:00\",\n        \"lat\": 33.6558319,\n        \"lon\": 73.0717908,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243455,\n        \"name\": \"..newTest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2023-09-04T11:12:03-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"portalContactv3\"\n    },\n    {\n        \"id\": 218870,\n        \"name\": \"..test\",\n        \"address\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 23,\n        \"dateCreated\": \"2023-08-09T19:32:51-07:00\",\n        \"lat\": 33.6869929,\n        \"lon\": -117.825516,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248196,\n        \"name\": \"098765\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-27T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 83937,\n        \"name\": \"1\",\n        \"address\": \"1005 Solvay Aisl\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"43026\",\n        \"treeCount\": 16,\n        \"dateCreated\": \"2021-02-16T19:53:25-08:00\",\n        \"lat\": 33.6867458,\n        \"lon\": -117.8110331,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 183495,\n        \"name\": \"1 New\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"901111\",\n        \"treeCount\": 39,\n        \"dateCreated\": \"2022-09-20T10:32:45-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 218835,\n        \"name\": \"1 No Address\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1420,\n        \"dateCreated\": \"2023-07-06T10:49:04-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 99997,\n        \"name\": \"1-Clone\",\n        \"address\": \"Islamabad, pakistan \",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2021-05-10T20:26:33-07:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 218808,\n        \"name\": \"1-clone-3\",\n        \"address\": \"1005 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"43026\",\n        \"treeCount\": 12,\n        \"dateCreated\": \"2023-05-12T10:59:41-07:00\",\n        \"lat\": 33.6867458,\n        \"lon\": -117.8110331,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 218806,\n        \"name\": \"1-Clone-Delete\",\n        \"address\": \"1005 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"43026\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2023-05-12T10:55:46-07:00\",\n        \"lat\": 33.6845673,\n        \"lon\": -117.8265049,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 218807,\n        \"name\": \"1-Clone-deletes2\",\n        \"address\": \"1005 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"43026\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2023-05-12T10:56:45-07:00\",\n        \"lat\": 33.6867458,\n        \"lon\": -117.81103309999999,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 145311,\n        \"name\": \"1-clone-phc\",\n        \"address\": \"1005 River b\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"43026\",\n        \"treeCount\": 13,\n        \"dateCreated\": \"2022-02-06T07:19:23-08:00\",\n        \"lat\": 33.6961256,\n        \"lon\": -117.9702003,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 84992,\n        \"name\": \"10035 Geary\",\n        \"address\": \"10035 Geary\",\n        \"city\": \"Santa Fe Springs\",\n        \"state\": \"California\",\n        \"zip\": \"90670\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-03-01T16:53:45-08:00\",\n        \"lat\": 33.9466075,\n        \"lon\": -118.0758711,\n        \"status\": \"Tommy Braun\"\n    },\n    {\n        \"id\": 22165,\n        \"name\": \"1004 Solvay\",\n        \"address\": \"903 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92606\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2018-12-15T10:17:02-08:00\",\n        \"lat\": 33.6864977,\n        \"lon\": -117.8112773,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 10983,\n        \"name\": \"10983v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-07-08T05:53:30-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Safaei, Parvaneh\"\n    },\n    {\n        \"id\": 14742,\n        \"name\": \"10983v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2018-10-05T08:51:21-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"13415v1\"\n    },\n    {\n        \"id\": 261824,\n        \"name\": \"112233\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-30T07:10:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264072,\n        \"name\": \"112233\",\n        \"address\": \"House 404\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:06:56-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 147678,\n        \"name\": \"123\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2022-03-02T11:38:00-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243548,\n        \"name\": \"123\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 24,\n        \"dateCreated\": \"2023-11-27T07:40:58-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 14743,\n        \"name\": \"14743v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2018-10-05T08:54:29-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"13415v1\"\n    },\n    {\n        \"id\": 263757,\n        \"name\": \"14novpro\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-14T04:58:36-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 17641,\n        \"name\": \"17641v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 592,\n        \"dateCreated\": \"2018-10-23T06:45:51-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Safaei, Parvaneh\"\n    },\n    {\n        \"id\": 18343,\n        \"name\": \"18343v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-11-02T18:29:25-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gumuv5\"\n    },\n    {\n        \"id\": 18344,\n        \"name\": \"18343v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-11-03T06:11:54-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"13415v1\"\n    },\n    {\n        \"id\": 18350,\n        \"name\": \"18350v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 298,\n        \"dateCreated\": \"2018-11-05T06:43:16-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"13415v1\"\n    },\n    {\n        \"id\": 260265,\n        \"name\": \"18350v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-04T19:44:46-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218832,\n        \"name\": \"1b\",\n        \"address\": \"address\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2023-06-18T07:03:36-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 147595,\n        \"name\": \"2 Note\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2022-03-02T07:34:12-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257055,\n        \"name\": \"2 Note\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-26T16:32:08-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 20997,\n        \"name\": \"20996v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 402,\n        \"dateCreated\": \"2018-11-15T15:13:20-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 20999,\n        \"name\": \"20999v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2018-11-15T15:19:48-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 21001,\n        \"name\": \"20999v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2018-11-15T15:30:52-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 21063,\n        \"name\": \"21063v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 20,\n        \"dateCreated\": \"2018-11-19T07:52:05-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 260271,\n        \"name\": \"21063v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-06T19:11:45-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21260,\n        \"name\": \"21260v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2018-11-27T03:36:38-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 260272,\n        \"name\": \"21260v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-06T19:18:40-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21261,\n        \"name\": \"21261v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2018-11-27T03:37:40-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 260273,\n        \"name\": \"21261v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-06T19:48:49-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21381,\n        \"name\": \"21381v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2018-11-29T07:04:25-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"20999v1 client\"\n    },\n    {\n        \"id\": 259814,\n        \"name\": \"23 August Hubspot Project\",\n        \"address\": \"CA\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-23T09:31:45-07:00\",\n        \"lat\": 33.6834142,\n        \"lon\": -117.9073244,\n        \"status\": \"CA\"\n    },\n    {\n        \"id\": 248237,\n        \"name\": \"2925-6\",\n        \"address\": \"United States\",\n        \"city\": \"California\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-13T10:42:34-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249574,\n        \"name\": \"2ODv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"None2ODv1\"\n    },\n    {\n        \"id\": 22390,\n        \"name\": \"4444\",\n        \"address\": \"2523 Calcite Cir\",\n        \"city\": \"Newbury Park\",\n        \"state\": \"California\",\n        \"zip\": \"91320\",\n        \"treeCount\": 28,\n        \"dateCreated\": \"2018-12-20T09:49:27-08:00\",\n        \"lat\": 34.1917443,\n        \"lon\": -118.9318441,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263782,\n        \"name\": \"5261 project onev1\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-11-21T11:36:51-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Arbor\"\n    },\n    {\n        \"id\": 263784,\n        \"name\": \"5261 project three_v1\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T12:25:24-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Arham\"\n    },\n    {\n        \"id\": 263783,\n        \"name\": \"5261 project two _v1\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T12:17:41-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Jea\"\n    },\n    {\n        \"id\": 248184,\n        \"name\": \"@test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-02-23T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"jkim@useda.com\"\n    },\n    {\n        \"id\": 243497,\n        \"name\": \"A Note\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-10-12T13:22:08-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 147446,\n        \"name\": \"A Note 2\",\n        \"address\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2022-03-01T07:07:39-08:00\",\n        \"lat\": 33.665242,\n        \"lon\": -117.7490656,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21948,\n        \"name\": \"a12\",\n        \"address\": \"15500 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2018-12-10T21:34:04-08:00\",\n        \"lat\": 33.640956,\n        \"lon\": -117.7236,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243498,\n        \"name\": \"a12\",\n        \"address\": \"15500 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-10-12T13:23:10-07:00\",\n        \"lat\": 33.641183,\n        \"lon\": -117.7237368,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 22388,\n        \"name\": \"a1234\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"0\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2018-12-20T09:47:58-08:00\",\n        \"lat\": 33.6615448,\n        \"lon\": 73.0668259,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 32983,\n        \"name\": \"aaa 1234567890 1234567890 1234567890 1234567890\",\n        \"address\": \"15540 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2019-06-19T07:16:28-07:00\",\n        \"lat\": 33.639601,\n        \"lon\": -117.722799,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248195,\n        \"name\": \"aaaa\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-27T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248364,\n        \"name\": \"aaaa\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-15T09:09:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21947,\n        \"name\": \"aaaaaa\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"0\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2018-12-10T21:13:39-08:00\",\n        \"lat\": 32.9213321,\n        \"lon\": -96.9905703,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260287,\n        \"name\": \"AaaalTest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-17T18:55:51-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Scott Sears\"\n    },\n    {\n        \"id\": 264597,\n        \"name\": \"aaabb\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-03T11:42:42-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 259799,\n        \"name\": \"aagv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"aagv5 client\"\n    },\n    {\n        \"id\": 243527,\n        \"name\": \"AB-3927\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 30,\n        \"dateCreated\": \"2023-11-14T07:49:54-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218848,\n        \"name\": \"AbbTesting (test)\",\n        \"address\": \"cali\",\n        \"city\": \"california\",\n        \"state\": \"Pennsylvania\",\n        \"zip\": \"7650\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2023-07-26T04:31:05-07:00\",\n        \"lat\": 40.0656291,\n        \"lon\": -79.8917139,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 4924,\n        \"name\": \"ABC\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 25,\n        \"dateCreated\": \"2017-11-19T19:12:44-08:00\",\n        \"lat\": 33.6864696,\n        \"lon\": -117.8111962,\n        \"status\": \"PowerStone Contact\"\n    },\n    {\n        \"id\": 33287,\n        \"name\": \"abc\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2019-06-23T21:41:16-07:00\",\n        \"lat\": 33.6867765734222,\n        \"lon\": -117.811143172386,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248307,\n        \"name\": \"ABC\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-05T07:29:35-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248314,\n        \"name\": \"abc\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T09:31:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"adnan\"\n    },\n    {\n        \"id\": 248331,\n        \"name\": \"ABC\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 32990,\n        \"name\": \"abc does\",\n        \"address\": \"15540 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2019-06-19T07:55:04-07:00\",\n        \"lat\": 33.639609899999996,\n        \"lon\": -117.7227675,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248367,\n        \"name\": \"ABC111\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-15T11:36:27-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21985,\n        \"name\": \"abcd\",\n        \"address\": \"200 Creekside Village Dr\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-12-11T09:16:03-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 249612,\n        \"name\": \"Abd v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Abdv2\"\n    },\n    {\n        \"id\": 249613,\n        \"name\": \"Abd v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Abdv3\"\n    },\n    {\n        \"id\": 249614,\n        \"name\": \"Abd v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Abdv4\"\n    },\n    {\n        \"id\": 249615,\n        \"name\": \"Abd v5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Abdv5\"\n    },\n    {\n        \"id\": 249616,\n        \"name\": \"Abd v6\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Abdv6\"\n    },\n    {\n        \"id\": 147672,\n        \"name\": \"Add note\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-03-02T11:17:45-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 147674,\n        \"name\": \"Add Note 2\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-03-02T11:19:30-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 248160,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248161,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248188,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 61,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 33.640046,\n        \"lon\": -117.72278100000001,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248238,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248239,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248240,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248241,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248242,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248243,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248244,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248245,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248246,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248247,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248248,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248249,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248250,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248251,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248252,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248253,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248254,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248255,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248256,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248257,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248258,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248259,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248260,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248276,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248277,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248278,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"test\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248285,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248286,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248287,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248288,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248289,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248290,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248291,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248292,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248298,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248299,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248300,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Venice\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248301,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248302,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248303,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248304,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248305,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248306,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248311,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248316,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248317,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248318,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248320,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248321,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248329,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248330,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-09T02:33:51-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248334,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248347,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248348,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248349,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248350,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248351,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248352,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248369,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248370,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248372,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248373,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248374,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249498,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249499,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249500,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249505,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 255972,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ubuntu v1 client\"\n    },\n    {\n        \"id\": 259819,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-03T10:14:27-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"##123NewProject\"\n    },\n    {\n        \"id\": 263687,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263688,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263689,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263690,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263691,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263692,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263693,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263694,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263695,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263696,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263697,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263698,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263699,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263700,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263701,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263702,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263732,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263733,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263775,\n        \"name\": \"add project 3  aws\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249587,\n        \"name\": \"Additional Cost\",\n        \"address\": \"1600 Amphitheatre Pkwy Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-30T11:33:02-07:00\",\n        \"lat\": 37.4215419,\n        \"lon\": -122.0840108,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257100,\n        \"name\": \"AddNew1.1\",\n        \"address\": \"81736 Avenue 48\",\n        \"city\": \"Indio\",\n        \"state\": \"California\",\n        \"zip\": \"92201\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-08-19T02:00:06-07:00\",\n        \"lat\": 33.7000651,\n        \"lon\": -116.2422713,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248217,\n        \"name\": \"adnantest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-06T05:57:35-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Jerico Farfan\"\n    },\n    {\n        \"id\": 259803,\n        \"name\": \"agv5 client\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-23T00:05:10-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255935,\n        \"name\": \"alec v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"alecv1 client\"\n    },\n    {\n        \"id\": 255936,\n        \"name\": \"alec v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"alecv2 client\"\n    },\n    {\n        \"id\": 255874,\n        \"name\": \"Alferdv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Alferdv1company\"\n    },\n    {\n        \"id\": 263776,\n        \"name\": \"Alpha Corp\",\n        \"address\": \"123 Main St\",\n        \"city\": \"Springfield\",\n        \"state\": \"IL\",\n        \"zip\": \"62704\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-20T12:09:06-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Jane Smith\"\n    },\n    {\n        \"id\": 263808,\n        \"name\": \"Alpha Corp\",\n        \"address\": \"123 Main St\",\n        \"city\": \"Springfield\",\n        \"state\": \"IL\",\n        \"zip\": \"62704\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:58:56-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Jane Smith\"\n    },\n    {\n        \"id\": 263804,\n        \"name\": \"Alpha Corp_import\",\n        \"address\": \"123 Main St\",\n        \"city\": \"Springfield\",\n        \"state\": \"IL\",\n        \"zip\": \"62704\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:24:17-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Jane Smith\"\n    },\n    {\n        \"id\": 6311,\n        \"name\": \"America’s Tire\",\n        \"address\": \"22821 Aspan St\",\n        \"city\": \"Lake Forest\",\n        \"state\": \"CA\",\n        \"zip\": \"92630\",\n        \"treeCount\": 19,\n        \"dateCreated\": \"2018-02-02T08:04:01-08:00\",\n        \"lat\": 33.6319293,\n        \"lon\": -117.7140012,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 190412,\n        \"name\": \"Andrew Andover Square\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 9329,\n        \"dateCreated\": \"2022-10-26T11:01:12-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 190485,\n        \"name\": \"Andrew Central Park West 2022 Tree Inventory\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-10-26T15:25:40-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248182,\n        \"name\": \"Andrew Clone\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-20T15:00:00-08:00\",\n        \"lat\": 33.5530834,\n        \"lon\": 73.1365962,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 190410,\n        \"name\": \"Andrew Emanate\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 8855,\n        \"dateCreated\": \"2022-10-26T10:58:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 190409,\n        \"name\": \"Andrew Summit\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 8855,\n        \"dateCreated\": \"2022-10-26T10:54:23-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 5811,\n        \"name\": \"Apple Park\",\n        \"address\": \"1 Apple Park Way\",\n        \"city\": \"Cupertino\",\n        \"state\": \"California\",\n        \"zip\": \"95014\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2018-01-17T09:13:34-08:00\",\n        \"lat\": 37.3293917,\n        \"lon\": -122.0084085,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248387,\n        \"name\": \"Apr 22 2:02pm\",\n        \"address\": \"202 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-22T02:02:44-07:00\",\n        \"lat\": 33.7314747,\n        \"lon\": -117.7432225,\n        \"status\": \"#2 Jae Kim\"\n    },\n    {\n        \"id\": 248375,\n        \"name\": \"April 18th\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-18T08:16:01-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256625,\n        \"name\": \"aquav1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"aquav1 client\"\n    },\n    {\n        \"id\": 256626,\n        \"name\": \"aquav2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"aquav2 client\"\n    },\n    {\n        \"id\": 248382,\n        \"name\": \"aquos1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249575,\n        \"name\": \"Aspirev1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev1\"\n    },\n    {\n        \"id\": 249576,\n        \"name\": \"Aspirev2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev2\"\n    },\n    {\n        \"id\": 249577,\n        \"name\": \"Aspirev3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev3\"\n    },\n    {\n        \"id\": 249578,\n        \"name\": \"Aspirev5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev5\"\n    },\n    {\n        \"id\": 248194,\n        \"name\": \"assd\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-27T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 22153,\n        \"name\": \"at\",\n        \"address\": \"15500 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 18,\n        \"dateCreated\": \"2018-12-14T10:20:22-08:00\",\n        \"lat\": 33.6409131,\n        \"lon\": -117.7235464,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 259804,\n        \"name\": \"aug23\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"aug24 client\"\n    },\n    {\n        \"id\": 259805,\n        \"name\": \"aug23 client\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-23T00:17:50-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 259806,\n        \"name\": \"aug24 client\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-23T00:32:19-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"aug24 client\"\n    },\n    {\n        \"id\": 257102,\n        \"name\": \"August Project 101\",\n        \"address\": \"206 Service Rd East I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad Capital Territory\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-08-20T15:53:37-07:00\",\n        \"lat\": 33.6521183,\n        \"lon\": 73.0455547,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255925,\n        \"name\": \"AyzalV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"AyzalV1client\"\n    },\n    {\n        \"id\": 249518,\n        \"name\": \"azazel emp v2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-07T22:26:19-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"azazel emp v2None\"\n    },\n    {\n        \"id\": 243472,\n        \"name\": \"â‚¬Â¥^Â°=\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"14000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-15T15:53:58-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264092,\n        \"name\": \"b6 project \",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T03:56:52-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264096,\n        \"name\": \"b6 project 4\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T04:21:19-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264093,\n        \"name\": \"b6 project copy client\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T03:58:46-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264094,\n        \"name\": \"b6 project copy client 1 all fields\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T04:11:17-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Contact name\"\n    },\n    {\n        \"id\": 264097,\n        \"name\": \"b6 project test_v1\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-12-02T04:23:51-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 57348,\n        \"name\": \"Bass\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2020-07-03T08:32:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21946,\n        \"name\": \"bbbb\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"0\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2018-12-10T21:13:26-08:00\",\n        \"lat\": 32.9213321,\n        \"lon\": -96.9905703,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248365,\n        \"name\": \"bbbb\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-15T09:44:04-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 18499,\n        \"name\": \"Bentley Park HOA\",\n        \"address\": \"903 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2018-11-06T23:20:35-08:00\",\n        \"lat\": 33.6867623215183,\n        \"lon\": -117.81106003084,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263777,\n        \"name\": \"Beta Ltd\",\n        \"address\": \"789 Oak St\",\n        \"city\": \"Chicago\",\n        \"state\": \"IL\",\n        \"zip\": \"60601\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-20T12:09:14-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Emily Davis\"\n    },\n    {\n        \"id\": 263809,\n        \"name\": \"Beta Ltd\",\n        \"address\": \"789 Oak St\",\n        \"city\": \"Chicago\",\n        \"state\": \"IL\",\n        \"zip\": \"60601\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:59:01-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Emily Davis\"\n    },\n    {\n        \"id\": 263805,\n        \"name\": \"Beta Ltd_import\",\n        \"address\": \"789 Oak St\",\n        \"city\": \"Chicago\",\n        \"state\": \"IL\",\n        \"zip\": \"60601\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:24:23-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Emily Davis\"\n    },\n    {\n        \"id\": 249641,\n        \"name\": \"Betts Summer House\",\n        \"address\": \"123 Grizzly Lane\",\n        \"city\": \"Big Bear City\",\n        \"state\": \"CA\",\n        \"zip\": \"91234\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T18:52:14-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MookieBetts\"\n    },\n    {\n        \"id\": 262280,\n        \"name\": \"Bithv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Bithv1Client\"\n    },\n    {\n        \"id\": 262281,\n        \"name\": \"Bithv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Bithv1Client\"\n    },\n    {\n        \"id\": 263737,\n        \"name\": \"Bithv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Bithv1Client\"\n    },\n    {\n        \"id\": 263738,\n        \"name\": \"Bithv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Bithv1Client\"\n    },\n    {\n        \"id\": 258218,\n        \"name\": \"BKv1 updated\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"BKv1 Comp\"\n    },\n    {\n        \"id\": 258499,\n        \"name\": \"BKv1 updated\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"BKv2 Comp\"\n    },\n    {\n        \"id\": 258500,\n        \"name\": \"BKv3 updated\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"BKv2 Comp\"\n    },\n    {\n        \"id\": 258932,\n        \"name\": \"BKv5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248338,\n        \"name\": \"Bob Smith\",\n        \"address\": \"111 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-10T09:40:39-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Adnan Shah\"\n    },\n    {\n        \"id\": 260270,\n        \"name\": \"Bradley HOA\",\n        \"address\": \"9501 Research Dr\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-06T14:09:15-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 24623,\n        \"name\": \"Brio - Powerstone\",\n        \"address\": \"1004 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2019-02-13T09:33:56-08:00\",\n        \"lat\": 33.6866905,\n        \"lon\": -117.8111073,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 30234,\n        \"name\": \"Brio Landscape\",\n        \"address\": \"1004 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2019-05-06T07:18:51-07:00\",\n        \"lat\": 33.6866435460549,\n        \"lon\": -117.811187963664,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 174541,\n        \"name\": \"Brio or Paseo Westpark\",\n        \"address\": \"25 Santa Victoria Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2022-08-11T07:05:38-07:00\",\n        \"lat\": 33.6880554,\n        \"lon\": -117.8103706,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249588,\n        \"name\": \"cars cars\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-30T17:26:04-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255828,\n        \"name\": \"Chavez Ravine\",\n        \"address\": \"1 Dodger Stadium Way\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"California\",\n        \"zip\": \"91000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-27T21:10:49-07:00\",\n        \"lat\": 34.073851,\n        \"lon\": -118.2399583,\n        \"status\": \"WillSmith\"\n    },\n    {\n        \"id\": 264071,\n        \"name\": \"Check Add project\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:05:24-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 249643,\n        \"name\": \"chevy v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 249644,\n        \"name\": \"chevy v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 119876,\n        \"name\": \"City of Santa Paula Master Tree Plan Clone\",\n        \"address\": \"\",\n        \"city\": \"Santa Paula\",\n        \"state\": \"California\",\n        \"zip\": \"93060\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-10-25T13:40:06-07:00\",\n        \"lat\": 34.3541659,\n        \"lon\": -119.0592705,\n        \"status\": \"Gregory Barns\"\n    },\n    {\n        \"id\": 249569,\n        \"name\": \"Cityv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneCityv1\"\n    },\n    {\n        \"id\": 249570,\n        \"name\": \"Cityv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneCityv2\"\n    },\n    {\n        \"id\": 249571,\n        \"name\": \"Cityv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneCityv3\"\n    },\n    {\n        \"id\": 249572,\n        \"name\": \"Cityv4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneCityv4\"\n    },\n    {\n        \"id\": 249639,\n        \"name\": \"Clayton Kershaw\",\n        \"address\": \"123 No-Hitter Lane\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"CA\",\n        \"zip\": \"92000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T18:39:50-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ClaytonKershaw\"\n    },\n    {\n        \"id\": 259813,\n        \"name\": \"Client Aug 23 856\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-08-23T08:56:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Aug23\"\n    },\n    {\n        \"id\": 263726,\n        \"name\": \"client billing testing with id #\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-08T11:36:57-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Test\"\n    },\n    {\n        \"id\": 263727,\n        \"name\": \"client billing with id 9800\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-08T11:58:35-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Test\"\n    },\n    {\n        \"id\": 249477,\n        \"name\": \"Client comp testing\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249480,\n        \"name\": \"Client comp testing v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249481,\n        \"name\": \"Client comp testing v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249484,\n        \"name\": \"Client comp testing v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249483,\n        \"name\": \"Client comp testing v5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249485,\n        \"name\": \"Client comp testing v8\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 263731,\n        \"name\": \"client id\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-08T07:09:20-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255869,\n        \"name\": \"Client Jul 8 957\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-08T16:58:04-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Client Jul 8957\"\n    },\n    {\n        \"id\": 255881,\n        \"name\": \"Client Jul9 1120\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T18:21:04-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Client Jul91120\"\n    },\n    {\n        \"id\": 264066,\n        \"name\": \"Client Test\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T06:49:02-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"test@test.com\"\n    },\n    {\n        \"id\": 259810,\n        \"name\": \"client3567\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv5 clienttesting\"\n    },\n    {\n        \"id\": 218852,\n        \"name\": \"client5 (name)\",\n        \"address\": \"Newport Beach\",\n        \"city\": \"california\",\n        \"state\": \"Palau\",\n        \"zip\": \"76760\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T05:18:11-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 218854,\n        \"name\": \"client5 (name) (client5 (name))\",\n        \"address\": \"california\",\n        \"city\": \"california\",\n        \"state\": \"Palau\",\n        \"zip\": \"44599\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T05:34:25-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 262300,\n        \"name\": \"ClientSearch Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Maryland\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-21T12:24:27-07:00\",\n        \"lat\": 39.0457549,\n        \"lon\": -76.64127119999999,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 123434,\n        \"name\": \"Clone1\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 380,\n        \"dateCreated\": \"2021-11-23T13:59:11-08:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 243490,\n        \"name\": \"Clone1\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 380,\n        \"dateCreated\": \"2023-10-04T13:56:16-07:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 123435,\n        \"name\": \"Clone2\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-23T13:59:29-08:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 123436,\n        \"name\": \"Clone3\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-23T13:59:45-08:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 123437,\n        \"name\": \"Clone4\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-23T14:00:05-08:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 123438,\n        \"name\": \"Clone5\",\n        \"address\": \"3240 Kennerleigh Parkway\",\n        \"city\": \"Roseville\",\n        \"state\": \"California\",\n        \"zip\": \"95747\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-11-23T14:00:23-08:00\",\n        \"lat\": 38.77250069999999,\n        \"lon\": -121.3608193,\n        \"status\": \"Christina Romero\"\n    },\n    {\n        \"id\": 248388,\n        \"name\": \"Contact is project info\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248428,\n        \"name\": \"Contact name aspire\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248429,\n        \"name\": \"Contact name aspire v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev2\"\n    },\n    {\n        \"id\": 248430,\n        \"name\": \"Contact name aspire v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248431,\n        \"name\": \"Contact name aspire v5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneAspirev5\"\n    },\n    {\n        \"id\": 248433,\n        \"name\": \"Contact name aspire v6\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248434,\n        \"name\": \"Contact name aspire v8\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248385,\n        \"name\": \"Contact Name project info\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248386,\n        \"name\": \"Contact Name project info v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 148789,\n        \"name\": \"Copy 2\",\n        \"address\": \"2101 Vina Del Mar\",\n        \"city\": \"Oxnard\",\n        \"state\": \"\",\n        \"zip\": \"93035\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2022-03-12T06:31:05-08:00\",\n        \"lat\": 34.1780194,\n        \"lon\": -119.2331681,\n        \"status\": \"Michelle\"\n    },\n    {\n        \"id\": 263724,\n        \"name\": \"Copy client test project\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-11-08T11:14:06-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Test\"\n    },\n    {\n        \"id\": 263712,\n        \"name\": \"copy test\",\n        \"address\": \"address 1\",\n        \"city\": \"city \",\n        \"state\": \"state \",\n        \"zip\": \"0000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T22:13:57-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 263715,\n        \"name\": \"copy test 2\",\n        \"address\": \"address 1\",\n        \"city\": \"city\",\n        \"state\": \"state\",\n        \"zip\": \"00\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T23:15:53-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 263716,\n        \"name\": \"copy test 3\",\n        \"address\": \"address 1\",\n        \"city\": \"city\",\n        \"state\": \"state\",\n        \"zip\": \"00\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T23:18:57-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 148788,\n        \"name\": \"Copy1\",\n        \"address\": \"2101 Vina Del Mar\",\n        \"city\": \"Oxnard\",\n        \"state\": \"California\",\n        \"zip\": \"93035\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2022-03-12T06:30:15-08:00\",\n        \"lat\": 34.1780194,\n        \"lon\": -119.2331681,\n        \"status\": \"Jill\"\n    },\n    {\n        \"id\": 167352,\n        \"name\": \"Cypress Village - Clone 2\",\n        \"address\": \"72 Twinflower\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92620\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-06-13T15:17:02-07:00\",\n        \"lat\": 33.6822544504175,\n        \"lon\": -117.759179812413,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 167353,\n        \"name\": \"Cypress Village - Clone 3\",\n        \"address\": \"202 Scented Violet\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92620\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-06-13T15:17:52-07:00\",\n        \"lat\": 33.6886647,\n        \"lon\": -117.7563223,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 167351,\n        \"name\": \"Cypress Village - Clone1\",\n        \"address\": \"63 Twinflower\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92620\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-06-13T15:16:04-07:00\",\n        \"lat\": 33.6823753029761,\n        \"lon\": -117.759285830529,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264076,\n        \"name\": \"dataFrom_project_client\",\n        \"address\": \"CA, street 1\",\n        \"city\": \"CA City\",\n        \"state\": \"New York\",\n        \"zip\": \"11234\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:33:46-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 248381,\n        \"name\": \"deal name Aqua1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249466,\n        \"name\": \"deal owner april 30\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"deal owner april 30None\"\n    },\n    {\n        \"id\": 249467,\n        \"name\": \"deal owner april 301\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"deal owner april 301None\"\n    },\n    {\n        \"id\": 118414,\n        \"name\": \"Delete Crash\",\n        \"address\": \"1004 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-10-11T13:00:06-07:00\",\n        \"lat\": 33.6867962591664,\n        \"lon\": -117.811105940601,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255883,\n        \"name\": \"dfdf\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T03:08:12-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneNone\"\n    },\n    {\n        \"id\": 255894,\n        \"name\": \"dfdf\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T02:41:38-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneNone\"\n    },\n    {\n        \"id\": 255899,\n        \"name\": \"dfdf\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T03:58:06-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneNone\"\n    },\n    {\n        \"id\": 259807,\n        \"name\": \"duckv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv1 client\"\n    },\n    {\n        \"id\": 259808,\n        \"name\": \"duckv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv1 client\"\n    },\n    {\n        \"id\": 259809,\n        \"name\": \"duckv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv3 clienttesting\"\n    },\n    {\n        \"id\": 259812,\n        \"name\": \"duckv4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv4 clienttesting\"\n    },\n    {\n        \"id\": 259811,\n        \"name\": \"duckv6\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"duckv6 client\"\n    },\n    {\n        \"id\": 243466,\n        \"name\": \"Eda12\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-09-13T08:47:30-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"MilanHeightsv8\"\n    },\n    {\n        \"id\": 215162,\n        \"name\": \"Ekergy Geotag \",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-03-23T10:52:52-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 33286,\n        \"name\": \"El Encanto Meters\",\n        \"address\": \"1005 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2019-06-23T18:16:54-07:00\",\n        \"lat\": 33.686727312653304,\n        \"lon\": -117.811094525958,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 33027,\n        \"name\": \"El Encanto Monarch\",\n        \"address\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 27,\n        \"dateCreated\": \"2019-06-19T11:16:06-07:00\",\n        \"lat\": 33.6845673,\n        \"lon\": -117.8265049,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 249608,\n        \"name\": \"Empty Project\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-06-03T01:58:51-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263829,\n        \"name\": \"Endpoint Refactor\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-22T13:12:51-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"\"\n    },\n    {\n        \"id\": 30005,\n        \"name\": \"Forestry Archives\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"CA\",\n        \"zip\": \"0\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2019-05-01T12:14:21-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 141701,\n        \"name\": \"Four Seasons Overall Map\",\n        \"address\": \"1562 Green Creek Trail\",\n        \"city\": \"Beaumont\",\n        \"state\": \"CA\",\n        \"zip\": \"92223\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-12-20T10:06:30-08:00\",\n        \"lat\": 33.912715612476,\n        \"lon\": -116.952997635028,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 141702,\n        \"name\": \"Four Seasons Phase A Clone\",\n        \"address\": \"Four Seasons Cir\",\n        \"city\": \"Beaumont\",\n        \"state\": \"CA\",\n        \"zip\": \"92223\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-12-20T10:07:00-08:00\",\n        \"lat\": 33.9097513,\n        \"lon\": -116.9510085,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249646,\n        \"name\": \"Freddie Freman''s Summer Home\",\n        \"address\": \"123 Grizzly Lane\",\n        \"city\": \"Big Bear City\",\n        \"state\": \"California\",\n        \"zip\": \"92000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T02:08:40-07:00\",\n        \"lat\": 34.2390828,\n        \"lon\": -116.8623492,\n        \"status\": \"FreddieFreeman\"\n    },\n    {\n        \"id\": 262279,\n        \"name\": \"Freev1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Freev1 cleint\"\n    },\n    {\n        \"id\": 22440,\n        \"name\": \"Fukada\",\n        \"address\": \"8695 Irvine Center Dr\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2018-12-20T21:03:34-08:00\",\n        \"lat\": 33.6441011861615,\n        \"lon\": -117.743055591751,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218809,\n        \"name\": \"General Testing\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Alaska\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2023-05-15T10:25:34-07:00\",\n        \"lat\": 33.7433873,\n        \"lon\": 72.8180804,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257065,\n        \"name\": \"geotagTest\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-07-31T17:57:25-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249642,\n        \"name\": \"gggdsProject_1b412367\",\n        \"address\": \"789 Maple Ave, Austin, TX 73301\",\n        \"city\": \"San Jose\",\n        \"state\": \"\",\n        \"zip\": \"90001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T03:15:39-07:00\",\n        \"lat\": 30.267153,\n        \"lon\": -97.7430608,\n        \"status\": \"David\"\n    },\n    {\n        \"id\": 218868,\n        \"name\": \"GOLDEN OAK PLAZA\",\n        \"address\": \"21515 SOLEDAD CANYON ROAD\",\n        \"city\": \"SANTA CLARITA\",\n        \"state\": \"California\",\n        \"zip\": \"91355\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2023-08-08T03:17:38-07:00\",\n        \"lat\": 34.4170597,\n        \"lon\": -118.5129446,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249626,\n        \"name\": \"grace v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gracev1\"\n    },\n    {\n        \"id\": 249627,\n        \"name\": \"grace v2 name\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gracev2projectname\"\n    },\n    {\n        \"id\": 249628,\n        \"name\": \"grace v3 name\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"grace v3name\"\n    },\n    {\n        \"id\": 188830,\n        \"name\": \"GREAT PARK: VACANT SITES 2022\",\n        \"address\": \"501 Benchmark\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 12,\n        \"dateCreated\": \"2022-10-13T15:52:00-07:00\",\n        \"lat\": 33.6880669,\n        \"lon\": -117.7339011,\n        \"status\": \"Alyssa Verdi\"\n    },\n    {\n        \"id\": 257101,\n        \"name\": \"GTC_LineItems\",\n        \"address\": \"Service Road North I-10\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-08-19T14:18:00-07:00\",\n        \"lat\": 33.6513079623158,\n        \"lon\": 73.0262409005806,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249573,\n        \"name\": \"GTC_Test\",\n        \"address\": \"Peshawar, Pakistan\",\n        \"city\": \"Peshawar\",\n        \"state\": \"\",\n        \"zip\": \"12345\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-24T04:51:44-07:00\",\n        \"lat\": 33.6926704,\n        \"lon\": 73.0370835,\n        \"status\": \"##My_Project_Hub_123None\"\n    },\n    {\n        \"id\": 260262,\n        \"name\": \"gumuv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gumuv1 client\"\n    },\n    {\n        \"id\": 260263,\n        \"name\": \"gumuv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-04T17:01:56-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gumuv2\"\n    },\n    {\n        \"id\": 260264,\n        \"name\": \"gumuv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gumuv2\"\n    },\n    {\n        \"id\": 3589,\n        \"name\": \"gumuv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 43,\n        \"dateCreated\": \"2017-09-12T15:16:49-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"gumuv2\"\n    },\n    {\n        \"id\": 249468,\n        \"name\": \"H10 My Project\",\n        \"address\": \"Irvine\",\n        \"city\": \"CA+\",\n        \"state\": \"California\",\n        \"zip\": \"123456\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-04-30T10:18:22-07:00\",\n        \"lat\": 33.6845673,\n        \"lon\": -117.8265049,\n        \"status\": \"H10 My ProjectNone\"\n    },\n    {\n        \"id\": 248295,\n        \"name\": \"HB 1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-02T09:34:29-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248310,\n        \"name\": \"HB 4/5 10:34am\",\n        \"address\": \"15530 Rockfield Blvc\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-05T10:35:15-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248309,\n        \"name\": \"HB 4/5 952\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-05T09:53:49-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248308,\n        \"name\": \"HB 4/5 9:11am\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-05T09:12:19-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248296,\n        \"name\": \"HB2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-02T09:35:26-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248297,\n        \"name\": \"HB3 Project\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-02T09:47:55-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257060,\n        \"name\": \"heavyTags\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 142,\n        \"dateCreated\": \"2024-07-30T16:39:40-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249560,\n        \"name\": \"Heights V5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"HeightsV5\"\n    },\n    {\n        \"id\": 249561,\n        \"name\": \"Heights V6\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"HeightsV6\"\n    },\n    {\n        \"id\": 249563,\n        \"name\": \"Heights V8\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"HeightsV8\"\n    },\n    {\n        \"id\": 248366,\n        \"name\": \"hhhg\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-15T11:24:16-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257061,\n        \"name\": \"hideTree\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-07-30T23:00:49-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 261823,\n        \"name\": \"hjjk\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-30T06:48:22-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 167104,\n        \"name\": \"Hole Mole\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2022-06-10T09:58:46-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249527,\n        \"name\": \"HS05100721\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T14:23:11-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"HS05100721Kim\"\n    },\n    {\n        \"id\": 256624,\n        \"name\": \"HSProject-071\",\n        \"address\": \"24 Oceano\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 158,\n        \"dateCreated\": \"2024-07-24T21:09:15-07:00\",\n        \"lat\": 33.6156022,\n        \"lon\": -117.8861555,\n        \"status\": \"HSProject0718323\"\n    },\n    {\n        \"id\": 255969,\n        \"name\": \"HSProject0718323\",\n        \"address\": \"24 Oceano\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-18T22:23:35-07:00\",\n        \"lat\": 35.1022475,\n        \"lon\": -120.6038922,\n        \"status\": \" HSProject0718323\"\n    },\n    {\n        \"id\": 255927,\n        \"name\": \"HubSpot Project 0712627\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-12T13:27:59-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"hscontact0712627\"\n    },\n    {\n        \"id\": 260285,\n        \"name\": \"HubSpot Project 20240917935\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-17T16:36:31-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 254798,\n        \"name\": \"HubSpot Project Jun 26 435\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-26T23:36:01-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae06Kim26\"\n    },\n    {\n        \"id\": 249652,\n        \"name\": \"IGetLine123Proj\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T06:27:48-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test@test.com\"\n    },\n    {\n        \"id\": 218817,\n        \"name\": \"Import 2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 358,\n        \"dateCreated\": \"2023-06-02T06:53:50-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218818,\n        \"name\": \"Import 3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 358,\n        \"dateCreated\": \"2023-06-02T07:05:59-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218819,\n        \"name\": \"Import 748\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 358,\n        \"dateCreated\": \"2023-06-02T07:48:36-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218814,\n        \"name\": \"Import Excel\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 405,\n        \"dateCreated\": \"2023-06-01T03:40:52-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 4945,\n        \"name\": \"Irvine\",\n        \"address\": \"15642 Sand Canyon Ave\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2017-11-21T07:57:34-08:00\",\n        \"lat\": 33.666702,\n        \"lon\": -117.767298,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 256617,\n        \"name\": \"itelv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"itelv1 client\"\n    },\n    {\n        \"id\": 256618,\n        \"name\": \"itelv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"itelv2 client\"\n    },\n    {\n        \"id\": 256619,\n        \"name\": \"itelv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"itelv3 client\"\n    },\n    {\n        \"id\": 256620,\n        \"name\": \"itelv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 144,\n        \"dateCreated\": \"2024-07-23T20:54:23-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260295,\n        \"name\": \"Jae 1042 Kim\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T17:42:44-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249526,\n        \"name\": \"Jae Kim\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T14:10:42-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Jae KimKim\"\n    },\n    {\n        \"id\": 249531,\n        \"name\": \"Jae Lee\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T16:11:16-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Jae LeeKim\"\n    },\n    {\n        \"id\": 260290,\n        \"name\": \"jae.kim+20240918852@arbornote.com\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T15:53:00-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260291,\n        \"name\": \"jae.kim+20240918853@arbornote.com\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T15:54:09-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248337,\n        \"name\": \"James Smith\",\n        \"address\": \"111 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-10T09:18:04-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248336,\n        \"name\": \"Jane Smith\",\n        \"address\": \"123 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-10T07:40:43-07:00\",\n        \"lat\": 33.7351891,\n        \"lon\": -117.7440235,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255955,\n        \"name\": \"July 16 3:30\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 15,\n        \"dateCreated\": \"2024-07-16T10:55:02-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"##My_July_16_Company_Updated\"\n    },\n    {\n        \"id\": 255956,\n        \"name\": \"July 4 PM UpdatedNot\",\n        \"address\": \"street 123\",\n        \"city\": \"Islamabad\",\n        \"state\": \"\",\n        \"zip\": \"44000\",\n        \"treeCount\": 16,\n        \"dateCreated\": \"2024-07-16T11:04:34-07:00\",\n        \"lat\": 33.6939657,\n        \"lon\": 73.0355172,\n        \"status\": \"Abbas Khan  00\"\n    },\n    {\n        \"id\": 249673,\n        \"name\": \"Knickerbocker & Associates\",\n        \"address\": \"827 Deep Valley Drive\",\n        \"city\": \"Rolling Hills Estates\",\n        \"state\": \"California\",\n        \"zip\": \"90274\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-25T20:07:18-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Knickerbocker &Associates\"\n    },\n    {\n        \"id\": 5216,\n        \"name\": \"Ladera Ranch\",\n        \"address\": \"29551 Sienna Parkway\",\n        \"city\": \"Ladera Ranch\",\n        \"state\": \"CA\",\n        \"zip\": \"92694\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2017-12-11T13:16:18-08:00\",\n        \"lat\": 33.5546149,\n        \"lon\": -117.6366658,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 18413,\n        \"name\": \"Lake Highland Preparatory School\",\n        \"address\": \"903 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-11-05T20:05:44-08:00\",\n        \"lat\": 33.6867502307456,\n        \"lon\": -117.811062857697,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249637,\n        \"name\": \"Lamar's Baltimore Home\",\n        \"address\": \"123 Mockingbird Lane\",\n        \"city\": \"Baltimore\",\n        \"state\": \"Maryland\",\n        \"zip\": \"77777\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T18:16:09-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"LamarJackson\"\n    },\n    {\n        \"id\": 248315,\n        \"name\": \"Lead Source\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T06:36:08-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"adnan\"\n    },\n    {\n        \"id\": 248319,\n        \"name\": \"Lead Source 2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T10:55:34-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"adnan\"\n    },\n    {\n        \"id\": 248332,\n        \"name\": \"Lead Source Sales #1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-09T11:19:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248322,\n        \"name\": \"Lead Source Soil\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T12:05:06-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248323,\n        \"name\": \"Lead Source Soil\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T12:05:11-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248422,\n        \"name\": \"Lead Source Soil\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-23T08:21:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Contact Name\"\n    },\n    {\n        \"id\": 248423,\n        \"name\": \"Lead Source Soil\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-23T08:24:40-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248324,\n        \"name\": \"Lead Source Soil #2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T12:06:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248325,\n        \"name\": \"Lead Source Soil #2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-08T12:06:21-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243552,\n        \"name\": \"Lyle Evans\",\n        \"address\": \"3155 S 4760 W\",\n        \"city\": \"Kearns\",\n        \"state\": \"Utah\",\n        \"zip\": \"84118\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-12-04T11:05:15-08:00\",\n        \"lat\": 40.6466739,\n        \"lon\": -112.0045866,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257068,\n        \"name\": \"M1 Chip\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-08-05T04:33:03-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248206,\n        \"name\": \"Madison \",\n        \"address\": \"5917 Sharpsburg Dr\",\n        \"city\": \"Madison\",\n        \"state\": \"Wisconsin\",\n        \"zip\": \"53718\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-03-05T03:55:36-08:00\",\n        \"lat\": 43.08551800000001,\n        \"lon\": -89.27834999999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248207,\n        \"name\": \"Madison 2\",\n        \"address\": \"5917 Sharpsburg Dr\",\n        \"city\": \"Madison\",\n        \"state\": \"Wisconsin\",\n        \"zip\": \"53718\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-03-05T03:58:26-08:00\",\n        \"lat\": 43.08551800000001,\n        \"lon\": -89.27834999999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248208,\n        \"name\": \"Madison 3\",\n        \"address\": \"5917 Sharpsburg Dr\",\n        \"city\": \"Madison\",\n        \"state\": \"Wisconsin\",\n        \"zip\": \"53718\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-03-05T04:01:49-08:00\",\n        \"lat\": 43.08551800000001,\n        \"lon\": -89.27834999999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248209,\n        \"name\": \"Madison 4\",\n        \"address\": \"5917 Sharpsburg Dr\",\n        \"city\": \"Madison\",\n        \"state\": \"Wisconsin\",\n        \"zip\": \"53718\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-03-05T04:44:44-08:00\",\n        \"lat\": 43.08551800000001,\n        \"lon\": -89.27834999999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248210,\n        \"name\": \"Madison 5\",\n        \"address\": \"5917 Sharpsburg Dr\",\n        \"city\": \"Madison\",\n        \"state\": \"Wisconsin\",\n        \"zip\": \"53718\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-03-05T04:49:49-08:00\",\n        \"lat\": 43.08551800000001,\n        \"lon\": -89.27834999999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249654,\n        \"name\": \"mapless\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-06-24T23:18:41-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249662,\n        \"name\": \"mapless\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-06-25T06:27:01-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255966,\n        \"name\": \"Mapless WorkOrder Project\",\n        \"address\": \"1600 Amphitheatre Pkwy Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-07-18T14:47:25-07:00\",\n        \"lat\": 37.4215419,\n        \"lon\": -122.0840108,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249506,\n        \"name\": \"may 6 testing\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"may 6 testingNone\"\n    },\n    {\n        \"id\": 249507,\n        \"name\": \"may 6 testing\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"may 6 testingNone\"\n    },\n    {\n        \"id\": 147680,\n        \"name\": \"Me\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2022-03-02T11:39:50-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 147675,\n        \"name\": \"Me Note\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-03-02T11:21:16-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 147694,\n        \"name\": \"Me2\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-03-02T13:11:44-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 147695,\n        \"name\": \"Me3\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-03-02T13:12:24-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249538,\n        \"name\": \"Milan heights v1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Ohio\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T21:12:43-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Milan heightsv1\"\n    },\n    {\n        \"id\": 249540,\n        \"name\": \"Milan Khan\",\n        \"address\": \"\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Pakistan\",\n        \"zip\": \"44000\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-13T10:57:30-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MilanKhan\"\n    },\n    {\n        \"id\": 249537,\n        \"name\": \"Milan Project final\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Milan Projectfinal\"\n    },\n    {\n        \"id\": 249536,\n        \"name\": \"Milan v3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-10T21:24:12-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MilanHeightsv8\"\n    },\n    {\n        \"id\": 249533,\n        \"name\": \"Milanholdv1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T19:28:26-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Milanholdv1None\"\n    },\n    {\n        \"id\": 249534,\n        \"name\": \"milanholdv2\",\n        \"address\": \"\",\n        \"city\": \"Sugarland\",\n        \"state\": \"Ohio\",\n        \"zip\": \"53100\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T20:07:28-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"milanholdv2None\"\n    },\n    {\n        \"id\": 249543,\n        \"name\": \"MilanHS\",\n        \"address\": \"Street 10\",\n        \"city\": \"Milan\",\n        \"state\": \"New Mexico\",\n        \"zip\": \"987698\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-14T11:43:03-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneMilanHS\"\n    },\n    {\n        \"id\": 249529,\n        \"name\": \"MilanProject NameChangedv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MilanProject NameChangedv1None\"\n    },\n    {\n        \"id\": 249622,\n        \"name\": \"miV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"miV1\"\n    },\n    {\n        \"id\": 255929,\n        \"name\": \"miV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"miv1client@gmail.com\"\n    },\n    {\n        \"id\": 249550,\n        \"name\": \"MM Holdings\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MMHoldings\"\n    },\n    {\n        \"id\": 249551,\n        \"name\": \"MM Holdings V2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MM HoldingsV2\"\n    },\n    {\n        \"id\": 260258,\n        \"name\": \"Move Trees\",\n        \"address\": \"CA\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-09-04T01:18:07-07:00\",\n        \"lat\": 33.6834142,\n        \"lon\": -117.9073244,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260259,\n        \"name\": \"Move Trees 1\",\n        \"address\": \"NY\",\n        \"city\": \"NY\",\n        \"state\": \"New York\",\n        \"zip\": \"123456\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-04T01:27:52-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123557,\n        \"name\": \"mvea clone 10\",\n        \"address\": \"Crucero\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:23:13-08:00\",\n        \"lat\": 33.6480221476624,\n        \"lon\": -117.650845001279,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123558,\n        \"name\": \"mvea clone 2\",\n        \"address\": \"22527â€“22699 Demasia\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:23:28-08:00\",\n        \"lat\": 33.6350009725235,\n        \"lon\": -117.665059694407,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123559,\n        \"name\": \"mvea clone 3\",\n        \"address\": \"23235 Via Guadix\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:23:46-08:00\",\n        \"lat\": 33.626490896599,\n        \"lon\": -117.653752807637,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123560,\n        \"name\": \"mvea clone 4\",\n        \"address\": \"27153â€“27175 Via Aurora\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:24:01-08:00\",\n        \"lat\": 33.6299681912014,\n        \"lon\": -117.655760322389,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123561,\n        \"name\": \"mvea clone 5\",\n        \"address\": \"27232 Ventosa\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:24:18-08:00\",\n        \"lat\": 33.6303648446068,\n        \"lon\": -117.655504122486,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123562,\n        \"name\": \"mvea clone 5b\",\n        \"address\": \"27551 Almendra\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:24:49-08:00\",\n        \"lat\": 33.6347922915906,\n        \"lon\": -117.649346608778,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123563,\n        \"name\": \"mvea clone 6\",\n        \"address\": \"27801â€“27899 Barano\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92691\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:25:07-08:00\",\n        \"lat\": 33.6412451,\n        \"lon\": -117.6461852,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123564,\n        \"name\": \"mvea clone 7\",\n        \"address\": \"El Charco\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92692\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:25:24-08:00\",\n        \"lat\": 33.6356140178793,\n        \"lon\": -117.638081269925,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123565,\n        \"name\": \"mvea clone 8\",\n        \"address\": \"\",\n        \"city\": \"Mission Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92692\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-29T06:25:40-08:00\",\n        \"lat\": 33.6455530331446,\n        \"lon\": -117.627675818419,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243462,\n        \"name\": \"MyPeshProj\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"Pakistan\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-13T15:09:25-07:00\",\n        \"lat\": 34.0151366,\n        \"lon\": 71.5249154,\n        \"status\": \"MMHoldings\"\n    },\n    {\n        \"id\": 257069,\n        \"name\": \"MyProj911\",\n        \"address\": \"RC32+298\",\n        \"city\": \"Ghurejo\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2024-08-05T19:45:14-07:00\",\n        \"lat\": 34.8025375,\n        \"lon\": 72.4009531,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257070,\n        \"name\": \"MyProj911\",\n        \"address\": \"RC32+298\",\n        \"city\": \"Ghurejo\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-05T19:44:40-07:00\",\n        \"lat\": 34.8025375,\n        \"lon\": 72.4009531,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257071,\n        \"name\": \"MyProj9112\",\n        \"address\": \"RC32+298\",\n        \"city\": \"Ghurejo\",\n        \"state\": \"Khyber Pakhtunkhwa\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-08-05T20:06:50-07:00\",\n        \"lat\": 34.8025375,\n        \"lon\": 72.4009531,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243461,\n        \"name\": \"MyProject1234\",\n        \"address\": \"Mingora swat\",\n        \"city\": \"Mingora\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-13T10:09:31-07:00\",\n        \"lat\": 34.7717466,\n        \"lon\": 72.3601512,\n        \"status\": \"NoneRedStone\"\n    },\n    {\n        \"id\": 248294,\n        \"name\": \"MyProject12345\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-29T03:22:43-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 22387,\n        \"name\": \"Name\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"0\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2018-12-20T09:47:21-08:00\",\n        \"lat\": 32.9213321,\n        \"lon\": -96.9905703,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263830,\n        \"name\": \"Name\",\n        \"address\": \"Address 1\",\n        \"city\": \"City\",\n        \"state\": \"State\",\n        \"zip\": \"Zip\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-22T13:17:04-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Billing Contact Name\"\n    },\n    {\n        \"id\": 264087,\n        \"name\": \"new b6 project\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-12-02T00:40:56-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 264095,\n        \"name\": \"new b6 project navigate direct to details\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T04:16:28-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249649,\n        \"name\": \"New HOA With Contact & New Manager (Client)\",\n        \"address\": \"123 Sycamore Drive\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"California\",\n        \"zip\": \"92321\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T02:47:18-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NewHOAContact\"\n    },\n    {\n        \"id\": 188838,\n        \"name\": \"New Project 3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 10,\n        \"dateCreated\": \"2022-10-13T16:40:54-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264091,\n        \"name\": \"new project b6 \",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T03:50:30-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"jkim@useda.com\"\n    },\n    {\n        \"id\": 263977,\n        \"name\": \"New Project Test \",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-11-26T14:54:09-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257057,\n        \"name\": \"new tag color \",\n        \"address\": \"Islamabad\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Punjab\",\n        \"zip\": \"44000\",\n        \"treeCount\": 16,\n        \"dateCreated\": \"2024-07-29T13:48:41-07:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263707,\n        \"name\": \"New Test Project\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T14:18:23-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263711,\n        \"name\": \"new test project param testing\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-11-07T14:41:14-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263708,\n        \"name\": \"New Test Project Without ExpiryDate\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2024-11-07T14:28:14-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"new client@gmail.com\"\n    },\n    {\n        \"id\": 264073,\n        \"name\": \"newClientimportDetails\",\n        \"address\": \"NY\",\n        \"city\": \"NY\",\n        \"state\": \"New York\",\n        \"zip\": \"911\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T11:09:35-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"AD\"\n    },\n    {\n        \"id\": 264099,\n        \"name\": \"NewlyAdded_date_edit\",\n        \"address\": \"street1\",\n        \"city\": \"CA\",\n        \"state\": \"New York\",\n        \"zip\": \"33322\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T08:04:33-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 254803,\n        \"name\": \"nnn1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-27T09:58:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248205,\n        \"name\": \"Northwest business Park\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-04T01:28:20-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 68947,\n        \"name\": \"Offline Test\",\n        \"address\": \"15540 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2020-11-20T10:19:45-08:00\",\n        \"lat\": 33.639925709511,\n        \"lon\": -117.722883743204,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 24680,\n        \"name\": \"Ohshim\",\n        \"address\": \"1956 N Tustin St\",\n        \"city\": \"Orange\",\n        \"state\": \"California\",\n        \"zip\": \"92865\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2019-02-13T18:19:39-08:00\",\n        \"lat\": 33.820725,\n        \"lon\": -117.836875,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249655,\n        \"name\": \"onev1 \",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T22:10:12-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"onev1None\"\n    },\n    {\n        \"id\": 249658,\n        \"name\": \"onev4 \",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T22:47:54-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"onev4None\"\n    },\n    {\n        \"id\": 249657,\n        \"name\": \"onev5 \",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T22:57:42-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"onev5None\"\n    },\n    {\n        \"id\": 249659,\n        \"name\": \"onev8 \",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T23:06:10-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"onev8None\"\n    },\n    {\n        \"id\": 68949,\n        \"name\": \"Online Test\",\n        \"address\": \"15540 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2020-11-20T10:35:42-08:00\",\n        \"lat\": 33.6398405082619,\n        \"lon\": -117.722983593196,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21886,\n        \"name\": \"Paseo Westpark\",\n        \"address\": \"2–38 Santa Ynez\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 11,\n        \"dateCreated\": \"2018-12-09T08:31:38-08:00\",\n        \"lat\": 33.6885043005063,\n        \"lon\": -117.811028656237,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 25662,\n        \"name\": \"Paseo Westpark Bench Paint\",\n        \"address\": \"1004 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2019-03-02T07:56:22-08:00\",\n        \"lat\": 33.6867996052135,\n        \"lon\": -117.811118874322,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264582,\n        \"name\": \"pc_v1\",\n        \"address\": \"test p address\",\n        \"city\": \"test p city\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"123123\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T23:18:19-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"test c contact\"\n    },\n    {\n        \"id\": 6331,\n        \"name\": \"Peets\",\n        \"address\": \"23716 El Toro Rd\",\n        \"city\": \"Lake Forest\",\n        \"state\": \"California\",\n        \"zip\": \"92630\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2018-02-02T13:24:14-08:00\",\n        \"lat\": 33.6166004,\n        \"lon\": -117.701873,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 259798,\n        \"name\": \"Periv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 259800,\n        \"name\": \"Periv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"periv2\"\n    },\n    {\n        \"id\": 259801,\n        \"name\": \"Periv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"periv4\"\n    },\n    {\n        \"id\": 259802,\n        \"name\": \"Periv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"periv4\"\n    },\n    {\n        \"id\": 248173,\n        \"name\": \"photo\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-01-23T00:00:00-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248219,\n        \"name\": \"photo 2\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-03-07T06:38:53-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248231,\n        \"name\": \"photo 22\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T09:02:06-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248232,\n        \"name\": \"photo 33\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-03-07T09:33:15-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248233,\n        \"name\": \"photo 44\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 9,\n        \"dateCreated\": \"2024-03-07T09:50:15-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248360,\n        \"name\": \"Photo project\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-15T04:52:54-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248218,\n        \"name\": \"Photo1\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-03-07T06:06:54-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248227,\n        \"name\": \"photo10\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T07:07:10-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248229,\n        \"name\": \"photo12\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T07:09:07-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248230,\n        \"name\": \"photo13\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T07:09:51-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248220,\n        \"name\": \"photo3\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-03-07T06:41:29-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248221,\n        \"name\": \"photo4\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T06:42:32-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248222,\n        \"name\": \"photo5\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T06:43:23-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248223,\n        \"name\": \"photo6\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T06:44:26-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248224,\n        \"name\": \"Photo7\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T06:51:03-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248225,\n        \"name\": \"photo8\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-03-07T06:53:18-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248226,\n        \"name\": \"photo9\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T07:05:42-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248228,\n        \"name\": \"photp11\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-03-07T07:07:58-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249555,\n        \"name\": \"poratalContact \",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-20T22:32:10-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"poratalContactNone\"\n    },\n    {\n        \"id\": 249556,\n        \"name\": \"portal Contactv2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-05-20T22:36:22-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"portalContactv2\"\n    },\n    {\n        \"id\": 249558,\n        \"name\": \"portal v4\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-20T22:50:22-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"portalv4\"\n    },\n    {\n        \"id\": 249559,\n        \"name\": \"portal v5\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-05-20T22:57:06-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"portalv5\"\n    },\n    {\n        \"id\": 249557,\n        \"name\": \"portalContact v3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-20T22:39:49-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"portalContactv3\"\n    },\n    {\n        \"id\": 243470,\n        \"name\": \"President pti\",\n        \"address\": \"africa\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 273,\n        \"dateCreated\": \"2023-09-14T20:09:13-07:00\",\n        \"lat\": -8.783195,\n        \"lon\": 34.508523,\n        \"status\": \"Crystal Shuman\"\n    },\n    {\n        \"id\": 249470,\n        \"name\": \"project 0430714\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-30T07:15:24-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"project 0430714None\"\n    },\n    {\n        \"id\": 249471,\n        \"name\": \"project 0430726\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-30T07:26:49-07:00\",\n        \"lat\": 33.6399880116202,\n        \"lon\": -117.722914483257,\n        \"status\": \"project 0430726None\"\n    },\n    {\n        \"id\": 249472,\n        \"name\": \"project 0430728\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-30T07:29:01-07:00\",\n        \"lat\": 33.6399880116202,\n        \"lon\": -117.722914483257,\n        \"status\": \"project 0430728None\"\n    },\n    {\n        \"id\": 249473,\n        \"name\": \"project 0430729\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-30T07:30:21-07:00\",\n        \"lat\": 33.6399880116202,\n        \"lon\": -117.722914483257,\n        \"status\": \"project 0430729None\"\n    },\n    {\n        \"id\": 249474,\n        \"name\": \"project 0430751\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-30T07:51:54-07:00\",\n        \"lat\": 33.640095,\n        \"lon\": -117.7226483,\n        \"status\": \"project 0430751None\"\n    },\n    {\n        \"id\": 249631,\n        \"name\": \"Project 06-19 2-46\",\n        \"address\": \"246 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-19T02:47:22-07:00\",\n        \"lat\": 33.7287822,\n        \"lon\": -117.7444385,\n        \"status\": \"Jae 06-192-46\"\n    },\n    {\n        \"id\": 255970,\n        \"name\": \"Project 0718324\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-18T03:25:14-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249497,\n        \"name\": \"Project Android 57710\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T07:10:49-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"Project Android 57710None\"\n    },\n    {\n        \"id\": 249503,\n        \"name\": \"Project Android 57710\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T10:11:07-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"Project Android 57710None\"\n    },\n    {\n        \"id\": 248376,\n        \"name\": \"Project Apr 18 8:48\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-04-18T08:49:50-07:00\",\n        \"lat\": 33.73509190000001,\n        \"lon\": -117.7434466,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248377,\n        \"name\": \"Project Apr 19 7:05am\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-19T07:05:43-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248378,\n        \"name\": \"Project Apr 19 7:07am\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-19T07:07:42-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248379,\n        \"name\": \"Project Apr 19 7:20am\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-19T07:20:51-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248432,\n        \"name\": \"Project Apr 22 2:13 pm\",\n        \"address\": \"213 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 20,\n        \"dateCreated\": \"2024-04-23T02:14:20-07:00\",\n        \"lat\": 33.7312898,\n        \"lon\": -117.7438325,\n        \"status\": \"#5 Jae\"\n    },\n    {\n        \"id\": 248393,\n        \"name\": \"Project Apr 22 3:00pm\",\n        \"address\": \"300 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-22T03:01:43-07:00\",\n        \"lat\": 33.7303801,\n        \"lon\": -117.7444068,\n        \"status\": \"Jae PM\"\n    },\n    {\n        \"id\": 248394,\n        \"name\": \"Project Apr 22 3:19pm\",\n        \"address\": \"319 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-22T03:20:16-07:00\",\n        \"lat\": 33.730057,\n        \"lon\": -117.7444172,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248384,\n        \"name\": \"Project Apr 22 7:09am\",\n        \"address\": \"111 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-22T07:10:52-07:00\",\n        \"lat\": 33.735369,\n        \"lon\": -117.743533,\n        \"status\": \"Contact Name\"\n    },\n    {\n        \"id\": 248426,\n        \"name\": \"Project Apr 23 10:08am\",\n        \"address\": \"1008 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-23T10:09:25-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248427,\n        \"name\": \"Project Apr 23 10:20am\",\n        \"address\": \"1020 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-04-23T10:21:13-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"#4 Jae\"\n    },\n    {\n        \"id\": 249463,\n        \"name\": \"Project Apr26 6:31 AM\",\n        \"address\": \"631 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-26T06:32:39-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Jae Apr26630\"\n    },\n    {\n        \"id\": 249464,\n        \"name\": \"Project Apr26 7:48am\",\n        \"address\": \"748 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-26T07:48:47-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"#7 Jae\"\n    },\n    {\n        \"id\": 249469,\n        \"name\": \"Project April 30\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-30T07:01:16-07:00\",\n        \"lat\": 33.6399880116202,\n        \"lon\": -117.722914483257,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 259796,\n        \"name\": \"Project Aug 22\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-22T02:47:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Aug22\"\n    },\n    {\n        \"id\": 259797,\n        \"name\": \"Project Aug22 250\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-08-22T02:51:16-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Aug22 252\"\n    },\n    {\n        \"id\": 255920,\n        \"name\": \"Project Jul 11 931 12\",\n        \"address\": \"st 12, sec 14-B Jasmin road NY US\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-07-11T09:31:13-07:00\",\n        \"lat\": 40.7127753,\n        \"lon\": -74.0059728,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255931,\n        \"name\": \"Project Jul 15 528\",\n        \"address\": \"15530 Rock\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-15T05:29:56-07:00\",\n        \"lat\": 33.6521458,\n        \"lon\": -117.8171873,\n        \"status\": \"Client Jul 8 957\"\n    },\n    {\n        \"id\": 255866,\n        \"name\": \"Project Jul 8 954\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-08T09:54:18-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255867,\n        \"name\": \"Project Jul 8 955\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-08T09:55:23-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255868,\n        \"name\": \"Project Jul 8 957\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-08T09:57:59-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Jul 8957\"\n    },\n    {\n        \"id\": 255877,\n        \"name\": \"Project Jul 9 532\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-09T05:32:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneNone\"\n    },\n    {\n        \"id\": 255914,\n        \"name\": \"Project Jul11 837\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-11T08:38:11-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255918,\n        \"name\": \"Project Jul11 910\",\n        \"address\": \"910 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-11T09:11:33-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Jul9 1125\"\n    },\n    {\n        \"id\": 255887,\n        \"name\": \"Project Jul13 1120\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T11:20:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Ju131120\"\n    },\n    {\n        \"id\": 255835,\n        \"name\": \"Project Jul21150\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T11:52:07-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"ProjectContact0721150\"\n    },\n    {\n        \"id\": 255880,\n        \"name\": \"Project Jul9 1120\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T11:20:58-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Client Jul91120\"\n    },\n    {\n        \"id\": 255882,\n        \"name\": \"Project Jul9 1125\",\n        \"address\": \"15530 Rockfield\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T11:26:52-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"ClientJul91125\"\n    },\n    {\n        \"id\": 255878,\n        \"name\": \"Project Jul9 833\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-09T08:33:22-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"ArborNote Company Jul9833\"\n    },\n    {\n        \"id\": 255937,\n        \"name\": \"Project July 10:57\",\n        \"address\": \"910\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-15T10:58:28-07:00\",\n        \"lat\": 33.6822863,\n        \"lon\": -117.8407607,\n        \"status\": \"##123NewProject\"\n    },\n    {\n        \"id\": 255938,\n        \"name\": \"Project July 11:05\",\n        \"address\": \"11 05 Irvine\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92404\",\n        \"treeCount\": 11,\n        \"dateCreated\": \"2024-07-15T11:05:49-07:00\",\n        \"lat\": 33.6809313,\n        \"lon\": -117.7048465,\n        \"status\": \"##My_State_Company\"\n    },\n    {\n        \"id\": 249632,\n        \"name\": \"Project Jun 19 253\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-19T02:53:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"jkim0612253\"\n    },\n    {\n        \"id\": 249638,\n        \"name\": \"Project Jun 21 Updated\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T11:32:26-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 254799,\n        \"name\": \"Project Jun 26 437\",\n        \"address\": \"11 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92616\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-06-26T04:38:40-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Jae0626437\"\n    },\n    {\n        \"id\": 249633,\n        \"name\": \"Project Jun201100\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-20T11:00:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"JaeJun201100\"\n    },\n    {\n        \"id\": 249635,\n        \"name\": \"Project Jun201248\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-06-20T12:49:23-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"JaeJun201248\"\n    },\n    {\n        \"id\": 249462,\n        \"name\": \"Project MAD\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249532,\n        \"name\": \"Project May 10 10:36AM\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-10T10:37:05-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249542,\n        \"name\": \"Project May 13 1:33pm Updated\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-13T01:33:54-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"First Last\"\n    },\n    {\n        \"id\": 249549,\n        \"name\": \"Project May 14 6:51 AM\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-14T06:52:05-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Project May 14 6:51AM\"\n    },\n    {\n        \"id\": 249509,\n        \"name\": \"Project May 6 1:00pm\",\n        \"address\": \"100 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-06T01:01:06-07:00\",\n        \"lat\": 33.7349466,\n        \"lon\": -117.7433192,\n        \"status\": \"Project May 6 1:00pmNone\"\n    },\n    {\n        \"id\": 249514,\n        \"name\": \"Project May 7 12:44pm\",\n        \"address\": \"1244 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-07T12:45:06-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May 7 12:44pmNone\"\n    },\n    {\n        \"id\": 249512,\n        \"name\": \"Project May 7 8:50am\",\n        \"address\": \"850 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-07T08:51:45-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May 7 8:50amNone\"\n    },\n    {\n        \"id\": 249528,\n        \"name\": \"Project May10 7:57am\",\n        \"address\": \"757 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-10T07:58:29-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May10 7:57amNone\"\n    },\n    {\n        \"id\": 249530,\n        \"name\": \"Project May10 9:04AM\",\n        \"address\": \"904 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-05-10T09:04:54-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May10 9:04AMNone\"\n    },\n    {\n        \"id\": 249508,\n        \"name\": \"project may6\",\n        \"address\": \"1002 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2024-05-06T12:51:12-07:00\",\n        \"lat\": 33.686720199999996,\n        \"lon\": -117.81119609999999,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249504,\n        \"name\": \"Project May6 10:24am\",\n        \"address\": \"1024 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T10:25:08-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May6 10:24amNone\"\n    },\n    {\n        \"id\": 249493,\n        \"name\": \"Project May6 6:59am\",\n        \"address\": \"123 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T06:59:39-07:00\",\n        \"lat\": 33.7351891,\n        \"lon\": -117.7440235,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249494,\n        \"name\": \"Project May6 6:59am\",\n        \"address\": \"123 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T06:59:42-07:00\",\n        \"lat\": 33.7351891,\n        \"lon\": -117.7440235,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249495,\n        \"name\": \"Project May6 7:01am\",\n        \"address\": \"701 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T07:01:51-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249496,\n        \"name\": \"Project May6 7:01am\",\n        \"address\": \"701 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T07:01:53-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249501,\n        \"name\": \"Project May6 8:20 AM\",\n        \"address\": \"820 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T08:20:40-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May6 8:20 AMNone\"\n    },\n    {\n        \"id\": 249502,\n        \"name\": \"Project May6 8:21 AM\",\n        \"address\": \"821 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-06T08:22:20-07:00\",\n        \"lat\": 33.7319204,\n        \"lon\": -117.7439249,\n        \"status\": \"Project May6 8:21 AMNone\"\n    },\n    {\n        \"id\": 249475,\n        \"name\": \"Project Name\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-01T12:03:04-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249634,\n        \"name\": \"project name\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-20T11:03:02-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"nameJun201102\"\n    },\n    {\n        \"id\": 249545,\n        \"name\": \"Project Without Email\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-14T06:21:01-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249546,\n        \"name\": \"Project Without Email2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-14T06:21:33-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263810,\n        \"name\": \"project1112\",\n        \"address\": \"123 Main St\",\n        \"city\": \"Springfield\",\n        \"state\": \"IL\",\n        \"zip\": \"62704\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T12:03:33-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Jane Smith\"\n    },\n    {\n        \"id\": 263811,\n        \"name\": \"project2221_v2\",\n        \"address\": \"789 Oak St\",\n        \"city\": \"Chicago\",\n        \"state\": \"Illinois\",\n        \"zip\": \"60601\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T12:03:38-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Emily Davis\"\n    },\n    {\n        \"id\": 249621,\n        \"name\": \"Project3 without email_Updated\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-06-11T07:44:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248389,\n        \"name\": \"projectisclentV3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249611,\n        \"name\": \"projectnames abd villers\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"finalsdonetestings\"\n    },\n    {\n        \"id\": 249535,\n        \"name\": \"Projectv8\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MilanProjectv8\"\n    },\n    {\n        \"id\": 249660,\n        \"name\": \"projectv9\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T23:07:42-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"onev9None\"\n    },\n    {\n        \"id\": 262295,\n        \"name\": \"Project_0b020070\",\n        \"address\": \"789 Maple Ave, Austin, TX 73301\",\n        \"city\": \"San Diego\",\n        \"state\": \"West Virginia\",\n        \"zip\": \"85001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T09:53:52-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 262287,\n        \"name\": \"Project_0d5a55e3\",\n        \"address\": \"101 Pine St, Seattle, WA 98101\",\n        \"city\": \"Dallas\",\n        \"state\": \"Colorado\",\n        \"zip\": \"85001\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-10-15T11:22:09-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 262297,\n        \"name\": \"Project_0fcea23a\",\n        \"address\": \"456 Elm St, Denver, CO 80202\",\n        \"city\": \"San Diego\",\n        \"state\": \"Minnesota\",\n        \"zip\": \"85001\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-10-16T10:36:00-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Deanna Console\"\n    },\n    {\n        \"id\": 262290,\n        \"name\": \"Project_14927a21\",\n        \"address\": \"789 Maple Ave, Austin, TX 73301\",\n        \"city\": \"Chicago\",\n        \"state\": \"\",\n        \"zip\": \"75201\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T01:31:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Zuly Perez\"\n    },\n    {\n        \"id\": 262311,\n        \"name\": \"Project_250fc112\",\n        \"address\": \"789 Maple Ave, Austin, TX 73301\",\n        \"city\": \"San Jose\",\n        \"state\": \"\",\n        \"zip\": \"85001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-31T04:16:00-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 260283,\n        \"name\": \"Project_2e663879\",\n        \"address\": \"202 Oak Rd, Miami, FL 33101\",\n        \"city\": \"Philadelphia\",\n        \"state\": \"\",\n        \"zip\": \"10001\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-09-17T12:21:56-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Adrian Robertson \"\n    },\n    {\n        \"id\": 262288,\n        \"name\": \"Project_2ef49448\",\n        \"address\": \"789 Maple Ave, Austin, TX 73301\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"\",\n        \"zip\": \"19101\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-15T05:09:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Marsha Goodman\"\n    },\n    {\n        \"id\": 262293,\n        \"name\": \"Project_39d1d6dc\",\n        \"address\": \"456 Elm St, Denver, CO 80202\",\n        \"city\": \"Houston\",\n        \"state\": \"Arkansas\",\n        \"zip\": \"10001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T08:56:01-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Newest Manager\"\n    },\n    {\n        \"id\": 262296,\n        \"name\": \"Project_44052474\",\n        \"address\": \"101 Pine St, Seattle, WA 98101\",\n        \"city\": \"Dallas\",\n        \"state\": \"Louisiana\",\n        \"zip\": \"75201\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T09:55:28-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Rene Viamonte\"\n    },\n    {\n        \"id\": 262292,\n        \"name\": \"Project_450fa5f7\",\n        \"address\": \"123 Main St, Springfield, IL 62701\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"\",\n        \"zip\": \"95101\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T08:44:02-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Francine Shute\"\n    },\n    {\n        \"id\": 262312,\n        \"name\": \"Project_46b4bdb8\",\n        \"address\": \"123 Main St, Springfield, IL 62701\",\n        \"city\": \"New York\",\n        \"state\": \"\",\n        \"zip\": \"90001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-31T04:32:27-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 262291,\n        \"name\": \"Project_918e9551\",\n        \"address\": \"101 Pine St, Seattle, WA 98101\",\n        \"city\": \"Philadelphia\",\n        \"state\": \"Vermont\",\n        \"zip\": \"19101\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T08:42:18-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 262289,\n        \"name\": \"Project_b9a9cad5\",\n        \"address\": \"456 Elm St, Denver, CO 80202\",\n        \"city\": \"Los Angeles\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"78201\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-10-15T05:13:36-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Bobby Stipp\"\n    },\n    {\n        \"id\": 262294,\n        \"name\": \"Project_cb608303\",\n        \"address\": \"123 Main St, Springfield, IL 62701\",\n        \"city\": \"San Jose\",\n        \"state\": \"\",\n        \"zip\": \"85001\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-10-16T09:42:32-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Brenda Baker\"\n    },\n    {\n        \"id\": 260284,\n        \"name\": \"Project_d279daf6\",\n        \"address\": \"456 Elm St, Denver, CO 80202\",\n        \"city\": \"Philadelphia\",\n        \"state\": \"\",\n        \"zip\": \"95101\",\n        \"treeCount\": 7,\n        \"dateCreated\": \"2024-09-17T12:30:23-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Shannon Thornhill\"\n    },\n    {\n        \"id\": 248202,\n        \"name\": \"QB Project 2\",\n        \"address\": \"12345 Fall\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-02-28T11:23:41-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248201,\n        \"name\": \"QB Project Address\",\n        \"address\": \"1234 Stand Ave\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-02-28T09:38:32-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248204,\n        \"name\": \"QB4\",\n        \"address\": \"4 Intuit\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-28T12:01:09-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248203,\n        \"name\": \"QB5\",\n        \"address\": \"12 Intuit\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-02-28T11:50:36-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 243475,\n        \"name\": \"Query\",\n        \"address\": \"Islamabad, Pakistan\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-15T18:34:51-07:00\",\n        \"lat\": 33.6844202,\n        \"lon\": 73.04788479999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249648,\n        \"name\": \"Rancho Cordova HOA\",\n        \"address\": \"\",\n        \"city\": \"Laguna Niguel\",\n        \"state\": \"California\",\n        \"zip\": \"92600\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T02:23:00-07:00\",\n        \"lat\": 33.5236744,\n        \"lon\": -117.7149438,\n        \"status\": \"RonaldRegan\"\n    },\n    {\n        \"id\": 255837,\n        \"name\": \"Raviv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"JaeKim\"\n    },\n    {\n        \"id\": 255838,\n        \"name\": \"Raviv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"JaeKim\"\n    },\n    {\n        \"id\": 255846,\n        \"name\": \"Raviv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneRaviV2\"\n    },\n    {\n        \"id\": 255847,\n        \"name\": \"Raviv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneRaviV3\"\n    },\n    {\n        \"id\": 255848,\n        \"name\": \"Raviv3 Client\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-03T19:46:00-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneRaviV3\"\n    },\n    {\n        \"id\": 255930,\n        \"name\": \"redmiv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"redmiv1\"\n    },\n    {\n        \"id\": 249552,\n        \"name\": \"RedStone\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-17T07:01:20-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneRedStone\"\n    },\n    {\n        \"id\": 260286,\n        \"name\": \"reelnamev1\",\n        \"address\": \"\",\n        \"city\": \"Ohio\",\n        \"state\": \"Texas\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-17T18:44:58-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260288,\n        \"name\": \"reelv2@gm.com\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"2132165\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-17T19:01:55-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260289,\n        \"name\": \"reelv3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-17T19:03:01-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260292,\n        \"name\": \"reelv4\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T16:49:38-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260293,\n        \"name\": \"reelv5\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T16:50:55-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 260294,\n        \"name\": \"reelv6@gm.com\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-18T16:51:25-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21938,\n        \"name\": \"Removal\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2018-12-10T15:16:04-08:00\",\n        \"lat\": 33.665242,\n        \"lon\": -117.7490656,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248333,\n        \"name\": \"Reserve HOA\",\n        \"address\": \"100 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-10T06:19:46-07:00\",\n        \"lat\": 33.7349466,\n        \"lon\": -117.7433192,\n        \"status\": \"John Kim\"\n    },\n    {\n        \"id\": 248335,\n        \"name\": \"Reserve HOA 2\",\n        \"address\": \"155 Oceano\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92626\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-04-10T07:28:12-07:00\",\n        \"lat\": 33.7339253,\n        \"lon\": -117.744132,\n        \"status\": \"John Kim\"\n    },\n    {\n        \"id\": 18358,\n        \"name\": \"Rockfield\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-11-05T08:12:48-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 243460,\n        \"name\": \"Rockfield\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-09-12T11:17:05-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"portalv4\"\n    },\n    {\n        \"id\": 56387,\n        \"name\": \"Rockfish\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2020-06-21T07:44:04-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249671,\n        \"name\": \"Safaei, Parvaneh\",\n        \"address\": \"8381 Arnett Dr\",\n        \"city\": \"Huntington Beach\",\n        \"state\": \"California\",\n        \"zip\": \"92647\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-25T19:36:52-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneParvaneh\"\n    },\n    {\n        \"id\": 249669,\n        \"name\": \"samv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 249670,\n        \"name\": \"samv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 249672,\n        \"name\": \"samv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 249674,\n        \"name\": \"samv3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 248214,\n        \"name\": \"Separage Objectives\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-03-05T05:39:42-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 248177,\n        \"name\": \"Shared Project-Test\",\n        \"address\": \"California\",\n        \"city\": \"California\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"123\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-02-05T00:00:00-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 249593,\n        \"name\": \"Sinc v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Sincv1\"\n    },\n    {\n        \"id\": 249594,\n        \"name\": \"Sinc v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Sincv2\"\n    },\n    {\n        \"id\": 249595,\n        \"name\": \"Sinc v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Sincv3\"\n    },\n    {\n        \"id\": 249596,\n        \"name\": \"Sinc v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Sincv4\"\n    },\n    {\n        \"id\": 18415,\n        \"name\": \"sky 3\",\n        \"address\": \"901 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92606\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2018-11-05T20:07:43-08:00\",\n        \"lat\": 33.6865311,\n        \"lon\": -117.8113579,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 18414,\n        \"name\": \"sky2\",\n        \"address\": \"903 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-11-05T20:06:30-08:00\",\n        \"lat\": 33.6867146538967,\n        \"lon\": -117.811061216771,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249645,\n        \"name\": \"South Coast Plaza\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T20:41:38-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"SomeDude\"\n    },\n    {\n        \"id\": 263718,\n        \"name\": \"Spinner\",\n        \"address\": \"dddd\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T12:05:05-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263719,\n        \"name\": \"Spinner\",\n        \"address\": \"dd\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T12:08:32-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249553,\n        \"name\": \"State\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"Colorado\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-17T13:45:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"test\"\n    },\n    {\n        \"id\": 249566,\n        \"name\": \"studiov1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Nonestudiov1\"\n    },\n    {\n        \"id\": 249567,\n        \"name\": \"studiov2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Nonestudiov2\"\n    },\n    {\n        \"id\": 249568,\n        \"name\": \"studiov3 v3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-23T15:45:33-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"studiov3v3\"\n    },\n    {\n        \"id\": 256359,\n        \"name\": \"SupremeV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"SupremeV1\"\n    },\n    {\n        \"id\": 249676,\n        \"name\": \"sv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"NoneBSD-2796\"\n    },\n    {\n        \"id\": 249677,\n        \"name\": \"sv2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Nonesv2\"\n    },\n    {\n        \"id\": 49322,\n        \"name\": \"Sweet Shade 2\",\n        \"address\": \"15 Sweet Shade\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2020-03-02T07:01:32-08:00\",\n        \"lat\": 33.6898312641827,\n        \"lon\": -117.817594928243,\n        \"status\": \"abcNone\"\n    },\n    {\n        \"id\": 22082,\n        \"name\": \"Sweet Shade Park\",\n        \"address\": \"15 Sweet Shade\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2018-12-12T15:55:55-08:00\",\n        \"lat\": 33.6898312641827,\n        \"lon\": -117.817594928243,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 29659,\n        \"name\": \"test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2019-04-25T10:34:28-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 30071,\n        \"name\": \"Test\",\n        \"address\": \"California\",\n        \"city\": \"California\",\n        \"state\": \"CA\",\n        \"zip\": \"0\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2019-05-02T08:11:25-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 32895,\n        \"name\": \"Test\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2019-06-18T08:30:12-07:00\",\n        \"lat\": 33.639991,\n        \"lon\": -117.722839,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 99872,\n        \"name\": \"test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-05-10T05:22:20-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 108400,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-07-26T01:39:51-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 108401,\n        \"name\": \"test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 18,\n        \"dateCreated\": \"2021-07-26T01:42:34-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 145070,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-02-02T17:35:53-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248235,\n        \"name\": \"test\",\n        \"address\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"112345\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-11T04:39:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263745,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-12T11:12:49-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 263746,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-12T11:13:55-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 263755,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-14T03:36:32-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 263770,\n        \"name\": \"Test\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-19T23:16:51-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"jkim@useda.com\"\n    },\n    {\n        \"id\": 263824,\n        \"name\": \"test\",\n        \"address\": \"test\",\n        \"city\": \"test\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-22T11:39:39-08:00\",\n        \"lat\": 35.9098184,\n        \"lon\": -78.93883079999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255836,\n        \"name\": \"test 1\",\n        \"address\": \"california\",\n        \"city\": \"california\",\n        \"state\": \"North Carolina\",\n        \"zip\": \"32200\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-07-03T11:19:33-07:00\",\n        \"lat\": 36.3626545,\n        \"lon\": -76.9669038,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 264069,\n        \"name\": \"Test add project\",\n        \"address\": \"9 Sugar Gum\",\n        \"city\": \"Irvine\",\n        \"state\": \"New York\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T10:01:46-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 248368,\n        \"name\": \"test AR-4375\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-15T11:57:03-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 184186,\n        \"name\": \"Test client with client\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-09-26T06:14:51-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257058,\n        \"name\": \"test color\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 25,\n        \"dateCreated\": \"2024-07-29T14:57:31-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248380,\n        \"name\": \"test deal name Aqua\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 248215,\n        \"name\": \"Test Delay\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-05T05:40:42-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 218815,\n        \"name\": \"test import\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 21,\n        \"dateCreated\": \"2023-06-01T04:03:59-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263806,\n        \"name\": \"test import project1\",\n        \"address\": \"123 Main St\",\n        \"city\": \"Springfield\",\n        \"state\": \"IL\",\n        \"zip\": \"62704\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:54:47-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Jane Smith\"\n    },\n    {\n        \"id\": 263807,\n        \"name\": \"test import project2\",\n        \"address\": \"789 Oak St\",\n        \"city\": \"Chicago\",\n        \"state\": \"IL\",\n        \"zip\": \"60601\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-21T11:54:51-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Emily Davis\"\n    },\n    {\n        \"id\": 260280,\n        \"name\": \"test lead source\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-16T10:07:36-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 123211,\n        \"name\": \"Test Project\",\n        \"address\": \"15530 Rockfield Blvid\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-21T06:05:35-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248181,\n        \"name\": \"Test Project 1\",\n        \"address\": \"2 Silkwood\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92656\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-20T07:01:00-08:00\",\n        \"lat\": 33.585566,\n        \"lon\": -117.744625,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248236,\n        \"name\": \"Test Project 1\",\n        \"address\": \"2 Silkwood\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92656\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-13T06:29:10-07:00\",\n        \"lat\": 33.5855671,\n        \"lon\": -117.744678,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 184185,\n        \"name\": \"Test project no client\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-09-26T06:14:29-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249650,\n        \"name\": \"Test to See if Project Name Syncs With New Contact\",\n        \"address\": \"9 Sugar Gum\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"CA\",\n        \"zip\": \"92656\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T21:58:19-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"MiguelRojas\"\n    },\n    {\n        \"id\": 243512,\n        \"name\": \"test-marker\",\n        \"address\": \"test-address\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 4,\n        \"dateCreated\": \"2023-11-13T01:48:10-08:00\",\n        \"lat\": 33.6439812,\n        \"lon\": 73.08187509999999,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264068,\n        \"name\": \"test.com\",\n        \"address\": \"House 404\",\n        \"city\": \"Islamabad\",\n        \"state\": \"California\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T09:41:22-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 255908,\n        \"name\": \"Test112\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-11T10:17:53-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249653,\n        \"name\": \"Test123\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-24T06:29:19-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248293,\n        \"name\": \"test12345\",\n        \"address\": \"gkgkjh\",\n        \"city\": \"hhjj\",\n        \"state\": \"New York\",\n        \"zip\": \"5533\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-28T10:57:11-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 108402,\n        \"name\": \"Test2\",\n        \"address\": \"1004 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-07-26T01:50:17-07:00\",\n        \"lat\": 33.6867715879507,\n        \"lon\": -117.811142662085,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264579,\n        \"name\": \"test2.2_schedule_v1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T09:02:07-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 248353,\n        \"name\": \"test222\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-14T13:07:30-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249458,\n        \"name\": \"test4398\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2024-04-24T11:04:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248354,\n        \"name\": \"test444\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-04-14T04:15:21-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249486,\n        \"name\": \"test4453\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-05-02T02:32:37-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"adnan\"\n    },\n    {\n        \"id\": 249487,\n        \"name\": \"test4453\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-02T11:32:41-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"adnan\"\n    },\n    {\n        \"id\": 218851,\n        \"name\": \"testAlpha (test)\",\n        \"address\": \"california\",\n        \"city\": \"california\",\n        \"state\": \"Puerto Rico\",\n        \"zip\": \"65400\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T05:13:55-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 218853,\n        \"name\": \"testAlpha (test)\",\n        \"address\": \"california\",\n        \"city\": \"california\",\n        \"state\": \"West Virginia\",\n        \"zip\": \"4500\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T05:23:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 218855,\n        \"name\": \"testAlpha (test) (testAlpha (test))\",\n        \"address\": \"california\",\n        \"city\": \"california\",\n        \"state\": \"Pennsylvania\",\n        \"zip\": \"44000\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T06:11:41-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 248212,\n        \"name\": \"testevalid2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-05T08:28:03-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Erin Feldner\"\n    },\n    {\n        \"id\": 248213,\n        \"name\": \"testevalid3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-03-05T08:28:56-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"Erin Feldner\"\n    },\n    {\n        \"id\": 263756,\n        \"name\": \"Testing\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-14T03:53:22-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"name\"\n    },\n    {\n        \"id\": 263725,\n        \"name\": \"testing client billing \",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-08T11:27:49-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Test\"\n    },\n    {\n        \"id\": 264580,\n        \"name\": \"testing initial location project\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T22:00:50-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 264085,\n        \"name\": \"Testing Payload 1\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 3,\n        \"dateCreated\": \"2024-11-28T02:54:25-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"Payload test \"\n    },\n    {\n        \"id\": 264581,\n        \"name\": \"testing project initial location islamabad\",\n        \"address\": \"Sirinagar Highway\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad\",\n        \"zip\": \"44000\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T22:37:39-08:00\",\n        \"lat\": 33.7169104,\n        \"lon\": 73.1097427,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218799,\n        \"name\": \"testingFullStateName\",\n        \"address\": \"\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2023-05-02T01:23:16-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 218846,\n        \"name\": \"testingFullStateName ()\",\n        \"address\": \"California\",\n        \"city\": \"California\",\n        \"state\": \"Pennsylvania\",\n        \"zip\": \"865600\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T04:13:58-07:00\",\n        \"lat\": 40.06439659999999,\n        \"lon\": -79.8844522,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 218847,\n        \"name\": \"testingFullStateName () (testingFullStateName ())\",\n        \"address\": \"California\",\n        \"city\": \"California\",\n        \"state\": \"Puerto Rico\",\n        \"zip\": \"54500\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2023-07-26T04:26:32-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"None##MyMilanNewProject\"\n    },\n    {\n        \"id\": 248191,\n        \"name\": \"testingNewProj\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255861,\n        \"name\": \"testMapless\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T12:20:49-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255830,\n        \"name\": \"TestMapless11\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T10:02:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255862,\n        \"name\": \"testmaplessBeta\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-05T12:25:43-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 254802,\n        \"name\": \"testname\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-27T09:48:03-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263710,\n        \"name\": \"TestProject with expiry date\",\n        \"address\": \"Google Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-07T14:38:35-08:00\",\n        \"lat\": 37.4214254,\n        \"lon\": -122.0844183,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 259820,\n        \"name\": \"TestProject1\",\n        \"address\": \"1600 Amphitheatre Pkwy Building 43\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-09-03T15:20:44-07:00\",\n        \"lat\": 37.4225121,\n        \"lon\": -122.0847039,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255898,\n        \"name\": \"testValidation\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T03:57:11-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneDuplicate?\"\n    },\n    {\n        \"id\": 255900,\n        \"name\": \"testValidation3\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T04:14:45-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255901,\n        \"name\": \"testValidation3.1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T04:15:10-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 255902,\n        \"name\": \"testValidation3.2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-10T04:15:46-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263744,\n        \"name\": \"test_adnan\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-12T10:53:34-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263765,\n        \"name\": \"test_payload\",\n        \"address\": \"CA, street 1\",\n        \"city\": \"CA\",\n        \"state\": \"California\",\n        \"zip\": \"11234\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-18T06:01:07-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 264065,\n        \"name\": \"test_payload111\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-11-26T05:58:38-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 264100,\n        \"name\": \"test_schedule_v2\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-12-02T08:10:33-08:00\",\n        \"lat\": \"\",\n        \"lon\": \"\",\n        \"status\": \"adnan shah\"\n    },\n    {\n        \"id\": 190594,\n        \"name\": \"The Lakes at Rancho\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2022-10-27T11:01:26-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248165,\n        \"name\": \"TopGeneralUpdated\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 8,\n        \"dateCreated\": \"2024-01-08T00:00:00-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 248193,\n        \"name\": \"trewq\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-27T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 257085,\n        \"name\": \"ukv1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ABC\"\n    },\n    {\n        \"id\": 248190,\n        \"name\": \"unnamedProj\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-02-26T00:00:00-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 249544,\n        \"name\": \"USEDA\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2024-05-14T04:46:26-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 263729,\n        \"name\": \"uzair-test-2\",\n        \"address\": \"AtaTurk Road\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Federal\",\n        \"zip\": \"44800\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-08T17:27:17-08:00\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"status\": \"Uzair Danyal\"\n    },\n    {\n        \"id\": 263728,\n        \"name\": \"uzari - test \",\n        \"address\": \"Unnamed Road\",\n        \"city\": \"Mountain View\",\n        \"state\": \"California\",\n        \"zip\": \"94043\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-08T17:15:41-08:00\",\n        \"lat\": 37.390026399999996,\n        \"lon\": -122.08123040000001,\n        \"status\": \"Arbor Tester\"\n    },\n    {\n        \"id\": 249482,\n        \"name\": \"v9clienttesting\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Jae Kim\"\n    },\n    {\n        \"id\": 249519,\n        \"name\": \"Vahalla\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"VahallaNone\"\n    },\n    {\n        \"id\": 249520,\n        \"name\": \"Vahalla v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Vahalla v2None\"\n    },\n    {\n        \"id\": 249521,\n        \"name\": \"Vahalla v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Vahalla v3None\"\n    },\n    {\n        \"id\": 249522,\n        \"name\": \"Vahalla v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Vahalla v4None\"\n    },\n    {\n        \"id\": 249523,\n        \"name\": \"Vahalla v5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"Vahalla v5None\"\n    },\n    {\n        \"id\": 249647,\n        \"name\": \"Vista Pointe Ridge\",\n        \"address\": \"\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"California\",\n        \"zip\": \"92656\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-06-21T02:13:54-07:00\",\n        \"lat\": 33.5714289,\n        \"lon\": -117.7314729,\n        \"status\": \"BoardMember\"\n    },\n    {\n        \"id\": 255893,\n        \"name\": \"vistaV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"vistaV1client\"\n    },\n    {\n        \"id\": 255895,\n        \"name\": \"vistaV1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"vistaV1client\"\n    },\n    {\n        \"id\": 255896,\n        \"name\": \"vistaV3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"vistaV3client\"\n    },\n    {\n        \"id\": 255897,\n        \"name\": \"vistaV4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"vistaV4client\"\n    },\n    {\n        \"id\": 25815,\n        \"name\": \"Wolf Trail\",\n        \"address\": \"4515 Portola Pkwy\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92602\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2019-03-05T15:29:01-08:00\",\n        \"lat\": 33.7324006,\n        \"lon\": -117.7512646,\n        \"status\": \"NoneUSEDA\"\n    },\n    {\n        \"id\": 249599,\n        \"name\": \"xps v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv1\"\n    },\n    {\n        \"id\": 249600,\n        \"name\": \"xps v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv1\"\n    },\n    {\n        \"id\": 249601,\n        \"name\": \"xps v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv2\"\n    },\n    {\n        \"id\": 249602,\n        \"name\": \"xps v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv3\"\n    },\n    {\n        \"id\": 249603,\n        \"name\": \"xps v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv4\"\n    },\n    {\n        \"id\": 249604,\n        \"name\": \"xps v5\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv5\"\n    },\n    {\n        \"id\": 249605,\n        \"name\": \"xps v6\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv6\"\n    },\n    {\n        \"id\": 249606,\n        \"name\": \"xps v8\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv8\"\n    },\n    {\n        \"id\": 249607,\n        \"name\": \"xps v9\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"xpsv9\"\n    },\n    {\n        \"id\": 249583,\n        \"name\": \"ybr v1\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"ybrv1\"\n    },\n    {\n        \"id\": 249584,\n        \"name\": \"ybr v2\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ybrv2\"\n    },\n    {\n        \"id\": 249585,\n        \"name\": \"ybr v3\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ybrv3\"\n    },\n    {\n        \"id\": 249586,\n        \"name\": \"ybr v4\",\n        \"address\": \"15530 Rockfield Blvd\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92618\",\n        \"treeCount\": 2,\n        \"dateCreated\": \"2021-11-11T11:11:11-08:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"status\": \"ybrv4\"\n    },\n    {\n        \"id\": 255834,\n        \"name\": \"Yosef and Hank Fourth Test - No Client\",\n        \"address\": \"1 ArborNote Way\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T10:41:10-07:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"ClarkKent\"\n    },\n    {\n        \"id\": 255832,\n        \"name\": \"Yosef Hank Second Test Project\",\n        \"address\": \"9 Sugar Gum\",\n        \"city\": \"Aliso Viejo\",\n        \"state\": \"California\",\n        \"zip\": \"92656\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T10:08:15-07:00\",\n        \"lat\": 33.5845891,\n        \"lon\": -117.7477685,\n        \"status\": \"PorkyPig\"\n    },\n    {\n        \"id\": 255831,\n        \"name\": \"Yosef Hank Test First Project\",\n        \"address\": \"15530 Rockfield Blvd.\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T10:02:07-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"status\": \"BugsBunny\"\n    },\n    {\n        \"id\": 255833,\n        \"name\": \"Yosef Hank Third Test Project\",\n        \"address\": \"74534 Peppertree Drive\",\n        \"city\": \"Palm Desert\",\n        \"state\": \"California\",\n        \"zip\": \"92660\",\n        \"treeCount\": 0,\n        \"dateCreated\": \"2024-07-02T10:12:49-07:00\",\n        \"lat\": 33.7169274,\n        \"lon\": -116.3645207,\n        \"status\": \"DonaldDuck\"\n    },\n    {\n        \"id\": 98693,\n        \"name\": \"z12\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 6,\n        \"dateCreated\": \"2021-04-27T04:40:42-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 263730,\n        \"name\": \"zclient \",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2024-11-08T06:24:14-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.72274080000001,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 108549,\n        \"name\": \"zteat2n\",\n        \"address\": \"1003 Solvay Aisle\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92606\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-07-26T16:29:41-07:00\",\n        \"lat\": 33.6867268,\n        \"lon\": -117.8112043,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 98690,\n        \"name\": \"ZX\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-04-27T04:20:35-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 98692,\n        \"name\": \"zx1\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"treeCount\": 1,\n        \"dateCreated\": \"2021-04-27T04:34:07-07:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 21949,\n        \"name\": \"zzz\",\n        \"address\": \"15530 Rockfield Blvd Suite B2\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"treeCount\": 5,\n        \"dateCreated\": \"2018-12-10T21:34:21-08:00\",\n        \"lat\": 33.640066,\n        \"lon\": -117.7227408,\n        \"status\": \"\"\n    },\n    {\n        \"id\": 99874,\n        \"name\": \"zzzz 5\",\n        \"address\": \"\",\n        \"city\": \"\",\n        \"state\": \"California\",\n        \"zip\": \"\",\n        \"treeCount\": 30,\n        \"dateCreated\": \"2021-05-10T05:25:48-07:00\",\n        \"lat\": 36.778261,\n        \"lon\": -119.4179324,\n        \"status\": \"\"\n    }\n]"}],"_postman_id":"a116d65b-b5b6-486e-83eb-f90d8ad4763a"},{"name":"/projects","id":"da08fbf8-05f6-45bf-aac3-fd174edc1a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": {\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,    \n        \"market\": \"Commercial\"\n    },\n    \"client\": {\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/projects","description":"<p>This endpoint is used to create a new project in ArborNote by providing detailed information about the project and its associated client. Below is a description of the payload structure for this endpoint.</p>\n<hr />\n<h3 id=\"payload-structure\"><strong>Payload Structure</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project</code></td>\n<td>Object</td>\n<td>An object containing the details of the project to be added.</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td>Object</td>\n<td>An object containing the details of the client associated with the project.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"project-object\"><strong><code>project</code></strong> <strong>Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the project (e.g., <code>\"ArborNote\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line of the project (e.g., <code>\"15530 Rockfield Blvd\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line of the project (e.g., <code>\"Suite C\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City where the project is located (e.g., <code>\"Irvine\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State where the project is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP/postal code of the project (e.g., <code>\"92618\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the primary contact person for the project (e.g., <code>\"Ed Yo\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email address of the contact person (e.g., <code>\"edyo@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>General notes about the project (e.g., <code>\"Notes about this project.\"</code>).</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Notes specific to proposals for this project (e.g., <code>\"Notes for proposal.\"</code>).</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes specific to work orders for this project (e.g., <code>\"Notes for work order.\"</code>).</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>Latitude of the project location (e.g., <code>33.6400611</code>).</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>Longitude of the project location (e.g., <code>-117.7577602</code>).</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market segment the project belongs to (e.g., <code>\"Commercial\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"client-object\"><strong><code>client</code></strong> <strong>Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client associated with the project (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line of the client (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line of the client (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State where the client is located (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP/postal code of the client (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email address of the contact person (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier for the client (e.g., <code>\"35945\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-payload\"><strong>Example Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"project\": {\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"Commercial\"\n    },\n    \"client\": {\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"id\": 35945\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"behavior\"><strong>Behavior</strong></h3>\n<p>When this payload is sent to the <code>POST /projects</code> endpoint:</p>\n<ol>\n<li><p><strong>Project Creation</strong>: A new project is added to the ArborNote system with the provided details.</p>\n</li>\n<li><p><strong>Client Association</strong>: The specified client is associated with the project.</p>\n</li>\n<li><p><strong>Response</strong>: The server typically returns confirmation with a <code>201 Created</code> status and the new project's unique identifier.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["v1","projects"],"host":["api","arbor-note","com"],"query":[{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"dcef7438-32e0-48b2-b818-2f5b536b71ab","name":"/projects","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"market\":\"\",\n   \"leadSourceId\" : 23,\n   \"mapless\" : true,\n   \"projectInfo\":{\n      \"id\":0,\n      \"type\":\"\",\n      \"name\":\"Bithv1\",\n      \"number\":\"\",\n      \"address1\":\"15530 Rockfield Blvd\",\n      \"address2\":\"Suite C\",\n      \"city\":\"Irvine\",\n      \"state\":\"\",\n      \"zip\":\"92618\",\n      \"contactName\":\"Bithv1\",\n      \"email\":\"Bithv1@gm.com\",\n      \"phone\":\"\",\n      \"notes\":\"\",\n      \"proposalNote\":\"\",\n      \"workOrderNote\":\"\",\n      \"expiryDate\":\"2022-11-22T18:43:51.122Z\"\n      \n   },\n   \"clientInfo\":{\n      \"id\":0,\n      \"type\":\"\",\n      \"name\":\"Bithv1Client\",\n      \"number\":\"\",\n      \"address1\":\"15530 Rockfield Blvd\",\n      \"address2\":\"\",\n      \"city\":\"Irvine\",\n      \"state\":\"California\",\n      \"zip\":\"92618\",\n      \"contactName\":\"Bithv1Client\",\n      \"email\":\"Bithv1Client@gm.com\",\n      \"phone\":\"555-555-5555\",\n      \"notes\":\"\",\n      \"proposalNote\":\"\",\n      \"workOrderNote\":\"\"\n   },\n   \"leased\":false,\n   \"lat\":0,\n   \"lon\":0,\n   \"projectId\":0,\n   \"status\":\"Pending\",\n   \"date\":\"2021-11-11 11:11:11\",\n   \"lastModified\":\"2021-11-11 11:11:11\",\n   \"arborist\":{\n      \"arboristNumber\":\"\",\n      \"email\":\"\",\n      \"id\":0,\n      \"name\":\"\",\n      \"phone\":\"\",\n      \"username\":\"\",\n      \"color\":\"green\"\n   }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.arbor-note.com/v1/projects","protocol":"https","host":["api","arbor-note","com"],"path":["v1","projects"],"query":[{"key":"","value":"","disabled":true},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Oct 2024 12:57:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"45f40461-cd17-4cf5-9756-0d92db724b0b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"fIDk3H8UIAMEUmA="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66ffe61e-50d18e7b4e20dccd3a9ba1d8;Parent=3916b7fd3e6b64cb;Sampled=0;Lineage=1:e3e710f6:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"projectID\": 262281\n}"}],"_postman_id":"da08fbf8-05f6-45bf-aac3-fd174edc1a43"},{"name":"/projects/:id","id":"01876437-2901-4a2d-941a-3672f8149c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/projects/263755","description":"<p>The <code>GET /projects/:id</code> endpoint retrieves the data for a specific project in ArborNote, including both project details and the associated client information.</p>\n<hr />\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the project.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response will contain an object that includes detailed information about the specified project, as well as the associated client data. This information includes fields such as the project ID, name, address, contact information, and associated client details.</p>\n<hr />\n<h3 id=\"response-payload-example\"><strong>Response Payload Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"project\": {\n        \"id\": 12,\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"Commercial\"\n    },\n    \"client\": {\n        \"id\": \"35945\",\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"payload-field-descriptions\"><strong>Payload Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project</code></td>\n<td>Object</td>\n<td>Contains detailed information about the project.</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td>Object</td>\n<td>Contains information about the client associated with the project.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"project-object-fields\"><strong>Project Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the project.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the project.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the project’s address.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the project’s address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the project is located.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the project is located.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code of the project’s location.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the project contact.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The contact email address for the project.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The contact phone number for the project.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>General notes associated with the project.</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Notes related to the project proposal.</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes associated with the work order for the project.</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Number</td>\n<td>The latitude of the project’s location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Number</td>\n<td>The longitude of the project’s location.</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market type for the project (e.g., <code>Commercial</code>, <code>Residential</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"client-object-fields\"><strong>Client Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the client.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the client's address.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the client's address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code of the client's location.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the client's contact person.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the client’s contact person.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the client’s contact person.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint allows users to retrieve detailed information about a specific project in ArborNote, including both project and client data. It's useful for quickly accessing project details, such as contact information, location, and associated client data, enabling better project management and communication.</p>\n<hr />\n<h3 id=\"success-response\"><strong>Success Response</strong></h3>\n<p>A successful response will return the detailed project information and its associated client details as shown in the example payload.</p>\n<hr />\n<h3 id=\"error-response\"><strong>Error Response</strong></h3>\n<p>If the <code>projectID</code> is invalid or the project does not exist, the error response might look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"Not Found\",\n    \"message\": \"Project with ID {projectID} not found.\"\n}\n\n</code></pre>\n<hr />\n<p>This endpoint provides comprehensive access to project data in ArborNote, allowing for efficient management of project and client relationships.</p>\n","urlObject":{"protocol":"https","path":["v1","projects","263755"],"host":["api","arbor-note","com"],"query":[{"disabled":true,"key":null,"value":""}],"variable":[]}},"response":[{"id":"0248e70b-5770-4d75-b2a1-8279ee9cd20a","name":"/projects/{projectID}","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key)","type":"text"}],"url":{"raw":"https://api.arbor-note.com/v1/projects/263755","protocol":"https","host":["api","arbor-note","com"],"path":["v1","projects","263755"],"query":[{"key":null,"value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Nov 2024 11:20:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"926"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"7bcb4f74-3ae4-4fce-8c5c-61ce24c798f3"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BmCcFHywIAMEBsg="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-673f1780-40092be57d0f94b83ea93eed;Parent=3bc6c4965d7c97dc;Sampled=0;Lineage=1:4583c1c2:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"project\": {\n        \"id\": \"\",\n        \"phone\": \"\",\n        \"name\": \"Test\",\n        \"number\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim@cognetive-systems.com\",\n        \"notes\": \"\",\n        \"expiryDate\": \"2025-11-14T03:36:32-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"leadSourceId\": 0,\n        \"mapless\": false,\n        \"market\": \"\",\n        \"dateModified\": \"2024-11-14T04:07:27-08:00\",\n        \"dateCreated\": \"2024-11-14T03:36:32-08:00\",\n        \"lastModified\": \"2024-11-14T03:36:32-08:00\",\n        \"leased\": false,\n        \"status\": \"Pending\"\n    },\n    \"client\": {\n        \"id\": 35772,\n        \"name\": \"Auto Client\",\n        \"number\": \"1 Infinite Loop\",\n        \"address1\": \"\",\n        \"address2\": \"Cupertino\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"123\",\n        \"contactName\": \"name\",\n        \"email\": \"jkim@useda.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"\",\n        \"clientName\": \"Test\"\n    },\n    \"arborist\": {\n        \"id\": \"\",\n        \"arboristNumber\": \"\",\n        \"name\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"username\": \"\",\n        \"color\": \"\"\n    },\n    \"primeAccountId\": 0\n}"},{"id":"0266a056-7214-4795-9e4a-0bddce9f14e5","name":"/projects/:id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":{"raw":"https://api.arbor-note.com/v1/projects/264619","protocol":"https","host":["api","arbor-note","com"],"path":["v1","projects","264619"],"query":[{"key":null,"value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Dec 2024 10:26:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"431"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8abb5cd0-5255-4243-ad26-3109b679fba4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CUDkoGfroAMEeNQ="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67517fb6-424fa91452aa0dc709b4c38c;Parent=120d9418056513fe;Sampled=0;Lineage=1:4583c1c2:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"project\": {\n        \"id\": 264619,\n        \"name\": \"##addressTest\",\n        \"address1\": \"Islamabad\",\n        \"address2\": \"\",\n        \"city\": \"Islamabad\",\n        \"state\": \"Islamabad\",\n        \"zip\": \"44000\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\",\n        \"notes\": \"\",\n        \"proposalNote\": \"\",\n        \"workOrderNote\": \"\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"market\": \"\"\n    },\n    \"client\": {\n        \"id\": 0,\n        \"name\": \"\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    }\n}"}],"_postman_id":"01876437-2901-4a2d-941a-3672f8149c14"},{"name":"/projects/:id","id":"6fdc43e3-b2ac-4cb1-8d3d-ffdab7281042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": {\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"Commercial\",\n        \"id\": \"263828\"\n    },\n    \"client\": {\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"id\": \"35945\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/projects/263828","description":"<p>This endpoint is used to update the details of an existing project in ArborNote. The payload includes updated project information and associated client details.</p>\n<hr />\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier of the project to be updated.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"payload-structure\"><strong>Payload Structure</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>project</code></td>\n<td>Object</td>\n<td>Contains updated project details, including address, contact, and notes.</td>\n</tr>\n<tr>\n<td><code>client</code></td>\n<td>Object</td>\n<td>Contains updated client information associated with the project.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"project-object\"><strong><code>project</code></strong> <strong>Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name of the project (e.g., <code>\"ArborNote\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line for the project.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line for the project.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City where the project is located.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State where the project is located.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP/postal code for the project.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Contact person's name for the project.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Contact email address for the project.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Contact phone number for the project.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>General notes about the project.</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Notes specific to the proposal for the project.</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes specific to the work order for the project.</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>The latitude of the project location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>The longitude of the project location.</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market segment the project belongs to (e.g., <code>\"Commercial\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"client-object\"><strong><code>client</code></strong> <strong>Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name of the client associated with the project (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line for the client.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line for the client.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City where the client is located.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State where the client is located.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP/postal code of the client (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the client’s primary contact (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email address of the client (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the client (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier for the client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-payload\"><strong>Example Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"project\": {\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"Commercial\"\n    },\n    \"client\": {\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"id\": 35945\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"response\"><strong>Response</strong></h3>\n<ul>\n<li><p><strong>Status Code</strong>: <code>200 OK</code></p>\n</li>\n<li><p><strong>Description</strong>: Successfully updates the specified project with the provided information.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","projects","263828"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"d98de846-7b3d-47a3-9e63-bba12d874779","name":"/projects/{projectID}","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"project\": {\n        \"id\": 255915,\n        \"name\": \"Test\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"email\": \"jae.kim@cognetive-systems.com\",\n        \"phone\": \"\",\n        \"notes\": \"\",\n        \"proposalNote\": \"\",\n        \"workOrderNote\": \"\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"\"\n    },\n    \"client\": {\n        \"id\": 35772,\n        \"name\": \"Auto Client\",\n        \"number\": \"1 Infinite Loop\",\n        \"address1\": \"\",\n        \"address2\": \"Cupertino\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"123\",\n        \"contactName\": \"name\",\n        \"email\": \"jkim@useda.com\",\n        \"phone\": \"555-555-5555\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/projects/263755"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Nov 2024 12:07:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"830460b0-6c3e-47d3-af92-464464d65148"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BPEvnHe0oAMEmmw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6735e7fd-5e4ade3975535e9141dca24b;Parent=0770e7e1460441ad;Sampled=0;Lineage=1:f4203580:0"}],"cookie":[],"responseTime":null,"body":"\"Project Updated Successfully!\""}],"_postman_id":"6fdc43e3-b2ac-4cb1-8d3d-ffdab7281042"},{"name":"/projects/:id/tags","id":"492bd742-9295-4fd7-b1c4-2dd2c18dd4cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/projects/256623/tags","description":"<p>This endpoint retrieves the tags associated with a specific project in ArborNote. Tags provide detailed information about trees or other items within the project, including species, dimensions, location, health, and associated work objectives.</p>\n<hr />\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier of the project to query.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response is an array of tag objects, where each object provides detailed information about a specific tree or item associated with the project.</p>\n<h4 id=\"tag-object-fields\"><strong>Tag Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier for the tag.</td>\n</tr>\n<tr>\n<td><code>dateCreated</code></td>\n<td>String</td>\n<td>Timestamp indicating when the tag was created.</td>\n</tr>\n<tr>\n<td><code>dateModified</code></td>\n<td>String</td>\n<td>Timestamp indicating when the tag was last modified.</td>\n</tr>\n<tr>\n<td><code>rowNumber</code></td>\n<td>Integer</td>\n<td>Sequential number for the tag in the list.</td>\n</tr>\n<tr>\n<td><code>tagNumber</code></td>\n<td>String</td>\n<td>Unique number or identifier associated with the tag.</td>\n</tr>\n<tr>\n<td><code>quantity</code></td>\n<td>Integer</td>\n<td>Number of items represented by the tag.</td>\n</tr>\n<tr>\n<td><code>common</code></td>\n<td>String</td>\n<td>Common name of the tagged tree or item (e.g., <code>\"Pacific Silver Fir\"</code>).</td>\n</tr>\n<tr>\n<td><code>botanical</code></td>\n<td>String</td>\n<td>Botanical name of the tagged tree or item (e.g., <code>\"Abies amabilis\"</code>).</td>\n</tr>\n<tr>\n<td><code>health</code></td>\n<td>String</td>\n<td>Health condition of the tree or item (e.g., <code>\"100% - Excellent\"</code>).</td>\n</tr>\n<tr>\n<td><code>height</code></td>\n<td>String</td>\n<td>Height range of the tree or item (e.g., <code>\"1'-15'\"</code>).</td>\n</tr>\n<tr>\n<td><code>dbh</code></td>\n<td>String</td>\n<td>Diameter at breast height for the tree or item (e.g., <code>\"1\\\"-6\\\"\"</code>).</td>\n</tr>\n<tr>\n<td><code>location</code></td>\n<td>String</td>\n<td>Location description (e.g., <code>\"Across From\"</code>).</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>String</td>\n<td>Additional description of the tag.</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>String</td>\n<td>Notes associated with the tag.</td>\n</tr>\n<tr>\n<td><code>hours</code></td>\n<td>String</td>\n<td>Estimated hours required for work related to the tag.</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td>Integer</td>\n<td>Price associated with work related to the tag.</td>\n</tr>\n<tr>\n<td><code>timing</code></td>\n<td>String</td>\n<td>Timing information for work (e.g., <code>\"Sprint\"</code>).</td>\n</tr>\n<tr>\n<td><code>frequency</code></td>\n<td>String</td>\n<td>Frequency of work (e.g., <code>\"1X per Year\"</code>).</td>\n</tr>\n<tr>\n<td><code>objective</code></td>\n<td>String</td>\n<td>Work objectives or tasks (e.g., <code>\"Crown Clean\"</code>).</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>Latitude of the tag’s location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>Longitude of the tag’s location.</td>\n</tr>\n<tr>\n<td><code>photo</code></td>\n<td>String</td>\n<td>URL to a photo associated with the tag.</td>\n</tr>\n<tr>\n<td><code>class</code></td>\n<td>String</td>\n<td>Classification of the tag (e.g., <code>\"Tree\"</code>).</td>\n</tr>\n<tr>\n<td><code>address</code></td>\n<td>String</td>\n<td>Address related to the tag.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"example-response\"><strong>Example Response</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 13111340,\n        \"dateCreated\": \"2024-07-24T21:01:23-07:00\",\n        \"dateModified\": \"2024-07-24T21:01:23-07:00\",\n        \"rowNumber\": 2,\n        \"tagNumber\": \"A-123\",\n        \"quantity\": 1,\n        \"common\": \"Pacific Silver Fir\",\n        \"botanical\": \"Abies amabilis\",\n        \"health\": \"100% - Excellent\",\n        \"height\": \"1'-15'\",\n        \"dbh\": \"1\\\"-6\\\"\",\n        \"location\": \"Across From\",\n        \"description\": \"User entered description\",\n        \"note\": \"User entered note\",\n        \"hours\": \"3\",\n        \"price\": 250,\n        \"timing\": \"1\",\n        \"frequency\": \"1X per Year\",\n        \"objective\": \"Crown Clean\",\n        \"lat\": 33.73320664748,\n        \"lon\": -117.751208273804,\n        \"photo\": \"https://s3.amazonaws.com/arbornote-images/1039-20241008-1728403581-33.73320664748--117.751208273804.jpg\",\n        \"class\": \"Tree\",\n        \"address\": \"15530 Rockfield\"\n    },\n    {\n        \"id\": 13111602,\n        \"dateCreated\": \"2024-07-29T20:51:06-07:00\",\n        \"dateModified\": \"2024-07-29T08:51:59-07:00\",\n        \"rowNumber\": 8,\n        \"tagNumber\": \"1-124\",\n        \"quantity\": 150,\n        \"common\": \"Amur Maple\",\n        \"botanical\": \"Acer ginnala\",\n        \"health\": \"80% - Good\",\n        \"height\": \"31'-45'\",\n        \"dbh\": \"7\\\"-12\\\"\",\n        \"location\": \"Flat\",\n        \"description\": \"User entered description\",\n        \"note\": \"User entered note\",\n        \"hours\": \"2\",\n        \"price\": 150,\n        \"timing\": \"Sprint\",\n        \"frequency\": \"1X per Year\",\n        \"objective\": \"Building Clearance\",\n        \"lat\": 33.73320664748,\n        \"lon\": -117.751208273804,\n        \"photo\": \"https://s3.amazonaws.com/arbornote-images/1039-20241008-1728403581-33.73320664748--117.751208273804.jpg\",\n        \"class\": \"Tree\",\n        \"address\": \"15530 Rockfield\"\n    }\n]\n\n</code></pre>\n<hr />\n<h3 id=\"response-notes\"><strong>Response Notes</strong></h3>\n<ul>\n<li><p>Each tag object represents a tree or related item in the project.</p>\n</li>\n<li><p>Critical fields include <code>tagNumber</code>, <code>common</code>, <code>botanical</code>, <code>health</code>, and <code>objective</code> for identifying the species and associated work.</p>\n</li>\n<li><p>Geolocation data (<code>lat</code>, <code>lon</code>) enables accurate mapping of tag locations.</p>\n</li>\n<li><p>Photos (<code>photo</code> field) are useful for visual identification and validation.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","projects","256623","tags"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"034b3e9e-b579-44b6-98ba-aa673ca9fd87","name":"/projects/:id/tags","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/projects/256623/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Dec 2024 10:08:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"571"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f53a2029-e377-4964-bfec-0e468b197290"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CQuHVG_MoAMEvZw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67502a2e-3797406e58a3c98817c7d4e9;Parent=32fe4262db164469;Sampled=0;Lineage=1:8a916bb2:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 13111339,\n        \"dateCreated\": \"2024-07-24T21:01:04-07:00\",\n        \"dateModified\": \"2024-07-24T09:01:21-07:00\",\n        \"rowNumber\": 1,\n        \"tagNumber\": \"\",\n        \"quantity\": 1,\n        \"common\": \"Pacific Silver Fir\",\n        \"botanical\": \"Abies amabilis\",\n        \"health\": \"\",\n        \"height\": \"\",\n        \"dbh\": \"\",\n        \"location\": \"\",\n        \"description\": \"\",\n        \"note\": \"\",\n        \"hours\": \"0\",\n        \"price\": 0,\n        \"timing\": \"\",\n        \"frequency\": \"\",\n        \"objective\": \"\",\n        \"lat\": 33.6522731344903,\n        \"lon\": 73.0481446855204,\n        \"photo\": \"\",\n        \"class\": \"Tree\",\n        \"address\": \"\"\n    },\n    {\n        \"id\": 13111340,\n        \"dateCreated\": \"2024-07-24T21:01:23-07:00\",\n        \"dateModified\": \"2024-07-24T21:01:23-07:00\",\n        \"rowNumber\": 2,\n        \"tagNumber\": \"\",\n        \"quantity\": 1,\n        \"common\": \"Pacific Silver Fir\",\n        \"botanical\": \"Abies amabilis\",\n        \"health\": \"\",\n        \"height\": \"\",\n        \"dbh\": \"\",\n        \"location\": \"\",\n        \"description\": \"\",\n        \"note\": \"\",\n        \"hours\": \"0\",\n        \"price\": 0,\n        \"timing\": \"\",\n        \"frequency\": \"\",\n        \"objective\": \"\",\n        \"lat\": 33.6500932738173,\n        \"lon\": 73.0483080467478,\n        \"photo\": \"\",\n        \"class\": \"Tree\",\n        \"address\": \"\"\n    },\n    {\n        \"id\": 13111341,\n        \"dateCreated\": \"2024-07-24T21:01:29-07:00\",\n        \"dateModified\": \"2024-07-24T21:01:29-07:00\",\n        \"rowNumber\": 3,\n        \"tagNumber\": \"\",\n        \"quantity\": 1,\n        \"common\": \"Pacific Silver Fir\",\n        \"botanical\": \"Abies amabilis\",\n        \"health\": \"\",\n        \"height\": \"\",\n        \"dbh\": \"\",\n        \"location\": \"\",\n        \"description\": \"\",\n        \"note\": \"\",\n        \"hours\": \"0\",\n        \"price\": 0,\n        \"timing\": \"\",\n        \"frequency\": \"\",\n        \"objective\": \"\",\n        \"lat\": 33.6479164159537,\n        \"lon\": 73.0498368213818,\n        \"photo\": \"\",\n        \"class\": \"Tree\",\n        \"address\": \"\"\n    },\n    {\n        \"id\": 13111602,\n        \"dateCreated\": \"2024-07-29T20:51:06-07:00\",\n        \"dateModified\": \"2024-07-29T08:51:59-07:00\",\n        \"rowNumber\": 8,\n        \"tagNumber\": \"123\",\n        \"quantity\": 150,\n        \"common\": \"Amur Maple\",\n        \"botanical\": \"Acer ginnala\",\n        \"health\": \"100% - Excellent\",\n        \"height\": \"1'-15'\",\n        \"dbh\": \"1\\\"-6\\\"\",\n        \"location\": \"Across From\",\n        \"description\": \"Test\",\n        \"note\": \"Test\",\n        \"hours\": \"2\",\n        \"price\": 150,\n        \"timing\": \"1\",\n        \"frequency\": \"1X per Year\",\n        \"objective\": \"Building Clearance / Crown Clean / Crown Raise / Crown Reduce / Crown Restore / Crown Thin\",\n        \"lat\": 33.6547578102707,\n        \"lon\": 73.0486081152256,\n        \"photo\": \"\",\n        \"class\": \"Tree\",\n        \"address\": \"Street 15\"\n    }\n]"}],"_postman_id":"492bd742-9295-4fd7-b1c4-2dd2c18dd4cc"},{"name":"/proposals","id":"b7f381df-9b9d-4348-83ff-a0f37d18625b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/proposals?startDate=2024-07-23T00:00:00-07:00&endDate=2024-08-23T00:00:00-07:00","description":"<p>The <code>GET /proposals</code> endpoint retrieves a list of proposals within a specified date range from ArborNote. You can use the <code>startDate</code> and <code>endDate</code> query parameters to filter proposals by their creation or modification date. Both parameters should be provided in ISO date format (<code>YYYY-MM-DDTHH:mm:ssZ</code>).</p>\n<hr />\n<h3 id=\"query-parameters\"><strong>Query Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>startDate</code></td>\n<td>String</td>\n<td>The start date for filtering proposals. The date should be in ISO 8601 format (<code>YYYY-MM-DDTHH:mm:ssZ</code>).</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String</td>\n<td>The end date for filtering proposals. The date should be in ISO 8601 format (<code>YYYY-MM-DDTHH:mm:ssZ</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopy codeGET /proposals?startDate=2022-06-01T00:00:00Z&amp;endDate=2022-06-30T23:59:59Z\n\n</code></pre><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response will return a JSON array containing the proposals that match the date filter. Each proposal will include basic information such as the ID, project name, client name, and the status of the proposal.</p>\n<hr />\n<h3 id=\"response-payload-example\"><strong>Response Payload Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 67,\n        \"dateCreated\": \"2022-06-20T19:32:17-07:00\",\n        \"dateModified\": \"2022-06-20T19:32:17-07:00\",\n        \"total\": 111.0,\n        \"status\": \"Submitted\",\n        \"projectId\": 1234,\n        \"projectName\": \"Goat Hill Tavern\",\n        \"name\": \"Proposal name\",\n        \"clientName\": \"Bill Smith\",\n        \"salesperson\": \"Chuck Burns\",\n        \"reference\": \"1234\",\n        \"market\": \"School\"\n    },\n    {\n        \"id\": 68,\n        \"dateCreated\": \"2022-06-20T19:33:28-07:00\",\n        \"dateModified\": \"2022-06-20T19:33:28-07:00\",\n        \"total\": 555.0,\n        \"status\": \"Billed\",\n        \"projectId\": 1039,\n        \"projectName\": \"Northwood High School\",\n        \"name\": \"Proposal name\",\n        \"clientName\": \"City of Irvine\",\n        \"salesperson\": \"Bruce Jones\",\n        \"reference\": \"62125\",\n        \"market\": \"School\"\n    }\n]\n\n</code></pre>\n<h3 id=\"payload-field-descriptions\"><strong>Payload Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the proposal.</td>\n</tr>\n<tr>\n<td><code>dateCreated</code></td>\n<td>String</td>\n<td>The date and time when the proposal was created in ISO 8601 format.</td>\n</tr>\n<tr>\n<td><code>dateModified</code></td>\n<td>String</td>\n<td>The date and time when the proposal was last modified in ISO 8601 format.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>Float</td>\n<td>The total amount of the proposal (e.g., monetary value).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>The current status of the proposal (e.g., <code>\"Submitted\"</code>, <code>\"Billed\"</code>).</td>\n</tr>\n<tr>\n<td><code>projectId</code></td>\n<td>Integer</td>\n<td>The unique identifier for the related project.</td>\n</tr>\n<tr>\n<td><code>projectName</code></td>\n<td>String</td>\n<td>The name of the related project.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name or title of the proposal.</td>\n</tr>\n<tr>\n<td><code>clientName</code></td>\n<td>String</td>\n<td>The name of the client associated with the proposal.</td>\n</tr>\n<tr>\n<td><code>salesperson</code></td>\n<td>String</td>\n<td>The name of the salesperson associated with the proposal.</td>\n</tr>\n<tr>\n<td><code>reference</code></td>\n<td>String</td>\n<td>A reference number for the proposal, if applicable.</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market or industry category of the proposal (e.g., <code>\"School\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is used to retrieve a list of proposals from the ArborNote system, filtered by a specific date range. It allows users to review and track proposals based on their creation or modification dates. For example, you can request proposals created in June 2022 by passing <code>startDate=2022-06-01T00:00:00Z</code> and <code>endDate=2022-06-30T23:59:59Z</code>.</p>\n<hr />\n<h3 id=\"success-response\"><strong>Success Response</strong></h3>\n<p>A successful response will return the matching proposals in the format shown above, including their key details.</p>\n<h3 id=\"error-response\"><strong>Error Response</strong></h3>\n<p>If there is an error (e.g., invalid date format or no proposals found within the specified range), the response may look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"Invalid date format\",\n    \"message\": \"The date must be in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ).\"\n}\n\n</code></pre>\n<hr />\n<p>This endpoint is useful for generating reports or tracking proposals over a specific time period, helping users stay organized with their proposal management in ArborNote.</p>\n","urlObject":{"protocol":"https","path":["v1","proposals"],"host":["api","arbor-note","com"],"query":[{"key":"startDate","value":"2024-07-23T00:00:00-07:00"},{"key":"endDate","value":"2024-08-23T00:00:00-07:00"}],"variable":[]}},"response":[{"id":"0ee0fbad-071c-4450-be99-322637edbb0f","name":"/proposals","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-token}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.arbor-note.com/v1/proposals?startDate=2024-07-23T00:00:00-07:00&endDate=2024-08-23T00:00:00-07:00","protocol":"https","host":["api","arbor-note","com"],"path":["v1","proposals"],"query":[{"key":"startDate","value":"2024-07-23T00:00:00-07:00"},{"key":"endDate","value":"2024-08-23T00:00:00-07:00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Oct 2024 21:51:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2928"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ee9a7fa3-025f-4ad5-ae12-d69d8090bdc2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"AEmxzECSoAMEsFw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67181e71-5b22833b41aeffc940b9c1a5;Parent=3440d499da16d42e;Sampled=0;Lineage=1:7bac628e:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 294,\n        \"dateCreated\": \"2024-01-26T07:30:17-08:00\",\n        \"dateModified\": \"2024-01-26T07:30:17-08:00\",\n        \"total\": 44,\n        \"status\": \"test\",\n        \"projectId\": 243490,\n        \"projectName\": \"Clone1\",\n        \"name\": \"Clone1\",\n        \"clientName\": \"First Service Residential C/O Christina Romero\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552283,\n        \"name\": \"..aTesting\",\n        \"projectName\": \"..aTesting\",\n        \"projectId\": 218805,\n        \"treeCount\": 2,\n        \"status\": \"Completed\",\n        \"dateCreated\": \"2023-06-02T14:42:52-07:00\",\n        \"dateModified\": \"2024-07-24T00:00:00-07:00\",\n        \"total\": 0,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553892,\n        \"name\": \"##Hubspot-7-July\",\n        \"projectName\": \"##Hubspot-7-July\",\n        \"projectId\": 256621,\n        \"treeCount\": 5,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2024-07-24T04:16:38-07:00\",\n        \"dateModified\": \"2024-07-24T04:56:30-07:00\",\n        \"total\": 1502,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"##TestNewClient\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553894,\n        \"name\": \"##Hubspot-7-July\",\n        \"projectName\": \"##Hubspot-7-July\",\n        \"projectId\": 256621,\n        \"treeCount\": 5,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2024-07-24T04:53:12-07:00\",\n        \"dateModified\": \"2024-07-24T04:56:49-07:00\",\n        \"total\": 1460,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"##TestNewClient\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553893,\n        \"name\": \"##Hubspot-7-July\",\n        \"projectName\": \"##Hubspot-7-July\",\n        \"projectId\": 256621,\n        \"treeCount\": 5,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2024-07-24T04:52:39-07:00\",\n        \"dateModified\": \"2024-07-24T05:10:46-07:00\",\n        \"total\": 1511.6,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"##TestNewClient\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 432234,\n        \"name\": \"1\",\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"treeCount\": 4,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2022-08-21T15:07:16-07:00\",\n        \"dateModified\": \"2024-07-26T09:31:13-07:00\",\n        \"total\": 232.2,\n        \"tax\": 16.8,\n        \"taxRate\": 0.075,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552818,\n        \"name\": \"1 New\",\n        \"projectName\": \"1 New\",\n        \"projectId\": 183495,\n        \"treeCount\": 29,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2023-11-16T03:59:38-08:00\",\n        \"dateModified\": \"2024-07-26T09:34:25-07:00\",\n        \"total\": 1000,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 484764,\n        \"name\": \"1\",\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"treeCount\": 4,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2022-12-04T13:43:58-08:00\",\n        \"dateModified\": \"2024-07-26T09:39:47-07:00\",\n        \"total\": 232.2,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 477855,\n        \"name\": \"1\",\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"treeCount\": 1,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2022-11-16T09:20:31-08:00\",\n        \"dateModified\": \"2024-07-26T09:51:15-07:00\",\n        \"total\": 103.66,\n        \"tax\": 7.5,\n        \"taxRate\": 0.075,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 478774,\n        \"name\": \"1\",\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"treeCount\": 1,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2022-11-17T13:07:09-08:00\",\n        \"dateModified\": \"2024-07-26T09:51:18-07:00\",\n        \"total\": 75,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552588,\n        \"name\": \"Test\",\n        \"projectName\": \"Test\",\n        \"projectId\": 30071,\n        \"treeCount\": 2,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2023-08-25T09:00:04-07:00\",\n        \"dateModified\": \"2024-07-26T09:52:19-07:00\",\n        \"total\": 225,\n        \"tax\": 2.5267500000000003,\n        \"taxRate\": 0.01123,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552589,\n        \"name\": \"Test\",\n        \"projectName\": \"Test\",\n        \"projectId\": 30071,\n        \"treeCount\": 2,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2023-08-25T09:13:56-07:00\",\n        \"dateModified\": \"2024-07-26T09:52:21-07:00\",\n        \"total\": 225,\n        \"tax\": 2.5267500000000003,\n        \"taxRate\": 0.01123,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552610,\n        \"name\": \"1004 Solvay\",\n        \"projectName\": \"1004 Solvay\",\n        \"projectId\": 22165,\n        \"treeCount\": 8,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2023-08-31T11:23:54-07:00\",\n        \"dateModified\": \"2024-07-26T09:53:00-07:00\",\n        \"total\": 450,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"client3\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553916,\n        \"name\": \"##IrvineBackground\",\n        \"projectName\": \"##IrvineBackground\",\n        \"projectId\": 257059,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-29T08:32:43-07:00\",\n        \"dateModified\": \"2024-07-29T08:32:43-07:00\",\n        \"total\": 1210,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553919,\n        \"name\": \"##IrvineBackground\",\n        \"projectName\": \"##IrvineBackground\",\n        \"projectId\": 257059,\n        \"treeCount\": 14,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-30T20:14:27-07:00\",\n        \"dateModified\": \"2024-07-30T20:14:27-07:00\",\n        \"total\": 3130,\n        \"tax\": 121,\n        \"taxRate\": 0.1,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553929,\n        \"name\": \"#GeoTag\",\n        \"projectName\": \"#GeoTag\",\n        \"projectId\": 257064,\n        \"treeCount\": 7,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-31T06:01:06-07:00\",\n        \"dateModified\": \"2024-07-31T06:01:06-07:00\",\n        \"total\": 490,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553931,\n        \"name\": \"HSProject-071\",\n        \"projectName\": \"HSProject-071\",\n        \"projectId\": 256624,\n        \"treeCount\": 9,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-07-31T22:59:35-07:00\",\n        \"dateModified\": \"2024-07-31T23:01:53-07:00\",\n        \"total\": 2002,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \" HSProject0718323\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553933,\n        \"name\": \"##AlmirahProject\",\n        \"projectName\": \"##AlmirahProject\",\n        \"projectId\": 255924,\n        \"treeCount\": 3,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-31T23:29:35-07:00\",\n        \"dateModified\": \"2024-07-31T23:29:35-07:00\",\n        \"total\": 450,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"Test\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553934,\n        \"name\": \"##MyProject121\",\n        \"projectName\": \"##MyProject121\",\n        \"projectId\": 257066,\n        \"treeCount\": 1,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-31T23:45:32-07:00\",\n        \"dateModified\": \"2024-07-31T23:45:32-07:00\",\n        \"total\": 75,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553935,\n        \"name\": \"##MyProject121\",\n        \"projectName\": \"##MyProject121\",\n        \"projectId\": 257066,\n        \"treeCount\": 3,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-07-31T23:47:11-07:00\",\n        \"dateModified\": \"2024-07-31T23:47:11-07:00\",\n        \"total\": 270,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553449,\n        \"name\": \"##My_Project_Hubspot_Android\",\n        \"projectName\": \"##My_Project_Hubspot_Android\",\n        \"projectId\": 249490,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-03T03:57:17-07:00\",\n        \"dateModified\": \"2024-08-05T03:53:29-07:00\",\n        \"total\": 200,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553462,\n        \"name\": \"Project May 7 8:50am\",\n        \"projectName\": \"Project May 7 8:50am\",\n        \"projectId\": 249512,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-07T08:57:10-07:00\",\n        \"dateModified\": \"2024-08-05T03:53:49-07:00\",\n        \"total\": 100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"Client May 7\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553953,\n        \"name\": \"###TestProject000\",\n        \"projectName\": \"###TestProject000\",\n        \"projectId\": 248200,\n        \"treeCount\": 4,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-06T03:50:04-07:00\",\n        \"dateModified\": \"2024-08-06T03:50:04-07:00\",\n        \"total\": 1293.6,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"##MyCA1203\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553954,\n        \"name\": \"###TestProject000\",\n        \"projectName\": \"###TestProject000\",\n        \"projectId\": 248200,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-06T03:56:59-07:00\",\n        \"dateModified\": \"2024-08-06T03:56:59-07:00\",\n        \"total\": 1663.2,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"##MyCA1203\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 552611,\n        \"name\": \"1004 Solvay\",\n        \"projectName\": \"1004 Solvay\",\n        \"projectId\": 22165,\n        \"treeCount\": 8,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2023-08-31T11:26:58-07:00\",\n        \"dateModified\": \"2024-08-07T09:20:45-07:00\",\n        \"total\": 450,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"client3\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553945,\n        \"name\": \"M1 Chip\",\n        \"projectName\": \"M1 Chip\",\n        \"projectId\": 257068,\n        \"treeCount\": 1,\n        \"status\": \"Submitted\",\n        \"dateCreated\": \"2024-08-05T04:57:38-07:00\",\n        \"dateModified\": \"2024-08-07T09:28:11-07:00\",\n        \"total\": 200,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553961,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"projectName\": \"##BasicCheckOutJuly\",\n        \"projectId\": 255974,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-07T13:42:56-07:00\",\n        \"dateModified\": \"2024-08-07T13:42:56-07:00\",\n        \"total\": 38.4,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"Abbas Khan  00\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553962,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"projectName\": \"##BasicCheckOutJuly\",\n        \"projectId\": 255974,\n        \"treeCount\": 7,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-07T13:48:36-07:00\",\n        \"dateModified\": \"2024-08-07T13:48:36-07:00\",\n        \"total\": 278.4,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"Abbas Khan  00\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 529504,\n        \"name\": \"1-Clone\",\n        \"projectName\": \"1-Clone\",\n        \"projectId\": 99997,\n        \"treeCount\": 3,\n        \"status\": \"Billed\",\n        \"dateCreated\": \"2023-03-12T07:06:15-07:00\",\n        \"dateModified\": \"2024-08-09T12:35:13-07:00\",\n        \"total\": 100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553895,\n        \"name\": \"HSProject0718323\",\n        \"projectName\": \"HSProject0718323\",\n        \"projectId\": 255969,\n        \"treeCount\": 1,\n        \"status\": \"Billed\",\n        \"dateCreated\": \"2024-07-24T14:08:54-07:00\",\n        \"dateModified\": \"2024-08-09T14:22:12-07:00\",\n        \"total\": 75,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \" HSProject0718323\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"553895\"\n    },\n    {\n        \"id\": 529509,\n        \"name\": \"2 Note\",\n        \"projectName\": \"2 Note\",\n        \"projectId\": 147595,\n        \"treeCount\": 2,\n        \"status\": \"Billed\",\n        \"dateCreated\": \"2023-03-12T07:16:48-07:00\",\n        \"dateModified\": \"2024-08-09T14:40:44-07:00\",\n        \"total\": 1100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"529509\"\n    },\n    {\n        \"id\": 553465,\n        \"name\": \"##Col-Md-Project\",\n        \"projectName\": \"##Col-Md-Project\",\n        \"projectId\": 249524,\n        \"treeCount\": 3,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-09T03:40:38-07:00\",\n        \"dateModified\": \"2024-08-12T01:46:48-07:00\",\n        \"total\": 330,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"Col-Md-Client-Not-Updated\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554313,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 5,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2024-08-09T13:13:11-07:00\",\n        \"dateModified\": \"2024-08-12T06:14:54-07:00\",\n        \"total\": 120,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553963,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"projectName\": \"##BasicCheckOutJuly\",\n        \"projectId\": 255974,\n        \"treeCount\": 7,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2024-08-07T13:55:39-07:00\",\n        \"dateModified\": \"2024-08-12T06:19:09-07:00\",\n        \"total\": 1639.2,\n        \"tax\": 0,\n        \"taxRate\": 0.08,\n        \"clientName\": \"Abbas Khan  00\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554316,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 70,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2024-08-12T10:25:24-07:00\",\n        \"dateModified\": \"2024-08-12T10:30:42-07:00\",\n        \"total\": 1528.4,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554321,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 5,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-13T01:28:31-07:00\",\n        \"dateModified\": \"2024-08-13T01:28:31-07:00\",\n        \"total\": 480,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554323,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 12,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-13T01:31:32-07:00\",\n        \"dateModified\": \"2024-08-13T01:31:32-07:00\",\n        \"total\": 1800,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553470,\n        \"name\": \"Project May10 7:57am\",\n        \"projectName\": \"Project May10 7:57am\",\n        \"projectId\": 249528,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-10T07:59:52-07:00\",\n        \"dateModified\": \"2024-08-13T03:21:31-07:00\",\n        \"total\": 100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"ArborNote Client 1`\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553500,\n        \"name\": \"USEDA\",\n        \"projectName\": \"USEDA\",\n        \"projectId\": 249544,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-14T04:50:31-07:00\",\n        \"dateModified\": \"2024-08-13T03:24:54-07:00\",\n        \"total\": 100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553482,\n        \"name\": \"Project May10 9:04AM\",\n        \"projectName\": \"Project May10 9:04AM\",\n        \"projectId\": 249530,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-13T07:43:56-07:00\",\n        \"dateModified\": \"2024-08-13T03:34:14-07:00\",\n        \"total\": 100,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"HubSpot May 10 9:09AM\",\n        \"salesperson\": \"Jae Kim\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553593,\n        \"name\": \"##MyFatalProject\",\n        \"projectName\": \"##MyFatalProject\",\n        \"projectId\": 249579,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-27T04:02:47-07:00\",\n        \"dateModified\": \"2024-08-13T03:34:52-07:00\",\n        \"total\": 400,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"##MyFatalCompany\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553594,\n        \"name\": \"##MyFatalProject\",\n        \"projectName\": \"##MyFatalProject\",\n        \"projectId\": 249579,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-27T04:37:06-07:00\",\n        \"dateModified\": \"2024-08-13T03:35:34-07:00\",\n        \"total\": 800,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"##MyFatalCompany\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553370,\n        \"name\": \"HB3 Project\",\n        \"projectName\": \"HB3 Project\",\n        \"projectId\": 248297,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-04-04T11:09:40-07:00\",\n        \"dateModified\": \"2024-08-13T03:36:44-07:00\",\n        \"total\": 112,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554330,\n        \"name\": \"1 New\",\n        \"projectName\": \"1 New\",\n        \"projectId\": 183495,\n        \"treeCount\": 9,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-13T03:42:22-07:00\",\n        \"dateModified\": \"2024-08-13T03:42:22-07:00\",\n        \"total\": 580,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553369,\n        \"name\": \"HB3 Project\",\n        \"projectName\": \"HB3 Project\",\n        \"projectId\": 248297,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-04-04T11:07:34-07:00\",\n        \"dateModified\": \"2024-08-14T04:42:11-07:00\",\n        \"total\": 112,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554335,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"projectName\": \"##BasicCheckOutJuly\",\n        \"projectId\": 255974,\n        \"treeCount\": 3,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-08-14T05:15:01-07:00\",\n        \"dateModified\": \"2024-08-14T05:17:38-07:00\",\n        \"total\": 600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"Abbas Khan  00\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553372,\n        \"name\": \"ABC\",\n        \"projectName\": \"ABC\",\n        \"projectId\": 248307,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-04-05T07:31:35-07:00\",\n        \"dateModified\": \"2024-08-14T12:38:26-07:00\",\n        \"total\": 200,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"gumuv2\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553352,\n        \"name\": \"Peets\",\n        \"projectName\": \"Peets\",\n        \"projectId\": 6331,\n        \"treeCount\": 2,\n        \"status\": \"Completed\",\n        \"dateCreated\": \"2024-03-26T08:27:58-07:00\",\n        \"dateModified\": \"2024-08-14T12:38:54-07:00\",\n        \"total\": 200,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554341,\n        \"name\": \"##BasicCheckOutJuly\",\n        \"projectName\": \"##BasicCheckOutJuly\",\n        \"projectId\": 255974,\n        \"treeCount\": 7,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-15T11:40:13-07:00\",\n        \"dateModified\": \"2024-08-15T11:40:13-07:00\",\n        \"total\": 1080,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"Abbas Khan  00\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554342,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 5,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-15T13:49:19-07:00\",\n        \"dateModified\": \"2024-08-15T13:49:19-07:00\",\n        \"total\": 600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554343,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 70,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-15T13:57:48-07:00\",\n        \"dateModified\": \"2024-08-15T13:57:48-07:00\",\n        \"total\": 2392.4,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554344,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 70,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-15T14:03:06-07:00\",\n        \"dateModified\": \"2024-08-15T14:03:06-07:00\",\n        \"total\": 1920,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554345,\n        \"name\": \"1\",\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"treeCount\": 8,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-15T14:17:12-07:00\",\n        \"dateModified\": \"2024-08-15T14:17:12-07:00\",\n        \"total\": 240,\n        \"tax\": 18,\n        \"taxRate\": 0.075,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553639,\n        \"name\": \"Removal\",\n        \"projectName\": \"Removal\",\n        \"projectId\": 21938,\n        \"treeCount\": 5,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-05-29T14:33:45-07:00\",\n        \"dateModified\": \"2024-08-16T05:25:04-07:00\",\n        \"total\": 501.00000000000006,\n        \"tax\": 37.573875,\n        \"taxRate\": 0.075,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554348,\n        \"name\": \"..dev\",\n        \"projectName\": \"..dev\",\n        \"projectId\": 218863,\n        \"treeCount\": 63,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-16T09:39:02-07:00\",\n        \"dateModified\": \"2024-08-16T09:39:02-07:00\",\n        \"total\": 72720,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"AbbTesting\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554347,\n        \"name\": \"..dev\",\n        \"projectName\": \"..dev\",\n        \"projectId\": 218863,\n        \"treeCount\": 63,\n        \"status\": \"Lost\",\n        \"dateCreated\": \"2024-08-16T08:43:19-07:00\",\n        \"dateModified\": \"2024-08-19T11:23:38-07:00\",\n        \"total\": 60600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"AbbTesting\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554363,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 35,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T11:39:28-07:00\",\n        \"dateModified\": \"2024-08-19T11:39:28-07:00\",\n        \"total\": 8040,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554364,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 35,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T12:06:31-07:00\",\n        \"dateModified\": \"2024-08-19T12:06:31-07:00\",\n        \"total\": 8040,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554365,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 218,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T12:32:41-07:00\",\n        \"dateModified\": \"2024-08-19T12:32:41-07:00\",\n        \"total\": 14160,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554366,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 218,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T12:37:49-07:00\",\n        \"dateModified\": \"2024-08-19T12:37:49-07:00\",\n        \"total\": 14160,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Adnan Shah\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554367,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 50,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T12:48:07-07:00\",\n        \"dateModified\": \"2024-08-19T12:48:07-07:00\",\n        \"total\": 11640,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554368,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"treeCount\": 3,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-19T13:03:23-07:00\",\n        \"dateModified\": \"2024-08-19T13:03:23-07:00\",\n        \"total\": 600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554371,\n        \"name\": \"##LocTester12\",\n        \"projectName\": \"##LocTester12\",\n        \"projectId\": 243471,\n        \"treeCount\": 15,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-21T03:02:51-07:00\",\n        \"dateModified\": \"2024-08-21T03:02:51-07:00\",\n        \"total\": 2740.4,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"UpdatedClientTest\",\n        \"salesperson\": \"Uzair Danyal\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554372,\n        \"name\": \"HSProject-071\",\n        \"projectName\": \"HSProject-071\",\n        \"projectId\": 256624,\n        \"treeCount\": 4,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-21T03:20:50-07:00\",\n        \"dateModified\": \"2024-08-21T03:20:50-07:00\",\n        \"total\": 600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \" HSProject0718323\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553739,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 249623,\n        \"treeCount\": 4,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-06-13T14:51:23-07:00\",\n        \"dateModified\": \"2024-08-21T07:03:30-07:00\",\n        \"total\": 1680,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"#Landscape_Test\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 553747,\n        \"name\": \"##DesktopWithMapProject\",\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 249619,\n        \"treeCount\": 5,\n        \"status\": \"Scheduled\",\n        \"dateCreated\": \"2024-06-19T01:00:05-07:00\",\n        \"dateModified\": \"2024-08-21T07:03:42-07:00\",\n        \"total\": 1200,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554375,\n        \"name\": \"Project Jul 11 931 12\",\n        \"projectName\": \"Project Jul 11 931 12\",\n        \"projectId\": 255920,\n        \"treeCount\": 2,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-21T13:59:44-07:00\",\n        \"dateModified\": \"2024-08-21T13:59:44-07:00\",\n        \"total\": 600,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"\",\n        \"salesperson\": \"ArborNote User\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554376,\n        \"name\": \"##NGB_checkout\",\n        \"projectName\": \"##NGB_checkout\",\n        \"projectId\": 257614,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T05:07:20-07:00\",\n        \"dateModified\": \"2024-08-22T05:07:20-07:00\",\n        \"total\": 1440,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554377,\n        \"name\": \"##NGB_checkout\",\n        \"projectName\": \"##NGB_checkout\",\n        \"projectId\": 257614,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T05:08:23-07:00\",\n        \"dateModified\": \"2024-08-22T05:08:23-07:00\",\n        \"total\": 960,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554378,\n        \"name\": \"##NGB_checkout\",\n        \"projectName\": \"##NGB_checkout\",\n        \"projectId\": 257614,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T05:09:15-07:00\",\n        \"dateModified\": \"2024-08-22T05:09:15-07:00\",\n        \"total\": 2000,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554379,\n        \"name\": \"##NGB_checkout\",\n        \"projectName\": \"##NGB_checkout\",\n        \"projectId\": 257614,\n        \"treeCount\": 4,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T05:24:23-07:00\",\n        \"dateModified\": \"2024-08-22T05:24:23-07:00\",\n        \"total\": 800,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554380,\n        \"name\": \"##AddNew101\",\n        \"projectName\": \"##AddNew101\",\n        \"projectId\": 257615,\n        \"treeCount\": 10,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T07:50:33-07:00\",\n        \"dateModified\": \"2024-08-22T07:50:33-07:00\",\n        \"total\": 1680,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554381,\n        \"name\": \"##AddNew101\",\n        \"projectName\": \"##AddNew101\",\n        \"projectId\": 257615,\n        \"treeCount\": 6,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T07:52:51-07:00\",\n        \"dateModified\": \"2024-08-22T07:52:51-07:00\",\n        \"total\": 720,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 554382,\n        \"name\": \"##AddNew101\",\n        \"projectName\": \"##AddNew101\",\n        \"projectId\": 257615,\n        \"treeCount\": 5,\n        \"status\": \"Draft\",\n        \"dateCreated\": \"2024-08-22T08:22:42-07:00\",\n        \"dateModified\": \"2024-08-22T08:22:42-07:00\",\n        \"total\": 723.6,\n        \"tax\": 0,\n        \"taxRate\": 0,\n        \"clientName\": \"CA\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 337,\n        \"dateCreated\": \"2024-07-02T06:50:08-07:00\",\n        \"dateModified\": \"2024-08-26T03:26:57-07:00\",\n        \"total\": 39,\n        \"status\": \"Completed\",\n        \"projectId\": 248189,\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"name\": \"##DesktopWithMapProject\",\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    },\n    {\n        \"id\": 349,\n        \"dateCreated\": \"2024-09-04T04:32:37-07:00\",\n        \"dateModified\": \"2024-09-04T04:32:37-07:00\",\n        \"total\": 100,\n        \"status\": \"Completed\",\n        \"projectId\": 248189,\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"name\": \"##DesktopWithMapProject\",\n        \"clientName\": \"\",\n        \"salesperson\": \"Abbas Khan\",\n        \"reference\": \"\"\n    }\n]"}],"_postman_id":"b7f381df-9b9d-4348-83ff-a0f37d18625b"},{"name":"/proposals/:id","id":"432db5df-1458-4797-9db9-d0b159c140cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/proposals/552699","description":"<p>Retrieves the details of a specific proposal identified by its id. This endpoint provides comprehensive information, including the proposal summary, associated account, project, client details, and the line items included in the proposal.</p>\n<hr />\n<h3 id=\"response-payload\"><strong>Response Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"proposal\": {\n        \"id\": 552699,\n        \"approveUrl\": \"https://beta.arbor-note.com/index.cfm/proposal/EC3B2A18-B774-43B3-B036F713699C60AE/view\",\n        \"dateCreated\": \"2023-10-27T07:05:32-07:00\",\n        \"total\": 1000.0,\n        \"salesperson\": \"John Apple\",\n        \"status\": \"Open\"\n    },\n    \"account\": {\n        \"name\": \"ArborNote Tree Service\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"logo\": \"https://s3.amazonaws.com/arbornote-images/logo/arbonote-logo7.png\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    \"project\": {\n        \"id\": 234,\n        \"name\": \"ArborNote\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"Suite C\",\n        \"city\": \"Irvine\",\n        \"state\": \"CA\",\n        \"zip\": \"92618\",\n        \"contactName\": \"Ed Yo\",\n        \"email\": \"edyo@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\",\n        \"notes\": \"Notes about this project.\",\n        \"proposalNote\": \"Notes for proposal.\",\n        \"workOrderNote\": \"Notes for work order.\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"market\": \"Commercial\"\n    },\n    \"client\": {\n        \"id\": 334,\n        \"name\": \"Apple\",\n        \"address1\": \"1 Apple Park Way\",\n        \"address2\": \"Suite A\",\n        \"city\": \"Cupertino\",\n        \"state\": \"CA\",\n        \"zip\": \"95014\",\n        \"contactName\": \"John Smith\",\n        \"email\": \"jsmith@cognetive-systems.com\",\n        \"phone\": \"555-555-5555\"\n    },\n    \"lineItems\": [\n        {\n            \"quantity\": 6,\n            \"common\": \"Afghan Pine\",\n            \"botanical\": \"Pinus eldarica\",\n            \"price\": 112,\n            \"objective\": \"Crown Clean\"\n        },\n        {\n            \"quantity\": 1,\n            \"common\": \"Adam's Needle\",\n            \"botanical\": \"Yucca filamentosa\",\n            \"price\": 222,\n            \"objective\": \"Building Clearance\"\n        }\n    ]\n}\n\n</code></pre>\n<hr />\n<h3 id=\"field-descriptions\"><strong>Field Descriptions</strong></h3>\n<h4 id=\"proposal-details\"><strong>Proposal Details</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier of the proposal.</td>\n</tr>\n<tr>\n<td><code>approveUrl</code></td>\n<td>String</td>\n<td>URL for approving the proposal online.</td>\n</tr>\n<tr>\n<td><code>dateCreated</code></td>\n<td>DateTime</td>\n<td>The date and time when the proposal was created.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>Float</td>\n<td>The total amount of the proposal.</td>\n</tr>\n<tr>\n<td><code>salesperson</code></td>\n<td>String</td>\n<td>The name of the salesperson associated with the proposal.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>The current status of the proposal (e.g., \"Open\", \"Submitted\").</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"account-details\"><strong>Account Details</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name of the account associated with the proposal.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line of the account.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line of the account.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City of the account.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State of the account.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP code of the account.</td>\n</tr>\n<tr>\n<td><code>logo</code></td>\n<td>String</td>\n<td>URL of the account logo.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the account contact person.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email of the account contact person.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the account contact person.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"project-details\"><strong>Project Details</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier of the project.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name of the project.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line of the project location.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line of the project location.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City where the project is located.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State where the project is located.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP code of the project location.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the project contact person.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email of the project contact person.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the project contact person.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>General notes about the project.</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Specific notes for the proposal related to the project.</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes for work orders related to the project.</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>Latitude coordinate of the project location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>Longitude coordinate of the project location.</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>Market classification of the project (e.g., \"Commercial\").</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"client-details\"><strong>Client Details</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>Unique identifier of the client.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>Name of the client.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>Primary address line of the client.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>Secondary address line of the client.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>City of the client.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>State of the client.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>ZIP code of the client.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>Name of the client contact person.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>Email of the client contact person.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>Phone number of the client contact person.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"line-items\"><strong>Line Items</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>quantity</code></td>\n<td>Integer</td>\n<td>Number of units for the line item.</td>\n</tr>\n<tr>\n<td><code>common</code></td>\n<td>String</td>\n<td>Common name of the item (e.g., tree species or material).</td>\n</tr>\n<tr>\n<td><code>botanical</code></td>\n<td>String</td>\n<td>Botanical name of the item.</td>\n</tr>\n<tr>\n<td><code>price</code></td>\n<td>Float</td>\n<td>Price for the line item.</td>\n</tr>\n<tr>\n<td><code>objective</code></td>\n<td>String</td>\n<td>Purpose or objective of the line item (e.g., \"Crown Clean\").</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>A client or an internal system can use this endpoint to:</p>\n<ol>\n<li><p>Fetch detailed information about a proposal, including associated account, project, and client.</p>\n</li>\n<li><p>Display or process line items within the proposal for billing or approval workflows.</p>\n</li>\n<li><p>Generate reports or dashboards using the data retrieved.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"error-responses\"><strong>Error Responses</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>HTTP Code</strong></th>\n<th><strong>Message</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>404</td>\n<td><code>Proposal Not Found</code></td>\n<td>The specified <code>proposalID</code> does not exist.</td>\n</tr>\n<tr>\n<td>400</td>\n<td><code>Invalid Proposal ID</code></td>\n<td>The provided <code>proposalID</code> is malformed or invalid.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","proposals","552699"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"7f13ba80-bbfa-434d-8832-eb1a282ca213","name":"/proposals/{proposalsID}","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/proposals/554307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Nov 2024 13:03:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5081"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"06a031a1-4e23-4b60-bd42-d0eb14cc46f2"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"Bs3V3FfWoAMER4A="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6741d28b-4d5f6aea6ce05c55285e01ce;Parent=5084df99bab6577a;Sampled=0;Lineage=1:50ad50ee:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"proposal\": {\n        \"proposalNumber\": \"554307\",\n        \"adminLink\": \"https://customer-domain.com/index.cfm/proposal/0E4E5487-D0D3-447F-A6D28430D103DC63/view\",\n        \"customerLink\": \"https://customer-domain.com/index.cfm?event=proposal.estimate&view=1&group=554307\",\n        \"date\": \"2024-08-09T08:41:04-07:00\",\n        \"status\": \"Draft\",\n        \"proposalName\": \"\",\n        \"startYear\": \"2024\",\n        \"note\": \"\",\n        \"startDate\": \"\",\n        \"mapMarker\": 0,\n        \"discount\": 0,\n        \"customCostName\": \"Custom\",\n        \"customCost\": 0,\n        \"pdf\": \"https://arbornote-docs-beta.s3.amazonaws.com/gtc-pdfs/proposal_554307.pdf?AWSAccessKeyId=ASIAUKWJ32CZ5JSR5JWU&Signature=potS3TBIV5SnkTQ%2B8nR0Whis5so%3D&x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIBtgSVQM2OV2boBGcWI%2FQcSOoZsMYb3f4c%2FYSjbgiwMFAiEA6YWMX5vGVvk5m%2FT5kS9xc%2FNdp7dYr2Onpap%2Fv6X0wo0qrAMI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAEGgwyOTc4NDk4MzU2OTkiDEf2LriXadheXPbo2yqAA0XdfKC0Wzw8trn%2FYuc1jxP8m2YlV%2Fv54ytfD2H57PyMd3kM700427OnEvU5qWwMX8dHIzd2W04oWGPELxircpgCNBnyyQSJltG%2FtCTlyNQNXxr8eqp4gi0n0gyBcNVUI59ngVXgOSkJdx5A2w7WyGW9wBGRvifNJgcjJYAc5cqHk%2BpdHrXQ1m7QqI%2BwEb%2BcnyuygFPEUjNvrnfCqo3wmHuLkOEtdgYJ3z6AKgA%2BmMjaV9zL6d%2FlurhF7ffSnvBy1vXNzLIoluDU87Wr2tSmI4GIbSnPuIY%2BkZupavHMHi75oTLfQtwLMS37nkQ%2BJ2vCj6oJywrIGO7IoiWhaOJaLs1az2WKYSRjHoiNBw2KzpSGalWjAIfNowMEQW9t4ny5yo70sriAk%2FbYNx9q50%2F6JMUQfF%2Bsnh3NlAUxAl%2FaQ2F27dxGxXCf9wqYnUqvFg9S%2Be8a10frvbFoq8LFxNkVn37mG3DW80g9i%2FmPk1nj4ZJdTTDEGS8fJdFx6Agy4JfcLDDZpIe6BjqdAfuKhfcRBJp2tT8aD5lEkiIOmpIKFMGtDWZ47h86OXCwkoKAs%2F4X%2BLsSxjAiJZAB9C%2B3992bB8q%2Bwh5nOe46O7WpczsPIbU1drHc17QWvGq7cWL1mJzO5sA169delCCQkq%2BYvtXyH%2BoIv7Me9bsfympFX7GNuOzxW0F1CQxZMdVHc6sLaFv%2BNdbk9sejK1r%2BhSFD0t%2B88aWSmWz2XfY%3D&Expires=1732370588\",\n        \"pdf_head\": \"https://arbornote-docs-beta.s3.amazonaws.com/gtc-pdfs/proposal_554307.pdf?AWSAccessKeyId=ASIAUKWJ32CZ5JSR5JWU&Signature=4%2B7hqxmi58I7d%2BUjDnuSggIwAWU%3D&x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIBtgSVQM2OV2boBGcWI%2FQcSOoZsMYb3f4c%2FYSjbgiwMFAiEA6YWMX5vGVvk5m%2FT5kS9xc%2FNdp7dYr2Onpap%2Fv6X0wo0qrAMI1v%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAEGgwyOTc4NDk4MzU2OTkiDEf2LriXadheXPbo2yqAA0XdfKC0Wzw8trn%2FYuc1jxP8m2YlV%2Fv54ytfD2H57PyMd3kM700427OnEvU5qWwMX8dHIzd2W04oWGPELxircpgCNBnyyQSJltG%2FtCTlyNQNXxr8eqp4gi0n0gyBcNVUI59ngVXgOSkJdx5A2w7WyGW9wBGRvifNJgcjJYAc5cqHk%2BpdHrXQ1m7QqI%2BwEb%2BcnyuygFPEUjNvrnfCqo3wmHuLkOEtdgYJ3z6AKgA%2BmMjaV9zL6d%2FlurhF7ffSnvBy1vXNzLIoluDU87Wr2tSmI4GIbSnPuIY%2BkZupavHMHi75oTLfQtwLMS37nkQ%2BJ2vCj6oJywrIGO7IoiWhaOJaLs1az2WKYSRjHoiNBw2KzpSGalWjAIfNowMEQW9t4ny5yo70sriAk%2FbYNx9q50%2F6JMUQfF%2Bsnh3NlAUxAl%2FaQ2F27dxGxXCf9wqYnUqvFg9S%2Be8a10frvbFoq8LFxNkVn37mG3DW80g9i%2FmPk1nj4ZJdTTDEGS8fJdFx6Agy4JfcLDDZpIe6BjqdAfuKhfcRBJp2tT8aD5lEkiIOmpIKFMGtDWZ47h86OXCwkoKAs%2F4X%2BLsSxjAiJZAB9C%2B3992bB8q%2Bwh5nOe46O7WpczsPIbU1drHc17QWvGq7cWL1mJzO5sA169delCCQkq%2BYvtXyH%2BoIv7Me9bsfympFX7GNuOzxW0F1CQxZMdVHc6sLaFv%2BNdbk9sejK1r%2BhSFD0t%2B88aWSmWz2XfY%3D&Expires=1732370588\",\n        \"email\": \"Thank you for allowing Mapless to earn an opportunity to care for your trees.  Please use the link below to view and download our proposal.  Please take a moment to review our proposal, and do not hesitate to contact me regarding any questions that you may have.  We are looking forward to hearing from you at your earliest convenience so that we may begin satisfying your important needs with our expert tree care skills and outstanding customer service.  If you find our proposal acceptable, you can expedite the scheduling of your tree care by clicking on the 'Approve' button in the upper right hand corner of the proposal.\",\n        \"title\": \"\",\n        \"description\": \"\",\n        \"groupedTrees\": true,\n        \"otherCost\": 0,\n        \"permit\": 0,\n        \"workNote\": \"\",\n        \"totalTree\": 416,\n        \"pricing\": 0,\n        \"address\": true,\n        \"location\": false,\n        \"photos\": 0,\n        \"surcharge\": {\n            \"fuel\": 2,\n            \"waste\": 2,\n            \"enableFuel\": true,\n            \"enableWaste\": true\n        },\n        \"adjust\": [\n            0,\n            0,\n            0,\n            0,\n            0\n        ]\n    },\n    \"company\": {\n        \"name\": \"Mapless\",\n        \"address1\": \"15530 Rockfield Blvd\",\n        \"address2\": \"\",\n        \"city\": \"Irvine\",\n        \"state\": \"California\",\n        \"zip\": \"92618\",\n        \"tc\": \"\",\n        \"contactName\": \"ArborNote User\",\n        \"contactPhone\": \"555-555-5555\",\n        \"contactEmail\": \"jae.kim@cognetive-systems.com\",\n        \"arboristNumber\": \"Inventory Specialist!\",\n        \"logo\": \"https://s3.amazonaws.com/arbornote-images/logo/arbornote works icon.png\"\n    },\n    \"service\": {\n        \"name\": \"Northwood High School #1\",\n        \"address1\": \"4515 Portola Pkwy\",\n        \"address2\": \"Irvine\",\n        \"city\": \"Irvine\",\n        \"state\": \"\",\n        \"zip\": \"92606\",\n        \"contactName\": \"Contact Name\",\n        \"contactPhone\": \"555-555-5512\",\n        \"contactEmail\": \"jkim0130@gmail.com\",\n        \"clientName\": \"City of Irvine\",\n        \"clientType\": \"\"\n    },\n    \"billing\": {\n        \"name\": \"Client Jul 8 848\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"\",\n        \"contactPhone\": \"\",\n        \"contactEmail\": \"jkim0130@gmail.com\"\n    },\n    \"tags\": [\n        {\n            \"quantity\": 1,\n            \"common\": \"Bear Oak\",\n            \"botanical\": \"Quercus ilicifolia\",\n            \"health\": \"2\",\n            \"height\": \"31'-45'\",\n            \"dbh\": \"7\\\"-12\\\"\",\n            \"hours\": \"2\",\n            \"price\": 200,\n            \"objective\": \"Palm Skin\"\n        },\n        {\n            \"quantity\": 1,\n            \"common\": \"Bear Oak\",\n            \"botanical\": \"Quercus ilicifolia\",\n            \"health\": \"2\",\n            \"height\": \"31'-45'\",\n            \"dbh\": \"1\\\"-6\\\"\",\n            \"hours\": \"2\",\n            \"price\": 200,\n            \"objective\": \"Palm Skin\"\n        }\n    ],\n    \"tax\": []\n}"},{"id":"b199aaf0-e59c-4fce-913f-21e66bc43479","name":"/proposals/:id","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/proposals/552699"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Dec 2024 10:33:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1175"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"53286ed7-3a94-4e69-8bf0-55e128b64d30"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CQxyeH2aoAMEk9w="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6750300f-0155608f47023dda2a1b0f14;Parent=581cc03b259fe169;Sampled=0;Lineage=1:50ad50ee:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"proposal\": {\n        \"id\": 552699,\n        \"approveUrl\": \"http://arbornote-link-beta.s3-website-us-east-1.amazonaws.com/phc/approve/552699/CBA38967-D342-49CB-8E8ECC6E7FDAF477\",\n        \"salesperson\": \"\",\n        \"total\": 0,\n        \"dateCreated\": \"2023-10-27T07:05:32-07:00\",\n        \"status\": \"Open\"\n    },\n    \"account\": {\n        \"name\": \"Jae Test\",\n        \"address1\": \"7665 Fishel Dr N\",\n        \"address2\": \"\",\n        \"city\": \"Dublin\",\n        \"state\": \"Ohio\",\n        \"zip\": \"\",\n        \"contactName\": \"ArborNote User\",\n        \"phone\": \"555-555-5555\",\n        \"email\": \"jae.kim@cognetive-systems.com\",\n        \"logo\": \"https://s3.amazonaws.com/arbornote-images/logo/arbonote-logo7.png\"\n    },\n    \"project\": {\n        \"id\": 99997,\n        \"name\": \"1-Clone\",\n        \"address1\": \"Islamabad, pakistan \",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"contactName\": \"NoneUSEDA\",\n        \"email\": \"jkim@useda.com\",\n        \"phone\": \"5555555555\",\n        \"notes\": \"\",\n        \"proposalNote\": \"\",\n        \"workOrderNote\": \"\",\n        \"lat\": 33.6995086,\n        \"lon\": 73.0362897,\n        \"market\": \"\"\n    },\n    \"client\": {\n        \"id\": 0,\n        \"name\": \"##23NewProject\",\n        \"address1\": \"\",\n        \"address2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"03451234567\",\n        \"contactName\": \"NoneUSEDA\",\n        \"email\": \"\",\n        \"phone\": \"\"\n    },\n    \"lineItems\": [\n        {\n            \"quantity\": 6,\n            \"common\": \"Afghan Pine\",\n            \"botanical\": \"Pinus eldarica\",\n            \"price\": 112,\n            \"objective\": \"\"\n        }\n    ]\n}"}],"_postman_id":"432db5df-1458-4797-9db9-d0b159c140cb"},{"name":"/proposals/:id/status","id":"f4a7c0a6-d494-4a5b-a6a2-134d461c2fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"Approved\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/proposals/556066/status","description":"<p>This endpoint updates the status of a specific proposal identified by its unique ID.</p>\n<h4 id=\"request\"><strong>Request</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Path</td>\n<td><strong>Required.</strong> The unique identifier of the proposal to be updated.</td>\n</tr>\n<tr>\n<td><strong>Request Body</strong></td>\n<td>JSON</td>\n<td><strong>Required.</strong> Contains the new status to update the proposal.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"request-body-format\">Request Body Format:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"New Status\"\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td><strong>Required.</strong> The new status for the proposal (e.g., \"Draft\", \"Submitted\", \"Approved\", \"Scheduled\", \"Competed\", \"Billed\").</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","proposals","556066","status"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"ae233f16-550d-409e-ba9e-ae2fdcb8932f","name":"/proposals/{proposalID}/status","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"test\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/proposals/294/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 23 Nov 2024 09:44:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"067607d6-da95-43d1-9cc7-9aec51d07a44"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"BsaT7H3nIAMEvwQ="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6741a418-18da7dc50a89cf5b7fda7d3e;Parent=45fa5c6737a704dd;Sampled=0;Lineage=1:51ff74ef:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"Message\": \"Data has been updated successfully!\",\n    \"error\": {}\n}"}],"_postman_id":"f4a7c0a6-d494-4a5b-a6a2-134d461c2fe6"},{"name":"/work-orders","id":"d1820c3c-9c5a-4859-9ed2-416a42f6beb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/work-orders","description":"<h3 id=\"workorder-object\">WorkOrder Object</h3>\n<p>The <code>WorkOrder</code> object represents a task or job, detailing its identification, associated project, schedule, costs, and progress.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the work order (e.g., \"Tree Removal\").</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier for the work order.</td>\n</tr>\n<tr>\n<td><code>numDocs</code></td>\n<td>Integer</td>\n<td>The number of documents associated with the work order. Default is <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>materialCost</code></td>\n<td>Integer</td>\n<td>The total cost of materials for the work order. Default is <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>projectName</code></td>\n<td>String</td>\n<td>The name of the project associated with the work order (e.g., \"Irvine Spectrum\").</td>\n</tr>\n<tr>\n<td><code>projectId</code></td>\n<td>Integer</td>\n<td>The unique identifier of the associated project (e.g., <code>218870</code>).</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String</td>\n<td>The scheduled start date and time of the work order, in ISO 8601 format (e.g., <code>2023-08-13T19:00:00-07:00</code>).</td>\n</tr>\n<tr>\n<td><code>completionDate</code></td>\n<td>String</td>\n<td>The estimated or actual completion date and time, in ISO 8601 format (e.g., <code>2023-08-13T19:12:00-07:00</code>).</td>\n</tr>\n<tr>\n<td><code>orderNumber</code></td>\n<td>String</td>\n<td>The proposal number assigned to the work order (e.g., \"552535\").</td>\n</tr>\n<tr>\n<td><code>estimateHours</code></td>\n<td>Integer</td>\n<td>The estimated number of hours required to complete the work order (e.g., <code>2</code>).</td>\n</tr>\n<tr>\n<td><code>actualHours</code></td>\n<td>Integer</td>\n<td>The actual number of hours spent on the work order. Default is <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>estimateDollars</code></td>\n<td>Integer</td>\n<td>The estimated cost of the work order in dollars (e.g., <code>200</code>).</td>\n</tr>\n<tr>\n<td><code>percentComplete</code></td>\n<td>Integer</td>\n<td>The percentage of completion for the work order. Default is <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>treeCount</code></td>\n<td>Integer</td>\n<td>The number of trees associated with the work order (e.g., <code>2</code>).</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>The current status of the work order (e.g., \"Pending\", \"Scheduled\" or \"Completed\").</td>\n</tr>\n<tr>\n<td><code>lastModified</code></td>\n<td>String</td>\n<td>The date and time when the work order was last modified, in ISO 8601 format (e.g., <code>2023-08-31T01:16:25-07:00</code>).</td>\n</tr>\n<tr>\n<td><code>salesPerson</code></td>\n<td>String</td>\n<td>The name of the salesperson associated with the work order (e.g., \"Abbas Khan\").</td>\n</tr>\n<tr>\n<td><code>resources</code></td>\n<td>String</td>\n<td>A comma-separated list of resources allocated to the work order (e.g., \"1 Labor,2 Labor,3 Labor\").</td>\n</tr>\n<tr>\n<td><code>actualDollars</code></td>\n<td>Float</td>\n<td>The actual cost incurred for the work order in dollars. Default is <code>0.0</code>.</td>\n</tr>\n<tr>\n<td><code>productionRate</code></td>\n<td>Integer</td>\n<td>The production rate associated with the work order. Default is <code>0</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","work-orders"],"host":["api","arbor-note","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"94c65dfe-990d-4163-a1f5-854377e85d48","name":"/work-orders api key","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":{"raw":"https://api.arbor-note.com/v1/work-orders","protocol":"https","host":["api","arbor-note","com"],"path":["v1","work-orders"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Jul 2024 17:40:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31578"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f3493ae8-92ee-4d26-a12c-369de443089a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"byeIqEJ1IAMEt-g="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-66aa7703-7b1feade3bab070c7e53f3b4;Parent=6020d84dea7ea109;Sampled=0;lineage=3155f649:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"myWOH\",\n        \"id\": 91408,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"..test\",\n        \"projectId\": 218870,\n        \"startDate\": \"2023-08-13T19:00:00-07:00\",\n        \"completionDate\": \"2023-08-13T19:12:00-07:00\",\n        \"orderNumber\": \"552535\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 200,\n        \"percentComplete\": 0,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-08-31T01:16:25-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"1 Labor,2 Labor,3 Labor,4 Labor,5 Labor\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"testing WO\",\n        \"id\": 91410,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"..aTesting\",\n        \"projectId\": 218805,\n        \"startDate\": \"2023-09-01T19:00:00-07:00\",\n        \"completionDate\": \"2024-07-01T00:00:00-07:00\",\n        \"orderNumber\": \"552531\",\n        \"estimateHours\": 10,\n        \"actualHours\": 13.25,\n        \"estimateDollars\": 0,\n        \"percentComplete\": 100,\n        \"treeCount\": 2,\n        \"status\": \"Completed\",\n        \"lastModified\": \"2024-07-22T08:08:27-07:00\",\n        \"salesPerson\": \"Jae Kim\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0.0\n    },\n    {\n        \"name\": \"extra work proposal\",\n        \"id\": 91412,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Wolf Trail\",\n        \"projectId\": 25815,\n        \"startDate\": \"2023-09-06T18:00:00-07:00\",\n        \"completionDate\": \"2023-09-06T19:00:00-07:00\",\n        \"orderNumber\": \"552492\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 111,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-09-08T04:19:07-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Small Work\",\n        \"id\": 91415,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1 New\",\n        \"projectId\": 183495,\n        \"startDate\": \"2023-09-16T18:00:00-07:00\",\n        \"completionDate\": \"2023-09-16T19:00:00-07:00\",\n        \"orderNumber\": \"552430\",\n        \"estimateHours\": 9,\n        \"actualHours\": 4,\n        \"estimateDollars\": 675,\n        \"percentComplete\": 0,\n        \"treeCount\": 5,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-09-22T03:04:39-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Blower\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 168.75\n    },\n    {\n        \"name\": \"work Order Name\",\n        \"id\": 91414,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##MyHubsPotProject\",\n        \"projectId\": 218871,\n        \"startDate\": \"2023-09-22T18:00:00-07:00\",\n        \"completionDate\": \"2023-09-22T19:00:00-07:00\",\n        \"orderNumber\": \"552636\",\n        \"estimateHours\": 44,\n        \"actualHours\": 6,\n        \"estimateDollars\": 5332,\n        \"percentComplete\": 100,\n        \"treeCount\": 51,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-09-22T01:02:14-07:00\",\n        \"salesPerson\": \"Arham Anees\",\n        \"resources\": \"Axe,Bucket Truck,Excavator,Blower\",\n        \"actualDollars\": 533200.0,\n        \"productionRate\": 888.6666666666666\n    },\n    {\n        \"name\": \"MyWorkOrder\",\n        \"id\": 91417,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"4444\",\n        \"projectId\": 22390,\n        \"startDate\": \"2023-09-25T19:00:00-07:00\",\n        \"completionDate\": \"2023-09-25T21:18:00-07:00\",\n        \"orderNumber\": \"552583\",\n        \"estimateHours\": 23,\n        \"actualHours\": 4,\n        \"estimateDollars\": 1744.37175,\n        \"percentComplete\": 12.6,\n        \"treeCount\": 15,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-09-25T22:38:48-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower,Bucket Truck,Excavator\",\n        \"actualDollars\": 21979.08405,\n        \"productionRate\": 436.0929375\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91424,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1-Clone\",\n        \"projectId\": 99997,\n        \"startDate\": \"2023-10-27T07:00:00-07:00\",\n        \"completionDate\": \"2023-10-27T07:30:00-07:00\",\n        \"orderNumber\": \"552622\",\n        \"estimateHours\": 0,\n        \"actualHours\": 2,\n        \"estimateDollars\": 111,\n        \"percentComplete\": 50,\n        \"treeCount\": 6,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-10-27T07:05:32-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Bucket Truck\",\n        \"actualDollars\": 5550.0,\n        \"productionRate\": 55.5\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91426,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##MyHubsPotProject\",\n        \"projectId\": 4795,\n        \"startDate\": \"2023-11-01T07:00:00-07:00\",\n        \"completionDate\": \"2023-11-01T13:00:00-07:00\",\n        \"orderNumber\": \"552721\",\n        \"estimateHours\": 6,\n        \"actualHours\": 0,\n        \"estimateDollars\": 450,\n        \"percentComplete\": 100,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-01T07:58:13-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 45000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91427,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Eda12\",\n        \"projectId\": 243466,\n        \"startDate\": \"2023-11-01T07:00:00-07:00\",\n        \"completionDate\": \"2023-11-01T15:00:00-07:00\",\n        \"orderNumber\": \"552723\",\n        \"estimateHours\": 8,\n        \"actualHours\": 0,\n        \"estimateDollars\": 40,\n        \"percentComplete\": 90,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-01T09:11:24-07:00\",\n        \"salesPerson\": \"Jae Kim Gmail\",\n        \"resources\": \"\",\n        \"actualDollars\": 3600.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91423,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Ladera Ranch\",\n        \"projectId\": 5216,\n        \"startDate\": \"2023-11-02T00:00:00-07:00\",\n        \"completionDate\": \"2023-10-20T13:00:00-07:00\",\n        \"orderNumber\": \"552661\",\n        \"estimateHours\": 14,\n        \"actualHours\": 128.35,\n        \"estimateDollars\": 1050,\n        \"percentComplete\": 51.42857142857143,\n        \"treeCount\": 7,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-10-17T13:43:20-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"1 Labor,2 Labor,3 Labor,Chain Saw,crane\",\n        \"actualDollars\": 54000.0,\n        \"productionRate\": 8.180755746007012\n    },\n    {\n        \"name\": \"Testing Removal/Grind\",\n        \"id\": 91429,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"..AbbTesting\",\n        \"projectId\": 218874,\n        \"startDate\": \"2023-11-03T03:12:52-07:00\",\n        \"completionDate\": \"2023-11-03T04:25:25-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 12,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 100,\n        \"treeCount\": 12,\n        \"status\": \"Completed\",\n        \"lastModified\": \"2023-11-03T04:25:25-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 107.5,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"testing Removal/Grind\",\n        \"id\": 91431,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1-clone-3\",\n        \"projectId\": 218808,\n        \"startDate\": \"2023-11-03T05:23:31-07:00\",\n        \"completionDate\": \"2023-11-03T05:23:31-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 3,\n        \"actualHours\": -39.916666666,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 43.75,\n        \"treeCount\": 8,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-03T05:25:25-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 47.03125,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91432,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1-clone-phc\",\n        \"projectId\": 145311,\n        \"startDate\": \"2023-11-03T07:00:00-07:00\",\n        \"completionDate\": \"2023-11-03T09:00:00-07:00\",\n        \"orderNumber\": \"552576\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 150,\n        \"percentComplete\": 77.07692307692308,\n        \"treeCount\": 13,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-03T11:59:36-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 11561.538461538463,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Work order name\",\n        \"id\": 91433,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Brio - Powerstone\",\n        \"projectId\": 24623,\n        \"startDate\": \"2023-11-10T07:00:00-08:00\",\n        \"completionDate\": \"2023-11-10T07:30:00-08:00\",\n        \"orderNumber\": \"552560\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 111,\n        \"percentComplete\": 0,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-10T11:15:53-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Blower\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"testingExection\",\n        \"id\": 91437,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1-clone-phc\",\n        \"projectId\": 145311,\n        \"startDate\": \"2023-11-21T17:00:00-08:00\",\n        \"completionDate\": \"2023-11-21T18:00:00-08:00\",\n        \"orderNumber\": \"552574\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 150,\n        \"percentComplete\": 0,\n        \"treeCount\": 13,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-11-22T02:22:33-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Marker\",\n        \"id\": 91445,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Boosted\",\n        \"projectId\": 3589,\n        \"startDate\": \"2023-12-14T08:01:57-08:00\",\n        \"completionDate\": \"2023-12-14T08:01:57-08:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 106.3,\n        \"actualHours\": 6.633333333,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 41,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-12-14T08:02:22-08:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0.1620603015156814\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91446,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"A Note 2\",\n        \"projectId\": 147446,\n        \"startDate\": \"2023-12-14T08:19:01-08:00\",\n        \"completionDate\": \"2023-12-14T08:19:01-08:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-12-14T08:19:11-08:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91447,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Clone1\",\n        \"projectId\": 243490,\n        \"startDate\": \"2023-12-15T07:00:00-08:00\",\n        \"completionDate\": \"2023-12-16T14:58:04-08:00\",\n        \"orderNumber\": \"552925\",\n        \"estimateHours\": 79.84000000000002,\n        \"actualHours\": 0,\n        \"estimateDollars\": 435.94,\n        \"percentComplete\": 0,\n        \"treeCount\": 380,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2023-12-15T10:26:40-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91461,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"A Note 2\",\n        \"projectId\": 147446,\n        \"startDate\": \"2024-01-11T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-11T18:00:00-08:00\",\n        \"orderNumber\": \"553163\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 164,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T10:44:54-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"TEST TODAY'S JOB\",\n        \"id\": 91456,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##MyHubsPotProject\",\n        \"projectId\": 218871,\n        \"startDate\": \"2024-01-15T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-15T18:00:00-08:00\",\n        \"orderNumber\": \"552636\",\n        \"estimateHours\": 44,\n        \"actualHours\": 0,\n        \"estimateDollars\": 5332,\n        \"percentComplete\": 0,\n        \"treeCount\": 51,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-16T01:13:50-08:00\",\n        \"salesPerson\": \"Arham Anees\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91467,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"A Note 2\",\n        \"projectId\": 147446,\n        \"startDate\": \"2024-01-17T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-17T18:00:00-08:00\",\n        \"orderNumber\": \"553163\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 164,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T11:56:24-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91462,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"startDate\": \"2024-01-18T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-18T18:00:00-08:00\",\n        \"orderNumber\": \"553155\",\n        \"estimateHours\": 7,\n        \"actualHours\": 0,\n        \"estimateDollars\": 835.275,\n        \"percentComplete\": 0.1875,\n        \"treeCount\": 16,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T11:06:50-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 156.6140625,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91463,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"startDate\": \"2024-01-18T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-18T18:00:00-08:00\",\n        \"orderNumber\": \"352576\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 200,\n        \"percentComplete\": 27.5,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T11:09:02-08:00\",\n        \"salesPerson\": \"J USEDA\",\n        \"resources\": \"\",\n        \"actualDollars\": 5500.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"tesr\",\n        \"id\": 91466,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"TopGeneralUpdated\",\n        \"projectId\": 248165,\n        \"startDate\": \"2024-01-18T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-18T18:00:00-08:00\",\n        \"orderNumber\": \"553125\",\n        \"estimateHours\": 3,\n        \"actualHours\": 0,\n        \"estimateDollars\": 12000,\n        \"percentComplete\": 0,\n        \"treeCount\": 8,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T11:55:14-08:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"top\",\n        \"id\": 91464,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"TopGeneralUpdated\",\n        \"projectId\": 248165,\n        \"startDate\": \"2024-01-19T17:00:00-08:00\",\n        \"completionDate\": \"2024-01-19T18:00:00-08:00\",\n        \"orderNumber\": \"553119\",\n        \"estimateHours\": 3,\n        \"actualHours\": 0,\n        \"estimateDollars\": 600,\n        \"percentComplete\": 0,\n        \"treeCount\": 8,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-17T11:14:26-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91469,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Clone1\",\n        \"projectId\": 243490,\n        \"startDate\": \"2024-01-24T07:00:00-08:00\",\n        \"completionDate\": \"2024-01-26T10:43:08-08:00\",\n        \"orderNumber\": \"552925\",\n        \"estimateHours\": 79.84000000000002,\n        \"actualHours\": 4,\n        \"estimateDollars\": 435.94,\n        \"percentComplete\": 100,\n        \"treeCount\": 380,\n        \"status\": \"test\",\n        \"lastModified\": \"2024-04-17T16:48:42-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 43594.0,\n        \"productionRate\": 108.985\n    },\n    {\n        \"name\": \"My Work Order\",\n        \"id\": 91470,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Wolf Trail\",\n        \"projectId\": 25815,\n        \"startDate\": \"2024-01-25T07:00:00-08:00\",\n        \"completionDate\": \"2024-01-25T07:30:00-08:00\",\n        \"orderNumber\": \"552493\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 111,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-01-24T14:07:55-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Test-shared-workOrder\",\n        \"id\": 91498,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Shared Project-Test\",\n        \"projectId\": 248177,\n        \"startDate\": \"2024-02-05T07:00:00-08:00\",\n        \"completionDate\": \"2024-02-05T07:30:00-08:00\",\n        \"orderNumber\": \"553216\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 0,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-05T09:19:22-08:00\",\n        \"salesPerson\": \"Adnan Shah\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91502,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Panji\",\n        \"projectId\": 10983,\n        \"startDate\": \"2024-02-07T07:00:00-08:00\",\n        \"completionDate\": \"2024-02-07T07:12:00-08:00\",\n        \"orderNumber\": \"553222\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 82,\n        \"percentComplete\": 50,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-07T10:45:56-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 4100.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"work name\",\n        \"id\": 91504,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1\",\n        \"projectId\": 83937,\n        \"startDate\": \"2024-02-08T07:00:00-08:00\",\n        \"completionDate\": \"2024-02-08T07:36:00-08:00\",\n        \"orderNumber\": \"537286\",\n        \"estimateHours\": 3,\n        \"actualHours\": 0,\n        \"estimateDollars\": 333.48,\n        \"percentComplete\": 0,\n        \"treeCount\": 8,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-08T07:19:22-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91515,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Octave Apartments - Atlas\",\n        \"projectId\": 18350,\n        \"startDate\": \"2024-02-15T18:00:00-08:00\",\n        \"completionDate\": \"2024-02-15T18:30:00-08:00\",\n        \"orderNumber\": \"552843\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 111,\n        \"percentComplete\": 0,\n        \"treeCount\": 296,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-16T02:56:29-08:00\",\n        \"salesPerson\": \"Jae Kim Gmail\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"extraWO\",\n        \"id\": 91516,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"AB-3927\",\n        \"projectId\": 243527,\n        \"startDate\": \"2024-02-18T18:00:00-08:00\",\n        \"completionDate\": \"2024-02-18T22:48:00-08:00\",\n        \"orderNumber\": \"553236\",\n        \"estimateHours\": 24,\n        \"actualHours\": 0,\n        \"estimateDollars\": 2115.6,\n        \"percentComplete\": 100,\n        \"treeCount\": 30,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-19T01:50:59-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Blower,Chipper,crane,Excavator\",\n        \"actualDollars\": 211560.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"My Notes WO\",\n        \"id\": 91518,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1 New\",\n        \"projectId\": 183495,\n        \"startDate\": \"2024-02-26T03:30:00-08:00\",\n        \"completionDate\": \"2024-02-26T04:50:00-08:00\",\n        \"orderNumber\": \"553259\",\n        \"estimateHours\": 4,\n        \"actualHours\": 0,\n        \"estimateDollars\": 300,\n        \"percentComplete\": 100,\n        \"treeCount\": 30,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-26T05:17:40-08:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"\",\n        \"actualDollars\": 30000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Note WO\",\n        \"id\": 91519,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Andrew Clone\",\n        \"projectId\": 248182,\n        \"startDate\": \"2024-02-28T18:00:00-08:00\",\n        \"completionDate\": \"2024-07-09T00:00:00-07:00\",\n        \"orderNumber\": \"553260\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 200,\n        \"percentComplete\": 80,\n        \"treeCount\": 25,\n        \"status\": \"Completed\",\n        \"lastModified\": \"2024-07-22T08:36:36-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"\",\n        \"actualDollars\": 16000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"woTesting\",\n        \"id\": 91521,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 248189,\n        \"startDate\": \"2024-03-05T00:30:00-08:00\",\n        \"completionDate\": \"2024-07-22T00:00:00-07:00\",\n        \"orderNumber\": \"553303\",\n        \"estimateHours\": 4,\n        \"actualHours\": 0,\n        \"estimateDollars\": 308,\n        \"percentComplete\": 100,\n        \"treeCount\": 2,\n        \"status\": \"Completed\",\n        \"lastModified\": \"2024-07-22T08:39:04-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower\",\n        \"actualDollars\": 30800.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91522,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"QB5\",\n        \"projectId\": 248203,\n        \"startDate\": \"2024-03-07T08:00:00-08:00\",\n        \"completionDate\": \"2024-03-07T10:00:00-08:00\",\n        \"orderNumber\": \"553300\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 100,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-03-06T11:54:23-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"test 321-v2\",\n        \"id\": 91529,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"###TestProject000\",\n        \"projectId\": 248200,\n        \"startDate\": \"2024-03-18T06:00:00-07:00\",\n        \"completionDate\": \"2024-03-18T19:00:00-07:00\",\n        \"orderNumber\": \"553328\",\n        \"estimateHours\": 0,\n        \"actualHours\": 2,\n        \"estimateDollars\": 0,\n        \"percentComplete\": 0,\n        \"treeCount\": 4,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-03-18T23:52:31-07:00\",\n        \"salesPerson\": \"Arham Anees\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0.0\n    },\n    {\n        \"name\": \"test 323\",\n        \"id\": 91530,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"1 No Address\",\n        \"projectId\": 218835,\n        \"startDate\": \"2024-03-24T00:00:00-07:00\",\n        \"completionDate\": \"2024-03-18T19:00:00-07:00\",\n        \"orderNumber\": \"553337\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 100,\n        \"percentComplete\": 0.8450704225352113,\n        \"treeCount\": 1420,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-03-19T06:00:12-07:00\",\n        \"salesPerson\": \"Arham Anees\",\n        \"resources\": \"\",\n        \"actualDollars\": 84.50704225352112,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"myWO\",\n        \"id\": 91526,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##123NewProject\",\n        \"projectId\": 248234,\n        \"startDate\": \"2024-03-31T19:00:00-07:00\",\n        \"completionDate\": \"2024-03-31T19:30:00-07:00\",\n        \"orderNumber\": \"553320\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 2000,\n        \"percentComplete\": 26.666666666666668,\n        \"treeCount\": 30,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-03-11T04:18:21-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower,Chain Saw\",\n        \"actualDollars\": 53333.333333333336,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"my 1 PM WO\",\n        \"id\": 91533,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"HB3 Project\",\n        \"projectId\": 248297,\n        \"startDate\": \"2024-04-03T00:00:00-07:00\",\n        \"completionDate\": \"2024-04-03T02:00:00-07:00\",\n        \"orderNumber\": \"553359\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 100,\n        \"percentComplete\": 100,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-04-03T00:55:44-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower,Bucket Truck\",\n        \"actualDollars\": 10000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"myStumpGrindWO\",\n        \"id\": 91534,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"zzzz 5\",\n        \"projectId\": 99874,\n        \"startDate\": \"2024-04-04T04:30:00-07:00\",\n        \"completionDate\": \"2024-07-22T00:00:00-07:00\",\n        \"orderNumber\": \"553366\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 800,\n        \"percentComplete\": 100,\n        \"treeCount\": 9,\n        \"status\": \"Completed\",\n        \"lastModified\": \"2024-07-22T10:57:18-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower,Bucket Truck\",\n        \"actualDollars\": 80000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"Work Order Name\",\n        \"id\": 91500,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Panji\",\n        \"projectId\": 10983,\n        \"startDate\": \"2024-04-10T07:00:00-07:00\",\n        \"completionDate\": \"2024-04-07T07:06:00-07:00\",\n        \"orderNumber\": \"553220\",\n        \"estimateHours\": 1,\n        \"actualHours\": 28,\n        \"estimateDollars\": 82,\n        \"percentComplete\": 50,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-02-06T12:02:54-08:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 4100.0,\n        \"productionRate\": 2.9285714285714284\n    },\n    {\n        \"name\": \"Event name\",\n        \"id\": 91537,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"HB3 Project\",\n        \"projectId\": 248297,\n        \"startDate\": \"2024-05-20T17:00:00-07:00\",\n        \"completionDate\": \"2024-05-17T06:00:00-07:00\",\n        \"orderNumber\": \"553370\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 112,\n        \"percentComplete\": 80,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-05-17T04:41:35-07:00\",\n        \"salesPerson\": \"Adnan Shah\",\n        \"resources\": \"Axe,Bucket Truck,Chain Saw\",\n        \"actualDollars\": 8960.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"LIWO\",\n        \"id\": 91540,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"###TestProject000\",\n        \"projectId\": 248200,\n        \"startDate\": \"2024-06-05T07:58:10-07:00\",\n        \"completionDate\": \"2024-06-05T07:58:10-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 3,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-05T08:02:02-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91541,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Lead Source Sales #1\",\n        \"projectId\": 248332,\n        \"startDate\": \"2024-06-20T07:00:00-07:00\",\n        \"completionDate\": \"2024-06-20T08:00:00-07:00\",\n        \"orderNumber\": \"553378\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 5,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-11T13:14:18-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91554,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Milan Khan\",\n        \"projectId\": 249540,\n        \"startDate\": \"2024-06-23T19:00:00-07:00\",\n        \"completionDate\": \"2024-06-23T19:24:00-07:00\",\n        \"orderNumber\": \"553476\",\n        \"estimateHours\": 4,\n        \"actualHours\": 0,\n        \"estimateDollars\": 400,\n        \"percentComplete\": 0,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-20T11:13:03-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Blower,Chain Saw,Chipper\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \" \",\n        \"id\": 91545,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Reserve HOA\",\n        \"projectId\": 248333,\n        \"startDate\": \"2024-06-24T07:00:00-07:00\",\n        \"completionDate\": \"2025-06-24T07:12:00-07:00\",\n        \"orderNumber\": \"553379\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 125,\n        \"percentComplete\": 100,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-18T13:22:17-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 12500.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"testingCalendar\",\n        \"id\": 91556,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"April 18th\",\n        \"projectId\": 248375,\n        \"startDate\": \"2024-06-26T07:00:00-07:00\",\n        \"completionDate\": \"2024-06-26T07:20:00-07:00\",\n        \"orderNumber\": \"553398\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 75,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-26T09:02:07-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"test\",\n        \"id\": 91555,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Reserve HOA 2\",\n        \"projectId\": 248335,\n        \"startDate\": \"2024-06-30T07:00:00-07:00\",\n        \"completionDate\": \"2024-06-30T07:06:00-07:00\",\n        \"orderNumber\": \"553381\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 125,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-06-26T05:35:21-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"testWOMapless\",\n        \"id\": 91557,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##DesktopWithMapProject\",\n        \"projectId\": 249661,\n        \"startDate\": \"2024-07-01T06:37:29-07:00\",\n        \"completionDate\": \"2024-07-01T06:37:29-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 38,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 10,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-01T06:38:06-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"my WO\",\n        \"id\": 91561,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Jane Smith\",\n        \"projectId\": 248336,\n        \"startDate\": \"2024-07-15T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-15T08:00:00-07:00\",\n        \"orderNumber\": \"553382\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 125,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-15T04:47:45-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower,Bucket Truck,Chain Saw\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"new WO\",\n        \"id\": 91562,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Bob Smith\",\n        \"projectId\": 248338,\n        \"startDate\": \"2024-07-15T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-15T08:00:00-07:00\",\n        \"orderNumber\": \"553384\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 125,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-15T04:48:28-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91563,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Project Apr 19 7:20am\",\n        \"projectId\": 248379,\n        \"startDate\": \"2024-07-15T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-15T07:06:00-07:00\",\n        \"orderNumber\": \"553402\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 75,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-15T09:04:13-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower,Bucket Truck,Chain Saw\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"16 July WO\",\n        \"id\": 91569,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Project Apr 23 10:08am\",\n        \"projectId\": 248426,\n        \"startDate\": \"2024-07-16T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-16T08:00:00-07:00\",\n        \"orderNumber\": \"553412\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 75,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-16T04:58:48-07:00\",\n        \"salesPerson\": \"Jae Kim Gmail\",\n        \"resources\": \"Axe,Bucket Truck,Chain Saw,crane,4 Labor\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"mapless workorder created \",\n        \"id\": 91577,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Mapless WorkOrder Project\",\n        \"projectId\": 255966,\n        \"startDate\": \"2024-07-18T03:17:13-07:00\",\n        \"completionDate\": \"2024-07-18T03:17:13-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-18T03:18:36-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"default WO\",\n        \"id\": 91575,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"MilanHS\",\n        \"projectId\": 249543,\n        \"startDate\": \"2024-07-18T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-18T08:40:00-07:00\",\n        \"orderNumber\": \"553830\",\n        \"estimateHours\": 5,\n        \"actualHours\": 0,\n        \"estimateDollars\": 3000,\n        \"percentComplete\": 0,\n        \"treeCount\": 3,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-18T00:44:54-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"July 18 WO\",\n        \"id\": 91576,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##AlmirahProject\",\n        \"projectId\": 255924,\n        \"startDate\": \"2024-07-18T07:00:00-07:00\",\n        \"completionDate\": \"2024-07-18T09:24:00-07:00\",\n        \"orderNumber\": \"553866\",\n        \"estimateHours\": 12,\n        \"actualHours\": 0,\n        \"estimateDollars\": 2880,\n        \"percentComplete\": 16.666666666666668,\n        \"treeCount\": 6,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-18T01:14:06-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"2 Labor,4 Labor,5 Labor\",\n        \"actualDollars\": 48000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"myNewWO\",\n        \"id\": 91574,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##Test__Project__Hubspot\",\n        \"projectId\": 249492,\n        \"startDate\": \"2024-07-18T13:30:00-07:00\",\n        \"completionDate\": \"2024-07-18T13:30:00-07:00\",\n        \"orderNumber\": \"553451\",\n        \"estimateHours\": 3,\n        \"actualHours\": 0,\n        \"estimateDollars\": 300,\n        \"percentComplete\": 0,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-18T00:11:41-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower,Chain Saw,Chipper,test,crane\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91578,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##JulyMapless832\",\n        \"projectId\": 255968,\n        \"startDate\": \"2024-07-21T18:00:00-07:00\",\n        \"completionDate\": \"2024-07-21T19:00:00-07:00\",\n        \"orderNumber\": \"553880\",\n        \"estimateHours\": 6,\n        \"actualHours\": 0,\n        \"estimateDollars\": 720,\n        \"percentComplete\": 100,\n        \"treeCount\": 3,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-22T08:50:18-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"\",\n        \"actualDollars\": 72000.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"my mapless WO\",\n        \"id\": 91586,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \" HSProject0718323\",\n        \"projectId\": 256624,\n        \"startDate\": \"2024-07-31T21:00:00-07:00\",\n        \"completionDate\": \"2024-07-31T22:00:00-07:00\",\n        \"orderNumber\": \"553931\",\n        \"estimateHours\": 0,\n        \"actualHours\": 0,\n        \"estimateDollars\": 2002,\n        \"percentComplete\": 0,\n        \"treeCount\": 9,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-07-31T23:01:53-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower,Chipper\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"test11\",\n        \"id\": 91588,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"###testProj\",\n        \"projectId\": 248187,\n        \"startDate\": \"2024-08-02T09:22:31-07:00\",\n        \"completionDate\": \"2024-08-02T09:22:31-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-08-02T09:23:39-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"\",\n        \"id\": 91589,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"###testProj\",\n        \"projectId\": 248187,\n        \"startDate\": \"2024-08-02T09:23:40-07:00\",\n        \"completionDate\": \"2024-08-02T09:23:40-07:00\",\n        \"orderNumber\": \"\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 1.075,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-08-02T09:24:28-07:00\",\n        \"salesPerson\": \"\",\n        \"resources\": \"\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"MY_WO\",\n        \"id\": 91591,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"##My_Project_Hubspot_Android\",\n        \"projectId\": 249490,\n        \"startDate\": \"2024-08-04T17:00:00-07:00\",\n        \"completionDate\": \"2024-08-04T20:00:00-07:00\",\n        \"orderNumber\": \"553449\",\n        \"estimateHours\": 2,\n        \"actualHours\": 0,\n        \"estimateDollars\": 200,\n        \"percentComplete\": 0,\n        \"treeCount\": 2,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-08-05T03:53:29-07:00\",\n        \"salesPerson\": \"Abbas Khan\",\n        \"resources\": \"Axe,Blower,Bucket Truck,Chain Saw\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    },\n    {\n        \"name\": \"My Work Order New\",\n        \"id\": 91592,\n        \"numDocs\": 0,\n        \"materialCost\": 0,\n        \"projectName\": \"Project May 7 8:50am\",\n        \"projectId\": 249512,\n        \"startDate\": \"2024-08-04T19:00:00-07:00\",\n        \"completionDate\": \"2024-08-04T19:12:00-07:00\",\n        \"orderNumber\": \"553462\",\n        \"estimateHours\": 1,\n        \"actualHours\": 0,\n        \"estimateDollars\": 100,\n        \"percentComplete\": 0,\n        \"treeCount\": 1,\n        \"status\": \"Scheduled\",\n        \"lastModified\": \"2024-08-05T03:53:49-07:00\",\n        \"salesPerson\": \"ArborNote User\",\n        \"resources\": \"Axe,Blower,Bucket Truck\",\n        \"actualDollars\": 0.0,\n        \"productionRate\": 0\n    }\n]"}],"_postman_id":"d1820c3c-9c5a-4859-9ed2-416a42f6beb0"},{"name":"/crew-hours","id":"45fec940-2d4f-4e00-9ae5-c86097187e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/crew-hours?startDate=2024-07-23T00:00:00-07:00&endDate=2024-08-23T00:00:00-07:00","description":"<h3 id=\"crew-object\">Crew Object</h3>\n<p>The <code>Crew</code> object represents a team member or leader associated with a specific work order, detailing their role, work schedule, and related data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the crew member or leader (e.g., \"Abcd\").</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>String</td>\n<td>The role or designation of the crew member (e.g., \"Crew Leader\").</td>\n</tr>\n<tr>\n<td><code>arriveTime</code></td>\n<td>String</td>\n<td>The date and time when the crew member arrived, in human-readable format (e.g., \"July, 23 2024 10:07:00 -0700\").</td>\n</tr>\n<tr>\n<td><code>departTime</code></td>\n<td>String</td>\n<td>The date and time when the crew member departed, in human-readable format (e.g., \"July, 23 2024 10:07:00 -0700\").</td>\n</tr>\n<tr>\n<td><code>breakTime</code></td>\n<td>Integer</td>\n<td>The total time, in minutes, that the crew member spent on breaks. Default is <code>0</code>.</td>\n</tr>\n<tr>\n<td><code>workOrderID</code></td>\n<td>Integer</td>\n<td>The unique identifier of the work order associated with this crew member (e.g., <code>1234</code>).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","crew-hours"],"host":["api","arbor-note","com"],"query":[{"key":"startDate","value":"2024-07-23T00:00:00-07:00"},{"key":"endDate","value":"2024-08-23T00:00:00-07:00"}],"variable":[]}},"response":[{"id":"6621ada2-bfa0-4ef7-80bc-aedfad1c932c","name":"/crew/hours","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"startDate\" : \"2024-07-23T00:00:00-07:00\",\n    \"endDate\" : \"2024-08-23T00:00:00-07:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/crew-hours"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 19:50:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"ac4b9222-80c2-481a-8674-eddd4e3e8915"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token','Access-Control-Allow-Origin"},{"key":"x-amzn-ErrorType","value":"ForbiddenException"},{"key":"x-amz-apigw-id","value":"cDP6BEdpIAMEdnA="},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"crew_name\": \"Abcd\",\n        \"crew_type\": \"Crew Leader\",\n        \"arriveTime\": \"July, 23 2024 10:07:00 -0700\",\n        \"departTime\": \"July, 23 2024 10:07:00 -0700\",\n        \"breakTime\": 0,\n        \"workOrderID\": 1234\n    },\n    {\n        \"crew_name\": \"test\",\n        \"crew_type\": \"Crew Leader\",\n        \"arriveTime\": \"July, 23 2024 10:07:00 -0700\",\n        \"departTime\": \"July, 23 2024 10:07:00 -0700\",\n        \"breakTime\": 0,\n        \"workOrderID\": 1234\n    }\n]"}],"_postman_id":"45fec940-2d4f-4e00-9ae5-c86097187e7e"},{"name":"/appointments","id":"d3caf170-0c1a-4456-84f9-e876dae80548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"\n{  \"startDate\": \"2023-06-21\", \"endDate\": \"2023-08-10\"}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/appointments?startDate=2023-06-21T00:00:00Z&endDate=2025-08-10T00:00:00Z","description":"<p>The <code>GET /appointments</code> endpoint is used to retrieve a list of estimator appointments within ArborNote, filtered by the <code>startDate</code> and <code>endDate</code> query parameters in ISO date-time format. The response contains details about each appointment, including associated project information and arborist details.</p>\n<hr />\n<h3 id=\"request-parameters\"><strong>Request Parameters</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>startDate</code></td>\n<td>String</td>\n<td>The start date in ISO 8601 format (e.g., <code>2023-10-27T00:00:00-07:00</code>). This is used to filter appointments that occur after or at this date and time.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String</td>\n<td>The end date in ISO 8601 format (e.g., <code>2023-10-27T23:59:59-07:00</code>). This is used to filter appointments that occur before or at this date and time.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"response-structure\"><strong>Response Structure</strong></h3>\n<p>The response will be an array of appointment objects, each containing details such as appointment <code>id</code>, <code>startDate</code>, <code>endDate</code>, <code>note</code>, and associated <code>project</code> and <code>arborist</code> information.</p>\n<hr />\n<h3 id=\"response-payload-example\"><strong>Response Payload Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 3709,\n        \"startDate\": \"2023-10-27T07:05:32-07:00\",\n        \"endDate\": \"2023-10-27T07:05:32-07:00\",\n        \"note\": \"Note\",\n        \"project\": {\n            \"id\": 234,\n            \"name\": \"ArborNote\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"address2\": \"Suite C\",\n            \"city\": \"Irvine\",\n            \"state\": \"CA\",\n            \"zip\": \"92618\",\n            \"contactName\": \"Ed Yo\",\n            \"email\": \"edyo@cognetive-systems.com\",\n            \"phone\": \"555-555-5555\",\n            \"notes\": \"Notes about this project.\",\n            \"proposalNote\": \"Notes for proposal.\",\n            \"workOrderNote\": \"Notes for work order.\",\n            \"lat\": 33.6400611,\n            \"lon\": -117.7577602,\n            \"market\": \"Commercial\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"arborist@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2023-10-27T07:05:32-07:00\",\n        \"endDate\": \"2023-10-27T07:05:32-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"name\": \"ArborNote\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"address2\": \"Suite C\",\n            \"city\": \"Irvine\",\n            \"state\": \"CA\",\n            \"zip\": \"92618\",\n            \"contactName\": \"Ed Yo\",\n            \"email\": \"edyo@cognetive-systems.com\",\n            \"phone\": \"555-555-5555\",\n            \"notes\": \"Notes about this project.\",\n            \"proposalNote\": \"Notes for proposal.\",\n            \"workOrderNote\": \"Notes for work order.\",\n            \"lat\": 33.6400611,\n            \"lon\": -117.7577602,\n            \"market\": \"Commercial\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"arborist@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    }\n]\n\n</code></pre>\n<hr />\n<h3 id=\"payload-field-descriptions\"><strong>Payload Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the appointment.</td>\n</tr>\n<tr>\n<td><code>startDate</code></td>\n<td>String</td>\n<td>The start date and time of the appointment in ISO 8601 format.</td>\n</tr>\n<tr>\n<td><code>endDate</code></td>\n<td>String</td>\n<td>The end date and time of the appointment in ISO 8601 format.</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>String</td>\n<td>Any additional notes associated with the appointment.</td>\n</tr>\n<tr>\n<td><code>project</code></td>\n<td>Object</td>\n<td>The project related to the appointment. Contains detailed information about the project.</td>\n</tr>\n<tr>\n<td><code>arborist</code></td>\n<td>Object</td>\n<td>The arborist assigned to the appointment. Contains details about the arborist.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"project-object-fields\"><strong>Project Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the project.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the project.</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The first line of the project’s address.</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The second line of the project’s address.</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city of the project’s location.</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state of the project’s location.</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code of the project’s location.</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The contact name for the project.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address associated with the project.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number associated with the project.</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>Notes related to the project.</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Notes for the project proposal.</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes for the work order of the project.</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Number</td>\n<td>The latitude of the project’s location.</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Number</td>\n<td>The longitude of the project’s location.</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market type for the project (e.g., <code>Commercial</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"arborist-object-fields\"><strong>Arborist Object Fields</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier for the arborist.</td>\n</tr>\n<tr>\n<td><code>arboristNumber</code></td>\n<td>String</td>\n<td>The arborist's identifier (e.g., <code>\"Inventory Specialist!\"</code>).</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the arborist.</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the arborist.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the arborist.</td>\n</tr>\n<tr>\n<td><code>color</code></td>\n<td>String</td>\n<td>The color associated with the arborist for display purposes (e.g., <code>\"e1bee7ff\"</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case\"><strong>Use Case</strong></h3>\n<p>This endpoint is useful for retrieving a list of estimator appointments within a specified date range. It helps in scheduling, tracking appointments, and ensuring that the appropriate arborists are assigned to each project based on the appointments scheduled.</p>\n<hr />\n<h3 id=\"success-response\"><strong>Success Response</strong></h3>\n<p>A successful response will return an array of appointments that match the specified <code>startDate</code> and <code>endDate</code>, including project and arborist details for each appointment.</p>\n<hr />\n<h3 id=\"error-response\"><strong>Error Response</strong></h3>\n<p>If no appointments are found within the given date range or if invalid query parameters are provided, an error response might look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"error\": \"No appointments found\",\n    \"message\": \"No estimator appointments found within the specified date range.\"\n}\n\n</code></pre>\n<hr />\n<p>This endpoint allows users to query and manage appointments in ArborNote, ensuring that project-related scheduling is organized and easy to track.</p>\n","urlObject":{"protocol":"https","path":["v1","appointments"],"host":["api","arbor-note","com"],"query":[{"key":"startDate","value":"2023-06-21T00:00:00Z"},{"key":"endDate","value":"2025-08-10T00:00:00Z"}],"variable":[]}},"response":[{"id":"8d76421b-e9fb-418e-ad52-e9be96a540d5","name":"/appointments api key","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"\n{  \"startDate\": \"2023-06-21\", \"endDate\": \"2023-08-10\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.arbor-note.com/v1/appointments","protocol":"https","host":["api","arbor-note","com"],"path":["v1","appointments"],"query":[{"key":"startDate","value":"\"2023-06-21\"","type":"text","disabled":true},{"key":"endDate","value":"\"2023-08-10\"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Nov 2024 12:10:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"647"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a27b365f-b479-4bbf-b2d1-b564909adea9"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"Bpco4FOYoAMEU6A="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6740749e-74ed32227e481071309a5e9f;Parent=07cda09ca459268c;Sampled=0;Lineage=1:09378edd:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2023-06-23T06:00:00-07:00\",\n        \"endDate\": \"2023-06-23T07:00:00-07:00\",\n        \"startDate\": \"2023-06-23T06:00:00-07:00\",\n        \"lat\": 33.6845673,\n        \"lon\": -117.8265049,\n        \"id\": 3617,\n        \"arboristId\": 4728,\n        \"projectId\": 218806,\n        \"note\": \"\",\n        \"project\": {\n            \"contactName\": \"NoneUSEDA\",\n            \"address2\": \"Irvine\",\n            \"zip\": \"43026\",\n            \"clientNote\": \"\",\n            \"number\": \"\",\n            \"projectNote\": \"\",\n            \"address1\": \"1005 Solvay Aisle\",\n            \"state\": \"California\",\n            \"name\": \"1-Clone-Delete\",\n            \"id\": 218806,\n            \"city\": \"Irvine\",\n            \"phone\": \"03451234567\",\n            \"email\": \"jkim@useda.com\"\n        },\n        \"arborist\": {\n            \"arboristNumber\": \"\",\n            \"name\": \"\",\n            \"id\": 4728,\n            \"phone\": \"\",\n            \"email\": \"admin@arbornote.com\"\n        },\n        \"color\": \"000000ff\"\n    }\n]"},{"id":"306178e5-22ad-4ade-9cfd-a59b23d0dc41","name":"/appointments","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":{"raw":"https://1m731rjfae.execute-api.us-east-1.amazonaws.com/v1/appointments?startDate=2023-06-21T00:00:00Z&endDate=2025-08-10T00:00:00Z","protocol":"https","host":["1m731rjfae","execute-api","us-east-1","amazonaws","com"],"path":["v1","appointments"],"query":[{"key":"startDate","value":"2023-06-21T00:00:00Z","type":"text"},{"key":"endDate","value":"2025-08-10T00:00:00Z","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Dec 2024 19:32:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2702"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"6c6560e2-cefb-4109-b7ae-6fd29d75569d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"COttWEmSIAMEt8Q="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-674f5cbb-379b8ac7761e523a0f8448d4;Parent=44f1c40c386254c2;Sampled=0;Lineage=1:09378edd:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2024-07-18T06:00:00-07:00\",\n        \"endDate\": \"2024-07-18T07:00:00-07:00\",\n        \"startDate\": \"2024-07-18T06:00:00-07:00\",\n        \"lat\": 33.640057,\n        \"lon\": -117.7226979,\n        \"id\": 3681,\n        \"arboristId\": 571,\n        \"projectId\": 255964,\n        \"note\": \"\",\n        \"project\": {\n            \"contactName\": \"\",\n            \"address2\": \"Irvine\",\n            \"zip\": \"92618\",\n            \"clientNote\": \"\",\n            \"number\": \"\",\n            \"projectNote\": \"\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"California\",\n            \"name\": \"Mapless Proposal\",\n            \"id\": 255964,\n            \"city\": \"Irvine\",\n            \"phone\": \"\",\n            \"email\": \"\"\n        },\n        \"arborist\": {\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"id\": 571,\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\"\n        },\n        \"color\": \"e1bee7ff\"\n    },\n    {\n        \"date\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"lat\": 0,\n        \"lon\": 0,\n        \"id\": 3690,\n        \"arboristId\": 571,\n        \"projectId\": 249665,\n        \"note\": \"\",\n        \"project\": {\n            \"contactName\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"clientNote\": \"\",\n            \"number\": \"\",\n            \"projectNote\": \"\",\n            \"address1\": \"\",\n            \"state\": \"\",\n            \"name\": \"m2\",\n            \"id\": 249665,\n            \"city\": \"\",\n            \"phone\": \"\",\n            \"email\": \"\"\n        },\n        \"arborist\": {\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"id\": 571,\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\"\n        },\n        \"color\": \"e1bee7ff\"\n    },\n    {\n        \"date\": \"2024-11-27T06:00:00-08:00\",\n        \"endDate\": \"2024-11-28T07:00:00-08:00\",\n        \"startDate\": \"2024-11-27T06:00:00-08:00\",\n        \"lat\": 33.6400611,\n        \"lon\": -117.7577602,\n        \"id\": 3708,\n        \"arboristId\": 571,\n        \"projectId\": 263754,\n        \"note\": \"Note\",\n        \"project\": {\n            \"contactName\": \"Ed Yo\",\n            \"address2\": \"Irvine\",\n            \"zip\": \"92618\",\n            \"clientNote\": \"\",\n            \"number\": \"\",\n            \"projectNote\": \"Notes about this project.\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"state\": \"CA\",\n            \"name\": \"ArborNote\",\n            \"id\": 263754,\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"edyo@cognetive-systems.com\"\n        },\n        \"arborist\": {\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"id\": 571,\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\"\n        },\n        \"color\": \"e1bee7ff\"\n    },\n    {\n        \"date\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"lat\": 33.7318654,\n        \"lon\": -117.7591288,\n        \"id\": 3709,\n        \"arboristId\": 571,\n        \"projectId\": 1039,\n        \"note\": \"\",\n        \"project\": {\n            \"contactName\": \"Contact Name\",\n            \"address2\": \"Irvine\",\n            \"zip\": \"92606\",\n            \"clientNote\": \"\",\n            \"number\": \"11\",\n            \"projectNote\": \"\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"state\": \"\",\n            \"name\": \"Northwood High School #1\",\n            \"id\": 1039,\n            \"city\": \"Irvine\",\n            \"phone\": \"555-555-5512\",\n            \"email\": \"jkim0130@gmail.com\"\n        },\n        \"arborist\": {\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"id\": 571,\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\"\n        },\n        \"color\": \"e1bee7ff\"\n    }\n]"},{"id":"32e1056a-11ae-474b-8e34-b3993705f5c2","name":"/appointments","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"\n{  \"startDate\": \"2023-06-21\", \"endDate\": \"2023-08-10\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.arbor-note.com/v1/appointments","protocol":"https","host":["api","arbor-note","com"],"path":["v1","appointments"],"query":[{"key":"startDate","value":"2023-06-21T00:00:00Z","disabled":true},{"key":"endDate","value":"2025-08-10T00:00:00Z","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Dec 2024 10:57:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1897"},{"key":"Connection","value":"close"},{"key":"x-amzn-RequestId","value":"1fd60b90-8ead-4533-9750-757fc0fad9cd"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"CUINgFDhIAMEbVQ="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67518722-53807513489f0b3e690f3c73;Parent=6c17e8863f7fb156;Sampled=0;Lineage=1:09378edd:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3681,\n        \"startDate\": \"2024-07-18T06:00:00-07:00\",\n        \"endDate\": \"2024-07-18T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 255964,\n            \"name\": \"Mapless Proposal\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"California\",\n            \"zip\": \"92618\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.640057,\n            \"lon\": -117.7226979,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3690,\n        \"startDate\": \"2024-08-02T06:00:00-07:00\",\n        \"endDate\": \"2024-08-02T07:00:00-07:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 249665,\n            \"name\": \"m2\",\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"contactName\": \"\",\n            \"email\": \"\",\n            \"phone\": \"\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 0,\n            \"lon\": 0,\n            \"market\": \"\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3708,\n        \"startDate\": \"2024-11-27T06:00:00-08:00\",\n        \"endDate\": \"2024-11-28T07:00:00-08:00\",\n        \"note\": \"Notes about this project.\",\n        \"project\": {\n            \"id\": 263754,\n            \"name\": \"ArborNote\",\n            \"address1\": \"15530 Rockfield Blvd\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"CA\",\n            \"zip\": \"92618\",\n            \"contactName\": \"Ed Yo\",\n            \"email\": \"edyo@cognetive-systems.com\",\n            \"phone\": \"555-555-5555\",\n            \"notes\": \"Notes about this project.\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.6400611,\n            \"lon\": -117.7577602,\n            \"market\": \"Commercial\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"Customer note\",\n            \"workOrderNote\": \"work note\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"testing\",\n            \"workOrderNote\": \"testing\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    },\n    {\n        \"id\": 3709,\n        \"startDate\": \"2024-11-29T06:00:00-08:00\",\n        \"endDate\": \"2024-11-30T07:00:00-08:00\",\n        \"note\": \"\",\n        \"project\": {\n            \"id\": 1039,\n            \"name\": \"Northwood High School #1\",\n            \"address1\": \"4515 Portola Pkwy\",\n            \"address2\": \"Irvine\",\n            \"city\": \"Irvine\",\n            \"state\": \"\",\n            \"zip\": \"92606\",\n            \"contactName\": \"Contact Name\",\n            \"email\": \"jkim0130@gmail.com\",\n            \"phone\": \"555-555-5512\",\n            \"notes\": \"\",\n            \"proposalNote\": \"\",\n            \"workOrderNote\": \"\",\n            \"lat\": 33.7318654,\n            \"lon\": -117.7591288,\n            \"market\": \"School\"\n        },\n        \"arborist\": {\n            \"id\": 571,\n            \"arboristNumber\": \"Inventory Specialist!\",\n            \"name\": \"ArborNote User\",\n            \"phone\": \"555-555-5555\",\n            \"email\": \"jae.kim@cognetive-systems.com\",\n            \"color\": \"e1bee7ff\"\n        }\n    }\n]"}],"_postman_id":"d3caf170-0c1a-4456-84f9-e876dae80548"},{"name":"/webhook/events","id":"ad9d2af0-f096-4e40-b7eb-219d686ea827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/webhook/events?event_type=proposal.status.updated","urlObject":{"protocol":"https","path":["v1","webhook","events"],"host":["api","arbor-note","com"],"query":[{"key":"event_type","value":"proposal.status.updated"}],"variable":[]}},"response":[{"id":"a7e7cca8-6705-49d1-b3b3-2c3313226522","name":"api /webhook/events?event_type=proposal.status.updated","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":{"raw":"https://api.arbor-note.com/v1/webhook/events?event_type=proposal.status.updated","protocol":"https","host":["api","arbor-note","com"],"path":["v1","webhook","events"],"query":[{"key":"event_type","value":"proposal.status.updated"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jan 2025 17:35:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1306"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bc150e00-4bb7-44c2-b037-41aeb57ec52f"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"Efd1EGI7oAMEu4g="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67894353-178e0323011c24d4069541bb;Parent=1c03a72983ef894b;Sampled=0;Lineage=1:7a118c49:0"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"event\": \"proposal.status.updated\",\n        \"endpoint\": \"api_update_proposal\",\n        \"api\": \"/proposal/id/status\",\n        \"method\": \"POST\",\n        \"data\": {\n            \"proposal\": {\n                \"id\": 552699,\n                \"approveUrl\": \"http://arbornote-link-beta.s3-website-us-east-1.amazonaws.com/phc/approve/552699/CBA38967-D342-49CB-8E8ECC6E7FDAF477\",\n                \"salesperson\": \"\",\n                \"total\": 0,\n                \"dateCreated\": \"2023-10-27T07:05:32-07:00\",\n                \"status\": \"Open\"\n            },\n            \"account\": {\n                \"name\": \"Jae Test\",\n                \"address1\": \"7665 Fishel Dr N\",\n                \"address2\": \"\",\n                \"city\": \"Dublin\",\n                \"state\": \"Ohio\",\n                \"zip\": \"\",\n                \"contactName\": \"ArborNote User\",\n                \"phone\": \"555-555-5555\",\n                \"email\": \"jae.kim@cognetive-systems.com\",\n                \"logo\": \"https://s3.amazonaws.com/arbornote-images/logo/arbonote-logo7.png\"\n            },\n            \"project\": {\n                \"id\": 99997,\n                \"name\": \"1-Clone\",\n                \"address1\": \"Islamabad, pakistan \",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zip\": \"\",\n                \"contactName\": \"NoneUSEDA\",\n                \"email\": \"jkim@useda.com\",\n                \"phone\": \"5555555555\",\n                \"notes\": \"\",\n                \"proposalNote\": \"\",\n                \"workOrderNote\": \"\",\n                \"lat\": 33.6995086,\n                \"lon\": 73.0362897,\n                \"market\": \"\"\n            },\n            \"client\": {\n                \"id\": 0,\n                \"name\": \"##23NewProject\",\n                \"address1\": \"\",\n                \"address2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"zip\": \"03451234567\",\n                \"contactName\": \"NoneUSEDA\",\n                \"email\": \"\",\n                \"phone\": \"\"\n            },\n            \"lineItems\": [\n                {\n                    \"quantity\": 6,\n                    \"common\": \"Afghan Pine\",\n                    \"botanical\": \"Pinus eldarica\",\n                    \"price\": 112,\n                    \"objective\": \"\"\n                }\n            ]\n        }\n    }\n]"}],"_postman_id":"ad9d2af0-f096-4e40-b7eb-219d686ea827"},{"name":"/webhook","id":"da9a5622-b342-4b64-939d-8c74d8b88fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\" : \"https://hooks.arbor-note.com/hooks/standard/20999903/7bccd49daaef41debc2fd39e26dbee2c/\",\n    \"eventType\" : \"client.created\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/webhook","urlObject":{"protocol":"https","path":["v1","webhook"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"a82b452a-f5c8-479c-ab70-57f9c96d22b0","name":"/webhook","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\" : \"https://hooks.zapier.com/hooks/standard/20999903/7bccd49daaef41debc2fd39e26dbee2c/\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.arbor-note.com/v1/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2024 18:49:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"a0fda4fc-1b0b-4d37-b846-de0e9ca7c69d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"C8whEFhcIAMEDRQ="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6761c7a0-633e79ea2c43409332acc22a;Parent=07ee76fe00492bf5;Sampled=0;Lineage=1:cdf48758:0"}],"cookie":[],"responseTime":null,"body":"\"Record updated successfully.\""}],"_postman_id":"da9a5622-b342-4b64-939d-8c74d8b88fa5"},{"name":"/webhook","id":"1ac1263a-93b1-475c-a580-2832c5c9ea3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/webhook","urlObject":{"protocol":"https","path":["v1","webhook"],"host":["api","arbor-note","com"],"query":[],"variable":[]}},"response":[{"id":"61a35b25-09c6-4fea-8841-641b2488e35c","name":"/webhook","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"{api-key}","type":"text"}],"url":"https://api.arbor-note.com/v1/webhook"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Dec 2024 17:09:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"92c2cb0f-a012-429e-8c6e-6055c450ef5b"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"x-amz-apigw-id","value":"DTmi8G_2oAMEITw="},{"key":"Expires","value":"Mon,11 Nov 2010 08:36:00 GMT"},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET"},{"key":"X-Amzn-Trace-Id","value":"Root=1-676aeadf-108801fa61835aab7af08f9b;Parent=49db420292feda1d;Sampled=0;Lineage=1:8d1417bc:0"}],"cookie":[],"responseTime":null,"body":"\"No webhook url exist\""}],"_postman_id":"1ac1263a-93b1-475c-a580-2832c5c9ea3a"}],"id":"824735d5-7b69-469a-84e0-57ba89419b4e","_postman_id":"824735d5-7b69-469a-84e0-57ba89419b4e","description":""},{"name":"Webhooks","item":[],"id":"6c22b872-f70d-4f54-b579-4cb9cc881a98","description":"<h3 id=\"webhook-payload-clientcreated\">Webhook Payload: <code>client.created</code></h3>\n<p>The <code>client.created</code> webhook is triggered when a new client is successfully created. It provides details about the event, including the associated API endpoint, method, and client data.</p>\n<hr />\n<h4 id=\"payload-structure\"><strong>Payload Structure</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>String</td>\n<td>The name of the event that triggered the webhook (e.g., <code>\"client.created\"</code>).</td>\n</tr>\n<tr>\n<td><code>endpoint</code></td>\n<td>String</td>\n<td>The internal name of the endpoint associated with the event (e.g., <code>\"api_create_client\"</code>).</td>\n</tr>\n<tr>\n<td><code>api</code></td>\n<td>String</td>\n<td>The API endpoint where the creation request was made (e.g., <code>\"/project\"</code>).</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td>String</td>\n<td>The HTTP method used for the API request (e.g., <code>\"POST\"</code>).</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td>An object containing details about the created client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"data-object\"><strong>Data Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The primary street address of the client (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The secondary address line, such as a suite or unit number (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code for the client’s location (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the primary contact person (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier assigned to the client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"example-payload\"><strong>Example Payload</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"event\": \"client.created\",\n   \"endpoint\": \"api_create_client\",\n   \"api\": \"/project\",\n   \"method\": \"POST\",\n   \"data\": {\n       \"name\": \"Apple\",\n       \"address1\": \"1 Apple Park Way\",\n       \"address2\": \"Suite A\",\n       \"city\": \"Cupertino\",\n       \"state\": \"CA\",\n       \"zip\": \"95014\",\n       \"contactName\": \"John Smith\",\n       \"email\": \"jsmith@cognetive-systems.com\",\n       \"phone\": \"555-555-5555\",\n       \"id\": 35946\n   }\n}\n\n</code></pre>\n<hr />\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>The <code>event</code> field specifies the event type (<code>\"client.created\"</code>) for easier categorization and handling of webhook payloads.</p>\n</li>\n<li><p>The <code>endpoint</code>, <code>api</code>, and <code>method</code> fields indicate the source of the request and the HTTP method used.</p>\n</li>\n<li><p>The <code>data</code> object contains all relevant client details, which can be used to synchronize or update external systems.</p>\n</li>\n</ul>\n<h3 id=\"webhook-payload-clientupdated\">Webhook Payload: <code>client.updated</code></h3>\n<p>The <code>client.updated</code> webhook is triggered when an existing client record is updated. It provides details about the event, including the associated API endpoint, HTTP method, and the updated client information.</p>\n<hr />\n<h4 id=\"payload-structure-1\"><strong>Payload Structure</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>String</td>\n<td>The name of the event that triggered the webhook (e.g., <code>\"client.updated\"</code>).</td>\n</tr>\n<tr>\n<td><code>endpoint</code></td>\n<td>String</td>\n<td>The internal name of the endpoint associated with the event (e.g., <code>\"api_update_client\"</code>).</td>\n</tr>\n<tr>\n<td><code>api</code></td>\n<td>String</td>\n<td>The API endpoint used to update the client record (e.g., <code>\"/client/clientID\"</code>).</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td>String</td>\n<td>The HTTP method used for the update request (e.g., <code>\"POST\"</code>).</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td>An object containing the updated details of the client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"data-object-1\"><strong>Data Object</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The updated name of the client (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The updated primary street address of the client (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The updated secondary address line, such as a suite or unit number (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The updated city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The updated state where the client is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The updated ZIP code for the client’s location (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The updated name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The updated email address of the primary contact person (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The updated phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>The unique identifier of the client that was updated (e.g., <code>35861</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"example-payload-1\"><strong>Example Payload</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"event\": \"client.updated\",\n   \"endpoint\": \"api_update_client\",\n   \"api\": \"/client/clientID\",\n   \"method\": \"POST\",\n   \"data\": {\n       \"name\": \"Apple\",\n       \"address1\": \"1 Apple Park Way\",\n       \"address2\": \"Suite A\",\n       \"city\": \"Cupertino\",\n       \"state\": \"CA\",\n       \"zip\": \"95014\",\n       \"contactName\": \"John Smith\",\n       \"email\": \"jsmith@cognetive-systems.com\",\n       \"phone\": \"555-555-5555\",\n       \"id\": 35861\n   }\n}\n\n</code></pre>\n<hr />\n<h4 id=\"notes-1\"><strong>Notes</strong></h4>\n<ul>\n<li><p>The <code>event</code> field indicates the type of action performed (<code>\"client.updated\"</code>) to help categorize and process the webhook.</p>\n</li>\n<li><p>The <code>api</code> and <code>method</code> fields specify the API endpoint and HTTP method used for the client update.</p>\n</li>\n<li><p>The <code>data</code> object contains the most recent details of the updated client for synchronization or audit purposes.</p>\n</li>\n</ul>\n<h3 id=\"webhook-payload-projectcreated\">Webhook Payload: <code>project.created</code></h3>\n<p>The <code>project.created</code> webhook is triggered when a new project is created. It provides details about the event, including the associated API endpoint, HTTP method, project details, and related client information.</p>\n<hr />\n<h4 id=\"payload-structure-2\"><strong>Payload Structure</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>String</td>\n<td>The name of the event that triggered the webhook (e.g., <code>\"project.created\"</code>).</td>\n</tr>\n<tr>\n<td><code>endpoint</code></td>\n<td>String</td>\n<td>The internal name of the endpoint associated with the event (e.g., <code>\"api_create_project\"</code>).</td>\n</tr>\n<tr>\n<td><code>api</code></td>\n<td>String</td>\n<td>The API endpoint used to create the project (e.g., <code>\"/project\"</code>).</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td>String</td>\n<td>The HTTP method used for the API request (e.g., <code>\"POST\"</code>).</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td>An object containing the project and client details.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"data-object-2\"><strong>Data Object</strong></h4>\n<h5 id=\"project-object\"><strong>Project Object</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the project (e.g., <code>\"ArborNote\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The primary street address of the project (e.g., <code>\"15530 Rockfield Blvd\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The secondary address line, such as a suite or unit number (e.g., <code>\"Suite C\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the project is located (e.g., <code>\"Irvine\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the project is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code for the project’s location (e.g., <code>\"92618\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the project (e.g., <code>\"Ed Yo\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the primary contact person (e.g., <code>\"edyo@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>General notes about the project (e.g., <code>\"Notes about this project.\"</code>).</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Notes specific to proposals associated with this project (e.g., <code>\"Notes for proposal.\"</code>).</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Notes specific to work orders associated with this project (e.g., <code>\"Notes for work order.\"</code>).</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>The latitude of the project location (e.g., <code>33.6400611</code>).</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>The longitude of the project location (e.g., <code>-117.7577602</code>).</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The market category for the project (e.g., <code>\"Commercial\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier assigned to the project.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"client-object\"><strong>Client Object</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client associated with the project (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The primary street address of the client (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The secondary address line, such as a suite or unit number (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code for the client’s location (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the primary contact person (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier assigned to the client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"example-payload-2\"><strong>Example Payload</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"event\": \"project.created\",\n   \"endpoint\": \"api_create_project\",\n   \"api\": \"/project\",\n   \"method\": \"POST\",\n   \"data\": {\n       \"project\": {\n           \"name\": \"ArborNote\",\n           \"address1\": \"15530 Rockfield Blvd\",\n           \"address2\": \"Suite C\",\n           \"city\": \"Irvine\",\n           \"state\": \"CA\",\n           \"zip\": \"92618\",\n           \"contactName\": \"Ed Yo\",\n           \"email\": \"edyo@cognetive-systems.com\",\n           \"phone\": \"555-555-5555\",\n           \"notes\": \"Notes about this project.\",\n           \"proposalNote\": \"Notes for proposal.\",\n           \"workOrderNote\": \"Notes for work order.\",\n           \"lat\": 33.6400611,\n           \"lon\": -117.7577602,\n           \"market\": \"Commercial\",\n           \"id\": 263828\n       },\n       \"client\": {\n           \"name\": \"Apple\",\n           \"address1\": \"1 Apple Park Way\",\n           \"address2\": \"Suite A\",\n           \"city\": \"Cupertino\",\n           \"state\": \"CA\",\n           \"zip\": \"95014\",\n           \"contactName\": \"John Smith\",\n           \"email\": \"jsmith@cognetive-systems.com\",\n           \"phone\": \"555-555-5555\",\n           \"id\": 35945\n       }\n   }\n}\n\n</code></pre>\n<hr />\n<h4 id=\"notes-2\"><strong>Notes</strong></h4>\n<ul>\n<li><p>The <code>event</code> field specifies the type of action performed (<code>\"project.created\"</code>) for better categorization.</p>\n</li>\n<li><p>The <code>data</code> object contains two nested objects: <code>project</code> for project details and <code>client</code> for the associated client’s information.</p>\n</li>\n<li><p>Use the <code>lat</code> and <code>lon</code> fields for geolocation-based features, if applicable.</p>\n</li>\n<li><p>Ensure proper validation and authentication when processing this payload.</p>\n</li>\n</ul>\n<h3 id=\"webhook-payload-projectupdated\">Webhook Payload: <code>project.updated</code></h3>\n<p>The <code>project.updated</code> webhook is triggered when an existing project record is updated. This payload contains the event metadata, API endpoint information, and the updated details for the project and associated client.</p>\n<hr />\n<h4 id=\"payload-structure-3\"><strong>Payload Structure</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>String</td>\n<td>The name of the event that triggered the webhook (e.g., <code>\"project.updated\"</code>).</td>\n</tr>\n<tr>\n<td><code>endpoint</code></td>\n<td>String</td>\n<td>The internal name of the endpoint associated with the event (e.g., <code>\"api_update_project\"</code>).</td>\n</tr>\n<tr>\n<td><code>api</code></td>\n<td>String</td>\n<td>The API endpoint used to update the project (e.g., <code>\"/project\"</code>).</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td>String</td>\n<td>The HTTP method used for the API request (e.g., <code>\"POST\"</code>).</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td>An object containing the updated project and client details.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"data-object-3\"><strong>Data Object</strong></h4>\n<h5 id=\"project-object-1\"><strong>Project Object</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The updated name of the project (e.g., <code>\"ArborNote\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The updated primary street address of the project (e.g., <code>\"15530 Rockfield Blvd\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The updated secondary address line, such as a suite or unit number (e.g., <code>\"Suite C\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The updated city where the project is located (e.g., <code>\"Irvine\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The updated state where the project is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The updated ZIP code for the project’s location (e.g., <code>\"92618\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The updated name of the primary contact person for the project (e.g., <code>\"Ed Yo\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The updated email address of the primary contact person (e.g., <code>\"edyo@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The updated phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>String</td>\n<td>Updated general notes about the project (e.g., <code>\"Notes about this project.\"</code>).</td>\n</tr>\n<tr>\n<td><code>proposalNote</code></td>\n<td>String</td>\n<td>Updated notes specific to proposals associated with this project (e.g., <code>\"Notes for proposal.\"</code>).</td>\n</tr>\n<tr>\n<td><code>workOrderNote</code></td>\n<td>String</td>\n<td>Updated notes specific to work orders associated with this project (e.g., <code>\"Notes for work order.\"</code>).</td>\n</tr>\n<tr>\n<td><code>lat</code></td>\n<td>Float</td>\n<td>The updated latitude of the project location (e.g., <code>33.6400611</code>).</td>\n</tr>\n<tr>\n<td><code>lon</code></td>\n<td>Float</td>\n<td>The updated longitude of the project location (e.g., <code>-117.7577602</code>).</td>\n</tr>\n<tr>\n<td><code>market</code></td>\n<td>String</td>\n<td>The updated market category for the project (e.g., <code>\"Commercial\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier assigned to the project.</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"client-object-1\"><strong>Client Object</strong></h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>String</td>\n<td>The name of the client associated with the project (e.g., <code>\"Apple\"</code>).</td>\n</tr>\n<tr>\n<td><code>address1</code></td>\n<td>String</td>\n<td>The primary street address of the client (e.g., <code>\"1 Apple Park Way\"</code>).</td>\n</tr>\n<tr>\n<td><code>address2</code></td>\n<td>String</td>\n<td>The secondary address line, such as a suite or unit number (e.g., <code>\"Suite A\"</code>).</td>\n</tr>\n<tr>\n<td><code>city</code></td>\n<td>String</td>\n<td>The city where the client is located (e.g., <code>\"Cupertino\"</code>).</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td>String</td>\n<td>The state where the client is located, in two-letter abbreviation (e.g., <code>\"CA\"</code>).</td>\n</tr>\n<tr>\n<td><code>zip</code></td>\n<td>String</td>\n<td>The ZIP code for the client’s location (e.g., <code>\"95014\"</code>).</td>\n</tr>\n<tr>\n<td><code>contactName</code></td>\n<td>String</td>\n<td>The name of the primary contact person for the client (e.g., <code>\"John Smith\"</code>).</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td>String</td>\n<td>The email address of the primary contact person (e.g., <code>\"jsmith@cognetive-systems.com\"</code>).</td>\n</tr>\n<tr>\n<td><code>phone</code></td>\n<td>String</td>\n<td>The phone number of the primary contact person (e.g., <code>\"555-555-5555\"</code>).</td>\n</tr>\n<tr>\n<td><code>id</code></td>\n<td>Integer</td>\n<td>A unique identifier assigned to the client.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h4 id=\"example-payload-3\"><strong>Example Payload</strong></h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"event\": \"project.updated\",\n   \"endpoint\": \"api_update_project\",\n   \"api\": \"/project\",\n   \"method\": \"POST\",\n   \"data\": {\n       \"project\": {\n           \"name\": \"ArborNote\",\n           \"address1\": \"15530 Rockfield Blvd\",\n           \"address2\": \"Suite C\",\n           \"city\": \"Irvine\",\n           \"state\": \"CA\",\n           \"zip\": \"92618\",\n           \"contactName\": \"Ed Yo\",\n           \"email\": \"edyo@cognetive-systems.com\",\n           \"phone\": \"555-555-5555\",\n           \"notes\": \"Notes about this project.\",\n           \"proposalNote\": \"Notes for proposal.\",\n           \"workOrderNote\": \"Notes for work order.\",\n           \"lat\": 33.6400611,\n           \"lon\": -117.7577602,\n           \"market\": \"Commercial\",\n           \"id\": 263828\n       },\n       \"client\": {\n           \"name\": \"Apple\",\n           \"address1\": \"1 Apple Park Way\",\n           \"address2\": \"Suite A\",\n           \"city\": \"Cupertino\",\n           \"state\": \"CA\",\n           \"zip\": \"95014\",\n           \"contactName\": \"John Smith\",\n           \"email\": \"jsmith@cognetive-systems.com\",\n           \"phone\": \"555-555-5555\",\n           \"id\": 35945\n       }\n   }\n}\n\n</code></pre>\n<hr />\n<h4 id=\"notes-3\"><strong>Notes</strong></h4>\n<ul>\n<li><p>The <code>event</code> field signifies the type of action performed (<code>\"project.updated\"</code>) for categorization.</p>\n</li>\n<li><p>The <code>data</code> object contains two sub-objects: <code>project</code> for project details and <code>client</code> for associated client information.</p>\n</li>\n<li><p>Ensure that the updated values are validated before integration or synchronization into your system.</p>\n</li>\n</ul>\n<h3 id=\"webhook-event-proposalstatusupdated\">Webhook Event: <strong><code>proposal.status.updated</code></strong></h3>\n<p>This webhook event is triggered when the status of a proposal is updated within the ArborNote system. It facilitates the integration between ArborNote and external systems (e.g., HubSpot), allowing the status of the proposal to be synchronized with the external service in real-time.</p>\n<h3 id=\"webhook-payload\"><strong>Webhook Payload</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"event\": \"proposal.status.updated\",\n    \"endpoint\": \"hubspot_udpate_proposal\",\n    \"api\": \"/ec2/hubspot/deals/proposalID\",\n    \"method\": \"POST\",\n    \"data\": {\n        \"proposal\": {\n            \"id\": 552545,\n            \"status\": \"Submitted\"\n        }\n    }\n}\n\n</code></pre>\n<hr />\n<h3 id=\"field-descriptions\"><strong>Field Descriptions</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>event</code></td>\n<td>String</td>\n<td><strong>Required</strong>. Specifies the name of the event that triggered the webhook. Here, it is <code>proposal.status.updated</code>, indicating a change in the status of a proposal.</td>\n</tr>\n<tr>\n<td><code>endpoint</code></td>\n<td>String</td>\n<td><strong>Required</strong>. The name or identifier of the external endpoint where the webhook data will be sent. In this example, it is <code>hubspot_udpate_proposal</code>, which likely refers to an integration for updating proposals in HubSpot.</td>\n</tr>\n<tr>\n<td><code>api</code></td>\n<td>String</td>\n<td><strong>Required</strong>. The API endpoint where the external service will receive the webhook payload. In this case, <code>/ec2/hubspot/deals/proposalID</code> is the API path, and the <code>proposalID</code> is a placeholder that will be replaced with the actual proposal's ID.</td>\n</tr>\n<tr>\n<td><code>method</code></td>\n<td>String</td>\n<td><strong>Required</strong>. The HTTP method that will be used to send the webhook data to the specified endpoint. In this case, it is a <code>POST</code> request, typically used to send data to the external system.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Object</td>\n<td><strong>Required</strong>. The payload containing the updated proposal information that will be sent to the external endpoint.</td>\n</tr>\n<tr>\n<td><code>data.proposal</code></td>\n<td>Object</td>\n<td><strong>Required</strong>. Contains the details of the updated proposal.</td>\n</tr>\n<tr>\n<td><code>data.proposal.id</code></td>\n<td>Integer</td>\n<td><strong>Required</strong>. The unique identifier of the proposal whose status has been updated. In this example, it is <code>552545</code>.</td>\n</tr>\n<tr>\n<td><code>data.proposal.status</code></td>\n<td>String</td>\n<td><strong>Required</strong>. The updated status of the proposal. In this case, the status is <code>\"Submitted\"</code>, but this can vary depending on the actual status change.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"use-case-example\"><strong>Use Case Example</strong></h3>\n<p>This webhook could be used in a scenario where ArborNote integrates with HubSpot to automatically update the status of deals when the status of a proposal changes. For instance:</p>\n<ol>\n<li><p><strong>Proposal Status Update</strong>: A user updates a proposal status to \"Submitted\" in ArborNote.</p>\n</li>\n<li><p><strong>Webhook Trigger</strong>: This triggers the <code>proposal.status.updated</code> event.</p>\n</li>\n<li><p><strong>Data Sent to External Endpoint</strong>: The webhook sends a <code>POST</code> request to the HubSpot API endpoint, where the proposal's ID and the new status (\"Submitted\") are sent.</p>\n</li>\n<li><p><strong>External System Update</strong>: The external system (HubSpot) receives the payload and updates the corresponding deal's status to \"Submitted.\"</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"success-response\"><strong>Success Response</strong></h3>\n<p>Upon receiving the webhook payload, the external system (HubSpot in this case) will process the data and respond with a success message (such as HTTP status 200 OK), indicating that the status update has been successfully handled.</p>\n<hr />\n<h3 id=\"error-handling\"><strong>Error Handling</strong></h3>\n<p>If the external system encounters an issue while processing the webhook payload (e.g., invalid data, service downtime), it may respond with an error status (such as HTTP 400 Bad Request or HTTP 500 Internal Server Error). The webhook service may log this error for further investigation or retry the request, depending on the configured behavior.</p>\n<hr />\n<h3 id=\"why-this-event-matters\"><strong>Why This Event Matters</strong></h3>\n<p>This event allows seamless synchronization between ArborNote and external systems, ensuring that proposal status updates are reflected in real time in tools like HubSpot. This improves workflow efficiency by automating the process of updating deal statuses across platforms without requiring manual intervention.</p>\n","_postman_id":"6c22b872-f70d-4f54-b579-4cb9cc881a98"}]}