{"info":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>SalesCandy's Graph API will allow you to query your data in SalesCandy using programmatic API integrations with your reporting, BI, or CRM systems. </p>\n<p>Using the API you can perform the following use cases, and more:</p>\n<ul>\n<li><p>Query and browse the data on SalesCandy.\nNow you can use your favorite BI tools like Microsoft Power BI or Tableau to analyze your data on SalesCandy. You can access raw data of your account, projects, lead sources, salespersons, leads, etc on SalesCandy.</p>\n</li>\n<li><p>Use it together with the <em>SalesCandy CandySync Webhook</em>, to sync your data from SalesCandy to your CRM system in real-time.</p>\n<ul>\n<li>All lead info.</li>\n<li>All updates are tracked in the action logs.</li>\n</ul>\n</li>\n<li><p>Sync changes from your CRM system with SalesCandy with incoming webhooks;</p>\n<ul>\n<li>When salespersons change lead status on the CRM system.</li>\n<li>When won details are updated on the CRM system in SalesCandy's format.</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"using-graphql\">Using GraphQL</h1>\n<p>SalesCandy's Graph API is implemented using GraphQL.</p>\n<p>GraphQL is a data query language and specification developed internally by Facebook in 2012 before being publicly open sourced in 2015. It provides an alternative to REST-based architectures with the purpose of increasing developer productivity and minimizing amounts of data transferred.</p>\n<p>It provides clients, the ability to query an object graph (a hierarchical structure of related objects). Using GraphQL, clients also get to choose what fields need to be included in the response.</p>\n<p>Other than that, GraphQL is pretty much self explanatory. It is predetermined whether a query is valid or not, without having to rely on runtime checks.</p>\n<h2 id=\"references\">References</h2>\n<ol>\n<li><a href=\"https://graphql.org/learn/\">https://graphql.org/learn/</a></li>\n<li><a href=\"https://www.howtographql.com/\">https://www.howtographql.com/</a></li>\n<li><a href=\"https://medium.com/open-graphql/graphql-1-140fab436942\">https://medium.com/open-graphql/graphql-1-140fab436942</a></li>\n</ol>\n<h1 id=\"getting-started-postman-collection\">Getting Started - Postman Collection</h1>\n<p>The easiest way to get started with the API is to click the <a href=\"https://www.getpostman.com/docs/run_button_ux\"><em>Run in Postman</em></a> button present at the top of the documentation page and use the Postman App to send requests.</p>\n<h2 id=\"variables\">Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>variable</th>\n<th>value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><a href=\"https://graph.v3.salescandy.com\">https://graph.v3.salescandy.com</a></td>\n</tr>\n<tr>\n<td>token</td>\n<td>GET FROM MANAGER PORTAL</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication</h1>\n<p>A JWT web token are required to be sent as part of every request to the CRM API, in the form <code>jwttoken</code> in the request header.</p>\n<p>If you do not have the token, you can easily generate one by heading over to the manager portal, and finding it in the Management &gt; Integrations &gt; Graph API section.</p>\n<p><img src=\"https://support.salescandy.com/hc/article_attachments/360071240051/Screenshot_2020-10-01_at_10.28.12_AM.png\" alt=\"Management > Integrations > Graph API\"></p>\n<p>You may create a token which has read-only or both read-and-write permissions to access the Graph API, depending on your use-case.</p>\n<h2 id=\"example-headers\">Example headers</h2>\n<p>When you make requests, the <code>jwttoken</code> must be provided in the request header as shown below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>jwttoken: eyJhbGciO__REDACTED__DP6iKJ4\nContent-Type: application/json\nUser-Agent: PostmanRuntime/7.28.4\nAccept: */*\nCache-Control: no-cache\nPostman-Token: 5cd1be21-6738-4d64-b816-141f743f5923\nHost: graph.v3.salescandy.com\nAccept-Encoding: gzip, deflate, br\nConnection: keep-alive\n</code></pre><h2 id=\"authentication-related-error-response\">Authentication related error response</h2>\n<p>If an JWT token is missing, malformed, or invalid, you will receive a <code>401 Unauthorised</code> response code and the following JSON response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"errors\": [\n    {\n      \"errorType\": \"UnauthorizedException\",\n      \"message\": \"You are not authorized to make this call.\"\n    }\n  ]\n}\n</code></pre><p><strong>Note:</strong> Previous versions of this document refers to an API key which should be supplied with the <code>x-api-key</code> header. We no longer require this header, and it is ignored in existing integrations.</p>\n<h1 id=\"support\">Support</h1>\n<p>For help regarding accessing the API, feel free to drop in a line at <a href=\"mailto:help@salescandy.com\">help@salescandy.com</a>.</p>\n<p>In the event you receive a <code>503</code> response from our servers, it implies that we have hit an unexpected spike in API access traffic and would usually be operational within the next 24 hours. If the outage persists, or your receive any other form of <code>5XX</code> error, kindly let us know.</p>\n<h1 id=\"terms-of-use\">Terms of Use</h1>\n<p>For information on API terms of use and privacy, refer to our policy document at <a href=\"https://www.salescandy.com/legal/eutos\">https://www.salescandy.com/legal/eutos</a></p>\n<blockquote>\n<p>SalesCandy is not liable for any fault in the API or any harm that may result from its use; Developer is solely responsible for any liability which may arise from a Merchant’s access to or use of the API.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Using GraphQL","slug":"using-graphql"},{"content":"Getting Started - Postman Collection","slug":"getting-started-postman-collection"},{"content":"Authentication","slug":"authentication"},{"content":"Support","slug":"support"},{"content":"Terms of Use","slug":"terms-of-use"}],"owner":"3992819","collectionId":"b9f6a134-fc53-409d-81a7-3e0644ae254a","publishedId":"UVC5G86U","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"551d75","highlight":"8B1C5D"},"publishDate":"2021-11-10T07:02:07.000Z"},"item":[{"name":"Project","item":[{"name":"Projects List","event":[{"listen":"test","script":{"id":"072c3c85-8aab-4abc-ad90-568b1c29ec84","exec":["","","","const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                \"getProjectsList\":{","                    \"type\":\"object\",","                    \"properties\":{","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"object\",","                                \"properties\":{","                                    ","                                    \"id\":{","                                        \"type\":\"string\"","                                    },","                                    \"name\":{","                                        \"type\":\"string\"","                                    },","                                    \"status\":{","                                        \"type\":\"boolean\"","                                    },","                                    \"defaultCountryPhone\":{","                                        \"type\":[\"string\",\"null\"]","                                    }","                                },","                                \"required\":[\"id\",\"name\",\"status\",\"defaultCountryPhone\"]","                            }","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getProjectsList\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });","","const jsonData = pm.response.json();","","",""],"type":"text/javascript"}}],"id":"fa68378b-fe1c-4ed7-8916-5dace6b353e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>As stated above Postman uses <a href=\"https://www.getpostman.com/docs/environments\">environment variables</a>, once they have been set the <a href=\"https://www.getpostman.com/docs/collections\">collection</a> can automatically use it to make API calls, there are few environment variables that will be utilized throughout all the requests, these are the following: <code>url</code>, and <code>token</code>.</p>\n<p>However, before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>ProjectTableFilterInput</p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div><p>Provided below are the operations that can be utilized along with the Fields to narrow down the expected response.</p>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n<td>status</td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div><p>How these operations can be utilized are provided below.</p>\n<ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        },\n        \"status\":{\n            \"eq\":true\n        }\n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{       \n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        },\n        \"id\":{\n            \"lt\":\"600\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{       \n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        },\n        \"status\":{\n            \"ne\":true\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"notBetween\":[80,300]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"2baa348d-7ac3-48cf-8b4e-2ddee07e131b","name":"Projects List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:11:43 GMT"},{"key":"x-amzn-RequestId","value":"66cc1bd8-83dd-4814-aa93-67e5333a5f5d"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d103b7ce7f019a66fa1afbceb8b1f1c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"SKIPjISsxMcCiqydc1qF34PUFapnGi4yVibOlnXtwIwz6Pr_BUigig=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 21,\n            \"rows\": [\n                {\n                    \"id\": \"75\",\n                    \"name\": \"Manhattan\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"102\",\n                    \"name\": \"New Jersey\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"103\",\n                    \"name\": \"Massachusetts\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": null\n                },\n                {\n                    \"id\": \"106\",\n                    \"name\": \"Cambridge\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"340\",\n                    \"name\": \"Queens\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": \"+358\"\n                },\n                {\n                    \"id\": \"351\",\n                    \"name\": \"Samsung\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"353\",\n                    \"name\": \"California1\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+355\"\n                },\n                {\n                    \"id\": \"354\",\n                    \"name\": \"Apple\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"355\",\n                    \"name\": \"Apple3\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"370\",\n                    \"name\": \"samsungtwo\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"376\",\n                    \"name\": \"Huawei\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": \"+93\"\n                },\n                {\n                    \"id\": \"377\",\n                    \"name\": \"Vivo\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": \"+93\"\n                },\n                {\n                    \"id\": \"378\",\n                    \"name\": \"Oppo\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"380\",\n                    \"name\": \"Xiaomi\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": null\n                },\n                {\n                    \"id\": \"383\",\n                    \"name\": \"Tallal Copy\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": \"+60\"\n                }\n            ]\n        }\n    }\n}"},{"id":"522c03de-1d16-4788-bf84-0212c85205e0","name":"Projects List For a specific ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"id\":{\n\t\t\t\"eq\": 409\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:27:03 GMT"},{"key":"x-amzn-RequestId","value":"1279a8a0-d953-4b19-97a6-a7c66a0fb0e1"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f107b24da261bbf401e3e585531086ef.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"ivdi2rcvi3Np_nAMkh6PX1wC_RwL5SJGVL2IoOaQZ5kSrQQzB8vKmg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"409\",\n                    \"name\": \"Dedupe\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"18365f4d-dccb-41e0-bc7c-4315fa20eb86","name":"Projects List based on searching for name","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"name\":{\n\t\t\t\"like\": \"ded%\"\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:27:57 GMT"},{"key":"x-amzn-RequestId","value":"a8fd6d64-4838-4680-89f8-6878c90101eb"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f107b24da261bbf401e3e585531086ef.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"6fCaKwNV0LOOyoq6JvKmxZZocreqDhOx5v9PjiDQbt_ODixEfX29AA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"409\",\n                    \"name\": \"Dedupe\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"a8e71b07-a8df-47aa-b22e-519400108b25","name":"Between operation to search for specific Id and name","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\t\t\r\n\t\t\"id\":{\r\n\t\t\t\"between\":[408,410]\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"between\":[\"A\", \"E\"]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:24:13 GMT"},{"key":"x-amzn-RequestId","value":"df02b9d4-6887-4f3f-8aaf-bb21772bae39"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"nCyNjyIQeb8lIRBcLWx6OBgKIS49Iuqtchf3CnaXp_V2gqaBBmMEUg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"409\",\n                    \"name\": \"Dedupe\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"14467ed0-57db-4f88-9ba6-0a443ecbf54e","name":"Projects List based on Id's that are greater than a certain value","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"gt\":409\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:27:52 GMT"},{"key":"x-amzn-RequestId","value":"6f7df549-8749-4ba1-b715-28634cd1ded7"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"aivgylK3uJUs8hQCcUbVu2Sj8crMZDm9DrNMWfxVl_CtGn9X6ubjgw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"id\": \"410\",\n                    \"name\": \"Pepsi\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                },\n                {\n                    \"id\": \"411\",\n                    \"name\": \"Thirteen April\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                }\n            ]\n        }\n    }\n}"},{"id":"fbac1ea3-bf5b-4042-b121-edc8e57eb3f5","name":"Projects List based on Id's that are less than a certain value","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"lt\":409\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:30:17 GMT"},{"key":"x-amzn-RequestId","value":"2d5707ca-8390-48f3-8b0d-ffb7cf355157"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"cV_MH0cpAYfDnjlwmK8yF7XsImNTtVV73tahxw2fs72wfm9mX9mwSg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"408\",\n                    \"name\": \"sprite\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                }\n            ]\n        }\n    }\n}"},{"id":"7054367e-481c-439f-8b75-30cf2edcb618","name":"Projects List based on the \"not equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"ne\":408\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"ne\":\"F\"\r\n\t\t},\r\n\t\t\"status\":{\r\n\t\t\t\"ne\":true\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:33:23 GMT"},{"key":"x-amzn-RequestId","value":"4617b20f-38d1-4ebc-ae25-120555c6f5cc"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"Mus9A0nOLlAy3Mt695fTxT5cHEk5Pv557gtycuTvViuCbc-Tn0Sd2Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"id\": \"409\",\n                    \"name\": \"Dedupe\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                },\n                {\n                    \"id\": \"410\",\n                    \"name\": \"Pepsi\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"5f955f5e-8e2e-45ca-9cbb-bfe684b1bb68","name":"Projects List based on the \"in\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"in\":[408, 410]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"190"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:34:44 GMT"},{"key":"x-amzn-RequestId","value":"9724aa42-4c71-44e3-ac68-ed8740d0676a"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"c1Zj3UaWRb8p0BOjL0wulJKvkZHdZ8giBr_Z1uyKER6lMMOFTww6fg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"id\": \"408\",\n                    \"name\": \"sprite\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                },\n                {\n                    \"id\": \"410\",\n                    \"name\": \"Pepsi\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"80c31502-7682-4708-bc23-99a86945223d","name":"Projects List based on the \"like\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"name\":{\r\n\t\t\t\"like\":\"%pep%\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:36:52 GMT"},{"key":"x-amzn-RequestId","value":"c5b4e001-3cef-435c-a0a9-f7e30cf30087"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"f1toj-gZGeG5pWvN6t96S4dBcYQJlQr2OGjeLoGorpJGwr1YGiuFcw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"410\",\n                    \"name\": \"Pepsi\",\n                    \"status\": false,\n                    \"defaultCountryPhone\": null\n                }\n            ]\n        }\n    }\n}"},{"id":"2f15703e-c56c-4715-9d01-4a6118401466","name":"Projects List based on \"not between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectsList ($limit: Int, $offset: Int, $where: ProjectTableFilterInput) {\n    getProjectsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n            status\n            defaultCountryPhone\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"notBetween\":[408,410]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:37:48 GMT"},{"key":"x-amzn-RequestId","value":"469ae9e4-3a34-4c04-a3be-5268b78fbc7e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"Vphtmab-l4LsW8zkl728au0CiYIS0Q223LM207yQHl4AweGxyomTkA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"411\",\n                    \"name\": \"Thirteen April\",\n                    \"status\": true,\n                    \"defaultCountryPhone\": \"+60\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"fa68378b-fe1c-4ed7-8916-5dace6b353e9"},{"name":"Project Groups List","event":[{"listen":"test","script":{"id":"846bd539-da90-4264-8b39-f8f6bba2559f","exec":["const schema = {"," ","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getProjectGroupsList\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"object\",","                                \"properties\":{","                                    ","                                    \"id\":{","                                        \"type\":\"string\"","                                    },","                                    \"name\":{","                                        \"type\":\"string\"","                                    }","                                },","                                \"required\":[\"id\",\"name\"]","                            }","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getProjectGroupsList\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"34803fbc-a8ef-4f78-a75f-ed3b785fbb10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>ProjectGroupFilterInput</p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>Provided below are the operations that can be utilized along with the Fields to narrow down the expected response.</p>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div><p>How these operations can be utilized are provided below.</p>\n<ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        },\n        \"status\":{\n            \"eq\":true\n        }\n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        },\n        \"name\":{\n            \"gt\":\"D\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        },\n        \"status\":{\n            \"ne\":true\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"notBetween\":[80,300]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"36e50327-6d08-474b-b953-4e077d78e924","name":"Project Groups List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"265"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 06:14:35 GMT"},{"key":"x-amzn-RequestId","value":"4113c360-41ff-4b75-94df-05f5c38dd261"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d103b7ce7f019a66fa1afbceb8b1f1c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"qQ7xWT0LCqrbImW44dSx3VDsvC6N7Q8HDZee0ZLpvUWuL14HuC_CzQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 6,\n            \"rows\": [\n                {\n                    \"id\": \"28\",\n                    \"name\": \"North East Region\"\n                },\n                {\n                    \"id\": \"29\",\n                    \"name\": \"North West Region\"\n                },\n                {\n                    \"id\": \"43\",\n                    \"name\": \"North Region\"\n                },\n                {\n                    \"id\": \"44\",\n                    \"name\": \"South Region\"\n                },\n                {\n                    \"id\": \"45\",\n                    \"name\": \"East Region\"\n                },\n                {\n                    \"id\": \"47\",\n                    \"name\": \"Any Region\"\n                }\n            ]\n        }\n    }\n}"},{"id":"47684336-6500-454f-b7b1-8e2bab556cd0","name":"Project Groups List based on \"equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"eq\":55\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"eq\":\"abc\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:41:38 GMT"},{"key":"x-amzn-RequestId","value":"abb148c6-251d-4b89-9019-190f8eca677f"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"09o2qxSU2h6vg6x4Mc5JC1N19yK5IHuIFzZyg1hNPTnAfiEe1F_dug=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                }\n            ]\n        }\n    }\n}"},{"id":"86be594e-6834-49cf-a9f8-d72879a449c3","name":"Project Groups List based on \"greater than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"gt\":50\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"gt\":\"abc\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:43:57 GMT"},{"key":"x-amzn-RequestId","value":"bce171f5-91db-4910-8193-97c083f0e94c"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"ykH-lIYVAkTxacfJGq-kGQg_9SW6u7SrgM686_tJVVJsXPiAYV2_yQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"58\",\n                    \"name\": \"xyz\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a4507963-686b-47e6-a3c1-ea22fa2bc728","name":"Project Groups List based on \"less than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"lt\":60\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"lt\":\"xyz\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:45:18 GMT"},{"key":"x-amzn-RequestId","value":"66b07d20-ff46-4419-bad1-2f9c3a84cf02"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"QPcpDDW1EzE613VhZQj6VqNLHzOZtqHzZShxb_eBvh_9aPVzv7o-8A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                }\n            ]\n        }\n    }\n}"},{"id":"8eed10d3-7239-4b69-9513-ded0394b3139","name":"Project Groups List based on \"between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"between\":[50,60]\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"between\":[\"a\", \"d\"]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:46:44 GMT"},{"key":"x-amzn-RequestId","value":"f189b64d-96ec-4f9a-b663-c91ee904a055"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"ZEa4rDze0Yy-h97KGAiL0MJtvVerwPRk3KpRaKNIqxeTQlE6t6uYBg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                }\n            ]\n        }\n    }\n}"},{"id":"9a1f4fc6-7c00-45f3-9450-e1ab6db300fd","name":"Project Groups List based on \"not between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"notBetween\":[56,60]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:48:23 GMT"},{"key":"x-amzn-RequestId","value":"0485c98a-6b36-4f57-bbbd-c666446e8a58"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"-n-sytQ66t2iu-TJ5krTKVTok1I0kwMTc4xiB3YynMDm8VK2n8APPA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a3a10ebf-b609-4515-a40f-a2152c0bddb9","name":"Project Groups List based on \"like\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"name\":{\r\n\t\t\t\"like\":\"%a%\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:49:04 GMT"},{"key":"x-amzn-RequestId","value":"527b1c1c-5dcb-485d-bb38-5cc3aa934886"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"5mS_N8ZPQn2ccTYWWOf9rZCdfnttEy1ToGfqiqJupa3XB0_qM0_Dqg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a233fd4b-18ae-4f19-a169-542a1be78431","name":"Project Groups List based on \"in\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getProjectGroupsList ($limit: Int, $offset: Int, $where: ProjectGroupFilterInput) {\n    getProjectGroupsList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            name\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"in\":[55, 58]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:50:12 GMT"},{"key":"x-amzn-RequestId","value":"9a1c9e31-f1b8-48c5-9e2f-ff596de32533"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"sHXhkzXqGwSs45LlC1w9rTL_AdXnJI0DoDV3iG-JB_Lz8jwLuQl1cw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getProjectGroupsList\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"name\": \"abc\"\n                },\n                {\n                    \"id\": \"58\",\n                    \"name\": \"xyz\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"34803fbc-a8ef-4f78-a75f-ed3b785fbb10"}],"id":"178d5d02-ab11-4a00-aaa8-ac79d572a80f","description":"<p>This section of the requests provides the user with responses related to the Projects that have been created by them. These requests mainly supply the user with the List of all Projects and Project Groups that have been created.</p>\n","event":[{"listen":"prerequest","script":{"id":"93feb9bb-c7b6-4191-903b-88908967ef7a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d4fb28a6-5b7e-4083-99b7-59a57bbdf798","type":"text/javascript","exec":[""]}}],"_postman_id":"178d5d02-ab11-4a00-aaa8-ac79d572a80f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Team","item":[{"name":"Teams List","event":[{"listen":"test","script":{"id":"1e134829-e14d-4a24-9c47-7f45f37520bb","exec":["const schema = {"," ","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getGroupList\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"object\",","                                \"properties\":{","                                    ","                                    \"id\":{","                                        \"type\":\"string\"","                                    },","                                    \"limit\":{","                                        \"type\":[\"null\",\"string\"]","                                    },","                                    \"name\":{","                                        \"type\":\"string\"","                                    },","                                    \"status\":{","                                        \"type\":\"boolean\"","                                    },","                                    \"users\":{","                                        \"type\":\"array\",","                                        \"items\":{","                                            \"type\":\"object\",","                                            \"properties\":{","                                                ","                                                \"username\":{","                                                    \"type\":\"string\"","                                                },","                                                \"designation\":{","                                                    \"type\":\"string\"","                                                },","                                                \"email\":{","                                                    \"type\":\"string\"","                                                },","                                                \"name\":{","                                                    \"type\":\"string\"","                                                },","                                                \"id\":{","                                                    \"type\":\"string\"","                                                },","                                                \"phone\":{","                                                    \"type\":\"string\"","                                                },","                                                \"status\":{","                                                    \"type\":\"boolean\"","                                                },","                                                \"lang\":{","                                                    \"type\":\"string\"","                                                },","                                                \"appStatus\":{","                                                    \"type\":[\"null\",\"integer\"]","                                                },","                                                \"appStatusAt\":{","                                                    \"type\":[\"null\",\"string\"]","                                                }","                                            },","                                            \"required\":[\"username\",\"designation\",\"email\",\"name\",\"id\",\"phone\",\"status\",\"lang\",\"appStatus\",\"appStatusAt\"]","                                        }","                                        ","                                    },","                                    \"projectUsersGroups\":{","                                        \"type\":\"array\",","                                        \"items\":{","                                            \"type\":\"object\",","                                            \"properties\":{","                                                ","                                                \"group\":{","                                                    \"type\":[\"null\",\"string\"]","                                                },","                                                \"id\":{","                                                    \"type\":\"string\"","                                                },","                                                \"image\":{","                                                    \"type\":[\"null\",\"string\"]","                                                },","                                                \"leadAcceptedAutomatedSms\":{","                                                    \"type\":\"string\"","                                                },","                                                \"name\":{","                                                    \"type\":\"string\"","                                                },","                                                \"status\":{","                                                    \"type\":\"boolean\"","                                                },","                                                \"defaultCountryPhone\":{","                                                    \"type\":[\"null\",\"string\"]","                                                }","                                            },","                                            \"required\":[\"group\",\"id\",\"image\",\"leadAcceptedAutomatedSms\",\"name\",\"status\",\"defaultCountryPhone\"]","                                        }","                                    }","                                },","                                \"required\":[\"id\",\"limit\",\"name\",\"status\",\"users\",\"projectUsersGroups\"]","                            }","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getGroupList\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"7c8d38c9-6cef-4ed4-9693-b52ea427a3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n</tr>\n</tbody>\n</table>\n</div><p>Provided below are the operations that can be utilized along with the Fields to narrow down the expected response.</p>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n<td>status</td>\n<td>limit</td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n</tbody>\n</table>\n</div><p>How these operations can be utilized are provided below.</p>\n<ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        },\n        \"status\":{\n            \"eq\":true\n        },\n        \"limit\":{\n            \"eq\":100\n        },\n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        },\n                \"limit\":{\n            \"between\":[50, 100]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        },\n        \"name\":{\n            \"gt\":\"D\"\n        },\n                \"limit\":{\n            \"gt\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        },\n                \"limit\":{\n            \"lt\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        },\n        \"status\":{\n            \"ne\":true\n        },\n                \"limit\":{\n            \"ne\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"notBetween\":[80,300]\n        },\n        \"limit\":{\n            \"notbetween\":[50,100]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"496bcd94-9bbc-4c84-b687-f7da5d1f628a","name":"Teams List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:15:13 GMT"},{"key":"x-amzn-RequestId","value":"37819cd3-05f3-47ac-8075-b5ffee971924"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d103b7ce7f019a66fa1afbceb8b1f1c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"dTG-lq-0RrgmUxvm65G6jM1SDaZunwl5PhAjnIdYyxwDJsETJ0Zzlg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 7,\n            \"rows\": [\n                {\n                    \"id\": \"55\",\n                    \"limit\": null,\n                    \"name\": \"Team Alpha\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"shoaib\",\n                            \"designation\": \"Developer\",\n                            \"email\": \"shoaib@salescandy.com\",\n                            \"name\": \"shoaib\",\n                            \"id\": \"1\",\n                            \"phone\": \"+60122951018\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-16T12:39:05.782Z\"\n                        },\n                        {\n                            \"username\": \"zaros\",\n                            \"designation\": \"CTO\",\n                            \"email\": \"reza@salescandy.com\",\n                            \"name\": \"reza\",\n                            \"id\": \"2\",\n                            \"phone\": \"+60129160180\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 3,\n                            \"appStatusAt\": \"2020-06-04T06:15:06.617Z\"\n                        },\n                        {\n                            \"username\": \"eleelyiana\",\n                            \"designation\": \"salesperson\",\n                            \"email\": \"ele@salescandy.com\",\n                            \"name\": \"Ele elyiana\",\n                            \"id\": \"3\",\n                            \"phone\": \"+60122808783\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-15T10:07:13.001Z\"\n                        },\n                        {\n                            \"username\": \"anwaar\",\n                            \"designation\": \"Backend Engineer\",\n                            \"email\": \"anwaar@salescandy.com\",\n                            \"name\": \"anwaar\",\n                            \"id\": \"6\",\n                            \"phone\": \"+60109850180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-02-13T08:35:05.822Z\"\n                        },\n                        {\n                            \"username\": \"jonathan\",\n                            \"designation\": \"Chief Executive Officer\",\n                            \"email\": \"jonathan@salescandy.com\",\n                            \"name\": \"jonathan\",\n                            \"id\": \"223\",\n                            \"phone\": \"+60103950180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": null,\n                            \"appStatusAt\": null\n                        },\n                        {\n                            \"username\": \"tallal\",\n                            \"designation\": \"Android Engineer\",\n                            \"email\": \"tallal@salescandy.com\",\n                            \"name\": \"Tallal\",\n                            \"id\": \"7\",\n                            \"phone\": \"+60104630180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-04T06:02:05.719Z\"\n                        },\n                        {\n                            \"username\": \"jaywei\",\n                            \"designation\": \"\",\n                            \"email\": \"jay@salescandy.com\",\n                            \"name\": \"jay wei\",\n                            \"id\": \"253\",\n                            \"phone\": \"+601110921780\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-04T06:01:08.274Z\"\n                        },\n                        {\n                            \"username\": \"jay1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jay1@salescandy.com\",\n                            \"name\": \"jay1\",\n                            \"id\": \"259\",\n                            \"phone\": \"+601159251386\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-04T02:51:06.973Z\"\n                        },\n                        {\n                            \"username\": \"jay2\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jay2@salescandy.com\",\n                            \"name\": \"jay2\",\n                            \"id\": \"260\",\n                            \"phone\": \"+601159147005\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 3,\n                            \"appStatusAt\": \"2020-06-04T06:13:05.875Z\"\n                        },\n                        {\n                            \"username\": \"jaydev1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev1@salescandy.com\",\n                            \"name\": \"JayDev1\",\n                            \"id\": \"263\",\n                            \"phone\": \"+60123456781\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T11:55:10.746Z\"\n                        },\n                        {\n                            \"username\": \"jaydev2\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev2@salescandy.com\",\n                            \"name\": \"JayDev2\",\n                            \"id\": \"264\",\n                            \"phone\": \"+60123456782\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T09:17:05.650Z\"\n                        },\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 3,\n                            \"appStatusAt\": \"2020-06-04T06:13:05.822Z\"\n                        },\n                        {\n                            \"username\": \"jewei1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jewei1@salescandy.com\",\n                            \"name\": \"jewei1\",\n                            \"id\": \"261\",\n                            \"phone\": \"+60172201989\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-03T13:25:15.232Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"102\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"New Jersey\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"103\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Massachusetts\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": null\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"351\",\n                            \"image\": \"projectsLogo/351/logo.png\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Samsung\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"370\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"samsungtwo\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"75\",\n                            \"image\": \"projectsLogo/75/logo.jpg\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Manhattan\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"378\",\n                            \"image\": \"projectsLogo/75/logo.jpg\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Oppo\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"438\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"testing server side\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"439\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"test server side mark 2\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"56\",\n                    \"limit\": null,\n                    \"name\": \"New Yorker\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"eleelyiana\",\n                            \"designation\": \"salesperson\",\n                            \"email\": \"ele@salescandy.com\",\n                            \"name\": \"Ele elyiana\",\n                            \"id\": \"3\",\n                            \"phone\": \"+60122808783\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-15T10:07:13.001Z\"\n                        },\n                        {\n                            \"username\": \"stanley\",\n                            \"designation\": \"Chief Executive Officer\",\n                            \"email\": \"stanley@salescandy.com\",\n                            \"name\": \"stanley\",\n                            \"id\": \"67\",\n                            \"phone\": \"+60126130181\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": null,\n                            \"appStatusAt\": null\n                        },\n                        {\n                            \"username\": \"jaywei\",\n                            \"designation\": \"\",\n                            \"email\": \"jay@salescandy.com\",\n                            \"name\": \"jay wei\",\n                            \"id\": \"253\",\n                            \"phone\": \"+601110921780\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-04T06:01:08.274Z\"\n                        },\n                        {\n                            \"username\": \"shoaib\",\n                            \"designation\": \"Developer\",\n                            \"email\": \"shoaib@salescandy.com\",\n                            \"name\": \"shoaib\",\n                            \"id\": \"1\",\n                            \"phone\": \"+60122951018\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-16T12:39:05.782Z\"\n                        },\n                        {\n                            \"username\": \"soobin\",\n                            \"designation\": \"Wizard\",\n                            \"email\": \"ele.elyiana@gmail.com\",\n                            \"name\": \"Soo Bin\",\n                            \"id\": \"70\",\n                            \"phone\": \"+60125280180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-24T03:19:05.593Z\"\n                        },\n                        {\n                            \"username\": \"jay1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jay1@salescandy.com\",\n                            \"name\": \"jay1\",\n                            \"id\": \"259\",\n                            \"phone\": \"+601159251386\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-04T02:51:06.973Z\"\n                        },\n                        {\n                            \"username\": \"jaydev1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev1@salescandy.com\",\n                            \"name\": \"JayDev1\",\n                            \"id\": \"263\",\n                            \"phone\": \"+60123456781\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T11:55:10.746Z\"\n                        },\n                        {\n                            \"username\": \"jaydev2\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev2@salescandy.com\",\n                            \"name\": \"JayDev2\",\n                            \"id\": \"264\",\n                            \"phone\": \"+60123456782\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T09:17:05.650Z\"\n                        },\n                        {\n                            \"username\": \"jewei1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jewei1@salescandy.com\",\n                            \"name\": \"jewei1\",\n                            \"id\": \"261\",\n                            \"phone\": \"+60172201989\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-03T13:25:15.232Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"75\",\n                            \"image\": \"projectsLogo/75/logo.jpg\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Manhattan\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"351\",\n                            \"image\": \"projectsLogo/351/logo.png\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Samsung\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"355\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Apple3\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"378\",\n                            \"image\": \"projectsLogo/75/logo.jpg\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Oppo\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"380\",\n                            \"image\": \"projectsLogo/75/logo.jpg\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Xiaomi\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": null\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"353\",\n                            \"image\": \"projectsLogo/353/logo.png\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"California1\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+355\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"61\",\n                    \"limit\": null,\n                    \"name\": \"Boston\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"zaros\",\n                            \"designation\": \"CTO\",\n                            \"email\": \"reza@salescandy.com\",\n                            \"name\": \"reza\",\n                            \"id\": \"2\",\n                            \"phone\": \"+60129160180\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 3,\n                            \"appStatusAt\": \"2020-06-04T06:15:06.617Z\"\n                        },\n                        {\n                            \"username\": \"anwaar1\",\n                            \"designation\": \"Developer\",\n                            \"email\": \"anwaar@salescandy.com\",\n                            \"name\": \"Anwaar\",\n                            \"id\": \"69\",\n                            \"phone\": \"+60183951432\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": null,\n                            \"appStatusAt\": null\n                        },\n                        {\n                            \"username\": \"jay2\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jay2@salescandy.com\",\n                            \"name\": \"jay2\",\n                            \"id\": \"260\",\n                            \"phone\": \"+601159147005\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 3,\n                            \"appStatusAt\": \"2020-06-04T06:13:05.875Z\"\n                        },\n                        {\n                            \"username\": \"jaydev1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev1@salescandy.com\",\n                            \"name\": \"JayDev1\",\n                            \"id\": \"263\",\n                            \"phone\": \"+60123456781\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T11:55:10.746Z\"\n                        },\n                        {\n                            \"username\": \"jaydev2\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jaydev2@salescandy.com\",\n                            \"name\": \"JayDev2\",\n                            \"id\": \"264\",\n                            \"phone\": \"+60123456782\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 4,\n                            \"appStatusAt\": \"2020-06-03T09:17:05.650Z\"\n                        },\n                        {\n                            \"username\": \"jewei1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jewei1@salescandy.com\",\n                            \"name\": \"jewei1\",\n                            \"id\": \"261\",\n                            \"phone\": \"+60172201989\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-03T13:25:15.232Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"106\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Cambridge\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"351\",\n                            \"image\": \"projectsLogo/351/logo.png\",\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Samsung\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"354\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Apple\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"439\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"test server side mark 2\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"485\",\n                    \"limit\": null,\n                    \"name\": \"Copy team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"tallal\",\n                            \"designation\": \"Android Engineer\",\n                            \"email\": \"tallal@salescandy.com\",\n                            \"name\": \"Tallal\",\n                            \"id\": \"7\",\n                            \"phone\": \"+60104630180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-04T06:02:05.719Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"383\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Tallal Copy\",\n                            \"status\": false,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"488\",\n                    \"limit\": null,\n                    \"name\": \"Faiz Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"shoaib\",\n                            \"designation\": \"Developer\",\n                            \"email\": \"shoaib@salescandy.com\",\n                            \"name\": \"shoaib\",\n                            \"id\": \"1\",\n                            \"phone\": \"+60122951018\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-16T12:39:05.782Z\"\n                        },\n                        {\n                            \"username\": \"eleelyiana\",\n                            \"designation\": \"salesperson\",\n                            \"email\": \"ele@salescandy.com\",\n                            \"name\": \"Ele elyiana\",\n                            \"id\": \"3\",\n                            \"phone\": \"+60122808783\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-05-15T10:07:13.001Z\"\n                        },\n                        {\n                            \"username\": \"anwaar\",\n                            \"designation\": \"Backend Engineer\",\n                            \"email\": \"anwaar@salescandy.com\",\n                            \"name\": \"anwaar\",\n                            \"id\": \"6\",\n                            \"phone\": \"+60109850180\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-02-13T08:35:05.822Z\"\n                        },\n                        {\n                            \"username\": \"limshiyek\",\n                            \"designation\": \"Engineer\",\n                            \"email\": \"lim@salescandy.com\",\n                            \"name\": \"Lim Shi Yek\",\n                            \"id\": \"8\",\n                            \"phone\": \"+60107667041\",\n                            \"status\": false,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-02-13T08:35:05.799Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"432\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration}. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Project Carss\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"489\",\n                    \"limit\": null,\n                    \"name\": \"Jammy Team\",\n                    \"status\": false,\n                    \"users\": [],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"354\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Apple\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"432\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration}. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Project Carss\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                },\n                {\n                    \"id\": \"491\",\n                    \"limit\": null,\n                    \"name\": \"Team Beta\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"thaqif\",\n                            \"designation\": \"\",\n                            \"email\": \"thaqif@salescandy.com\",\n                            \"name\": \"Thaqif\",\n                            \"id\": \"227\",\n                            \"phone\": \"+601110901780\",\n                            \"status\": true,\n                            \"lang\": \"\",\n                            \"appStatus\": null,\n                            \"appStatusAt\": null\n                        },\n                        {\n                            \"username\": \"jewei1\",\n                            \"designation\": \"Android Dev\",\n                            \"email\": \"jewei1@salescandy.com\",\n                            \"name\": \"jewei1\",\n                            \"id\": \"261\",\n                            \"phone\": \"+60172201989\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-03T13:25:15.232Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"432\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration}. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Project Carss\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"435\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"Project Titan\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        },\n                        {\n                            \"group\": null,\n                            \"id\": \"438\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"testing server side\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"c9522c53-03cb-4277-b580-c837138dc431","name":"Teams List based on \"equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"eq\":500\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"eq\":\"Coca Team\"\r\n\t\t},\r\n\t\t\"status\":{\r\n\t\t\t\"eq\":true\r\n\t\t}\r\n\t\t\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:54:24 GMT"},{"key":"x-amzn-RequestId","value":"1e5f42d3-3e68-4e63-bf69-0cf4550d9446"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"I2ki-4pVBJqndyePOBFFpVJlOOrG3KFMAytvPpOW8saxRUy8OuTkRQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"500\",\n                    \"limit\": null,\n                    \"name\": \"Coca Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-06T15:17:05.741Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"408\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"sprite\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"d5377157-6155-422a-ad32-71c13b97bd3f","name":"Teams List based on \"not equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"ne\":500\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"ne\":\"C\"\r\n\t\t},\r\n\t\t\"status\":{\r\n\t\t\t\"ne\":true\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:56:38 GMT"},{"key":"x-amzn-RequestId","value":"86bbc43a-1623-4e55-9c73-e857398569d4"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"0GIZXgV8QcnoWBvLqhgOfD1Y4lw99sBwzGAbtp7l50c6g9nqP8YGXw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"224234e2-6c98-4e02-b85f-6a85409b1d03","name":"Teams List based on \"greater than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"gt\":50\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"gt\":\"B\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:58:46 GMT"},{"key":"x-amzn-RequestId","value":"5da697ad-3686-40f9-98c6-ce4813b59d7d"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"JilT5vNG1pty3g8E6sCHeZp_Hw_a-qUwy8J_CJlXatvb8M_A-IepRw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"500\",\n                    \"limit\": null,\n                    \"name\": \"Coca Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-06T15:17:05.741Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"408\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"sprite\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"718bf9e5-9338-4b62-bb3d-12740ff64625","name":"Teams List based on \"less than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"lt\":50\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"lt\":\"D\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 02:59:34 GMT"},{"key":"x-amzn-RequestId","value":"33b6dec0-6dc5-4286-8bc1-02f5c2ce8b7f"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"CBRvqt0Hihth28OY8SahazGO4sbWaHuUAC4rKGfiIkHdgRayvkKFQQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"4027e679-523b-4435-82ef-62c876dfbf03","name":"Teams List based on \"between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"between\":[80,600]\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"between\":[\"A\", \"E\"]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:02:24 GMT"},{"key":"x-amzn-RequestId","value":"805e6517-5c6e-44d3-8f88-d6fe6124b3e3"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"9nvMw2T87CviLLVFNzAzNsBSFdhBkHiidiMhyKa2Q790puAStugdqQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"500\",\n                    \"limit\": null,\n                    \"name\": \"Coca Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-06T15:17:05.741Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"408\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"sprite\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"0aeabeaf-2174-48fd-ab23-21847d6d0cd3","name":"Teams List based on \"notBetween\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"notBetween\":[300,600]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:04:01 GMT"},{"key":"x-amzn-RequestId","value":"29a2f8a6-42ea-4e9d-b277-a5f11a10993c"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"RRFDCD9D2iU-IfHV2P7KZdSRPK0KQ-rMrTYuAoiBCp3Qbaq5nrL-BA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"c2a04738-5155-4145-b137-90bbd09ade6f","name":"Teams List based on \"in\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"in\":[500,600]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:05:41 GMT"},{"key":"x-amzn-RequestId","value":"0c1aa5ae-b045-4905-bdb0-98d7e5e5d136"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"wQi4fbB8PXunropCF8mW7FzOow-mCfu69N-fIJ0WsDd5u2Ejib2f8A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"500\",\n                    \"limit\": null,\n                    \"name\": \"Coca Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-06T15:17:05.741Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"408\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"sprite\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"b3121268-f327-4b40-ae4c-950d42f61735","name":"Teams List based on \"like\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getGroupList ($limit: Int, $offset: Int, $where: GroupTableFilterInput) {\n    getGroupList (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            id\n            limit\n            name\n            status\n            users {\n                username\n                designation\n                email\n                name\n                id\n                phone\n                status\n                lang\n                appStatus\n                appStatusAt\n            }\n            projectUsersGroups {\n                group {\n                    id\n                    name\n                }\n                id\n                image\n                leadAcceptedAutomatedSms\n                name\n                status\n                defaultCountryPhone\n            }\n        }\n    }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"name\":{\r\n\t\t\t\"like\":\"%C%\"\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:06:22 GMT"},{"key":"x-amzn-RequestId","value":"a0f44235-105f-4188-a64f-cf10093396e2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 2fdc135ee3fc62ca8028e67323f87aba.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"py-FolHejqFGFsqX3TQR6JlsI8g323HQXfb3N094Gcjfy2j3FHScEA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getGroupList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"500\",\n                    \"limit\": null,\n                    \"name\": \"Coca Team\",\n                    \"status\": true,\n                    \"users\": [\n                        {\n                            \"username\": \"newusers\",\n                            \"designation\": \"New User\",\n                            \"email\": \"new@user.com\",\n                            \"name\": \"Shoaib 2\",\n                            \"id\": \"64\",\n                            \"phone\": \"+601116461797\",\n                            \"status\": true,\n                            \"lang\": \"en\",\n                            \"appStatus\": 0,\n                            \"appStatusAt\": \"2020-06-06T15:17:05.741Z\"\n                        }\n                    ],\n                    \"projectUsersGroups\": [\n                        {\n                            \"group\": null,\n                            \"id\": \"408\",\n                            \"image\": null,\n                            \"leadAcceptedAutomatedSms\": \"Hi {name:there}, thanks for your enquiry on {project} {duration} ago. Please expect a call from {salesperson} shortly.\",\n                            \"name\": \"sprite\",\n                            \"status\": true,\n                            \"defaultCountryPhone\": \"+60\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"7c8d38c9-6cef-4ed4-9693-b52ea427a3ec"}],"id":"08739d7c-bd87-4bad-a0ba-8877460271ad","description":"<p>This section of the requests provides the user with responses related to the Teams that have been created by them. These requests mainly supply the user with the List of all the Teams that have been created.</p>\n","event":[{"listen":"prerequest","script":{"id":"6d0d6a4a-a23c-4692-a126-fe6d5f393c2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f7c78ab-caf1-4690-89d2-2f76cfecc7dd","type":"text/javascript","exec":[""]}}],"_postman_id":"08739d7c-bd87-4bad-a0ba-8877460271ad","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Lead","item":[{"name":"Lead List","event":[{"listen":"test","script":{"id":"f7c870c8-fa00-4a24-a216-d0953c0fcf3f","exec":["const schema = {\r","\t\"definitions\": {},\r","\t\"$schema\": \"http://json-schema.org/draft-07/schema#\", \r","\t\"$id\": \"https://example.com/object1584687601.json\", \r","\t\"title\": \"Root\", \r","\t\"type\": \"object\",\r","\t\"required\": [\r","\t\t\"data\"\r","\t],\r","\t\"properties\": {\r","\t\t\"data\": {\r","\t\t\t\"$id\": \"#root/data\", \r","\t\t\t\"title\": \"Data\", \r","\t\t\t\"type\": \"object\",\r","\t\t\t\"required\": [\r","\t\t\t\t\"getLeadList\"\r","\t\t\t],\r","\t\t\t\"properties\": {\r","\t\t\t\t\"getLeadList\": {\r","\t\t\t\t\t\"$id\": \"#root/data/getLeadList\", \r","\t\t\t\t\t\"title\": \"Getleadlist\", \r","\t\t\t\t\t\"type\": \"object\",\r","\t\t\t\t\t\"required\": [\r","\t\t\t\t\t\t\"data\",\r","\t\t\t\t\t\t\"total\",\r","\t\t\t\t\t\t\"token\",\r","\t\t\t\t\t\t\"resultCount\",\r","\t\t\t\t\t\t\"filteredCount\"\r","\t\t\t\t\t],\r","\t\t\t\t\t\"properties\": {\r","\t\t\t\t\t\t\"data\": {\r","\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data\", \r","\t\t\t\t\t\t\t\"title\": \"Data\", \r","\t\t\t\t\t\t\t\"type\": \"array\",\r","\t\t\t\t\t\t\t\"default\": [],\r","\t\t\t\t\t\t\t\"items\":{\r","\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items\", \r","\t\t\t\t\t\t\t\t\"title\": \"Items\", \r","\t\t\t\t\t\t\t\t\"type\": \"object\",\r","\t\t\t\t\t\t\t\t\"required\": [\r","\t\t\t\t\t\t\t\t\t\"projectId\",\r","\t\t\t\t\t\t\t\t\t\"leadId\",\r","\t\t\t\t\t\t\t\t\t\"leadDataBasic\",\r","\t\t\t\t\t\t\t\t\t\"leadData\",\r","\t\t\t\t\t\t\t\t\t\"leadStatus\",\r","\t\t\t\t\t\t\t\t\t\"leadSource\",\r","\t\t\t\t\t\t\t\t\t\"followUpAt\",\r","\t\t\t\t\t\t\t\t\t\"assignTo\",\r","\t\t\t\t\t\t\t\t\t\"createdAt\",\r","\t\t\t\t\t\t\t\t\t\"submittedAt\",\r","\t\t\t\t\t\t\t\t\t\"assignedUser\",\r","\t\t\t\t\t\t\t\t\t\"assignedTeam\",\r","\t\t\t\t\t\t\t\t\t\"star\",\r","\t\t\t\t\t\t\t\t\t\"labels\",\r","\t\t\t\t\t\t\t\t\t\"autoSmsDisabled\",\r","\t\t\t\t\t\t\t\t\t\"lastSmsDataId\",\r","\t\t\t\t\t\t\t\t\t\"lastSmsAge\",\r","\t\t\t\t\t\t\t\t\t\"lastSmsIsAppendable\",\r","\t\t\t\t\t\t\t\t\t\"hasPendingTransfer\",\r","\t\t\t\t\t\t\t\t\t\"pendingAssignTo\",\r","\t\t\t\t\t\t\t\t\t\"pendingFirstActionByCurrentUser\",\r","\t\t\t\t\t\t\t\t\t\"requireAction\",\r","\t\t\t\t\t\t\t\t\t\"isAssigned\",\r","\t\t\t\t\t\t\t\t\t\"isArchived\",\r","\t\t\t\t\t\t\t\t\t\"isDeleted\",\r","\t\t\t\t\t\t\t\t\t\"lastAction\",\r","\t\t\t\t\t\t\t\t\t\"lastStatusUpdate\",\r","\t\t\t\t\t\t\t\t\t\"leadScore\",\r","\t\t\t\t\t\t\t\t\t\"origin\",\r","\t\t\t\t\t\t\t\t\t\"perf\",\r","\t\t\t\t\t\t\t\t\t\"assignedAt\",\r","\t\t\t\t\t\t\t\t\t\"isRouting\",\r","\t\t\t\t\t\t\t\t\t\"routeAfter\",\r","\t\t\t\t\t\t\t\t\t\"leadStatusAt\",\r","\t\t\t\t\t\t\t\t\t\"pendingFirstAssignment\",\r","\t\t\t\t\t\t\t\t\t\"pendingFirstResponse\",\r","\t\t\t\t\t\t\t\t\t\"pendingFirstAction\",\r","\t\t\t\t\t\t\t\t\t\"createdBy\",\r","\t\t\t\t\t\t\t\t\t\"lastWonDataId\",\r","\t\t\t\t\t\t\t\t\t\"meetupTags\",\r","\t\t\t\t\t\t\t\t\t\"otherTags\"\r","\t\t\t\t\t\t\t\t],\r","\t\t\t\t\t\t\t\t\"properties\": {\r","\t\t\t\t\t\t\t\t\t\"projectId\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/projectId\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Projectid\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadId\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadId\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leadid\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadDataBasic\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadDataBasic\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leaddatabasic\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r","\t\t\t\t\t\t\t\t\t\t\"required\": [\r","\t\t\t\t\t\t\t\t\t\t\t\"note\",\r","\t\t\t\t\t\t\t\t\t\t\t\"phone\",\r","\t\t\t\t\t\t\t\t\t\t\t\"name\",\r","\t\t\t\t\t\t\t\t\t\t\t\"email\"\r","\t\t\t\t\t\t\t\t\t\t],\r","\t\t\t\t\t\t\t\t\t\t\"properties\": {\r","\t\t\t\t\t\t\t\t\t\t\t\"note\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadDataBasic/note\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Note\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"phone\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadDataBasic/phone\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Phone\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"name\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadDataBasic/name\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Name\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"email\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadDataBasic/email\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Email\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t}\r",",\r","\t\t\t\t\t\t\t\t\t\"leadData\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadData\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leaddata\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadStatus\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadStatus\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leadstatus\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadSource\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadSource\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leadsource\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r","\t\t\t\t\t\t\t\t\t\t\"required\": [\r","\t\t\t\t\t\t\t\t\t\t\t\"name\",\r","\t\t\t\t\t\t\t\t\t\t\t\"id\",\r","\t\t\t\t\t\t\t\t\t\t\t\"type\"\r","\t\t\t\t\t\t\t\t\t\t],\r","\t\t\t\t\t\t\t\t\t\t\"properties\": {\r","\t\t\t\t\t\t\t\t\t\t\t\"name\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadSource/name\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Name\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"id\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadSource/id\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Id\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"type\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadSource/type\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Type\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t}\r",",\r","\t\t\t\t\t\t\t\t\t\"followUpAt\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/followUpAt\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Followupat\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"assignTo\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignto\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"object\",\r","\t\t\t\t\t\t\t\t\t\t\"required\": [\r","\t\t\t\t\t\t\t\t\t\t\t\"assignedBy\",\r","\t\t\t\t\t\t\t\t\t\t\t\"assignedAt\",\r","\t\t\t\t\t\t\t\t\t\t\t\"team\",\r","\t\t\t\t\t\t\t\t\t\t\t\"assignMethod\",\r","\t\t\t\t\t\t\t\t\t\t\t\"user\"\r","\t\t\t\t\t\t\t\t\t\t],\r","\t\t\t\t\t\t\t\t\t\t\"properties\": {\r","\t\t\t\t\t\t\t\t\t\t\t\"assignedBy\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo/assignedBy\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignedby\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"assignedAt\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo/assignedAt\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignedat\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"team\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo/team\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Team\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"assignMethod\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo/assignMethod\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignmethod\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\t\t\"user\": {\r","\t\t\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignTo/user\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"title\": \"User\", \r","\t\t\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t\t}\r",",\r","\t\t\t\t\t\t\t\t\t\"createdAt\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/createdAt\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Createdat\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"submittedAt\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/submittedAt\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Submittedat\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"assignedUser\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignedUser\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Assigneduser\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"assignedTeam\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignedTeam\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignedteam\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"star\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/star\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Star\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"labels\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/labels\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Labels\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"autoSmsDisabled\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/autoSmsDisabled\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Autosmsdisabled\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastSmsDataId\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastSmsDataId\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Lastsmsdataid\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastSmsAge\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastSmsAge\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Lastsmsage\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastSmsIsAppendable\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastSmsIsAppendable\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Lastsmsisappendable\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"hasPendingTransfer\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/hasPendingTransfer\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Haspendingtransfer\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"pendingAssignTo\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/pendingAssignTo\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Pendingassignto\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"pendingFirstActionByCurrentUser\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/pendingFirstActionByCurrentUser\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Pendingfirstactionbycurrentuser\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"requireAction\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/requireAction\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Requireaction\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"isAssigned\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/isAssigned\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Isassigned\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"isArchived\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/isArchived\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Isarchived\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"isDeleted\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/isDeleted\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Isdeleted\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastAction\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastAction\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Lastaction\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastStatusUpdate\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastStatusUpdate\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Laststatusupdate\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadScore\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadScore\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leadscore\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"integer\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": 0\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"origin\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/origin\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Origin\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"perf\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/perf\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Perf\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"assignedAt\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/assignedAt\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Assignedat\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"null\",\"string\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"isRouting\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/isRouting\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Isrouting\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"routeAfter\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/routeAfter\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Routeafter\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"leadStatusAt\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/leadStatusAt\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Leadstatusat\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"pendingFirstAssignment\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/pendingFirstAssignment\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Pendingfirstassignment\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"pendingFirstResponse\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/pendingFirstResponse\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Pendingfirstresponse\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"pendingFirstAction\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/pendingFirstAction\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Pendingfirstaction\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"boolean\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": true\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"createdBy\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/createdBy\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Createdby\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"string\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"lastWonDataId\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/lastWonDataId\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Lastwondataid\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": \"null\",\r","\t\t\t\t\t\t\t\t\t\t\"default\": null\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"meetupTags\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/meetupTags\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Meetuptags\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"array\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": []\r","\t\t\t\t\t\t\t\t\t},\r","\t\t\t\t\t\t\t\t\t\"otherTags\": {\r","\t\t\t\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/data/items/otherTags\", \r","\t\t\t\t\t\t\t\t\t\t\"title\": \"Othertags\", \r","\t\t\t\t\t\t\t\t\t\t\"type\": [\"array\",\"null\"],\r","\t\t\t\t\t\t\t\t\t\t\"default\": []\r","\t\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t\t}\r","\t\t\t\t\t\t\t}\r","\r","\t\t\t\t\t\t},\r","\t\t\t\t\t\t\"total\": {\r","\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/total\", \r","\t\t\t\t\t\t\t\"title\": \"Total\", \r","\t\t\t\t\t\t\t\"type\": \"integer\",\r","\t\t\t\t\t\t\t\"default\": 0\r","\t\t\t\t\t\t},\r","\t\t\t\t\t\t\"token\": {\r","\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/token\", \r","\t\t\t\t\t\t\t\"title\": \"Token\", \r","\t\t\t\t\t\t\t\"type\": [\"string\",\"null\"],\r","\t\t\t\t\t\t\t\"default\": \"\",\r","\t\t\t\t\t\t\t\"pattern\": \"^.*$\"\r","\t\t\t\t\t\t},\r","\t\t\t\t\t\t\"resultCount\": {\r","\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/resultCount\", \r","\t\t\t\t\t\t\t\"title\": \"Resultcount\", \r","\t\t\t\t\t\t\t\"type\": \"integer\",\r","\t\t\t\t\t\t\t\"default\": 0\r","\t\t\t\t\t\t},\r","\t\t\t\t\t\t\"filteredCount\": {\r","\t\t\t\t\t\t\t\"$id\": \"#root/data/getLeadList/filteredCount\", \r","\t\t\t\t\t\t\t\"title\": \"Filteredcount\", \r","\t\t\t\t\t\t\t\"type\": \"integer\",\r","\t\t\t\t\t\t\t\"default\": 0\r","\t\t\t\t\t\t}\r","\t\t\t\t\t}\r","\t\t\t\t}\r","\r","\t\t\t}\r","\t\t}\r","\r","\t}\r","};\r","\r","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"dd8d31d6-1dc2-4055-ba4b-4a4649b49f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadList ($where: GetLeadListInput!) {\n    getLeadList (where: $where) {\n        data {\n            projectId\n            leadId\n            leadDataBasic {\n                note\n                phone\n                name\n                email\n            }\n            lastNote\n            leadData\n            leadStatus\n            leadSource {\n                name\n                id\n                type\n            }\n            followUpAt\n            assignTo {\n                assignedBy\n                assignedAt\n                team\n                assignMethod\n                user\n            }\n            createdAt\n            submittedAt\n            assignedUser\n            assignedTeam\n            star\n            labels\n            autoSmsDisabled\n            lastSmsDataId\n            lastSmsAge\n            lastSmsIsAppendable\n            hasPendingTransfer\n            pendingAssignTo {\n                note\n                createdAt\n                pendingAssignTo {\n                    assignedBy\n                    assignMethod\n                    user\n                    assignedAt\n                }\n                createdBy\n                type\n                leadId\n            }\n            pendingFirstActionByCurrentUser\n            requireAction\n            isAssigned\n            isArchived\n            isDeleted\n            lastAction\n            lastStatusUpdate\n            leadScore\n            origin\n            perf\n            assignedAt\n            isRouting\n            routeAfter\n            leadStatusAt\n            pendingFirstAssignment\n            pendingFirstResponse\n            pendingFirstAction\n            createdBy\n            lastWonDataId\n            meetupTags\n            otherTags\n        }\n        total\n        token\n        resultCount\n        filteredCount\n    }\n}","variables":"{\n  \"where\": {\n    \"token\": \"\",\n    \"limit\": 50,\n    \"keyword\": \"\",\n    \"getTags\": false,\n    \"where\": \"{}\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Use the token in response to get the next batch of the leads.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>Below is the format that is followed to filter the responses, further information will be provided in the tables provided below.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"input\": {\n    \"token\": \"\",\n    \"limit\": 100,\n    \"keyword\": null,\n    \"getTags\": false, # To get Meetup and action tags set this to true\n    \"where\": \"{\\\"lastAction\\\":{\\\"ge\\\":\\\"2020-03-08T16:00:00.000Z\\\",\\\"lt\\\":\\\"2020-04-08T15:59:59.000Z\\\"},\\\"submittedAt\\\":{\\\"ge\\\":\\\"2020-03-08T16:00:00.000Z\\\",\\\"lt\\\":\\\"2020-04-08T15:59:59.000Z\\\"},\\\"followUpAt\\\":{\\\"ge\\\":\\\"2020-03-08T16:00:00.000Z\\\",\\\"lt\\\":\\\"2020-04-08T15:59:59.000Z\\\"},\\\"leadStatus\\\":{\\\"in\\\":[\\\"followUp\\\",\\\"new\\\"]},\\\"projectId\\\":{\\\"in\\\":[\\\"1\\\",\\\"2\\\"]},\\\"userId\\\":{\\\"in\\\":[\\\"1\\\",\\\"2\\\"]},\\\"origin.name\\\":{\\\"in\\\":[\\\"Offline: Newspaper\\\"]},\\\"leadSource.name\\\":{\\\"in\\\":[\\\"CloneArmy\\\",\\\"Apple\\\"]}}\"\n  }\n}\n</code></pre><p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>string</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>keyword</td>\n<td>string</td>\n</tr>\n<tr>\n<td>getTags</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>where</td>\n<td>AWSJSON</td>\n</tr>\n<tr>\n<td>archived</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note: The format of the AWSDateTime type is <code>YYYY-MM-DDThh:mm:ss.sssZ</code>, as shown in the code snippet above.</p>\n</blockquote>\n<p>Provided below are the operations that can be utilized along with the Fields to narrow down the expected response.</p>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>string</td>\n<td>integer</td>\n<td>stringified (object)</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>token</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>keyword</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>getTags</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>archived</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>where</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"9a7401d9-ef3c-49a4-8a3b-151bcf5bdd42","name":"Lead List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadList ($where: GetLeadListInput!) {\n    getLeadList (where: $where) {\n        data {\n            projectId\n            leadId\n            leadDataBasic {\n                note\n                phone\n                name\n                email\n            }\n            lastNote\n            leadData\n            leadStatus\n            leadSource {\n                name\n                id\n                type\n            }\n            followUpAt\n            assignTo {\n                assignedBy\n                assignedAt\n                team\n                assignMethod\n                user\n            }\n            createdAt\n            submittedAt\n            assignedUser\n            assignedTeam\n            star\n            labels\n            autoSmsDisabled\n            lastSmsDataId\n            lastSmsAge\n            lastSmsIsAppendable\n            hasPendingTransfer\n            pendingAssignTo {\n                note\n                createdAt\n                pendingAssignTo {\n                    assignedBy\n                    assignMethod\n                    user\n                    assignedAt\n                }\n                createdBy\n                type\n                leadId\n            }\n            pendingFirstActionByCurrentUser\n            requireAction\n            isAssigned\n            isArchived\n            isDeleted\n            lastAction\n            lastStatusUpdate\n            leadScore\n            origin\n            perf\n            assignedAt\n            isRouting\n            routeAfter\n            leadStatusAt\n            pendingFirstAssignment\n            pendingFirstResponse\n            pendingFirstAction\n            createdBy\n            lastWonDataId\n            meetupTags\n            otherTags\n        }\n        total\n        token\n        resultCount\n        filteredCount\n    }\n}","variables":"{\n  \"where\": {\n    \"token\": \"\",\n    \"limit\": 2,\n    \"keyword\": \"\",\n    \"getTags\": false,\n    \"where\": \"{\\\"leadStatus\\\":{\\\"in\\\":[\\\"won\\\"]}}\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:47:34 GMT"},{"key":"x-amzn-RequestId","value":"0781948b-d67f-4ce4-8afa-14f09e75f248"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16aa904c61908633fc4d20ccb7dc2798.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"rDKKACAUk48HuPbLQRKXvn7OUFIt2v49ZmYaaEBVy2T0biWlc5_1tw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadList\": {\n            \"data\": [\n                {\n                    \"projectId\": \"102\",\n                    \"leadId\": \"T:29#L|P:102#L:1589944231452%4F39Z\",\n                    \"leadDataBasic\": {\n                        \"note\": null,\n                        \"phone\": \"+60492555035\",\n                        \"name\": \"Gerson Walsh\",\n                        \"email\": \"Brannon.Moore@hotmail.com\"\n                    },\n                    \"lastNote\": null,\n                    \"leadData\": \"{\\\"phone\\\":\\\"+60492555035\\\",\\\"name\\\":\\\"Gerson Walsh\\\",\\\"email\\\":\\\"Brannon.Moore@hotmail.com\\\"}\",\n                    \"leadStatus\": \"won\",\n                    \"leadSource\": {\n                        \"name\": \"CloneArmy\",\n                        \"id\": \"T:29#CloneArmy\",\n                        \"type\": \"CloneArmy\"\n                    },\n                    \"followUpAt\": null,\n                    \"assignTo\": {\n                        \"assignedBy\": \"Tester\",\n                        \"assignedAt\": \"2020-05-20T03:10:31.453Z\",\n                        \"team\": \"55\",\n                        \"assignMethod\": \"preAssign\",\n                        \"user\": \"259\"\n                    },\n                    \"createdAt\": \"2020-05-20T03:10:31.452Z\",\n                    \"submittedAt\": \"2020-05-20T03:10:28.325Z\",\n                    \"assignedUser\": null,\n                    \"assignedTeam\": null,\n                    \"star\": false,\n                    \"labels\": \"[]\",\n                    \"autoSmsDisabled\": null,\n                    \"lastSmsDataId\": null,\n                    \"lastSmsAge\": null,\n                    \"lastSmsIsAppendable\": null,\n                    \"hasPendingTransfer\": null,\n                    \"pendingAssignTo\": null,\n                    \"pendingFirstActionByCurrentUser\": false,\n                    \"requireAction\": false,\n                    \"isAssigned\": true,\n                    \"isArchived\": null,\n                    \"isDeleted\": null,\n                    \"lastAction\": \"{\\\"data\\\":{\\\"tagId\\\":\\\"100\\\"},\\\"createdBy\\\":\\\"259\\\",\\\"eventAt\\\":\\\"2020-06-02T02:14:00.667Z\\\",\\\"logId\\\":\\\"T:29#LLOG|1591064037022%46f06\\\",\\\"type\\\":\\\"meet\\\"}\",\n                    \"lastStatusUpdate\": \"{\\\"leadStatus\\\":\\\"won\\\",\\\"followUpAt\\\":null,\\\"notes\\\":null,\\\"createdBy\\\":\\\"259\\\",\\\"actionId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"eventAt\\\":\\\"2020-06-02T02:14:00.667Z\\\",\\\"logId\\\":\\\"T:29#LLOG|1591064037022%46f06\\\",\\\"actionName\\\":\\\"Payment Received\\\"}\",\n                    \"leadScore\": 64,\n                    \"origin\": \"{\\\"name\\\":\\\"CandyMuncherFeeder\\\",\\\"tracker\\\":{},\\\"type\\\":\\\"Test\\\"}\",\n                    \"perf\": null,\n                    \"assignedAt\": \"2020-05-20T03:10:31.453Z\",\n                    \"isRouting\": false,\n                    \"routeAfter\": null,\n                    \"leadStatusAt\": \"2020-06-02T02:14:00.667Z\",\n                    \"pendingFirstAssignment\": false,\n                    \"pendingFirstResponse\": false,\n                    \"pendingFirstAction\": false,\n                    \"createdBy\": \"Tester\",\n                    \"lastWonDataId\": null,\n                    \"meetupTags\": null,\n                    \"otherTags\": null\n                },\n                {\n                    \"projectId\": \"102\",\n                    \"leadId\": \"T:29#L|P:102#L:1589944232208%Os2D-\",\n                    \"leadDataBasic\": {\n                        \"note\": null,\n                        \"phone\": \"+60125226761\",\n                        \"name\": \"Clare Dickens\",\n                        \"email\": \"Eden.Marks@hotmail.com\"\n                    },\n                    \"lastNote\": null,\n                    \"leadData\": \"{\\\"phone\\\":\\\"+60125226761\\\",\\\"name\\\":\\\"Clare Dickens\\\",\\\"email\\\":\\\"Eden.Marks@hotmail.com\\\"}\",\n                    \"leadStatus\": \"won\",\n                    \"leadSource\": {\n                        \"name\": \"CloneArmy\",\n                        \"id\": \"T:29#CloneArmy\",\n                        \"type\": \"CloneArmy\"\n                    },\n                    \"followUpAt\": null,\n                    \"assignTo\": {\n                        \"assignedBy\": \"Tester\",\n                        \"assignedAt\": \"2020-05-20T03:10:32.209Z\",\n                        \"team\": \"55\",\n                        \"assignMethod\": \"preAssign\",\n                        \"user\": \"259\"\n                    },\n                    \"createdAt\": \"2020-05-20T03:10:32.208Z\",\n                    \"submittedAt\": \"2020-05-20T03:10:28.056Z\",\n                    \"assignedUser\": null,\n                    \"assignedTeam\": null,\n                    \"star\": false,\n                    \"labels\": \"[]\",\n                    \"autoSmsDisabled\": null,\n                    \"lastSmsDataId\": null,\n                    \"lastSmsAge\": null,\n                    \"lastSmsIsAppendable\": null,\n                    \"hasPendingTransfer\": null,\n                    \"pendingAssignTo\": null,\n                    \"pendingFirstActionByCurrentUser\": false,\n                    \"requireAction\": false,\n                    \"isAssigned\": true,\n                    \"isArchived\": null,\n                    \"isDeleted\": null,\n                    \"lastAction\": \"{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\"},\\\"createdBy\\\":\\\"259\\\",\\\"eventAt\\\":\\\"2020-06-02T02:21:49.585Z\\\",\\\"logId\\\":\\\"T:29#LLOG|1591064506963%f83f1\\\",\\\"type\\\":\\\"meet\\\"}\",\n                    \"lastStatusUpdate\": \"{\\\"leadStatus\\\":\\\"won\\\",\\\"followUpAt\\\":null,\\\"notes\\\":null,\\\"createdBy\\\":\\\"259\\\",\\\"actionId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"eventAt\\\":\\\"2020-06-02T02:21:49.585Z\\\",\\\"logId\\\":\\\"T:29#LLOG|1591064506963%f83f1\\\",\\\"actionName\\\":\\\"Payment Received\\\"}\",\n                    \"leadScore\": 42,\n                    \"origin\": \"{\\\"name\\\":\\\"CandyMuncherFeeder\\\",\\\"tracker\\\":{},\\\"type\\\":\\\"Test\\\"}\",\n                    \"perf\": null,\n                    \"assignedAt\": \"2020-05-20T03:10:32.209Z\",\n                    \"isRouting\": false,\n                    \"routeAfter\": null,\n                    \"leadStatusAt\": \"2020-06-02T02:21:49.585Z\",\n                    \"pendingFirstAssignment\": false,\n                    \"pendingFirstResponse\": false,\n                    \"pendingFirstAction\": false,\n                    \"createdBy\": \"Tester\",\n                    \"lastWonDataId\": null,\n                    \"meetupTags\": null,\n                    \"otherTags\": null\n                }\n            ],\n            \"total\": 121004,\n            \"token\": \"1589944228056/T:29#L|P:102#L:1589944232208%Os2D-\",\n            \"resultCount\": 2,\n            \"filteredCount\": 2659\n        }\n    }\n}"}],"_postman_id":"dd8d31d6-1dc2-4055-ba4b-4a4649b49f40"},{"name":"Lead Won Data","event":[{"listen":"test","script":{"id":"90f6aecc-e25a-477d-99d9-c3dd0fb8076f","exec":["","const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadWonData\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadWonData\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"eef2cf13-b672-43f4-b642-696821b8f838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadWonData ($where: GetLeadWonDataInput!) {\n    getLeadWonData (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n    \"leadId\": \"\",\n    \"wonDataId\": \"0\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>wonDataId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"ab8d8ab4-71cd-4885-8e25-51932b3a2c89","name":"Get Lead Won Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadWonData ($where: GetLeadWonDataInput!) {\n    getLeadWonData (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n    \"leadId\": \"\",\n    \"wonDataId\": \"0\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 07:07:11 GMT"},{"key":"x-amzn-RequestId","value":"5942677d-7591-4940-ba19-532ff5f03af6"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"FqKuNy_9IzUsTN6WiNn08rCADtpY5qZSsBFP-F5VKjQwE-CRuDstMQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadWonData\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": \"T:29#L|P:370#L:1590574245880%iUH_r\",\n            \"data\": \"{\\\"projectId\\\":\\\"370\\\",\\\"wonData\\\":{\\\"Year\\\":\\\"1999\\\",\\\"S&P NRIC/Passport\\\":null,\\\"najib (X) & Gang \\\":null,\\\"model\\\":null,\\\"Class\\\":null,\\\"wontest$\\\":null,\\\"S&P NRIC/Passport-0\\\":null,\\\"(najib test) & Hi\\\":null,\\\"wonn\\\":null},\\\"modifiedAt\\\":\\\"2020-05-29T09:48:13.858Z\\\",\\\"logId\\\":\\\"T:29#LLOG|1590745693858%WzHpt\\\",\\\"wonDataId\\\":\\\"T:29#WON@T:29#LLOG|1590745693858%WzHpt\\\",\\\"tenantId\\\":\\\"29\\\",\\\"createdAt\\\":\\\"2020-05-29T08:51:55.736Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"wonDataHash\\\":\\\"c58b3c181ac6827cef60ed27d703c9f8445b7b0d5f7bb1fdb0a629b44a16c0e6\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"eventAt\\\":\\\"2020-05-29T09:48:13.858Z\\\",\\\"sk\\\":\\\"T:29#WON|2020-05-29T08:51:55.689Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"pk\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"type\\\":\\\"wonData\\\"}\",\n            \"requestedBy\": \"CRM:54\"\n        }\n    }\n}"}],"_postman_id":"eef2cf13-b672-43f4-b642-696821b8f838"},{"name":"Get Lead Action Summary","event":[{"listen":"test","script":{"id":"ab71ccca-af9b-4c30-8e00-789dc8ea6194","exec":["const schema = {","    ","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadActionsSummary\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"callCount\":{","                            \"type\":\"integer\"","                        },","                        \"smsCount\":{","                            \"type\":\"integer\"","                        },","                        \"meetCount\":{","                            \"type\":\"integer\"","                        },","                        \"meetupTags\":{","                            \"type\":\"array\"","                        },","                        \"actionTags\":{","                            \"type\":\"array\"","                        },","                        \"lastActionTime\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"callCount\",\"smsCount\",\"meetCount\",\"meetupTags\",\"actionTags\",\"lastActionTime\"]","                }","            },","            \"required\":[\"getLeadActionsSummary\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });",""],"type":"text/javascript"}}],"id":"daf349ee-85f3-463f-8156-98e5629e3975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadActionsSummary ($leadId: ID!) {\n    getLeadActionsSummary (leadId: $leadId) {\n        callCount\n        smsCount\n        meetCount\n        meetupTags\n        actionTags\n        lastActionTime\n        otherCount\n        totalActions\n        avgCallDurationSec\n    }\n}","variables":"{\n\t\"leadId\":\"\"\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"daf349ee-85f3-463f-8156-98e5629e3975"},{"name":"Get Lead Logs","event":[{"listen":"test","script":{"id":"db76dc12-df17-4d68-b6fc-d28c13ad51a8","exec":["const schema = {"," ","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadLogs\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":'string'","                        },","                        \"ownerId\":{","                            \"type\":[\"string\",\"null\"]","                        },","                        \"leadId\":{","                            \"type\":[\"string\",\"null\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"string\",\"null\"]","                        }","                            ","                    },  ","                    \"required\":[\"success\",\"message\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadLogs\"]","        }    ","    }","};","","const schema2 = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadLogs\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":'string'","                        },","                        \"ownerId\":{","                          \"type\":[\"null\",\"string\"]  ","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadLogs\"]","        }    ","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema2); });","","pm.test(\"Validate Schema - [This schema Test will show the null values received in response and tell us what they should be]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"7ead6de7-bb9a-4012-837b-c5502b7d9cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadLogs ($where: GetLeadLogsInput!) {\n    getLeadLogs (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"5da90f07-375d-4d8b-89a1-0e26c680cfcc","name":"Get Lead Logs","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadLogs ($where: GetLeadLogsInput!) {\n    getLeadLogs (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 07:10:57 GMT"},{"key":"x-amzn-RequestId","value":"a5a7614c-af5c-4dc5-81b2-ffd803d53ea7"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"_PF8b8BectQE_fFOJT8oyvYEnHb2UnGPG-0ldqSmy72PMlGr8TZmQA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadLogs\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": null,\n            \"data\": \"[{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591249909324%-NUtm\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T05:51:49.324Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":675663443,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":675664728,\\\"ageFromFirstAssignment\\\":675663443}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T05:51:49.377Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T05:51:49.377Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591249909050%nej6Y\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"requestedBy\\\":\\\"CRM:54\\\",\\\"notes\\\":\\\"String From postman\\\",\\\"requestedAt\\\":\\\"2020-06-04T05:51:49.050Z\\\",\\\"actionId\\\":\\\"1\\\",\\\"actionName\\\":\\\"Manager Portal Action\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-06-04T05:51:49.050Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":675663169,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":675664454,\\\"ageFromFirstAssignment\\\":675663169},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"old\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":2030094580}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-06-04T05:51:49.102Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T05:51:49.102Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591249740940%i85_c\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T05:49:00.940Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":675495059,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":675496344,\\\"ageFromFirstAssignment\\\":675495059}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T05:49:01.079Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T05:49:01.079Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591249739676%RwCKz\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"requestedBy\\\":\\\"CRM:54\\\",\\\"notes\\\":\\\"String From postman\\\",\\\"requestedAt\\\":\\\"2020-06-04T05:48:59.676Z\\\",\\\"actionId\\\":\\\"1\\\",\\\"actionName\\\":\\\"Manager Portal Action\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-06-04T05:48:59.676Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":675493795,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":675495080,\\\"ageFromFirstAssignment\\\":675493795},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"old\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":2030263954}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-06-04T05:48:59.822Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T05:48:59.822Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591245012909%7xmiu\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T04:30:12.909Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":670767028,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":670768313,\\\"ageFromFirstAssignment\\\":670767028}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T04:30:12.937Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T04:30:12.937Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591244946612%wJ8tg\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T04:29:06.612Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":670700731,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":670702016,\\\"ageFromFirstAssignment\\\":670700731}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T04:29:06.639Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T04:29:06.639Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591244918868%U0dgh\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T04:28:38.868Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":670672987,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":670674272,\\\"ageFromFirstAssignment\\\":670672987}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T04:28:38.935Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T04:28:38.935Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591244666103%mFcq4\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":\\\"demo from postman\\\",\\\"type\\\":\\\"note\\\"},\\\"eventAt\\\":\\\"2020-06-04T04:24:26.103Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":670420222,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":670421507,\\\"ageFromFirstAssignment\\\":670420222}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"note\\\",\\\"createdAt\\\":\\\"2020-06-04T04:24:26.156Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T04:24:26.156Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591242250903%BsZdH\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"requestedBy\\\":\\\"CRM:54\\\",\\\"notes\\\":\\\"String From postman\\\",\\\"requestedAt\\\":\\\"2020-06-04T03:44:10.903Z\\\",\\\"actionId\\\":\\\"1\\\",\\\"actionName\\\":\\\"Manager Portal Action\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-06-04T03:44:10.903Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":668005022,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":668006307,\\\"ageFromFirstAssignment\\\":668005022},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"old\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":2037752727}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-06-04T03:44:10.956Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T03:44:10.956Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1591241927807%jEnFe\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"requestedBy\\\":\\\"CRM:54\\\",\\\"notes\\\":\\\"String From postman\\\",\\\"requestedAt\\\":\\\"2020-06-04T03:38:47.807Z\\\",\\\"actionId\\\":\\\"1\\\",\\\"actionName\\\":\\\"Manager Portal Action\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"won\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-06-04T03:38:47.807Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":667681926,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":667683211,\\\"ageFromFirstAssignment\\\":667681926},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-06-27T17:46:43.630Z\\\",\\\"old\\\":\\\"2020-05-27T10:10:44.596Z\\\",\\\"fromLast\\\":2705759034,\\\"fromNow\\\":2038075823}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-06-04T03:38:47.957Z\\\",\\\"createdBy\\\":\\\"CRM:54\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-04T03:38:47.957Z\\\",\\\"modifiedBy\\\":\\\"CRM:54\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590999937529%6aa6a\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+60104630180\\\",\\\"to\\\":\\\"+6055488880\\\",\\\"endAt\\\":\\\"2020-06-01T08:25:27.520Z\\\",\\\"startAt\\\":\\\"2020-06-01T08:25:27.520Z\\\",\\\"localNumber\\\":\\\"+6055488880\\\"},\\\"subType\\\":\\\"noPickup\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-06-01T08:25:27.520Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":425681639,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":425682924,\\\"ageFromFirstAssignment\\\":425681639}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-06-01T08:25:36.590Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-06-01T08:25:36.590Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590745693858%WzHpt\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":null,\\\"type\\\":\\\"updateWonData\\\"},\\\"eventAt\\\":\\\"2020-05-29T09:48:13.858Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":171447977,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":171449262,\\\"ageFromFirstAssignment\\\":171447977},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590745693858%WzHpt\\\"},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateWonData\\\",\\\"createdAt\\\":\\\"2020-05-29T09:48:13.896Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T09:48:13.896Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590745158114%qzOBE\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":null,\\\"type\\\":\\\"updateWonData\\\"},\\\"eventAt\\\":\\\"2020-05-29T09:39:18.114Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":170912233,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":170913518,\\\"ageFromFirstAssignment\\\":170912233},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590745158114%qzOBE\\\"},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateWonData\\\",\\\"createdAt\\\":\\\"2020-05-29T09:39:18.156Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T09:39:18.156Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590743188793%ybh2V\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":null,\\\"type\\\":\\\"updateWonData\\\"},\\\"eventAt\\\":\\\"2020-05-29T09:06:28.793Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":168942912,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":168944197,\\\"ageFromFirstAssignment\\\":168942912},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590743188793%ybh2V\\\"},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateWonData\\\",\\\"createdAt\\\":\\\"2020-05-29T09:06:28.990Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T09:06:28.990Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590742411839%0yGT5\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":null,\\\"type\\\":\\\"updateWonData\\\"},\\\"eventAt\\\":\\\"2020-05-29T08:53:31.839Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":168165958,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":168167243,\\\"ageFromFirstAssignment\\\":168165958},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590742411839%0yGT5\\\"},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateWonData\\\",\\\"createdAt\\\":\\\"2020-05-29T08:53:31.883Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T08:53:31.883Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590742406696%tqO6Q\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n-  S&P NRIC/Passport: null\\\\n-  najib (X) & Gang : null\\\\n-  model: null\\\\n-  Class: null\\\\n-  wontest$: null\\\\n-  S&P NRIC/Passport-0: null\\\\n-  (najib test) & Hi: null\\\\n-  wonn: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"S&P NRIC/Passport\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"najib (X) & Gang \\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"model\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Class\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wontest$\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"S&P NRIC/Passport-0\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"(najib test) & Hi\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"wonn\\\":{\\\"__old\\\":null,\\\"__new\\\":null}}},\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"action\\\":{\\\"note\\\":null,\\\"type\\\":\\\"updateWonData\\\"},\\\"eventAt\\\":\\\"2020-05-29T08:53:26.696Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":168160815,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":168162100,\\\"ageFromFirstAssignment\\\":168160815},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590742406696%tqO6Q\\\"},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateWonData\\\",\\\"createdAt\\\":\\\"2020-05-29T08:53:26.870Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T08:53:26.870Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590742314995%fece2\\\",\\\"logData\\\":{\\\"wonDataDiff\\\":{\\\"string\\\":\\\" {\\\\n+  Year: \\\\\\\"1999\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"najib (X) & Gang __added\\\":null,\\\"Year__added\\\":\\\"1999\\\",\\\"S&P NRIC/Passport-0__added\\\":null,\\\"model__added\\\":null,\\\"wonn__added\\\":null,\\\"Class__added\\\":null,\\\"(najib test) & Hi__added\\\":null,\\\"S&P NRIC/Passport__added\\\":null,\\\"wontest$__added\\\":null}},\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"won\\\",\\\"followUpAt\\\":null,\\\"notes\\\":null,\\\"actionId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"actionName\\\":\\\"Payment Received\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"won\\\",\\\"lastStatus\\\":\\\"drop\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-05-29T08:51:55.689Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":168069808,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":168071093,\\\"ageFromFirstAssignment\\\":168069808},\\\"wonDataRef\\\":\\\"T:29#WON@T:29#LLOG|1590742314995%fece2\\\"},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-05-29T08:51:55.788Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T08:51:55.788Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590741950311%b2b4b\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"drop\\\",\\\"followUpAt\\\":null,\\\"notes\\\":null,\\\"actionId\\\":\\\"be8d8948-4a50-4d86-a938-e690143893a8\\\",\\\"actionName\\\":\\\"Not Interested\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"drop\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-05-29T08:45:51.814Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":167705933,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":167707218,\\\"ageFromFirstAssignment\\\":167705933}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-05-29T08:45:51.969Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-29T08:45:51.969Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674499423%18056\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-28T14:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-05-28T14:01:40.774Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":100254893,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":100256178,\\\"ageFromFirstAssignment\\\":100254893},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-28T14:15:00.000Z\\\",\\\"old\\\":\\\"2020-05-31T14:15:00.000Z\\\",\\\"fromLast\\\":-259200000,\\\"fromNow\\\":799226}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-05-28T14:01:40.815Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T14:01:40.815Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674480944%78022\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-31T14:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"99\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-05-28T14:01:22.054Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":100236173,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":100237458,\\\"ageFromFirstAssignment\\\":100236173},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-31T14:15:00.000Z\\\",\\\"old\\\":\\\"2020-05-30T14:00:00.000Z\\\",\\\"fromLast\\\":87300000,\\\"fromNow\\\":260017946}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-05-28T14:01:22.089Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T14:01:22.089Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674454004%b15ac\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-30T14:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"92\\\"},\\\"type\\\":\\\"other\\\"},\\\"eventAt\\\":\\\"2020-05-28T14:00:55.134Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":100209253,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":100210538,\\\"ageFromFirstAssignment\\\":100209253},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-30T14:00:00.000Z\\\",\\\"old\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"fromLast\\\":172800000,\\\"fromNow\\\":172744866}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"other\\\",\\\"createdAt\\\":\\\"2020-05-28T14:00:55.178Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T14:00:55.178Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674254178%477d2\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"100\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-05-28T13:57:35.403Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":100009522,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":100010807,\\\"ageFromFirstAssignment\\\":100009522},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"old\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":144597}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-05-28T13:57:35.479Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T13:57:35.479Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674215705%a21ea\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-05-28T13:56:56.814Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":99970933,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":99972218,\\\"ageFromFirstAssignment\\\":99970933},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"old\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":183186}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-05-28T13:56:56.894Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T13:56:56.894Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590674191366%04079\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"95\\\"},\\\"type\\\":\\\"other\\\"},\\\"eventAt\\\":\\\"2020-05-28T13:56:34.902Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":99949021,\\\"isFirstAction\\\":true,\\\"isFirstActionByCurrentUser\\\":true,\\\"isFirstResponse\\\":true,\\\"age\\\":99950306,\\\"ageFromFirstAssignment\\\":99949021},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-28T14:00:00.000Z\\\",\\\"old\\\":\\\"2020-05-29T10:15:00.000Z\\\",\\\"fromLast\\\":-72900000,\\\"fromNow\\\":205098}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"other\\\",\\\"createdAt\\\":\\\"2020-05-28T13:56:35.056Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-28T13:56:35.056Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590574245881%_Tjia\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-05-27T10:10:45.881Z\\\",\\\"movement\\\":{\\\"note\\\":null,\\\"from\\\":null,\\\"to\\\":\\\"7\\\"},\\\"perf\\\":{\\\"isAssignment\\\":true,\\\"isFirstAssignment\\\":true,\\\"age\\\":1285},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"7\\\",\\\"newStatus\\\":\\\"followUp\\\",\\\"assignedAt\\\":\\\"2020-05-27T10:10:45.881Z\\\",\\\"team\\\":null,\\\"assignMethod\\\":\\\"preAssign\\\",\\\"user\\\":\\\"7\\\"}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"preAssign\\\",\\\"createdAt\\\":\\\"2020-05-27T10:10:47.810Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-27T10:10:47.810Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590574245881%igZoD\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-05-29T10:15:00.000Z\\\",\\\"actionId\\\":\\\"0\\\",\\\"actionName\\\":\\\"PRESET\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"new\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-05-27T10:10:45.881Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":0,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":1285,\\\"ageFromFirstAssignment\\\":0},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-05-29T10:15:00.000Z\\\",\\\"old\\\":\\\"2020-05-29T10:15:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":173054119}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-05-27T10:10:47.835Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-27T10:10:47.835Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"370\\\",\\\"leadId\\\":\\\"T:29#L|P:370#L:1590574245880%iUH_r\\\",\\\"logId\\\":\\\"T:29#LLOG|1590574245880%gXcUy\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"MobileApp\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"T:29#Manual:Replicate:MobileApp\\\",\\\"type\\\":\\\"Manual:Replicate\\\"},\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Replicate\\\",\\\"sourceLeadId\\\":\\\"T:29#L|P:351#L:1589802765973%JbqVa\\\",\\\"sourceProjectId\\\":\\\"351\\\",\\\"channel\\\":\\\"MobileApp\\\",\\\"id\\\":\\\"T:29#L|P:351#L:1589802765973%JbqVa\\\",\\\"type\\\":\\\"Replicate\\\"},\\\"eventAt\\\":\\\"2020-05-27T10:10:45.880Z\\\",\\\"type\\\":\\\"Manual:Replicate\\\",\\\"submittedAt\\\":\\\"2020-05-27T10:10:44.596Z\\\",\\\"receivedAt\\\":\\\"2020-05-27T10:10:44.596Z\\\",\\\"leadData\\\":{\\\"phone\\\":\\\"+6055488880\\\",\\\"name\\\":\\\"Jhkjhjhj\\\"},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@149e3184-1b87-4d11-8758-661e45e96beb\\\",\\\"hash\\\":\\\"15d7d68875d395b395b5ae1d458315774079d06834b35004f05e5c55c6a89982\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-05-27T10:10:45.880Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-05-27T10:10:44.596Z\\\",\\\"receivedAt\\\":\\\"2020-05-27T10:10:44.596Z\\\",\\\"age\\\":1284}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-05-27T10:10:47.772Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-05-27T10:10:47.772Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null}]\",\n            \"requestedBy\": null\n        }\n    }\n}"}],"_postman_id":"7ead6de7-bb9a-4012-837b-c5502b7d9cdf"},{"name":"Get Routing Logs","event":[{"listen":"test","script":{"id":"b03d6eda-8cca-41c8-a639-da15194020f0","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getRoutingLogs\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                               \"type\":\"object\",","                               \"properties\":{","                                    ","                                    \"type\":{","                                        \"type\":\"string\"","                                    },","                                    \"reason\":{","                                        \"type\":[\"null\",\"string\"]","                                    },","                                    \"leadId\":{","                                        \"type\":\"string\"","                                    },","                                    \"salesperson\":{","                                        \"type\":\"object\",","                                        \"properties\":{","                                            \"id\":{","                                                \"type\":[\"null\",\"string\",\"integer\"]","                                            },","                                            \"username\":{","                                                \"type\":[\"null\",\"string\"]","                                            }","                                        }","                                    },","                                    \"routeStoppedAt\":{","                                        \"type\":\"string\"","                                    }","                                },","                               \"required\":[\"type\",\"reason\",\"leadId\",\"salesperson\",\"routeStoppedAt\"]","                            }","                            ","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getRoutingLogs\"]","        }","    }  ","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"185b606a-b8f2-48cc-ab4d-6a61fc61fa8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getRoutingLogs ($limit: Int, $offset: Int, $where: RoutingLogsFilterInput!) {\n    getRoutingLogs (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            leadId\n            type\n            reason\n            salesperson {\n                id\n                username\n            }\n            routeStoppedAt\n        }\n}\n    \n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":{\n\t\t\t\"eq\":\"\"\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"2859b9f1-a216-491d-825b-f15473326c7f","name":"Get Routing Logs","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getRoutingLogs ($limit: Int, $offset: Int, $where: RoutingLogsFilterInput!) {\n    getRoutingLogs (limit: $limit, offset: $offset, where: $where) {\n        count\n        rows {\n            leadId\n            type\n            reason\n            salesperson {\n                id\n                username\n            }\n            routeStoppedAt\n        }\n}\n    \n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":{\n\t\t\t\"eq\":\"\"\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"399"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:11:45 GMT"},{"key":"x-amzn-RequestId","value":"58589b75-e611-45c5-9852-7eb4634e43c7"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"taOoiywKycrQz-_Poh_CS4iKrBLC-9nNg44NcUrmJjI6guDpQdP11Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getRoutingLogs\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n                    \"type\": \"ABORT (manualAssign)\",\n                    \"reason\": \"manualAssign\",\n                    \"salesperson\": {\n                        \"id\": null,\n                        \"username\": null\n                    },\n                    \"routeStoppedAt\": \"2020-06-02T13:32:26.000Z\"\n                },\n                {\n                    \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n                    \"type\": \"START\",\n                    \"reason\": null,\n                    \"salesperson\": {\n                        \"id\": null,\n                        \"username\": null\n                    },\n                    \"routeStoppedAt\": \"2020-06-02T12:12:46.000Z\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"185b606a-b8f2-48cc-ab4d-6a61fc61fa8b"},{"name":"Get Lead Details","event":[{"listen":"test","script":{"id":"e2f01f1f-57b7-475e-b5bf-b31b0806cbaf","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLead\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                           \"type\":[\"null\",\"string\"] ","                        },","                        \"data\":{","                            \"type\":\"object\",","                            \"properties\":{","                                \"projectId\":{","                                    \"type\":\"string\"","                                },","                                \"leadId\":{","                                    \"type\":\"string\"","                                },","                                \"leadDataBasic\":{","                                    \"type\":\"object\",","                                    \"properties\":{","                                        ","                                        \"note\":{","                                            \"type\":[\"null\",\"string\"]","                                        },","                                        \"phone\":{","                                            \"type\":\"string\"","                                        },","                                        \"name\":{","                                            \"type\":[\"null\",\"string\"]","                                        },","                                        \"email\":{","                                            \"type\":[\"null\",\"string\"]","                                        }","                                        ","                                    },","                                    \"required\":[\"note\",\"phone\",\"name\",\"email\"]","                                },","                                \"leadData\":{","                                    \"type\":\"string\"","                                },","                                \"leadStatus\":{","                                    \"type\":\"string\"","                                },","                                \"leadSource\":{","                                    \"type\":\"object\",","                                    \"properties\":{","                                        ","                                        \"name\":{","                                            \"type\":\"string\"","                                        },","                                        \"id\":{","                                            \"type\":\"string\"","                                        },","                                        \"type\":{","                                            \"type\":\"string\"","                                        }","                                    },","                                    \"required\":[\"name\",\"id\",\"type\"]","                                },","                                \"followUpAt\":{","                                    \"type\":[\"null\",\"string\"]","                                },","                                \"assignTo\":{","                                    \"type\":\"object\",","                                    \"properties\":{","                                         \"assignedBy\":{","                                        \"type\":[\"null\",\"string\"]","                                            },","                                        \"assignedAt\":{","                                        \"type\":[\"null\",\"string\"]","                                        },","                                        \"team\":{","                                        \"type\":[\"null\",\"string\"]","                                        },","                                        \"assignMethod\":{","                                        \"type\":[\"null\",\"string\"]","                                        },","                                        \"user\":{","                                        \"type\":[\"null\",\"string\"]","                                        }","                                    },","                                    \"required\":[\"assignedBy\",\"assignedAt\",\"team\",\"assignMethod\",\"user\"]","                                   ","                                },","                                \"createdAt\":{","                                    \"type\":\"string\"","                                },","                                \"submittedAt\":{","                                    \"type\":\"string\"","                                },","                                \"assignedUser\":{","                                    \"type\":[\"null\",\"string\"]","                                },","                                \"assignedTeam\":{","                                    \"type\":[\"null\",\"string\"]","                                },","                                \"star\":{","                                    \"type\":\"boolean\"","                                },","                                \"labels\":{","                                    \"type\":\"string\"","                                },","                                \"autoSmsDisabled\":{","                                    \"type\":\"boolean\"","                                },","                                \"lastSmsDataId\":{","                                    \"type\":[\"null\",\"string\"]","                                },","                                \"lastSmsAge\":{","                                    \"type\":[\"null\",\"integer\"]","                                },","                                \"lastSmsIsAppendable\":{","                                    \"type\":\"boolean\"","                                },","                                \"hasPendingTransfer\":{","                                    \"type\":\"boolean\"","                                },","                                \"pendingAssignTo\":{","                                    \"type\":\"null\"","                                },","                                \"pendingFirstActionByCurrentUser\":{","                                    \"type\":\"boolean\"","                                },","                                \"requireAction\":{","                                    \"type\":\"boolean\"","                                },","                                \"isAssigned\":{","                                    \"type\":\"boolean\"","                                },","                                \"isArchived\":{","                                    \"type\":\"boolean\"","                                },","                                \"isDeleted\":{","                                    \"type\":\"boolean\"","                                },","                                \"lastAction\":{","                                    \"type\":[\"null\",\"string\"],","                                },","                                \"lastStatusUpdate\":{","                                    \"type\":[\"null\",\"string\"],","                                },","                                \"leadScore\":{","                                    \"type\":\"null\"","                                },","                                \"origin\":{","                                    \"type\":\"string\"","                                },","                                \"perf\":{","                                    \"type\":\"null\"","                                },","                                \"assignedAt\":{","                                    \"type\":\"null\"","                                },","                                \"isRouting\":{","                                    \"type\":[\"null\",\"boolean\"]","                                },","                                \"routeAfter\":{","                                    \"type\":\"null\"","                                },","                                \"leadStatusAt\":{","                                    \"type\":\"null\"","                                },","                                \"pendingFirstAssignment\":{","                                    \"type\":[\"null\",\"boolean\"]","                                },","                                \"pendingFirstResponse\":{","                                    \"type\":[\"null\",\"boolean\"]","                                },","                                \"pendingFirstAction\":{","                                    \"type\":[\"null\",\"boolean\"]","                                },","                                \"createdBy\":{","                                    \"type\":\"null\"","                                },","                                \"lastWonDataId\":{","                                    \"type\":[\"null\",\"string\"]","                                },","                                \"meetupTags\":{","                                    \"type\":[\"null\",\"array\"]","                                },","                                \"otherTags\":{","                                    \"type\":[\"null\",\"array\"]","                                }","                            },","                            \"required\":[\"projectId\",\"leadId\",\"leadDataBasic\",\"leadData\",\"leadStatus\",\"leadSource\",\"followUpAt\",\"assignTo\",\"createdAt\",\"submittedAt\",\"assignedUser\",\"assignedTeam\",\"star\",\"labels\",\"autoSmsDisabled\",\"lastSmsDataId\",\"lastSmsAge\",\"lastSmsIsAppendable\",\"hasPendingTransfer\",\"pendingAssignTo\",\"pendingFirstActionByCurrentUser\",\"requireAction\",\"isAssigned\",\"isArchived\",\"isDeleted\",\"lastAction\",\"lastStatusUpdate\",\"leadScore\",\"origin\",\"perf\",\"assignedAt\",\"isRouting\",\"routeAfter\",\"leadStatusAt\",\"pendingFirstAssignment\",\"pendingFirstResponse\",\"pendingFirstAction\",\"createdBy\",\"lastWonDataId\",\"meetupTags\",\"otherTags\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLead\"]","        }     ","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"5a2c6278-efb3-4e80-9c51-9fafa32d153b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLead ($where: LeadsFilterInput!) {\n    getLead (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data {\n            projectId\n            leadId\n            leadDataBasic {\n                note\n                phone\n                name\n                email\n            }\n            lastNote\n            leadData\n            leadStatus\n            leadSource {\n                name\n                id\n                type\n            }\n            followUpAt\n            assignTo {\n                assignedBy\n                assignedAt\n                team\n                assignMethod\n                user\n            }\n            createdAt\n            submittedAt\n            assignedUser\n            assignedTeam\n            star\n            labels\n            autoSmsDisabled\n            lastSmsDataId\n            lastSmsAge\n            lastSmsIsAppendable\n            hasPendingTransfer\n            pendingAssignTo {\n                note\n                createdAt\n                pendingAssignTo {\n                    assignedBy\n                    assignMethod\n                    user\n                    assignedAt\n                }\n                createdBy\n                type\n                leadId\n            }\n            pendingFirstActionByCurrentUser\n            requireAction\n            isAssigned\n            isArchived\n            isDeleted\n            lastAction\n            lastStatusUpdate\n            leadScore\n            origin\n            perf\n            assignedAt\n            isRouting\n            routeAfter\n            leadStatusAt\n            pendingFirstAssignment\n            pendingFirstResponse\n            pendingFirstAction\n            createdBy\n            lastWonDataId\n            meetupTags\n            otherTags\n            LDFData\n            WDFData\n            firstAction\n        }\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\",\n\t\t\"searchKey\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>This request gets the user all the details of the specific lead Id that is defined in the variable.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"b9ebd331-46b6-4765-8318-c1671c3455db","name":"Get Lead Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLead ($where: LeadsFilterInput!) {\n    getLead (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data {\n            projectId\n            leadId\n            leadDataBasic {\n                note\n                phone\n                name\n                email\n            }\n            lastNote\n            leadData\n            leadStatus\n            leadSource {\n                name\n                id\n                type\n            }\n            followUpAt\n            assignTo {\n                assignedBy\n                assignedAt\n                team\n                assignMethod\n                user\n            }\n            createdAt\n            submittedAt\n            assignedUser\n            assignedTeam\n            star\n            labels\n            autoSmsDisabled\n            lastSmsDataId\n            lastSmsAge\n            lastSmsIsAppendable\n            hasPendingTransfer\n            pendingAssignTo {\n                note\n                createdAt\n                pendingAssignTo {\n                    assignedBy\n                    assignMethod\n                    user\n                    assignedAt\n                }\n                createdBy\n                type\n                leadId\n            }\n            pendingFirstActionByCurrentUser\n            requireAction\n            isAssigned\n            isArchived\n            isDeleted\n            lastAction\n            lastStatusUpdate\n            leadScore\n            origin\n            perf\n            assignedAt\n            isRouting\n            routeAfter\n            leadStatusAt\n            pendingFirstAssignment\n            pendingFirstResponse\n            pendingFirstAction\n            createdBy\n            lastWonDataId\n            meetupTags\n            otherTags\n        }\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\",\n\t\t\"searchKey\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 07:12:16 GMT"},{"key":"x-amzn-RequestId","value":"a2637823-4da6-44e6-be70-304204204410"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"ztovvQzll_6tgDDWEmxfEU_RGW7Cwjl5YUKaigaOzkNgZ3lbuUddiQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLead\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": \"64\",\n            \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n            \"data\": {\n                \"projectId\": \"408\",\n                \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n                \"leadDataBasic\": {\n                    \"note\": null,\n                    \"phone\": \"+601116461797\",\n                    \"name\": \"Shoaib Digi\",\n                    \"email\": \"shoaib@salescandy.com\"\n                },\n                \"lastNote\": \"{\\\"date\\\":\\\"2020-06-02T13:33:06.438Z\\\",\\\"note\\\":\\\"Testing note\\\",\\\"by\\\":62}\",\n                \"leadData\": \"{\\\"name\\\":\\\"Shoaib Digi\\\",\\\"phone\\\":\\\"+601116461797\\\",\\\"email\\\":\\\"shoaib@salescandy.com\\\"}\",\n                \"leadStatus\": \"followUp\",\n                \"leadSource\": {\n                    \"name\": \"ManagerPortal\",\n                    \"id\": \"SRM#c73a3b5e-9a0e-4754-89cc-6673bb315a6b\",\n                    \"type\": \"Manual:Create\"\n                },\n                \"followUpAt\": \"2020-06-03T13:32:21.000Z\",\n                \"assignTo\": {\n                    \"assignedBy\": \"1\",\n                    \"assignedAt\": \"2020-06-02T13:32:27.041Z\",\n                    \"team\": null,\n                    \"assignMethod\": \"manualAssign\",\n                    \"user\": \"64\"\n                },\n                \"createdAt\": \"2020-06-02T12:12:41.907Z\",\n                \"submittedAt\": \"2020-06-02T12:12:38.765Z\",\n                \"assignedUser\": \"64\",\n                \"assignedTeam\": null,\n                \"star\": false,\n                \"labels\": \"[]\",\n                \"autoSmsDisabled\": false,\n                \"lastSmsDataId\": null,\n                \"lastSmsAge\": null,\n                \"lastSmsIsAppendable\": false,\n                \"hasPendingTransfer\": false,\n                \"pendingAssignTo\": null,\n                \"pendingFirstActionByCurrentUser\": true,\n                \"requireAction\": false,\n                \"isAssigned\": true,\n                \"isArchived\": false,\n                \"isDeleted\": false,\n                \"lastAction\": null,\n                \"lastStatusUpdate\": null,\n                \"leadScore\": null,\n                \"origin\": \"{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"ManagerPortal\\\",\\\"name\\\":\\\"Offline: radio\\\",\\\"id\\\":126,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"}\",\n                \"perf\": null,\n                \"assignedAt\": null,\n                \"isRouting\": false,\n                \"routeAfter\": null,\n                \"leadStatusAt\": null,\n                \"pendingFirstAssignment\": null,\n                \"pendingFirstResponse\": null,\n                \"pendingFirstAction\": null,\n                \"createdBy\": null,\n                \"lastWonDataId\": null,\n                \"meetupTags\": null,\n                \"otherTags\": null\n            },\n            \"requestedBy\": \"CRM:62\"\n        }\n    }\n}"}],"_postman_id":"5a2c6278-efb3-4e80-9c51-9fafa32d153b"},{"name":"Lead Siblings (Presence in Other Projects)","event":[{"listen":"test","script":{"id":"624cecf6-cb1e-44f1-8749-9536aa02b8ce","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadSibling\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadSiblings\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"da87e808-98e4-4d5d-bc92-39d93497e5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadSiblings ($where: GetLeadSiblingsInput!) {\n    getLeadSiblings (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"21f07399-08c8-471a-a758-bee50b37b675","name":"Lead Siblings (Presence in Other Projects)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getLeadSiblings ($where: GetLeadSiblingsInput!) {\n    getLeadSiblings (where: $where) {\n        success\n        message\n        ownerId\n        leadId\n        data\n        requestedBy\n    }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:13:40 GMT"},{"key":"x-amzn-RequestId","value":"9aafc504-e9ae-405e-8cd5-039e2638bcb6"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"1SyUo7pvrQ3r0JOO2p6-UMs6Ln85H2ND0_YtV77aOEWxlYEQv8GVxQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadSiblings\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n            \"data\": \"[]\",\n            \"requestedBy\": \"CRM:62\"\n        }\n    }\n}"}],"_postman_id":"da87e808-98e4-4d5d-bc92-39d93497e5f4"},{"name":"Get Lead Original Data","event":[{"listen":"test","script":{"id":"4ab3c1bb-162b-4ef5-90b5-56d964225673","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadOriginalData\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadOriginalData\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"82346eef-70fc-4b89-9b06-25eb8d7ef991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadOriginalData($where: GetLeadOriginalDataInput!) {\n  getLeadOriginalData(where: $where) {\n    success\n    message\n    ownerId\n    leadId\n    data\n    requestedBy\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"fe794583-6a00-4fe1-beee-95a47a5d36a7","name":"Get Lead Original Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadOriginalData($where: GetLeadOriginalDataInput!) {\n  getLeadOriginalData(where: $where) {\n    success\n    message\n    ownerId\n    leadId\n    data\n    requestedBy\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 07:14:14 GMT"},{"key":"x-amzn-RequestId","value":"928243ae-9954-4a66-a10a-62221b085f4e"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"CaaC2hujLay9lE6SsbcdSbSepI3MKORNOmT6PMW0glv1q90ssWNj9Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadOriginalData\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": \"T:47#L|P:408#L:1591099961907%WbMWx\",\n            \"data\": \"{\\\"modifiedAt\\\":\\\"2020-06-02T12:12:41.907Z\\\",\\\"sourceHash\\\":\\\"b6ed59bd8c1c6a6d653829bbc320be08953d95bfec0d4b46156324568b2d7d74\\\",\\\"leadId\\\":\\\"T:47#L|P:408#L:1591099961907%WbMWx\\\",\\\"tenantId\\\":\\\"47\\\",\\\"createdAt\\\":\\\"2020-06-02T12:12:41.907Z\\\",\\\"sk\\\":\\\"T:47#SRC@8d325dd8-6a6a-43fa-9a2f-7b8107940980\\\",\\\"source\\\":{\\\"receivedBy\\\":\\\"System.MANUAL#47#k8sgepam\\\",\\\"submittedBy\\\":\\\"1\\\",\\\"leadScore\\\":100,\\\"leadStatus\\\":\\\"new\\\",\\\"leadSource\\\":{\\\"name\\\":\\\"ManagerPortal\\\",\\\"tenantId\\\":\\\"47\\\",\\\"id\\\":\\\"SRM#c73a3b5e-9a0e-4754-89cc-6673bb315a6b\\\",\\\"type\\\":\\\"Manual:Create\\\"},\\\"routingDisabled\\\":false,\\\"ignoreDuplicate\\\":false,\\\"routeAfter\\\":null,\\\"autoSmsDisabled\\\":false,\\\"receivedAt\\\":\\\"2020-06-02T12:12:38.765Z\\\",\\\"followUpAt\\\":null,\\\"createdAt\\\":\\\"2020-06-02T12:12:41.907Z\\\",\\\"uniqueHash\\\":[{\\\"field\\\":\\\"phone\\\",\\\"hash\\\":\\\"d6aaf23f62473a93a6e96fc279fec0f9\\\"}],\\\"assignmentMode\\\":{\\\"mode\\\":\\\"default\\\",\\\"projects\\\":[{\\\"id\\\":\\\"408\\\",\\\"routingDisabled\\\":false}]},\\\"tenantId\\\":\\\"47\\\",\\\"SRID\\\":\\\"8d325dd8-6a6a-43fa-9a2f-7b8107940980\\\",\\\"submittedAt\\\":\\\"2020-06-02T12:12:38.765Z\\\",\\\"projectId\\\":[{\\\"id\\\":408,\\\"routingDisabled\\\":false}],\\\"leadData\\\":{\\\"phoneValidator\\\":{\\\"result\\\":\\\"+601116461797\\\",\\\"possibles\\\":[\\\"+601116461797\\\"],\\\"rule\\\":{\\\"valid\\\":[{\\\"validation\\\":{\\\"result\\\":\\\"+601116461797\\\",\\\"valid\\\":true,\\\"original\\\":\\\"+601116461797\\\",\\\"type\\\":\\\"MOBILE\\\"},\\\"countryCode\\\":\\\"MY\\\",\\\"validationType\\\":\\\"byProject\\\"}],\\\"invalid\\\":[]},\\\"original\\\":\\\"+601116461797\\\",\\\"changed\\\":true},\\\"note\\\":null,\\\"form\\\":{\\\"name\\\":\\\"Shoaib Digi\\\",\\\"phone\\\":\\\"+601116461797\\\",\\\"email\\\":\\\"shoaib@salescandy.com\\\"},\\\"tagId\\\":null,\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"ManagerPortal\\\",\\\"name\\\":\\\"Offline: radio\\\",\\\"id\\\":126,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"}},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"1\\\",\\\"team\\\":null,\\\"user\\\":null,\\\"assignedAt\\\":null}},\\\"pk\\\":\\\"T:47#L|P:408#L:1591099961907%WbMWx\\\",\\\"createdBy\\\":\\\"1\\\",\\\"SRID\\\":\\\"8d325dd8-6a6a-43fa-9a2f-7b8107940980\\\",\\\"modifiedBy\\\":\\\"1\\\",\\\"type\\\":\\\"LeadSrc\\\"}\",\n            \"requestedBy\": \"CRM:62\"\n        }\n    }\n}"}],"_postman_id":"82346eef-70fc-4b89-9b06-25eb8d7ef991"},{"name":"Get Lead SMS Data","event":[{"listen":"test","script":{"id":"84ab1a3e-f302-419f-afc9-256f2d4001d4","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadSmsData\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getLeadSmsData\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"eddb9bda-c7ef-476c-a65d-c628c93c2a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadSmsData($where: GetLeadSmsDataInput!) {\n  getLeadSmsData(where: $where) {\n    success\n    message\n    ownerId\n    leadId\n    data\n    requestedBy\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\",\n\t\t\"smsDataId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>smsDataId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eddb9bda-c7ef-476c-a65d-c628c93c2a1f"},{"name":"Get All Lead SMS Data","event":[{"listen":"test","script":{"id":"ae2206be-69b1-4f06-955e-87d1a79f5403","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getAllLeadSmsData\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"success\":{","                            \"type\":\"boolean\"","                        },","                        \"message\":{","                            \"type\":\"string\"","                        },","                        \"tenantId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"ownerId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"leadId\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"requestedBy\":{","                            \"type\":[\"null\",\"string\"]","                        }","                    },","                    \"required\":[\"success\",\"message\",\"tenantId\",\"ownerId\",\"leadId\",\"data\",\"requestedBy\"]","                }","            },","            \"required\":[\"getAllLeadSmsData\"]","        }","    }","};","","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"753db55e-b609-4b26-b398-c0875c4ad906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetAllLeadSmsData($where: GetAllLeadSmsDataInput!) {\n  getAllLeadSmsData(where: $where) {\n    success\n    message\n    ownerId\n    leadId\n    data\n    requestedBy\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"leadId\":\"\"\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"753db55e-b609-4b26-b398-c0875c4ad906"},{"name":"Change Leads Status","event":[{"listen":"test","script":{"id":"f7c870c8-fa00-4a24-a216-d0953c0fcf3f","exec":["const schema = {\r","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",\r","    \"type\" : \"object\",\r","    \"properties\":{\r","        \"data\":{\r","            \"type\":\"object\",\r","            \"properties\":{\r","                \r","                \"changeLeadsStatus\":{\r","                    \"type\":\"object\",\r","                    \"properties\":{\r","                        \r","                        \"success\":{\r","                            \"type\":\"boolean\"\r","                        },\r","                        \"message\":{\r","                            \"type\":\"string\"\r","                        },\r","                        \"ownerId\":{\r","                            \"type\":[\"null\",\"string\"]\r","                        },\r","                        \"leadId\":{\r","                            \"type\":[\"null\",\"array\"]\r","                        },\r","                        \"requestedBy\":{\r","                            \"type\":[\"null\",\"string\"]\r","                        }\r","                    },\r","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"requestedBy\"]\r","                }\r","            },\r","            \"required\":[\"changeLeadsStatus\"]\r","        }\r","    }\r","};\r","\r","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"24d29a6a-20f7-43d2-b717-1d58daa3c94a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ChangeLeadsStatus($input: ChangeLeadStatusInput!) {\n  changeLeadsStatus(input: $input) {\n    success\n    message\n    ownerId\n    leadId\n    requestedBy\n  }\n}","variables":"{\n  \"input\": {\n\t  \"leadId\": [\"T:47#L|P:408#L:1591498959923%I4Z87\"],\n\t  \"leadStatus\": \"drop\",\n\t  \"actionId\":\"52efb8d1-5221-46cd-ba41-8674e0a2abad\",\n\t  \"actionName\":\"Not a Prospect\",\n\t  \"followUpAt\":\"2020-06-08T00:00:00.000Z\",\n\t  \"notes\":\"testing from postman\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Update Leads status in bulk</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the request (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>Below is the format that is followed to update the data, further information will be provided in the tables below.</p>\n<blockquote>\n<p>You can get <code>actionId</code> and <code>actionName</code> from the <code>Lead Action Template</code> query, for simplification you can use actionId <code>1</code> as it will be considered as Manager Portal Action</p>\n</blockquote>\n<p>Below code is for updating the followUp time.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"input\": {\n      \"leadId\": [\"\"],\n      \"leadStatus\": \"followUp\",\n      \"actionId\": \"1\",\n      \"actionName\": \"Manager Portal Action\",\n      \"followUpAt\": \"2020-06-27T17:46:43.630Z\", \n      \"notes\": \"notes set From postman\"\n  }\n}\n</code></pre><p>Below is to change from followUp to drop.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"input\": {\n      \"leadId\": [\"\"],\n      \"leadStatus\": \"drop\",\n      \"actionId\": \"1\",\n      \"actionName\": \"Manager Portal Action\",\n      \"notes\": \"Lead not interested\"\n  }\n}\n</code></pre><p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>leadId</td>\n<td>array of ids as string</td>\n</tr>\n<tr>\n<td>leadStatus</td>\n<td>string (followUp/drop)</td>\n</tr>\n<tr>\n<td>actionId</td>\n<td>string</td>\n</tr>\n<tr>\n<td>actionName</td>\n<td>string</td>\n</tr>\n<tr>\n<td>followUpAt</td>\n<td>AWSDateTime</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note: The format of the AWSDateTime type is <code>YYYY-MM-DDThh:mm:ss.sssZ</code>, as shown in the code snippet above.</p>\n</blockquote>\n<blockquote>\n<p>FollowUpAt is required when the leadStatus is followUp.</p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"18c9892c-5934-462a-8508-cbe6d07f4dc5","name":"Change Status To Follow-Up","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ChangeLeadsStatus($input: ChangeLeadStatusInput!) {\n  changeLeadsStatus(input: $input) {\n    success\n    message\n    ownerId\n    leadId\n    requestedBy\n  }\n}","variables":"{\n  \"input\": {\n\t  \"leadId\": [\"\"],\n\t  \"leadStatus\": \"followUp\",\n\t  \"actionId\": \"1\",\n\t  \"actionName\": \"Manager Portal Action\",\n\t  \"followUpAt\": \"2020-06-25T17:46:43.630Z\", \n\t  \"notes\": \"String From postman\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:17:33 GMT"},{"key":"x-amzn-RequestId","value":"77345a3a-a124-40f2-89cb-6f6231daa3b0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"2ffxADedKeEBtUqV1Vjts-zJdpRahbkJCCH9bMCGG849EU-crWdGuQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"changeLeadsStatus\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": [\n                \"T:47#L|P:408#L:1591099961907%WbMWx\"\n            ],\n            \"requestedBy\": \"CRM:62\"\n        }\n    }\n}"},{"id":"40bbf907-9ce6-4b86-a297-99f7ad275550","name":"Bulk Change Status For Drop","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ChangeLeadsStatus($input: ChangeLeadStatusInput!) {\n  changeLeadsStatus(input: $input) {\n    success\n    message\n    ownerId\n    leadId\n    requestedBy\n  }\n}","variables":"{\n  \"input\": {\n\t  \"leadId\": [\"\"],\n\t  \"leadStatus\": \"drop\",\n\t  \"actionId\": \"1\",\n\t  \"actionName\": \"Manager Portal Action\",\n\t  \"notes\": \"String From postman\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 07:18:48 GMT"},{"key":"x-amzn-RequestId","value":"80fa9f27-ff82-4393-aa5e-38973ebf2964"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 cbd527fa0e848c8b55cd9810c481d175.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"kEpRWPUH1ZAlHJ63RU4SuzVnsnI9MNijmsgbqa7wgyD0_EzvGOG23A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"changeLeadsStatus\": {\n            \"success\": true,\n            \"message\": \"OK\",\n            \"ownerId\": null,\n            \"leadId\": [\n                \"T:47#L|P:408#L:1591099961907%WbMWx\"\n            ],\n            \"requestedBy\": \"CRM:62\"\n        }\n    }\n}"}],"_postman_id":"24d29a6a-20f7-43d2-b717-1d58daa3c94a"},{"name":"Win Lead","event":[{"listen":"test","script":{"id":"f7c870c8-fa00-4a24-a216-d0953c0fcf3f","exec":["const schema = {\r","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",\r","    \"type\" : \"object\",\r","    \"properties\":{\r","        \"data\":{\r","            \"type\":\"object\",\r","            \"properties\":{\r","                \r","                \"winLead\":{\r","                    \"type\":\"object\",\r","                    \"properties\":{\r","                        \r","                        \"success\":{\r","                            \"type\":\"boolean\"\r","                        },\r","                        \"message\":{\r","                            \"type\":\"string\"\r","                        },\r","                        \"ownerId\":{\r","                            \"type\":[\"null\",\"string\"]\r","                        },\r","                        \"leadId\":{\r","                            \"type\":[\"null\",\"string\"]\r","                        },\r","                        \"requestedBy\":{\r","                            \"type\":[\"null\",\"string\"]\r","                        }\r","                    },\r","                    \"required\":[\"success\",\"message\",\"ownerId\",\"leadId\",\"requestedBy\"]\r","                }\r","            },\r","            \"required\":[\"winLead\"]\r","        }\r","    }\r","};\r","\r","pm.test(\"Validate Schema - [If null values are accepted]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"661b70d8-8f59-42f5-baae-fb3297d3329e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation WinLead($input: WinLeadInput) {\n  winLead(input: $input) {\n    success\n    message\n    ownerId\n    leadId\n    data {\n      projectId\n      leadId\n      leadDataBasic {\n        note\n        phone\n        name\n        email\n      }\n      lastNote\n      leadData\n      leadStatus\n      leadSource {\n        name\n        id\n        type\n      }\n      followUpAt\n      assignTo {\n        assignedBy\n        assignedAt\n        team\n        assignMethod\n        user\n      }\n      createdAt\n      submittedAt\n      assignedUser\n      assignedTeam\n      star\n      labels\n      autoSmsDisabled\n      lastSmsDataId\n      lastSmsAge\n      lastSmsIsAppendable\n      hasPendingTransfer\n      pendingAssignTo {\n        note\n        createdAt\n        pendingAssignTo {\n          assignedBy\n          assignMethod\n          user\n          assignedAt\n        }\n        createdBy\n        type\n        leadId\n      }\n      pendingFirstActionByCurrentUser\n      requireAction\n      isAssigned\n      isArchived\n      isDeleted\n      lastAction\n      lastStatusUpdate\n      leadScore\n      origin\n      perf\n      assignedAt\n      isRouting\n      routeAfter\n      leadStatusAt\n      pendingFirstAssignment\n      pendingFirstResponse\n      pendingFirstAction\n      createdBy\n      lastWonDataId\n      meetupTags\n      otherTags\n    }\n    requestedBy\n  }\n}","variables":"{\n  \"input\": {\n\t  \"leadId\": \"T:47#L|P:408#L:1591498959923%I4Z87\",\n\t  \"logId\":\"\",\n\t  \"action\":\"{\\\"type\\\":\\\"changeStatus\\\"}\",\n\t  \"statusUpdate\":\"{\\\"actionId\\\":\\\"b4b01e9a-8958-4266-ac8d-dd54c606741b\\\",\\\"notes\\\":\\\"change status from crm api\\\",\\\"leadStatus\\\":\\\"won\\\"}\",\n\t  \"wonData\":\"{\\\"Year\\\":\\\"2020\\\",\\\"Model\\\":\\\"2020\\\"}\"\n  }\n}"}},"url":"https://graph.v3.salescandy.com","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"661b70d8-8f59-42f5-baae-fb3297d3329e"},{"name":"Get All Lead Logs","event":[{"listen":"test","script":{"id":"db76dc12-df17-4d68-b6fc-d28c13ad51a8","exec":["const schema = {"," ","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getAllLeadLogs\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"token\":{","                            \"type\":\"string\"","                        },","                        \"resultCount\":{","                            \"type\":'integer'","                        },","                        \"filteredCount\":{","                            \"type\":\"integer\"","                        },","                        \"total\":{","                            \"type\":\"integer\"","                        },","                        \"data\":{","                            \"type\":[\"null\",\"string\"]","                        },","                        \"dataGzip\":{","                            \"type\":[\"string\",\"null\"]","                        }","                            ","                    },  ","                    \"required\":[\"token\",\"resultCount\",\"filteredCount\",\"total\",\"data\",\"dataGzip\"]","                }","            },","            \"required\":[\"getAllLeadLogs\"]","        }    ","    }","};","pm.test(\"Validate Schema - [This schema Test will show the null values received in response and tell us what they should be]\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"57bb41d9-5010-409e-97da-4028cd93bbad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetAllLeadLogs($where: GetAllLeadLogsInput) {\n  getAllLeadLogs(where: $where) {\n    token\n    resultCount\n    filteredCount\n    total\n    data\n    dataGzip\n  }\n}","variables":"{\n\t\"where\":{\n        \"asGzip\":false\n\t}\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>token</td>\n<td>string</td>\n</tr>\n<tr>\n<td>asGzip</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>where</td>\n<td>JSON</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"c3784fa5-7c47-478b-965b-74fe65205a7e","name":"Get All Lead Logs (Data as Gzip)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetAllLeadLogs($where: GetAllLeadLogsInput) {\n  getAllLeadLogs(where: $where) {\n    token\n    resultCount\n    filteredCount\n    total\n    data\n    dataGzip\n  }\n}","variables":"{\n\t\"where\":{\n        \"asGzip\":true\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 05 Oct 2020 18:02:38 GMT"},{"key":"x-amzn-RequestId","value":"7ea01baa-43b2-44ff-98c7-dd9e073c512e"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0b3572829f6f42309f3adfa694398770.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN5-C1"},{"key":"X-Amz-Cf-Id","value":"VcYhUw4DBSv0CfECVyeWpBOZX0YD19NtUwy1tKObSjinC6mSQpLsng=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getAllLeadLogs\": {\n            \"token\": \"[1601230755676,1601230756078]\",\n            \"resultCount\": 100,\n            \"filteredCount\": 348546,\n            \"total\": 348546,\n            \"data\": null,\n            \"dataGzip\": \"H4sIAAAAAAAAA+2965IbN7Iu+iodvYIR58QyGQAycetfluW7LXtGku2xl1c4cJXa7ovcF3tkL7/O/rcjdsR5p/0cJ1FFNossslhkVbctzXgUmlY1CkABmV9+mQAS//X78U26cBc3n8Tjk2Nhj985fnV1+WMK9QMwjJ6cJRerfz4/EfY/Pv+fv53Q8//4/IQrxiUA15ahnuT3048flNKXLxqFP//yo/+pyyFHA5xPzIvPnj+ry73vbtzxye/H1zfu5vb6q1fR3aTjk4vbs7N35s8ev3QXL5bPzq/LK09TXtT/7Mmzd9cbAms1CJygkaCoIRduTi8vSjvn1y8eX95e3Byf8HeOr1JIp7+kOH/C3jm+ef2Kmjp2r16li/js/JrevU4XN4tX/njnOP1C/350U4aKCTblbMr4c6ZOQJ6gmdHXfVcGMF3l0pp7kT68ujx/fHt1Vd66vj59cXGeSlVWWaHgnePT6w9Pr65vHs07mN3ZdVp7+t7r+ftfXaer9SJP0/Wry4vrdPfclbGymmYE31m0X1fWav2PP6op+Ojq8vYVfc9Xf3v/0fP59D1vj0O4SjQ3cfuna/ndsth7r0sxCXPZ+fLXi9L3+ZPzy3iaT3fXtSjXqOz0+snpi6vSwt0Xn88flNpqIXnprl/SG0kZklIXXeCBWxadcUl4RGN4CMro4CQwA1Zl6SzGYDNY54JhXtLvWTz+450H1A3kXBqcKIZJrerGZc5npxc0HzdXt+mdNVX5/Thfnp1d/vrVq9XRxDKaKE8YmzHGvpv381n1LpVbvETPLy5v0vVi6GpNqXromEtRijBVOsMUA5qpzdZPLfMMnZc5K3unW1+48yIw76dwGtPR59S1Kxq+NRX+/fgi/bqpC2fu+mbT81C9uJjqP/qq//pYLtU/zoc03pLIVM9I6TOpCFX3n/Qu58wKrqt5vblcPJSSCa60pIekDlukFmYaRRln+uarbQgxL0Rf0gVE/A6IrtchiO2AoLte9IEgVAUk7gmClBZCdkFQaZ2+5rYS5A8Xk14LSbckX57FRgFuWgXKjH5OMnV8MuWCWcXKf/XjLy6pciEtoQCT6xD46PHzT778YgUCr3eAH7ITLqhdGAH8VuoaCH4scAhZ++S4DopLrnhMPnqWeM6S0M2Ad8p47h2XnlmpM3qwiVltrLTiYcGPCS2lmnzw85dXl382MRAd+ngIMYAT1DP6un5aaahrzNyXVhrJGdjtWlm3PhoxqD6dUHgMYtCsa6Bu6BhSJgvGgzHe86jB5gBWKu5jcpiYcypza2QORhJZEMqhTyYh2TyOPDyobqyL7EBisAEt/3WIwXb1vydiIGioccZNJzEQ+oTbmS2uwwox6AKiFjHogqBGA30gCBUz9+eboKJp6PBN6tZ7EIMNkrxKDASrgINtIQaafII1XsCJk9CUCmDDiQEBFtczw/U44LesayD4+Uy6mkS2EZgzkZBOG4nZYGSEhUKJ4BJGgj+lAyZyjoKWPGulDMspQd4JfpU6tLFPywJ9ksgFSC6RGTZRHz2Jogv6iMRzAxPMMrkRoM+25OFtgL42iN24ejw5L8JB/5r35Jp84evi1i5Q5Dylm+Mu4KA/Bb5YP+Dg3FqDwJi194Ue8yaQodkOIY1+9MGRtlis4shcBzfjCNkAKVo4Qg+RBNjK3ThSzUEXkNSToOQY4ZWVugYCCXJEEyABEGhoh1LZlKW2wGP2LEiZtBdZmKBkDNJqjUkQt4JsbbAsP6yHAYQ6TMuJiJ99+929ehiCqL6RE89tlFs8DGgZdjHEwxCSXP8Zq2Nmu7UUyPsT+r4UlDBbyg7drFsfy8OoP53UfQzdaNY1UDdC5kF5kzJqT5+rlGYiama84cKRVQvW5wiK9IVrsrg6c65TIN7jvQpO+4c0ssR5NJcTIO8/jxB4bIPl22Bkeyr/2ljev3/BiS8Ts9ed/oUgizijqnb6F+KwwGOjgd40gZM9EPxeaQI3HDTbQRPqfvSJQ7YFe40mqC53A6FmCU2aAMIayYe7GgKp2ZkQbAwUbNY1EAXJtUjZo0iCPA6NyICwUETCOC8NQ5RGSA+EidEJJUmrPam4czE5jwSQ+LAMYc1wD8TBDc7nvxAObiVB94WDNM5iRhavEwfZCdqZAbYTB9l2HBRdOLhsoA8OaqaNaCFgLWNdALhSYol/9eMK/jRJPWwHvqrhHpC3QYbXIK/tOi0hz0qGLcdIEdgi+UVjoB47kWrGa6szFPWadQ1ddmbZShkyg5QEWOGz8kG77GwSyXLrY2YS6GcXjbPgRI7E3QMzGmzgWT8k9xM0HcxMnPMsjsD92hbwXwnzVsfyITBPsJmpVws7MA+Kw2/vEfMWDfTmfiSaUt/bGte8CZTFye3kfnU/+nC/tmDvFWretAaNxUhq6sYoSIhiZswo/K9Z19AIERpnIvMhaO8AoiWdJlSMUjOFMideFqjB2JSsMU6BMRF1TjlENEgvPiz/q8qR/v7y2fnrrgjR71tBbTMotm1kA+/YOpj97ekHzz54fiiMFbFtIFjB7pUI8VzD6wLztzqUm9sTsDMalX7Kze5LpUn0+HZdZn00eGeQt4vKNPVWWW5In6XYrbcrw9ylwDTOyGbKjEFlVuoaqMDE4ILxQYjogi2LRCkaDN7bqINTLsnIQRhUTPMsYnDEdgJkUuGQDEezm8rchwKzT08/+2BVgXvJ9/nlL6kWqN8rerIYi9pS1z9X5rmM4x9LfTi9bgrjKn1v/eJOnItaVr99flkpVfXzykRt0fdFyV2fc5PcXbfrd56km5eXZeReXaW6Z1Ts9vpOrNYE+smXX3/w5IMvnq+IdPPVnfIsx9gUtVLX4E1RTPvIEidhTU6obKzLRL/I+GhtlUKrIy9Gigowq0mQZbToNWaWIKkHXrKYl/v26VdfrclzUzwrY3R5exVqI1FbkSeX/vQsPXr1qhKE1f6elp+ePX3yH96kYMgyTz1Paoog1dTwxKeQQUlRlmmCP75jhU/cxa07O3lczWaR/8ur0xenlVV59vT5pjJkV/55c1WvSJ7enM17/Edtny7S2Vo/513/snY8To6u3Vm6fnb7wl09dhfx9bznnOM7xzHduNOzO6WsG5+/2MeeVeHSjd9FZvfWn5/ebJVrUDNZh1sX/HlXuTJBi4n7oAxH3etXLy+Le9Ui+4/Oa9Jdl5oPyqfudfn10ZPbs5tTKvQhdfb2auFBFbJwFSr/5Hfq1tJNefr4XRtsWX/IU8UcOVQ5mKkjSZ6SkKMSLEQGRSjmCmJlRm1l8gKJh6FFFYLNEQHBu5BN1uDQgAhSCxUYeTw+k0sLSUrw0pgmLnbCw3Ia5sU+uXh6eXtzevHiY5Ll6zu3c+zJWODv+gaPjWAXFjKxC+mkGWOXx0pdQxegZBYg0bmUcoyAHlOMKgovbAycO6IwPgmlYghRqQCSKaekI0/US8fCgy5A0V+IapJzNH+NwCtC9Aa9nyon0hQt51NHJmIatI3KQiDHBVq83b0udv7o6VwQ37CdHlydSDlD7LlFrLjP2igO6t44/7wJUtWO/aqNfowSz+zc6aGQt7z4EtAEg1yqEXZ61JNgLB8DTJp1DQQTAZjJI7cJk80yuJgVJiE42QAaDS54TkhIokCjTMSVAs1a5skmEKTbUT4omDBtJEx8kIKNENEcvpr9VwWTnlHNtfG856imPEFbDoBxkF1RTa4qS9mKapp9opqmGw4XDfSHQ1R4v1FNmgmiXDuimvN+jLGiLcxzpum3m6Oaomx3WMfDcngEemDhrpBmgS/y+vgoEZFmXUM9SK0haXRkcTzqiDyyKEKQCDwIbjJzwgYRBWJKLNB8SR7BGQBDeMm4GwMKqR2lzeRjfF+87oRCIYzBCUCWuAcUDt4Bt9buUMhoPNwKGRJnFjo32XMkOZiB1WuQIVuQAYcthDQa6A0ZZDE1v1/IUFJq1hE8bfRjBK0ltIAZaDWG1jbrGroQ4Un3YhTKkySRMxSCJrcVmGexnBbNGHymYZIspBCtSpH4jM3WBIwpWb37wE8vAgOktpMvPz+Tf+vQWrJ8DK2ekNetRzsHzPYgMMcfvrw4fkvWZNcHczB7sRw1Y9vZC5A95TPDOvbjUSFTtomAWt+Ph/uwF9wKRSsN9IUiQgmJ93cauG7CMKF3bNuf96P3uWDW4czZLvZSwp0bjgUTeTJ28OmfyiZxmIkRIuBrdQ1EQqc4x5AjKmViENnzzJn2KkoTpdLC2CB5MgZCWZDlCgz3XktLs5JcqAJ8Q5CQvB/JLTPGwuS3r8Tl19uRUEjUlmk74cEJvxcSriBcvLpcX5udh1a3OGw+mWgsgRw6yaYYjZo6C2aalGUcgbruzDrcfXF5c/TJBWFdur7Z7a7Nu7QT7FrLtyOHfYix8HIykOmeh5PlJgdnjA1rnIEGqbXVHScDS+uDoyyLb7a27VqsK2aXWq7Vs6qWeyqlcqRwImmfCLOVlc5JJzRZrhALN7HROF2yFSgWneY0RuA885Yr8r9KsouHVUoglJxc3PDHX60qJU3JTaLZvT27aWw1qJ4+CiG9mitGlyjCjOpeX4ttr7/uWn2t2nx2c/nq1daJu2tpXpYsdbMsU1MGz5koplTYmaonuf6WfFNLR6ucmdEIfnfcsfp7c3qeThcLHY/ij7cVWsylX4FlalUfBFo1b/b9dOZe14yAKrlbLVl5uWtN+dlraut89thRbdfp7LhjIXlthJbVPL09q47m3N5cVn06XqwyH0t53FplXhRZrDD3Wl9eFZddagwz1fY12l/aUOpajHZo9V21K1rdrnevrRRKSUETij5lJE2SwjOHSqcA9BulwEO22XjtEqm3tAIjjyo7piBACLsDB6DNRiWn500tt1yYye0/Xr36rkvLQSIXfBI5VyMsycxH9m3LOXCPdpkR5cMZUbWeqXyEkvdnl5EsT9f+q9J6z3DjmhS0V1+qT2dyplCuEnaSSJCyeXgGhZFj8IEy1nombHv35H58YKWeQXzAoJSSZxMztWBdUqizIg5qsybu7nJmhh74SDzeJuvIbbIxp2iyV1wG1ePczKhYgWVtaCJ/xE8+GpURFEnAGdV974xgpaVejEDW07yDEdgZjeDBjIAEnjzSFU1EJGvRixHUL4/GCFZG6C/KCBbI0Vo+HcYIVqodkREIaSwZL/K2mZMeQ7AeZXYicw0CNHnk2dhyIsQbFkGnrLINZT1Ok81LpNM7tbwO+7e1XGKt5cIqcvg5AJu8fHz29Nl2LedaMMUYMQLMbowsRKyoyD5hyTeCEfSKSrbGco+oZCMA2XtNlZ+gOZHk5TOzPSrJq4VXPjN6PSrZXiDpOCUMW+F8pYFeidCkRGYZEdH7S4ZWWtBcd6QpXPaiTyaRtlQ3GQ6vCuhVCtRcUFVWQ2tBVWtbCBYOjUnyEwknQs9ww/YSxY7XqE71ZCsortW1SnaqV/c6MCdkDJzQKJDiQhZlCTWCY6TNnNwgiy5HrkjAQ+aEiZCTFmBicASDKYbdQLgr/EF0SpNhBTu5/frTXz7aCoMoaS4YueUTATzqgTDI7BRIHuy/5oG59lj2h0FhSw2razPMSAHKmnUQvBvlkvpGzKTedFxuU6EdOVo7lmY25GrZ3IseSzNC6naqlrE8OyaQL2JOm1dkSvO7gG+zHDeAr/nxnM20XAM+IayQK+swTEnokTppC+A12wOYKdbODtPLs9tczyDPjnBGqqhcytKSO5tVSJJl40L0JigDMeZs0JNNF1xmCZFlJskFlBojEj98UKhT5FeqiYdX738yhl/XHE5WAufqvvy6zS1t9+vEc1ZWTE9Y2SYut/t1d+VIGMAe6teV/IJo+IoeCgvC9vHr5i8P9es2j9Bfy69bhw0cJ9K7udoR/bogY+JeGW4hau0VS94HJ8inY9KSW25ttb4IUpvi5BmRDak9ERpuQoymR9r5fn4dIYicpCc34sV2LUdb0uELM0kAap9NYhv9Ol6RQz0s0vtX3S87frR3Lon6pAQZzMyIntFeg0ZJqZS6n7XYqnoFuiuL27ILO92ijULRZAdqKrDyD/kJlBwuam3bPZEQUXYhIzYpgiaXSHLyfg+PAK+MfzmP1F4R7u0Yba5roGOEWjpJqlywJJmMyFBz5bGEghk9IQ/IBOIRkVtpGfJocnac6xDAYuA94sCjIgk1yvXE2fDFWoZFmu3Fj3+7uiQBv3l9VB9s23QUjsggB1MCI43TchtPxX3usnudbm7S0aeXLy+uby7LxrXl0bjj//rv4g2cV0cFjz9NJDuvZx8798Kad19e3pTns0CM449Nk75VV6HEUrA+TUazm+sEAVeVhT4++v37i+lR9XEnR99v6OD3x99f/OeywI/udfnW8vToj+9L93+8rkGm/sTfj3/4odaVjd/6ww+1ps2rIbv7R3Vu+F5Ge9HIQUO8M99jDSKfL85KdqprPQXjqGuzroHqSkNpjI+CnKYoUmZBixK2MCYGxoMmOk9aqpzEzByPKrpkZQyeMauDcLbHaflR1bUsn4nJlfzZnh+srracfhIM8K+rrWhmsk6GsE1bq+8p2tj8oLmiNn+31JYN+joflKXCro3OQlVXte5eFXasAR9Zd2lCNLSTGR+ku8u6BuquF8xhZIGHLCTxdRmyEspri9kxzbCk68LAhBJM5ix9dU+G5fSDVjb3SNg63mIM6W45TcJwYlSwgw+5bYxK/5u07ybtUFIOCtYz2V9hzGiZUfeWGr1uQUvWkflv2YsevH2DXKxG9bh8XrZLbV7OQPJn2hlPy0GpkvK4R/ac3bS9mgHk7Y0bB2HJsq6BWBKETg5YkNpJ4sSMBQQwEOlPdolpT6xAWs08N5itUygZeqc5RqEjzw+NJZozZiYvX7y6fX8rD9iWrKJBDecLkOd3iTn2M9TiRPLFEuVGQ03GeGG7ij3+r//eYIQXBX74wcVYpqq2cWQo757UM7ViZ9d+V9vSlYf7W+nlEPWh1XXJLaZ50YHxbHA91tA+m3CA3jTrGqg3JLiGAc/ocogRuM8JiUoHFNloBcIxb4PhKVuIEIVKHn22wVptWVbpITdEVHpDvIBPfgs/X394qN6MoDRsRr3o44uWtjZ4n/OnVLDqxclR6cVOb3Te8ab/WZ78cfctd0XrGZ4XrEV5VZkOgpax1YFGUbRTuBymDnd1DVWHQCYhMSOIQnHjnMlcKC2kNKpkarGkEFAWjBhL0nOyLjmL4mxwr1I5hv2w7iSAVIiTnx+psH5YZ6M6NH2jLn9lbIdQ0IfNqKdvg535M7zvkTWvTIYaJZDTrGug5kE22UjJmeFSSUDHAyvb92XZvq+9IqvjWbCYuMPkozJGchsUy0lH6tR4mleOvylz/v57nZrHlUU+uczqm8s+mieIfHIgsVlq3qOYzjxJ2tHz26sy3ktJ+PAqRSf1AIXjJbO2xe026g1SuObQ7VK49phu07aNYzyqntVzoEZxlJp1DdSzTDXbcqkmCbyy2oiogQeZLJNeF2vHyJiRDijBg09Rq2xlYKIclYnO5h5nYiTfomd8qWfWoJZ6otKr25+79EwoQao2UZhhhMvohGidTn5Ttn7Nj68OzTLcFKkSSTE9k+2UGIbQukoJfH+RFGpBqR2RlLoXfRKPtSd74woolE32SqyvgDIwuqQz0M0V0HJ7paZHfRKI70pEvDYVEkfhws26BiKFUWUnaCj7JJS10gAKIsRRi2AEZqt0ktFlyawDnqTiCoLnKiHXhmcd+qyEjokUNFVGTB59+evrL/u5ho1sEw2/Z570ZkHKLq9fzj533sXTpPHdFwfaY3YiYaY7VkTeIHu8MnB9Ai11ya20d+sIj2qN6xmw7SQ5B+hYs66BOkZgopWRISUMzFtpTVTgILAUUxKckTHmAlJ2VsSyqkmWWuYQAnjjShbAB9cx4uQT8/LRUzFAx8TRj+nXdHrE70nRqI99gjPNnmwI0lCve2wRWPucZnCmfHZn4GUYAI2vHsKMpx7zugaqB/PEO6tNTzoa4qdacwf0ryARQauYiQ1EAEba4zzxVZ99lsl7dIYMEdttgjgTG9WDns+zSFlEIay1evKCffty2qUejBnyhSeJCT9O7re9DindLVHP+6fLyd34azo7K3vKlYHGxn0tBOPWlNHYtHFfkbtxgnIGmm/fuF8VAjEjT7zeehTc2Re3576SkkYTf1QZpecyeXH5t9Pw022VIn1Ok9zZ2Ze3Hat+a+30Sa0kGeqS1OMe8+RWTUjBO1KnNPrRgy3Oh2G7llbjUHIqArbzG9l1La2ebNXStbrW8hvZPbXUS+t0Slrnkr8cNSQRFLNKcu5L6rcYeDROKQteeZWBC6F8oZIs8hzz0LNE/VPVYlmJLcGbCSk0H+FI5YZknW+KQzn4LFFrLO8rTe2dzJack2RZ1KYLB5eCzcohOa7X09S273/uOE204UjlpgZ6JnrjQDrB7H3mnCxNaEKbzkRvi370cZ7bgt0+XLQ10Vs54tS6n708LHnm5OBDRtUckHliQ5J2b65rYKY3w4UW4IyNxrBomcpceoUuqZC9pV9Fg8ajcdJnYvnZBV1OuvJcSHiWQzO91ZlqGaC0k79/En7YnkKCtFcaMtBE+o3xQ09V3u1bGYSE/3L7mSpEQzFjfVPOVDoMupyPvlcsAVJU1XVEcdmP3luaOrCEwIYXJdyIJaBJSjdtaWLcCDX8JIJanJFn7e2R+4PJSl1DrxPhBRhIKbSMkbgSWpNVSiwrx4ROsdxjDSraSAMkObogjfcQCEdQJYsPCyaK5IFNwocff/drv8hAw2Fp7XVfOL+fJ3rhbPZpuorp3dfu5eXlxpBANbIdKiZKSmP2dsTeRj07sG18xwst3I3/hsyPB2nXsq6h92tYZTLXHHkk0Q2yZHrUTkgWDFcI2UjtYzDMJyMz06osfnEXCXYshqTHSSrfX7vKpWQ/JP1o3VT31i7n3DxOVeTiXpRsfrnUrrjbak8OPpzT+qBdB3NGg5/x1WOedG4U9ZjXNfTOhZicZ05w8Fo4sifZ2sRE0IEhKUK5FUN665TVZXeGLjfHJpkQkPxWNGkU9ejr01MxMHyShdNDEydu9mz+zWT7MFkaL9jLKyZtE/fsFYNlYqdXXPejZ8qNw5ksYU4r05CS1ugei8l9SCy1yTckVDwIR5Z1DcQR8oEJOoIQxeG0uihszkZL7RhEyMzYkAU3kD2YoJKSRlHpcjIoSxl6JFwbE0cAmRaTp17c9iWxra2zn65vnaUnV7+cXiPvWNPqtq2m3LTC9FuyeLzHLv1Pd+3S3zi2o1rneuzHIa/NuoZaZ/BJx+yQLDK5wlFb1KQyMYosyrZ9MtfO6JSiF0YmcGUdIktP3qQQzondl7yPqlWgDEy+/TpMXx+qVQumd5YuLn+5vEq/udXF4xFUDGbUy170dUNf1kjsp8s9/rtI7OYPW1DZhQbsuX+/HwiNrSgw0/Ut2CMoyl1dQy9T5+TiBYdA7pzLgQseswCrtVMlw1OIPrtINoc5zAaRkU+QgpbJB+sFz6PEUHpdQlQUhZWdZZOkv328vtdxq5d3l5ly6cQs7sqZz/xTGggCAg0H+3ameBW6zkL7Ftif5Zj1CKDMS26zPxsHd2S9KoOvR6F1zbqG0jpTsulrhCyTMIarxMi0RCkYL9vwMjqryzV8kSnSJR2tCgjax8xELjcsPLBeCaUmr+3T6cF61Qg1iPGVS/TbsNTsRDtsUjq8h8WZf0kjaFJ98Y6gyYF4M75KwIatfIeqBGzayre3SoCKyoMXOnDwnCnudXAQuBeQyZdC41CRIUpcJBMVelE2TBitFXfU2FgX9vZTCaRmtZowI5IdGDHZfOnXmxQx+bU6ljXSznqSKX0i9UwpuU8kRIC27Zyjo0ZCSuqZ7jspF/3oc69Ee8qbkRBZ0hSU7KSi5ONnBtciIUJZriSjv1ayLhsQ3Ao92t76ejLMTPAxNgqs1DV0bc+wAOiCk1YHVrb+GmKczjEykIamgWcH6C2DQD5dBM2NAeVyZNaRnve4Eq7fxkbQQJbxHy/j13/vgAsU0mgjJ5b6s9+lcFsDrHI1SPYmwcXwjVPr43nYNs/dl/WWgKStsoVUueiFsNs3TskTqDL7GGTrN2S2k9F3XZEpt0LjShP9oBFLngHiHHB/0Fg1YVn3doe7fvQMEq+J92pCeqaqsdhyRyZUeQXXwsTkvzI1eN8UNarLfhO+IXvLvjtI1+oauIMUPPEjokdAvgGIwLSXXJUz9YqnSJyJnBZHek38iVsN0nllfaYxESgxAN/NnXbAIWkRUMVGS84m3/2in+qtcLgoxyc373PGV+Gw81LMBnBsu7GLq3KbbVlKreWiAXmshWdPP3j2wfNDUazI7D63XlrbazGo4E39DXoma0u5W8/vbZu20LZjfzbrd3/W+py07s9aL7BU5qYKc029kWiGLfYsx9du3P64psR6mwpvqGfY7VnMZUNkpuxnEDwEx2W0XNsMMsiguS6JE0q+GCOCs8IpcJZMuPAyMGXd7jSM96HATP98tZY1tZdEN9OnF4ayGItWKnW9K5X61lTmd+LblXS8jMgWXd+YfXzDp9QJxuf8ajXB+KurVPfr+C7JuO6VZLz54k4ZFjtvgOsnw2L4DXDZ+GhUuSpS0d8oiYYHVW4CCJIHF7nSZXWFG3qAkWxPCto7UDpFbVQWuy+sH1+G2eT29cffrKVCaopkZYAub69CWsaCjp+4C5Kvq79dXt24s0oIVvt8Wn569vTJf3iTgqGPnHqeVHV799TwxKeQQUmRrQ1V3pm5VaBqb93ZyeNqLstkEIzdvnruXtyZj8ur0xenlXl59vT55pfSP2+uasNzenOWlvmZyFBdpLMNnZ9/05e1I3JydO3O0vVjdxFfz7+EGMo7xzHd3CUyuuvw/J0+lqySri3feX3rz09vtks5znSduXjBoneVO1uEwday92gryiFsMEREhV5++xMXLy8u3NGz038uA3Hzgbu+CpU38ju1vnRKnj5+1wosG0X1lNxNmlu0jH5SfspJxHN2LoVQ4k2L3XI6RwjcWiJmQmiUzliRnYimhIFdilZlm4BxraEkZHHBJq7LVULkamK1F/UOCLsx4W6058Xu7mL4mMT4+k6LRx/0BeJCH4gLi7nv/hazyMEyEN/u6hl2D0qySirpbVZEmz1oaZMOSVqVooiaplYlkXVJs6OE8LxkXsmpBDVL8sq4O2Y/XswBpEZewpSTkDIbId3qBp/rbTiodS8bukju6rHiODOi76VJHDnw6qqde/TVqQkjGdpOX33Rjz63JLTFYm1DVzUWW7KtgjDIW0cTCKOJI3A97GjCchL0zKphJz431DXQX7fBQkKVCTFMOZBgjRNkTKQm0m8ZZhoVGXKMWeUgGbCsjbNU2DnnLbixzmX3gxKFlgtuJyywtJ624IDw5QaReFvCl/cIJxxLzlLBVX84EUIS1bm31M11E4qTHHXDybwfPUJ/G0SjtT90PTa4hBODqnURpZU9VkN2wkgZ/BKq27A7Z28YWalrIIwgWMm91II8K59z0iZryDElbkNkIRkvlNEmJp9NUJFIJvHf6IiRMBWR90g+a9hGGKHnSxipbcrkq9tr97QTRrTgRk+05mIoIxkHRixTRLUxEwUJdopM8ynRcTe1KVkmNHW2ykOxAiOP3dnZ0Xsu/PSQpGSvrBV4l7VCQFl7WKxzSHLAqzT8m5c5atHkbKbklmWOu0LMzKA+JLGatGKlkZW0FacXv7iz03jcL2vFhoZ6Ih4X1rA24o1y92RVPxorO27ebXRiONzJqWDPGVClZd1U1mcim3dMlbYMRyubp8QVsD7J1TrTZdxNAMDMbLj24iDUW9Y1dLGDB+KoThrOnRQ+aWJMimEE53XEmG0k94w7S96FycyA1/SbJKJLRC11GmlPIjJjJt9ZE7Zv3gVJGljyH0+UJkoyDubhMMx7M7ywPokv5mMuBG+k6WFM9EvTU4aSn2C1vwJBbEe8qhARfwS2EfHGSdSzoaU+kGeYkQbg/q4bnzehQXeklWz0oyfqYRfJKzd0sG3ru9SWbvmMkhq3PW7n2I16ZHNkOYGu5bAdLxvqGnrelpPfHsFYkMEgZqo1RA0I9OWc/MQcyCXKkYrQ3468xeSCZYYDA3ov5wc7siCMJaNEhSfRlXaHo177UNjbgHp99rq0x/IekwTNxxlOBFs4mhsgcVGIyRm3evwkQa0G+iEh8V4F9M33GD2rmpBMdfK/u370QcK2YO9xHLIJgIY87B74t317y92oA5IDMOwUyoa6BmJfQmJzqI3njJNvpjhpLSMXjUN0PjtvyvYXD8I7UhZgCTIDmxyJuUzkkjwo9mltqKcTDwaHZtweB/v+zGDZeFm35wMhiiuEai9YEEge8v3CQtlzuhMWqn4Mh4XG3mBgM15z1yZBorY0WlNuWl7uniFdMTjKxuDmTCg57GTnhroGQkVZMqWaVEgyYHDodTnslNAn7nzZC8wszy46Rl6hZTpZk6JO5EBqTCqOc7CmV1oSggryDQkuJl4p/9eAijeYJq2N5WCatAysbaZJoE4YnzHRSZMahVZoEt+HJvEOPFzpRU885LJOTnYvMbJSv1ZSd1zD3ujEg3IkJETss6i4iyTRmEuYcTPQQWzXNRD5tOCRsZAyQZ5yBkRUCnzySLrstLeBceTkICZiTYLpsgSgnE7kUGqrgTjAAyIfoBYgJzKJ1sVbD4J8x8/T9c3xX4YmjXaCai5V8gT1TEDvrQdFIRH0fR4TKE0ooc0ullT3Y0SWVF1PgvVh+HWWRN6wFCtxJCHFOFeTNGdC4rDsVBvqGnqsX0O1UoiZXOwIIRBlQp6y9IGBLpsMkH6NyWvuJQolUnDCy2jBOWHj7uxUu/YfWGnRILWJagJPH/MfutBCaAkWJlwQXAxHC2CDedKbv3C4KY7OlnF0mvIlG1IlnSkoENvJEBZXBPm2hcNFobIRz8LGMPqykSELh+2GdsMfabxVZSH73s6PlrxIZYmcd2yUWPai3xGpLuzTVfhZbAuhE/CJ1gmpkmdegO2Fft1R9DuJUDPBx3APV+oaGkWPEKMtl1BGBzxqZEmXzWYusSidJK/QCYPoMRLkRcmMSQoAjSZjkZHFYSSpgjMkhoxaTX78+2c/XHbAXl1OT1L+8pu16zAOPyY1P31mV9df/rxjUvswm9JrOAE9o1H5kw9GEXkecC5q8yS088PbbRsn185FGUO0ZX3f9cG0ZT7MZsbacWC9prvb916361nRXL2vc2NkIHUlheQRPY9cZWMkBKdAEW/PxivtRXBMWMmjMNFpaYi0BCTeLv3ANf+D9Pbzp++9d7Gqt73E+qFOR5EMdx2Oqs5H7HM4qv0lf8rhqEY3rGmZnwME+K6eQQIM5Gw7EIZ88YhMKJ2DYE4DB18yxYaSldynRNaHOUuOOqZy64tnCbRRkPmDC7CafOb1h2vnc3cfjbr0p2fp0atq38N9HIsa6xRUo5/rJ6DoI1+W/EF1j4096PTTijao/U8/Nd7n9S1Smw/itMutnH6ap/P6opHNq8radfzNLX3S0f/zf//3//q//9//+X+PG0m+uCChrP5XCP8isdcxF6QHy9H69KX/sfw5Xk3u9dxd/3Tkbm8uzyu/452j+eGjd46elXNlRzQt4afq348vz89vL05DVa7xnDyum/8+7jp5pbQmbzXBVOvApig9Tk3Mfqqdh5RYskkWh2GR6jEByVaINrOgWWLMZx11DClyn72Q3gf6Yh8QJVPcQiLhTxwSZiJ+DNzOk1ftmd5y8mruo44933MwX89ucMC5qybkydauv8OgU7Z3/O0LneUGGHAmScdUkuRxk+1nOsuM1Q3MTCIKJ5xhwikvtHbgAAlllQe09GToHY+KMa44KiUUTl7c/vrtR13gKYRVzEy4tBlGCW2u08A3ZVFnzKBmGQNWtupJ23upQwhNGnx/Fy7XLaBmnTvjFr3oF9Hs9gnqiCbXJ4gzU4c3mhFNQXAlOdMru4GtUaMt+9azAGwm2nuC90WHZj2D0CFKHYCIkuUSdUFxKbgCnVMinY3AQq52PEGIPLEgQ/I6RyNULDs1olVjECuuQXM7+eqT69+uurCh4lV28gX7/Je1QOY2qS8RbJzRS02pp3m8KZN1VcajEkUocfWVxzuqcovXulwAWOP6c/qzldXXz2o6v8gt2pC7p19+9fyTLz5aEbxmnzsFr+69rUOMTcF79vr6Jp3PHjuq6jqdrYph3aMOOVypdkUO2/Xulc9DgHUhMY02B+ONcyEmKclUxXLam7uUgH6S0fOQSDoMsX/pnM0uO6IdDyyVoAWb/PiP22ffdsWZNt2zumoK6mhPVwBo90k5w/udirubPphp0XPD9P3Fg6AzHjToBFpDTomCrIs/P0jg5xWtCDzfU8SV9sS3S4KpoLUNSQtvVOSSGJiOnEQPDVdOG+LdXjOvZfAOheXOFR5n058g4h9/8fPpi31FfP0q4doHPn7+8vT6iP4Uf4U4/tEr6ul1mh2Flyn8dEQe5PXS56teedvEeEMW2uo7e4ixbKH4gWIs27i9rxgHcvucSzYq5qz1OYDJXvMYHFeaSIRHDGVjQyJ2RYCuJAP0IpL/KUVUYuC2if3FmMqpz36zaysC+wjlXyWnTY30D5HT5pMLUmma//P5hwAeHtOZ62rNGA6I6dTvQ53StcPHXym3JaNNSTeLBizI5Uc/Ob12P10ePTo/Pb+8uTyqNvrPU0sXqZDvnp8v0mxvjbBEchWV42GKypLLKI2bWsjkN6JQIZqgRXWmahHatJgy886SQjjhszFZk4POLUdpZdQ+gYrEuZPKGAMm5oPyTpPekdWIgfWLsKyM+8ERloNGf46NY0VY5tglWptCDgRB0d4Rsi8IosRoGSk0Mg5CueIfAZAh954bRk6VyIZ5oZJUWRBOBimCihKUtlJxPzD3dgVuUA4OMzn59fVP+qIDBKmc5oAT/fTlq+c9nShejtVxwE4nSmLZJb7LiWpW5RavvTFOVNV7a1ve+0AnqlntiE4UOqu8QskkiSbPRpTczSErriIr9/WgcOUKSqes49ZoKskjBMcSFfdKjbHot4dUUjk1Ob/89sXf3zQnipdMRdT7Pz3bqOzYNjyKF0VfKme2fcvO3sjbrGgQ8mprfMYgvfZZ8yw5y5Y5joHolAaS5yyDky4T0cpelcRMKmUoAXAS/ZQH3hN5kIx/8uLxo1/3lfGH8KLeSDk+yI2ai18Lxw+V4zZy7yvH3FZg7DhTPpL4epnBBp5dQuWJHapsUTMXkYRdlyujLAdviSVqpiJ5Ww8ux3Ly7LsXj6b/dqP+JDdqrqzyUDeK3uczVSNwF5FvltvlRuFWNwrX3Cjs40aZkEIwKKakEeRGkVpMndBuilhcJC6Vc2bpRiUAzxI3XiVvQ+Y8k7MVUgF9zoB8LqI5KbCQFJPkTynDmQCJyhiO0ajc041qjvvhbtQho78Ax/WMXAf7URV4GWhlQD4MBecVDUJBW7YMJAI+J6RB6QIzhiYVk+YxYU4eBbMpyRSiS1mxLMiyeysdkvB5PjDsv99BZWQFBieGZbXPrvrtxr3vSb3Vdu83oQEzJ8jKCRBSoa2b01cL7Tipx7ef1GNb8W6tF73O5JCHIxkT4h7P5JQmwOrOW43u+jHKyTnUMyOH3Ty2oa6Bm8KjcdoSJ8nWMCkjcRVFdIWsMdc2pmSFBgxBgo6SoyRthqwt9964BCjN4Nsz9sjGKTQXZLA0n0RhLd9Dbzs2mLyllwkNzKPXPA4Duu99QdVwQslvNBPCbIecuhDMdH15RDut1LKVQXml2k31AR8QmnGFAu8PfEoTAhnvvFz+rh89t8903BtEZUTJybT13iDkrbxSqtzF2SPwsPNETD0HQsyAbwC/fbLptesamE3POy6TZtZ5I4ERqJEfpwSPCFkEn7SMOgtQhI48ucAl07GE+ZWR1nuvd29MHhH8lAbqqdKTz3/8/HU8LATRi6UozbCcip5k7ddYSr9T/O7VK4KGZ73P8pNgClu2RNn+uU2gbNQFxe4tkFE3QXphO7e43fVjd2SjOSzbVKUeCT5jm24o3VNV1uoaqCqFE0gkMpCNERBNpI4kxkw5xk6eGDliBrkDloSm34RoSyZK6Q0rGUcQBl9wsp+qrEnw0DtK2+D5pmxEHZxdpAMNxr9wsJZaOJHkpcsOn6UqVO4+1rgzCZs4ILvIagN9EUloJS27x5tYSxMaZAG9LkSa96PPDWVtwW7nHN9KG4j/t5KOlxQYkmhLj6O0nR5TmQE8YXZm+cD7C9p1DU487pAZyBmDklyLjDFz66UPJmcZkNvgnEtZ63LiiQUjdGYeEphy5+ADI6GyjHGpJtozOcb9BW15+NdBwvWxvH8k5CdCLrKcbUVCfsKIDzOzhoRinzxLogsJlw30RkIl0N5nYt7SBAgJHTc0NvrR04HajoS8/KmS2m5xoDgrsLx+8WpJ9DEGEPJy6EEMvYGhXdfQi1x8SZ6SPJC5gewzM4pJZ1jEqEsGSpGtywo8yzQQmhvFhRUAILXzmcbrQYGwZLdhQkxQZJeGU8IN4vA2AOH9XOJiSiZ/iSdc0FiJ/jDCGS9ZZ+8TRkiU6L/OjG13/ehBqDaIRZtQwdb83oxMRCs5SYl4lr0HPa5w3rEJpJ4ENWOqtQd5byhZq2sglBhZNt0pzo00TkFGHyT5GyoGz7hDAhgphGSaWclR8BCNZibz4K1CafjgK2D3ghLQhpqFSVDMjRSFhr041fGz8+ufj//yYNKPVa2P5j2zKiiHDDnMVH04dzOrgrK9VMqZUOtJvvU+rEp3wGGjgZ5wyA1ZTnuvES9qQkncEfFa9KMnq4Iu/xLYfEY2syrNW7maVEmdOZBSQYmMSZhJPdy3XKtraEA6c+8s516kbNCmqERgDhSSe2m5TEYp8iMV+Z6yyLkRmFxQWREohhyGX4W9Fw4KsFYxO8ne8BF8yw2y8O/VuLIaV66xW6zGWWR7gR1TZZv8fHvHVrCjQmJm7JZLXsZbjVtrqifsVZkq7zE9Z2mi3FvQcf6r0Y+eCa6g6zD7nSHayAK1MBsy1AFRZ9YD+navx9WzYGfGtO9P3x/+VuoaGlpLwWKwTrqSySQR6oXkOY/ca4HBGStRYAahPdOYo1TomLaGpi+RWbC74W9HtgtSvpLe0ppyO/rX33x4+00n/Bnye+3E8oh6LBr47zv9WuhnluinbSM1J4kcgoFtm58qyRSCiN4u7BNsZuTmK/2WjQzLzLne0G7kozalNAKwDXxjZCufV290x3XIyy70pnpbMU9NBZStSwUtzExyvop51JQqXnZJOLXMSFyubRh+s9Xd6KuZwA05OQ9BvGVdg2Nohjw3UEZGXXKTk9fLeC5pdDw5dCGZFCFyTZxGgSu7owVBJNjEQs6aHOAHJnxKK8En1vwyVWuId7Zpc/GcOlT8ZL63+Ef3ekFY5luKnxD4pIvfTpN697V7eXm52FrcnqUO1WJ6Rj0rE0LTkes9EVclkdnJ8dHv319Mj46qbp0cfb/Sr++Pv7/4z42/0/Uvj/74vmyn//G6BrD5t/1+/MMPtXSvfeQPP9RasUabigzTL7aPkD5kiHbuOKh19vPFxu8d+kFDaLgeRz+WdQ3UD64iz+UULc8BPEBSSvlswUQMkekCTyXfpVA2IP0dlSmnb7UQ2TidlH9g/SDHGNhEJTfW9sR/M4INjEDfMQKwsu0PdblDstwkzmvR3EoJqmTzvA7NbHOH1r2hgyhBs6G+zhCzZkMMaJwbTEr95GrsDADVnRjOCu5u+WUlXx7UA9FM60VtldRzAE1agJxjn4y/fWiBLLcvzdOlD4W9Zl1Dd1sljmT/jZNaem6dLRwglByOwVliHpZYgQ6u3KvFvAjK5WwyPRE2YVkteGDYQw6aTbj9CN7rQwvQMkIioeG4ceSoZMj8+LW7uRmXGlS3kFLvuqhB6UOx/o1OzInB4jdzk1yerlGJu2/ZTiV6M4nmuLSZRI049XgtX1sduMVbCwqxm3n86cSjmiA1yorUSl0DNdBpxxy5Pk76gKRz0SnHHSPwMYCMeEbJ9aEskwwVMuGlJvJO6soJrkzC3efvdybeLDkNtVQG7MTFqDo0sJTTXMLk6dfpb2ZVAzcohn7OzQm3VTIHuXImp51cT1nTlReiXZVbvNaRF6KZ+uFPTQzR7L5trQUcnBiiXe2IiSEI7Q24ULJA0N9CcBEYqMC5M4l8SeMgkt+YmRIBXI6MRVssiZGgItmP3Qd2QOIWwcQVwUSC/POLv3/zqFswFdmryT9v33v/t/6CqWZWdCcsKavAvQTzriq3eO2NEkzqvmrt+xkumHfVjiiYpPSWozLO66QtMZQsdLRk1XREjYalSLxFgZQ2GyrCJQuEGZkFEW1QendOvJERsyr32ZNv69PRe+R5f3xGRvTR1fnr4y1n3KvGVkrVM798tHJofVGtu4ivn9xehJfp6sOUYirp0Krc4GVaf1/utKnub9vsVjQmmL7uu01Nbz3cfPeunGG9OL75cHO73Jaj5ZZ8dQbCNBJ0PXPnNFwv3dF7Z/S1rsE0Prh9kS4SyndflAc7j5cT2DGQAaaJIG6KilwJEyKfEhMmy8yzyLmRpcsa66MJBoTzlqQtggieKSkzBJnow5gjkfCRJQ8oY8nnELOxwqSgcqyMeffx8va4bzlePlei0adgkdN2Pd/xAefLG9aLqdZFj0X4Ksnc3xbOa1uBnLvq9uJmgnnwwnqQCTSSXTPWJMm8KRdNsOTomUzlzkeljQncJMWNCJqbSEQu7D62BXdncteRBlaQBixO8Jv3PuvIuFGVU0pPsjx775/7mEC1Ghdom0ABfU3gvCq3eO0NM4GajZe0q13tiCbQGQ0CM3kHIspsgDwIbQHJO1DJs+ijiD7nlIXhKipf8hwhT9yhJ2fbhD7rl5tzINDzpmBKa/jkA+9+fLpDMCXnk59+5n//+z6COV+92S6YzOiegjmvyi1ee8MEU+J4Kbnb1Y4omDYzk4O1Co2NRI2cN8ZbrYD4WgjGZBACE/cul22ElomUgkk5Cad4wJQf3Gko5X7+Bw+P30puhnU86iBuJus0GjuJwbzcFm5GJomT9je52dPTs/T66HN38eLXy6ublw1u9hn9X0o/PAnvp6vzy5sbYXuyNGmTR2bDlJO1nmIWbmrJVZ2WtIUYiXw5w5cszUksJ0sJOK33QXIABwSXJJ9ZeSc0IwEWJUdcyRjjVTREA0o+VjQYA/16H5Y2n4GhLG3PyahwzqoRkgA1CSe2tvEcTNLuahtO0nIQRMKyLf+lJMgbkDEjd8ZAQM4NY1kSVTMuKQcpKiruMGKwGVgk2RieFK0CEs7kZHr58T/PdwEO6smH/uunazt5dugxdlM0AtKehnBek5u/9YbZQbStfRVj2MF5tSPaQS2MxpykKBlTQwjeSxGt5zp7j8n7rBkLZBU9SyUhDgIPNubAAgSA7HZfgTq251CVy4Afv5V2EOro6GExClD9HOS63LYYhZFak5PIl3bw8eXZ7bm/vT56/9T7dNVcj/rolGTu1auk5ep61Pbr2sBZkig/NWjYFB26qQHrpmiyCQxDYgKWBlCy4JRwgmcEo2LmMmgygZizLxmPlDBARlASVyMul6PlIJx20fhgRSZXeB8DCCvx7sPDFPvNQo1v0oxqAGX7ZpABBlBuuB7kIANIM5aQJokIDbmB0ihkRKYTcEDiNjx6zVE7KpMZihhZuRyTeAy55xmNkX3iof2cQUkYki/Npx33XlZYI5Sa3P740y8f7GMC6aVuE8hZTxM4r8nN33rDTKBtXxg8Sph+w/3Bw0wgcwR6noQiyiiJRGchLBZSxkrK2qxEJNtoorYuW17uBw8RyXp5oaKLqUeaxp4mUCqtJs+/ff7D8x5i+feX5z/uvjVsD7HUBg8QS3rrDRNL5K0I7ijMjLdDuQOXNbmQ0XBpiWhphpE8BhkS50FrpphPPHgoPkLyZOp08qH4f8pJsoNG1hdpjCOWmsTt1ef58a89xPKXfzj9bFSxxL4Ow4pY4pvmMIBu+axjiOW82hHFMib0KYqEZStiuXGV+JhiiYVkbAKZTDLOqQgIECwZerLdlpNDAaCMgDCaw0BoaSb2MX/y3k6xFJPT84/Tl/uJpegUS6M6r1hs1+Tmb71hYonyfvxYObYfyzP3luAvQ+Q2KZ49WJ6IPyYWQ1ZOeTTB8GRkcAJQk0PrWECaHRPI/vcx4r3W2kt8ZXJ58fUHcpdYCjF5wr774Ju9xFLsEEvsvLSmXZObv/WGiaUw9yKW82pHFMvMGI+GkflmJgivJZK/qpxWWeiSA0YRJBrJy5b0SFzKaw2GCesZ857JvHthdtyYXyn3njn97ae3MrjCV+4X2HORAfvtPpiX2xJc0cBKPgFllsGVD6/Kd52Go0/TxU+nF9eN4Mqn7iJdX7vZN6e/uZ7rCzZLD8LlaeSCTwny0tQZH6bkurgkuU8OxTK8IhTngqijTfR7K8otXighkh9CXrnSgTnJCqZicNJwlan3HgOTLquUUnXWqnd4hXdeMtB/fWG/eagv5VLryUiHhVegfVnbgPAKbLix7bDwionkEXCrctYQsyvEXeZgOTfC0dTrbKQVmmQCjTCQUSttFav4mXJmvPBKz7X2qpx+/NXtxtsr33C0kTP6usNDuaLjSsJ2uW1LmuQPClvIzR3afH169eL07Ojppa9M2QJpyLoRzLgz+tKeQGMy8XzlcBq9SVMMWU+9cH5qgGya05aH7JdAAw5dScphI3m1lixeZip6W7bpWlfuXJVE07KJLJNokGU0WpJdFIysZUlwJPoDzd24D47j7jcFNdCMcZvJCjSMt9vsrrbhQIM0lVIEEEbpRCRGiyCzTULaGCKUi511SSHmuAmZea0sKiVyygQ1BDd+PBewZ2SiKvfZz+L0s7cSaHQd+DiM1vSUctkJNGBplMtVnMeNfa1X7vToSbq6+a2BM+9d0adfXsw+T+7i4vLi3ZeXN73QBrSwBiTxGOvYFHVm9JNOUy2F0gQcLJsGrVHGSctzdsRreHacLCAZO7SaYMgT4DiWMrrAgLtUIrsOwBji5QlZkN6rfdBmPviDac1+81BfntRKBTAMbVh7zXoA2rANS9UHoY2XqqxF65ho3gxRGHKXpIzCGIuhLAlCNoQ4kSsAW5aoA1rBFTlbJJYR+9CaUQNOVbnbJPSHbyXa0NcdjDZgdS8pn5fbgjampCaSRAyWaPMoprMzd/QouvOmA/VBjKdp9r775fSa9+Q15LAbFkSYCl/WpyHIqSU2MwW0iEw7rO+pWuwijNnGxFISQgWXDNceNHMCNQcg4UwEMISMmvx9bglyrEGi5IhJJB8F22N9+m7ghyLNnnNQI43hIyNN63jxIKRpHzA+jNdkG5A8YRWljpKmyKugY1Agk0qGnKpULjQvqUZ08GQ8hHZeS+c4c4kB63PCcdSFwKrci8fn9uu3FGkO5zVYR/J2s/e63BakkUAqzww0TgR/GUtI5uhTFy59E2o+e32WTl+8NLznPhjnIzGOaKfWOjnFiGrqvRNTl8uqHvEXb3GJM4wghnsZQ9kr741HaQimlM8qCXK4giZvSkGMyjodggrGYFRSmpKJWgbYI1BzN+yD/af9ZqDe8G7HPK1DyKBbWxCG4Ixu7zw4CGfIfRLZuZQyCMhcSRdyosnVoAyQV62JzISysks+lMxBOiuSktpxyVlZuDj+47//f1gEHizziAEA\"\n        }\n    }\n}"},{"id":"39958d8e-6cb6-40e9-a5d7-cf11229bbfd7","name":"Get All Lead Logs (data as json string)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetAllLeadLogs($where: GetAllLeadLogsInput) {\n  getAllLeadLogs(where: $where) {\n    token\n    resultCount\n    filteredCount\n    total\n    data\n    dataGzip\n  }\n}","variables":"{\n\t\"where\":{\n        \"asGzip\":false\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 05 Oct 2020 18:03:16 GMT"},{"key":"x-amzn-RequestId","value":"18664603-1bf0-453b-bde7-16ebb78ebf35"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0b3572829f6f42309f3adfa694398770.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN5-C1"},{"key":"X-Amz-Cf-Id","value":"oga76V--faTVuQUfVcrLwlpH8zWagqbMC-ZYXGb8IjtXUPRt51EySw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getAllLeadLogs\": {\n            \"token\": \"[1601534379523,1601534397091]\",\n            \"resultCount\": 100,\n            \"filteredCount\": 348546,\n            \"total\": 348546,\n            \"data\": \"[{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601891263592%HUKtO\\\",\\\"logId\\\":\\\"T:29#LLOG|1601891265883%N0-Bk\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-05T09:47:45.883Z\\\",\\\"perf\\\":{\\\"routeStartedAge\\\":4451,\\\"routeStartedAt\\\":\\\"2020-10-05T09:47:45.883Z\\\",\\\"age\\\":4451},\\\"assignTo\\\":{\\\"assignedBy\\\":null,\\\"assignedAt\\\":null,\\\"team\\\":null,\\\"assignMethod\\\":null,\\\"user\\\":null}},\\\"logGroup\\\":\\\"ROUTING\\\",\\\"logType\\\":\\\"routeStarted\\\",\\\"createdAt\\\":\\\"2020-10-05T09:47:46.803Z\\\",\\\"createdBy\\\":\\\"System.Carousel\\\",\\\"leadOwner\\\":null,\\\"modifiedAt\\\":\\\"2020-10-05T09:47:46.803Z\\\",\\\"modifiedBy\\\":\\\"System.Carousel\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"b517b82c5453f56c4aedf758275ed6faf7fc6169325b14f80d18daa8a4d46ee2\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601891263592%HUKtO\\\",\\\"logId\\\":\\\"T:29#LLOG|1601891263592%3tBuC\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"WhatsappDemo\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"T:29#WhatsappDemo\\\",\\\"type\\\":\\\"WHATSAPP\\\"},\\\"origin\\\":{\\\"name\\\":\\\"WhatsappDemo\\\",\\\"tracker\\\":{},\\\"type\\\":\\\"whatsappdemo\\\"},\\\"eventAt\\\":\\\"2020-10-05T09:47:43.592Z\\\",\\\"type\\\":\\\"WHATSAPP\\\",\\\"submittedAt\\\":\\\"2020-10-05T09:47:41.432Z\\\",\\\"receivedAt\\\":\\\"2020-10-05T09:47:41.432Z\\\",\\\"leadData\\\":{\\\"phone\\\":\\\"+923216897797\\\"},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@4796f6e0-dc69-4344-900f-34a23a8d0c3c\\\",\\\"hash\\\":\\\"943a6f45d59d68ff35095a93770f7ffe6bf7bff80645a30e56e7bc09567600a9\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-10-05T09:47:43.592Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-10-05T09:47:41.432Z\\\",\\\"receivedAt\\\":\\\"2020-10-05T09:47:41.432Z\\\",\\\"age\\\":2160}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-10-05T09:47:44.675Z\\\",\\\"createdBy\\\":\\\"whatsapp-123\\\",\\\"leadOwner\\\":null,\\\"modifiedAt\\\":\\\"2020-10-05T09:47:44.675Z\\\",\\\"modifiedBy\\\":\\\"whatsapp-123\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d399c714dd1e1365cc05085a7034c6a23bfa254418d42f9f0656ff670ab99a1c\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"355\\\",\\\"leadId\\\":\\\"T:29#L|P:355#L:1601603300210%ZT_QR\\\",\\\"logId\\\":\\\"T:29#LLOG|1601636437009%a89ce\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T11:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601636437009%a89ce\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+60172201989\\\",\\\"endAt\\\":\\\"2020-10-02T11:00:26.677Z\\\",\\\"startAt\\\":\\\"2020-10-02T11:00:26.677Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T11:00:26.677Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":33126466,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":33128134,\\\"ageFromFirstAssignment\\\":33126466},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T11:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"fromLast\\\":4500000,\\\"fromNow\\\":259162560}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T11:00:37.524Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T11:00:37.524Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"9f0768246a457ab76b611e6498b245f303ec8f85a2f6fa0d9e404c6f9f70a1c8\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601636132517%9d6fe\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T11:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601636132517%9d6fe\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T10:07:38.923Z\\\",\\\"startAt\\\":\\\"2020-10-02T10:07:38.923Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T10:07:38.923Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12098104842,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12098108791,\\\"ageFromFirstAssignment\\\":12098104842},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T11:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T10:15:00.000Z\\\",\\\"fromLast\\\":2700000,\\\"fromNow\\\":259464814}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T10:55:35.352Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T10:55:35.352Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"2e30e20a54fa39296387acd76650ab11e4335b51242b5ce0224beaa879e63067\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601633270162%24364\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T10:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601633270162%24364\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T10:07:38.923Z\\\",\\\"startAt\\\":\\\"2020-10-02T10:07:38.923Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T10:07:38.923Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12098104842,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12098108791,\\\"ageFromFirstAssignment\\\":12098104842},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T10:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"fromLast\\\":900000,\\\"fromNow\\\":259627264}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T10:07:52.882Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T10:07:52.882Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"7261a1b79db86f935e7f50027c7df707575dbbf28152ec67e8b75dbee2f9a4d7\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601632363140%a3ba3\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"9067d04f-90c9-4071-855a-9ee9027187b4\\\",\\\"actionName\\\":\\\"Call Back Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":230,\\\"dwell\\\":1330,\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T09:52:37.429Z\\\",\\\"startAt\\\":\\\"2020-10-02T09:52:36.099Z\\\",\\\"localNumber\\\":\\\"+601155021675\\\"},\\\"subType\\\":\\\"noPickup\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T09:52:36.099Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12097202018,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12097205967,\\\"ageFromFirstAssignment\\\":12097202018},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"fromLast\\\":900000,\\\"fromNow\\\":259636379}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T09:52:43.663Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:52:43.663Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"82392d8b604e6bd7a4f1d30c88e424581e70e1951b88fba215ca9803bf558b86\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601632194574%5407c\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"9067d04f-90c9-4071-855a-9ee9027187b4\\\",\\\"actionName\\\":\\\"Call Back Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":229,\\\"dwell\\\":1689,\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T09:49:48.275Z\\\",\\\"startAt\\\":\\\"2020-10-02T09:49:46.586Z\\\",\\\"localNumber\\\":\\\"+601159147005\\\"},\\\"subType\\\":\\\"noPickup\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T09:49:46.586Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12097032718,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12097037502,\\\"ageFromFirstAssignment\\\":12097032718},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"fromLast\\\":195300000,\\\"fromNow\\\":259804836}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T09:49:55.212Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:49:55.212Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"54bc2f9908451db3178aff59dad694d5d8a9bc3e7fd35b6eb2c804b0c36861f9\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601631696521%4e6de\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601631696521%4e6de\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T09:41:17.585Z\\\",\\\"startAt\\\":\\\"2020-10-02T09:41:17.585Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T09:41:17.585Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12096523504,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12096527453,\\\"ageFromFirstAssignment\\\":12096523504},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"fromLast\\\":194400000,\\\"fromNow\\\":259402942}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T09:41:37.131Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:41:37.131Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"ed362d38766895c8694e29905221e9e990e73514f9ced38369e0b06d9ce58f50\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"355\\\",\\\"leadId\\\":\\\"T:29#L|P:355#L:1601603300210%ZT_QR\\\",\\\"logId\\\":\\\"T:29#LLOG|1601631601525%2bace\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601631601525%2bace\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+60172201989\\\",\\\"endAt\\\":\\\"2020-10-02T09:39:38.875Z\\\",\\\"startAt\\\":\\\"2020-10-02T09:39:38.875Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T09:39:38.875Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":28278664,\\\"isFirstAction\\\":true,\\\"isFirstActionByCurrentUser\\\":true,\\\"isFirstResponse\\\":true,\\\"age\\\":28280332,\\\"ageFromFirstAssignment\\\":28278664},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-15T02:00:00.000Z\\\",\\\"fromLast\\\":-836100000,\\\"fromNow\\\":259495524}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T09:40:04.634Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:40:04.634Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"751aaf9e2a4f9099cb926c4e9f3b191d0c35ce645e3c252f1b585e7fb404cd0a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601631612125%54671\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601631612125%54671\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T09:39:29.140Z\\\",\\\"startAt\\\":\\\"2020-10-02T09:39:29.140Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T09:39:29.140Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":98390092,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":98392623,\\\"ageFromFirstAssignment\\\":98390092},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T09:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-06T10:45:00.000Z\\\",\\\"fromLast\\\":-90000000,\\\"fromNow\\\":259487244}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T09:40:12.844Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:40:12.844Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c137f8c9a6b3b97ae85aa29566db1cc11570a50c72dc97b0c5f469a138f6f9bc\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601611673354%oCGPz\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T04:07:53.354Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":78494306,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":78496837,\\\"ageFromFirstAssignment\\\":78494306}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T04:07:53.475Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T04:07:53.475Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"809bb9140c4a297e666b617c68fc2055f0a5844478c70604f3de0cf6b1ca666c\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610703851%m8WJe\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"101010.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:51:43.851Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Property name: null\\\\n-  Amount: \\\\\\\"101010.12\\\\\\\"\\\\n+  Amount: \\\\\\\"101\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Amount\\\":{\\\"__old\\\":\\\"101010.12\\\",\\\"__new\\\":\\\"101\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"101\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:51:43.904Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:51:43.904Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e9eb804d22b078f216c537ab11c0af664aedd80545b1b0938305a769ab384cce\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535618706%kiofl\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610745537%406cc\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601610745537%406cc\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+60317263001\\\",\\\"endAt\\\":\\\"2020-10-02T03:46:09.490Z\\\",\\\"startAt\\\":\\\"2020-10-02T03:51:21.952Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-02T03:51:21.952Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12075063245,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12075063363,\\\"ageFromFirstAssignment\\\":12075063245}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:52:27.003Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:52:27.003Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"462116fd95c94cd03a5d47a064d0abb8f8520894d1773d198de136034e5ae29b\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610670873%81urQ\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:51:10.873Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Property name: null\\\\n-  Amount: \\\\\\\"32.43\\\\\\\"\\\\n+  Amount: \\\\\\\"101010.12\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Amount\\\":{\\\"__old\\\":\\\"32.43\\\",\\\"__new\\\":\\\"101010.12\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"101010.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:51:10.923Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:51:10.923Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"63f57ff8945a1d389b70e13486ab83aaa06e8d2778b33480d1a8c6cc4f958030\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"102\\\",\\\"leadId\\\":\\\"T:29#L|P:102#L:1601610266034%uhNWZ\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610463041%PhiF4\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"123.12\\\",\\\"name\\\":\\\"Test Kjsahjdk Ad\\\",\\\"Features\\\":\\\"[test]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:47:43.041Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Features: \\\\\\\"[test]\\\\\\\"\\\\n+  Features: \\\\\\\"[Task automation, Routing, test]\\\\\\\"\\\\n-  Amount: \\\\\\\"123.12\\\\\\\"\\\\n+  Amount: \\\\\\\"23.12\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name__added\\\":null,\\\"Amount\\\":{\\\"__old\\\":\\\"123.12\\\",\\\"__new\\\":\\\"23.12\\\"},\\\"Features\\\":{\\\"__old\\\":\\\"[test]\\\",\\\"__new\\\":\\\"[Task automation, Routing, test]\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"23.12\\\",\\\"name\\\":\\\"Test Kjsahjdk Ad\\\",\\\"Features\\\":\\\"[Task automation, Routing, test]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:47:43.169Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:47:43.169Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c9c29b19d0fb833242e39a423ce17b47b6a4a86e5cf329d006578e724442a365\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"102\\\",\\\"leadId\\\":\\\"T:29#L|P:102#L:1601610266034%uhNWZ\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610266035%d51Gx\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"actionId\\\":\\\"0\\\",\\\"actionName\\\":\\\"PRESET\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"new\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:44:26.035Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":0,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":2648,\\\"ageFromFirstAssignment\\\":0},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":86433965}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-10-02T03:44:27.054Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:44:27.054Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"dc1db6cc69b11ab5acd0ba653b8f4687ae3c332281baf406c48ae03071dc346a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"102\\\",\\\"leadId\\\":\\\"T:29#L|P:102#L:1601610266034%uhNWZ\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610266035%0H6Ga\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T03:44:26.035Z\\\",\\\"movement\\\":{\\\"note\\\":null,\\\"from\\\":null,\\\"to\\\":\\\"7\\\"},\\\"perf\\\":{\\\"isAssignment\\\":true,\\\"isFirstAssignment\\\":true,\\\"age\\\":2648},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"7\\\",\\\"newStatus\\\":\\\"followUp\\\",\\\"assignedAt\\\":\\\"2020-10-02T03:44:26.035Z\\\",\\\"team\\\":null,\\\"assignMethod\\\":\\\"preAssign\\\",\\\"user\\\":\\\"7\\\"}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"preAssign\\\",\\\"createdAt\\\":\\\"2020-10-02T03:44:26.978Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:44:26.978Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"3e1ebe97e421d3b2028e9c5132a40618f672cc1b35817364342f03cd8a28aeb0\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"102\\\",\\\"leadId\\\":\\\"T:29#L|P:102#L:1601610266034%uhNWZ\\\",\\\"logId\\\":\\\"T:29#LLOG|1601610266034%trS_7\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"MobileApp\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"SRM#b8ec87ba-b1e6-4356-81e1-3f3652f99ccb\\\",\\\"type\\\":\\\"Manual:Create\\\"},\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"MobileApp\\\",\\\"name\\\":\\\"Offline: nothing\\\",\\\"id\\\":89,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:44:26.034Z\\\",\\\"type\\\":\\\"Manual:Create\\\",\\\"submittedAt\\\":\\\"2020-10-02T03:44:23.387Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:44:23.387Z\\\",\\\"leadData\\\":{\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"123.12\\\",\\\"name\\\":\\\"Test Kjsahjdk Ad\\\",\\\"Features\\\":\\\"[test]\\\"},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@2bf8b89c-a35e-4a46-8bf5-8094bf24a74c\\\",\\\"hash\\\":\\\"f361b10bcef5ecd0768359ccd644849755ddc0e07dfcc03480242a552c88ed31\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-10-02T03:44:26.034Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-10-02T03:44:23.387Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:44:23.387Z\\\",\\\"age\\\":2647}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-10-02T03:44:26.947Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:44:26.947Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"90cabdabb66582de2b3089f2cf2f9173ef13431b76bb1df100bb577ba50bc4e5\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"351\\\",\\\"leadId\\\":\\\"T:29#L|P:351#L:1589445406891%nwyBI\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609883437%63ba2\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-10T03:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"100\\\",\\\"tagName\\\":\\\"second\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:38:03.428Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12164476536,\\\"isFirstAction\\\":true,\\\"isFirstActionByCurrentUser\\\":true,\\\"isFirstResponse\\\":true,\\\"age\\\":12164484029,\\\"ageFromFirstAssignment\\\":12164476536},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-10T03:45:00.000Z\\\",\\\"old\\\":\\\"2020-05-14T08:36:47.903Z\\\",\\\"fromLast\\\":12856092097,\\\"fromNow\\\":691615174}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-10-02T03:38:04.864Z\\\",\\\"createdBy\\\":\\\"2\\\",\\\"leadOwner\\\":\\\"2\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:38:04.864Z\\\",\\\"modifiedBy\\\":\\\"2\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"bf1be720634f8cbce4ca04fdc938de53d49f91994a3daeb4eacb527cf1da2877\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609716243%c12aa\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601609716243%c12aa\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T03:33:31.581Z\\\",\\\"startAt\\\":\\\"2020-10-02T03:35:03.568Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-02T03:35:03.568Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12074549700,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12074554484,\\\"ageFromFirstAssignment\\\":12074549700},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T02:15:00.000Z\\\",\\\"fromLast\\\":-81000000,\\\"fromNow\\\":86983155}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:35:16.936Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:35:16.936Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d4ed34d6e0c92bff0d1228a5d79af8c9046f53dac1eb20a0a2827db623a486d2\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609595065%fmO7Y\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"msgCount\\\":3,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":3},\\\"eventAt\\\":\\\"2020-10-02T03:33:15.065Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":76416017,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":76418548,\\\"ageFromFirstAssignment\\\":76416017}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:33:15.125Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:33:15.125Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"151b82d2ac6c9e4f82c640a0a7f4a9bc90c357598ea05d9b06141af3348871b2\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609585162%93580\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601609585162%93580\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T03:31:43.674Z\\\",\\\"startAt\\\":\\\"2020-10-02T03:32:21.942Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-02T03:32:21.942Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12074387861,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12074391810,\\\"ageFromFirstAssignment\\\":12074387861},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T03:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-07T03:30:00.000Z\\\",\\\"fromLast\\\":-344700000,\\\"fromNow\\\":87114231}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:33:05.846Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:33:05.846Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e924819be77f55734e5df39918123fabfff0980b4a51b7214a82e2f20ca6d298\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609208261%ePioF\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601609144901%4dcee\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T03:26:48.261Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12074054180,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12074058129,\\\"ageFromFirstAssignment\\\":12074054180}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:26:48.307Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:26:48.307Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e87cc33b13cfd7a016bb7c0025995c30808076b2598f0a36139831f866cb7f28\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601609144901%4dcee\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-07T03:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601609144901%4dcee\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T03:23:37.884Z\\\",\\\"startAt\\\":\\\"2020-10-02T03:23:37.884Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T03:23:37.884Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12073863803,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12073867752,\\\"ageFromFirstAssignment\\\":12073863803},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-07T03:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-13T02:45:00.000Z\\\",\\\"fromLast\\\":-515700000,\\\"fromNow\\\":432253904}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:25:46.259Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:25:46.259Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e90b1a208f5256af5bcd76c7a69bebd255d9a020b5ae38e6a3af5ee52b7e3ac7\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608947953%NF1y3\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601606443642%4060f\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T03:22:27.953Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12073793872,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12073797821,\\\"ageFromFirstAssignment\\\":12073793872}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T03:22:28.066Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:22:28.066Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"ece3e425630035fd4f2620d1370fa72a4fa2fd9f618b2b3f9d1ea7b2092591d3\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608448974%qBkcL\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:14:08.974Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Features: \\\\\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\\\\\"\\\\n+  Features: \\\\\\\"[Task automation, Routing, Sales tracking]\\\\\\\"\\\\n-  Property name: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Features\\\":{\\\"__old\\\":\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\",\\\"__new\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:14:08.994Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:14:08.994Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"64695aadd1b884d9a625a130706722f1ea8b7502a06e4aa07fdb513741513c46\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608430707%PYg70\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:13:50.707Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Features: \\\\\\\"[Routing, Sales tracking, Communication tracking]\\\\\\\"\\\\n+  Features: \\\\\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\\\\\"\\\\n-  Property name: null\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Features\\\":{\\\"__old\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\",\\\"__new\\\":\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking, Communication tracking, test]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:13:50.727Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:13:50.727Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"1a2cf9f29ce3d4a4e52846975317542aacabaa65d2a6937368e71c71d3b0678f\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608400727%MXztJ\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:13:20.727Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Property name: null\\\\n-  Era: \\\\\\\"Dali (大曆)\\\\\\\"\\\\n+  Era: \\\\\\\"Jianyuan (建元)\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Era\\\":{\\\"__old\\\":\\\"Dali (大曆)\\\",\\\"__new\\\":\\\"Jianyuan (建元)\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Jianyuan (建元)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:13:20.750Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:13:20.750Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"5281d92db611acf0a484d552b7fd91bcaa8258efaff7020febe0178473f124e6\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608364820%CMuV7\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:12:44.820Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Property name: null\\\\n-  Amount: \\\\\\\"32.12\\\\\\\"\\\\n+  Amount: \\\\\\\"32.43\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Amount\\\":{\\\"__old\\\":\\\"32.12\\\",\\\"__new\\\":\\\"32.43\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.43\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:12:44.846Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:12:44.846Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"3b0b3f74df9857d6c604d0e21e7ede2de40af35ea57c97e4791ff127cc715d25\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608327380%IcZ6e\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"122121.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:12:07.380Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Amount: \\\\\\\"122121.12\\\\\\\"\\\\n+  Amount: \\\\\\\"32.12\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name__added\\\":null,\\\"Amount\\\":{\\\"__old\\\":\\\"122121.12\\\",\\\"__new\\\":\\\"32.12\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"32.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:12:07.420Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:12:07.420Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"4f8583cdefdb1ef167394c682e000599725a03ab127ce78f39f140195661ba35\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608282495%h_AJq\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-10-05T03:15:00.000Z\\\",\\\"actionId\\\":\\\"0\\\",\\\"actionName\\\":\\\"PRESET\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"new\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:11:22.495Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":0,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":305,\\\"ageFromFirstAssignment\\\":0},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T03:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T03:15:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":259417505}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-10-02T03:11:23.461Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:11:23.461Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"89c1fe32b03ae93a65dd26a0e8caaf1d92a25afa9f4a8e1362b93f866edd38e7\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608282495%laLYw\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T03:11:22.495Z\\\",\\\"movement\\\":{\\\"note\\\":null,\\\"from\\\":null,\\\"to\\\":\\\"7\\\"},\\\"perf\\\":{\\\"isAssignment\\\":true,\\\"isFirstAssignment\\\":true,\\\"age\\\":305},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"7\\\",\\\"newStatus\\\":\\\"followUp\\\",\\\"assignedAt\\\":\\\"2020-10-02T03:11:22.495Z\\\",\\\"team\\\":null,\\\"assignMethod\\\":\\\"preAssign\\\",\\\"user\\\":\\\"7\\\"}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"preAssign\\\",\\\"createdAt\\\":\\\"2020-10-02T03:11:23.394Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:11:23.394Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"6447400b586a5250c5517c95476d600238aab4e960fe1faa79cce8d94fec93be\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601608282494%iRC4n\\\",\\\"logId\\\":\\\"T:29#LLOG|1601608282494%RjrNB\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"MobileApp\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"SRM#b8ec87ba-b1e6-4356-81e1-3f3652f99ccb\\\",\\\"type\\\":\\\"Manual:Create\\\"},\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"MobileApp\\\",\\\"name\\\":\\\"Offline: nothing\\\",\\\"id\\\":89,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:11:22.494Z\\\",\\\"type\\\":\\\"Manual:Create\\\",\\\"submittedAt\\\":\\\"2020-10-02T03:11:22.190Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:11:22.190Z\\\",\\\"leadData\\\":{\\\"Era\\\":\\\"Dali (大曆)\\\",\\\"phone\\\":\\\"+12312312312\\\",\\\"Amount\\\":\\\"122121.12\\\",\\\"name\\\":\\\"Testshsn\\\",\\\"Features\\\":\\\"[Routing, Sales tracking, Communication tracking]\\\"},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@68a15a37-0f52-4b08-9d34-e6763e456d5a\\\",\\\"hash\\\":\\\"1592f7189f3b0f5374add07aee1b5d7281d9d8ed72f650ac8da48ded8ea4f5ca\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-10-02T03:11:22.494Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-10-02T03:11:22.190Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:11:22.190Z\\\",\\\"age\\\":304}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-10-02T03:11:23.369Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:11:23.369Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"2ef380662ff064b2af1091bbef519152b79f982c52c7aa4fb6b3649b8828dde4\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601607713960%-vEbx\\\",\\\"logId\\\":\\\"T:29#LLOG|1601607825898%46BnP\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Yongtai (永泰)\\\",\\\"phone\\\":\\\"+60123213123\\\",\\\"Amount\\\":\\\"12,15\\\",\\\"name\\\":\\\"Tallalyy\\\",\\\"Features\\\":\\\"[Task automation, Routing]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:03:45.898Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Features: \\\\\\\"[Task automation, Routing]\\\\\\\"\\\\n+  Features: \\\\\\\"[Task automation, Routing, Sales tracking]\\\\\\\"\\\\n-  Property name: null\\\\n-  Amount: \\\\\\\"12,15\\\\\\\"\\\\n+  Amount: \\\\\\\"23.09\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name\\\":{\\\"__old\\\":null,\\\"__new\\\":null},\\\"Amount\\\":{\\\"__old\\\":\\\"12,15\\\",\\\"__new\\\":\\\"23.09\\\"},\\\"Features\\\":{\\\"__old\\\":\\\"[Task automation, Routing]\\\",\\\"__new\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Yongtai (永泰)\\\",\\\"phone\\\":\\\"+60123213123\\\",\\\"Amount\\\":\\\"23.09\\\",\\\"name\\\":\\\"Tallalyy\\\",\\\"Features\\\":\\\"[Task automation, Routing, Sales tracking]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:03:45.936Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:03:45.936Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"b51d524aa2daa7e19829aa60535f98dfacd6fe1861a92aec806c80e71b41bbf7\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601607713960%-vEbx\\\",\\\"logId\\\":\\\"T:29#LLOG|1601607766334%NFfr0\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Era\\\":\\\"Yongtai (永泰)\\\",\\\"phone\\\":\\\"+60123213123\\\",\\\"Amount\\\":\\\"12.12\\\",\\\"name\\\":\\\"Tallalyy\\\",\\\"Features\\\":\\\"[Task automation, Routing]\\\"},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-02T03:02:46.334Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  Amount: \\\\\\\"12.12\\\\\\\"\\\\n+  Amount: \\\\\\\"12,15\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Property name__added\\\":null,\\\"Amount\\\":{\\\"__old\\\":\\\"12.12\\\",\\\"__new\\\":\\\"12,15\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"Era\\\":\\\"Yongtai (永泰)\\\",\\\"phone\\\":\\\"+60123213123\\\",\\\"Amount\\\":\\\"12,15\\\",\\\"name\\\":\\\"Tallalyy\\\",\\\"Features\\\":\\\"[Task automation, Routing]\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T03:02:46.476Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:02:46.476Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"bb6d23fb9756b0e00329700743d507d456208157384c3a26366a5a86bcae03aa\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601607713960%-vEbx\\\",\\\"logId\\\":\\\"T:29#LLOG|1601607713961%luMQJ\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-10-04T03:15:00.000Z\\\",\\\"actionId\\\":\\\"0\\\",\\\"actionName\\\":\\\"PRESET\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"new\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:01:53.961Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":0,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":2838,\\\"ageFromFirstAssignment\\\":0},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T03:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T03:15:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":173586039}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-10-02T03:01:55.493Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:01:55.493Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"b1ba19c56dcd573b0d2148a51c9df00bd8e7e15adff80af21b61dce01dffd51a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601607713960%-vEbx\\\",\\\"logId\\\":\\\"T:29#LLOG|1601607713961%jLqNp\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T03:01:53.961Z\\\",\\\"movement\\\":{\\\"note\\\":null,\\\"from\\\":null,\\\"to\\\":\\\"7\\\"},\\\"perf\\\":{\\\"isAssignment\\\":true,\\\"isFirstAssignment\\\":true,\\\"age\\\":2838},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"7\\\",\\\"newStatus\\\":\\\"followUp\\\",\\\"assignedAt\\\":\\\"2020-10-02T03:01:53.961Z\\\",\\\"team\\\":null,\\\"assignMethod\\\":\\\"preAssign\\\",\\\"user\\\":\\\"7\\\"}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"preAssign\\\",\\\"createdAt\\\":\\\"2020-10-02T03:01:55.430Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:01:55.430Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"401bb81628a3b0d331ff2902d2b89852be568c131b305955fe21b3f8f0d83a94\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1601607713960%-vEbx\\\",\\\"logId\\\":\\\"T:29#LLOG|1601607713960%0gSWC\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"MobileApp\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"SRM#b8ec87ba-b1e6-4356-81e1-3f3652f99ccb\\\",\\\"type\\\":\\\"Manual:Create\\\"},\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"MobileApp\\\",\\\"name\\\":\\\"Offline: nothing\\\",\\\"id\\\":89,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"},\\\"eventAt\\\":\\\"2020-10-02T03:01:53.960Z\\\",\\\"type\\\":\\\"Manual:Create\\\",\\\"submittedAt\\\":\\\"2020-10-02T03:01:51.123Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:01:51.123Z\\\",\\\"leadData\\\":{\\\"Era\\\":\\\"Yongtai (永泰)\\\",\\\"phone\\\":\\\"+60123213123\\\",\\\"Amount\\\":\\\"12.12\\\",\\\"name\\\":\\\"Tallalyy\\\",\\\"Features\\\":\\\"[Task automation, Routing]\\\"},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@ef1f2d73-9ad8-4ec7-ad96-cec6d2f351ff\\\",\\\"hash\\\":\\\"65340196f22c225ebcc1daf78d54825d413710e9fc3acea4c2de33a4f668d875\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-10-02T03:01:53.960Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-10-02T03:01:51.123Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T03:01:51.123Z\\\",\\\"age\\\":2837}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-10-02T03:01:55.369Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-02T03:01:55.369Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"df660c6725a6208567ed49545f53540bddc964717b5036aa055613986518227d\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601606443642%4060f\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-13T02:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601606443642%4060f\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T02:40:25.593Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:40:25.593Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T02:40:25.593Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12071271512,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12071275461,\\\"ageFromFirstAssignment\\\":12071271512},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-13T02:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"fromLast\\\":778500000,\\\"fromNow\\\":950653672}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:40:46.481Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:40:46.481Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"9a9c1a1d1f6f213cc42380e1349ed8f6fa1b6e1b4a12ecf29f8f7713e4b1632b\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605555013%wbJQS\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T02:25:55.013Z\\\",\\\"perf\\\":{\\\"age\\\":12070405325},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-02T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"fromLast\\\":-259200000,\\\"fromNow\\\":244860}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateFollowUp\\\",\\\"createdAt\\\":\\\"2020-10-02T02:25:55.140Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:25:55.140Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d0f41003d7b59d9b2a28a0591f701a9450b0fab904480c4499c5636f9e6ee45b\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605475702%2b836\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"94\\\",\\\"tagName\\\":\\\"notanaction\\\"},\\\"type\\\":\\\"other\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:24:35.699Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070316351,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12070326011,\\\"ageFromFirstAssignment\\\":12070316351},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":259523750}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"other\\\",\\\"createdAt\\\":\\\"2020-10-02T02:24:36.285Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:24:36.285Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"7a8935a578c94abaa5e588a3395e7cefc6ee325aba336387a9471a733cae5f93\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601632199621%08b23\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"actionName\\\":\\\"Payment Received\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":228,\\\"dwell\\\":26725885,\\\"to\\\":\\\"+60679124083\\\",\\\"endAt\\\":\\\"2020-10-02T09:49:45.554Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:24:19.669Z\\\",\\\"localNumber\\\":\\\"+60679124083\\\"},\\\"subType\\\":\\\"invalid\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:24:19.669Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070300321,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12070309981,\\\"ageFromFirstAssignment\\\":12070300321},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T10:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-02T02:30:00.000Z\\\",\\\"fromLast\\\":286200000,\\\"fromNow\\\":259799907}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T09:50:00.130Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T09:50:00.130Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"6ed77e1485eca03f8193e6ea7d89e83dadd64e4ba93f9a642cb6b838e147edd0\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605465571%5ecc4\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"9067d04f-90c9-4071-855a-9ee9027187b4\\\",\\\"actionName\\\":\\\"Call Back Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":228,\\\"dwell\\\":1326,\\\"to\\\":\\\"+60679124083\\\",\\\"endAt\\\":\\\"2020-10-02T02:24:20.995Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:24:19.669Z\\\",\\\"localNumber\\\":\\\"+60679124083\\\"},\\\"subType\\\":\\\"invalid\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:24:19.669Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070300321,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12070309981,\\\"ageFromFirstAssignment\\\":12070300321},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":259533944}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T02:24:26.082Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:24:26.082Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c8f4ed94cfd726fa2725e72368694c7392530627587441dec092ca96202aaa48\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605455521%e90a0\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\",\\\"tagName\\\":\\\"sadasd\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:24:15.516Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070296168,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12070305828,\\\"ageFromFirstAssignment\\\":12070296168},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"fromLast\\\":86400000,\\\"fromNow\\\":259543948}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-10-02T02:24:16.102Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:24:16.102Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"1d7bc15936329c6e913ead08d6b26f2ab73c1dc3ffe7c4355fd1caff7b6f25eb\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535159347%wXkAt\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605445734%9e151\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":227,\\\"dwell\\\":1500,\\\"to\\\":\\\"+60679124083\\\",\\\"endAt\\\":\\\"2020-10-02T02:24:02.439Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:24:00.939Z\\\",\\\"localNumber\\\":\\\"+60679124083\\\"},\\\"subType\\\":\\\"invalid\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:24:00.939Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070281591,\\\"isFirstAction\\\":true,\\\"isFirstActionByCurrentUser\\\":true,\\\"isFirstResponse\\\":true,\\\"age\\\":12070291251,\\\"ageFromFirstAssignment\\\":12070281591},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-05-15T09:32:39.348Z\\\",\\\"fromLast\\\":12243440652,\\\"fromNow\\\":173153743}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T02:24:06.301Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:24:06.301Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"f58fd498f9200dbbb03f4b7e8597c3bc65ae6b9073c71da18503b9a4459998c4\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605294316%cRdav\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601605213001%5b9f0\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-02T02:21:34.316Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12070140235,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12070144184,\\\"ageFromFirstAssignment\\\":12070140235}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:21:34.341Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:21:34.341Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"2a77a757488c870b016eeb33cb328a9beb4e90467b287165835cd70106ca5c2e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604729085%5HTOH\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T02:12:09.085Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":71550037,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":71552568,\\\"ageFromFirstAssignment\\\":71550037}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:12:09.115Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:12:09.115Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d24b221c6f34a1d3d397178d56ea2e3641d77f2986fb861114f5c33d10eba33a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601605213001%5b9f0\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601605213001%5b9f0\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T02:11:41.590Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:11:50.878Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-02T02:11:50.878Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12069556797,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12069560746,\\\"ageFromFirstAssignment\\\":12069556797},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T02:30:00.000Z\\\",\\\"old\\\":\\\"2020-11-04T02:00:00.000Z\\\",\\\"fromLast\\\":-2676600000,\\\"fromNow\\\":173386441}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:20:13.598Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:20:13.598Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"746da82d5f8e07d752810712471de856a6a586e6f9d622b2b035e03a27972122\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604677390%cTw-N\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T02:11:17.390Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":71498342,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":71500873,\\\"ageFromFirstAssignment\\\":71498342}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:11:17.442Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:11:17.442Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"1394b8c5dc2c21c24d82de92c5f02c5ee4b33236b4baeb4a7419041b7327715d\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604672070%yHSFQ\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603672232%4a1cb\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-02T02:11:12.070Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12069517981,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12069522013,\\\"ageFromFirstAssignment\\\":12069517981}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:11:12.123Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:11:12.123Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"f5758e36d51473e09ccaa631866a5ebc0e1865f4945111e155c6867667720974\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604688266%fcbef\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T02:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601604688266%fcbef\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T02:10:24.100Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:10:24.100Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T02:10:24.100Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12069470232,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12069475016,\\\"ageFromFirstAssignment\\\":12069470232},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T02:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-05T02:15:00.000Z\\\",\\\"fromLast\\\":-86400000,\\\"fromNow\\\":173011192}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:11:28.860Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:11:28.860Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"8da9e1f7a9e83bcfc552a7683a0621bb88633d8943cf534a759632472b3bb16d\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604595116%87838\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-05T02:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"logId\\\":226,\\\"dwell\\\":2256,\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T02:09:47.046Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:09:44.790Z\\\",\\\"localNumber\\\":\\\"+601159147005\\\"},\\\"subType\\\":\\\"noPickup\\\",\\\"type\\\":\\\"callOut\\\"},\\\"eventAt\\\":\\\"2020-10-02T02:09:44.790Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12069430922,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12069435706,\\\"ageFromFirstAssignment\\\":12069430922},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-05T02:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"fromLast\\\":87300000,\\\"fromNow\\\":259504328}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"callOut\\\",\\\"createdAt\\\":\\\"2020-10-02T02:09:55.716Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:09:55.716Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"07b481d5da9056ac98d971eee42b1e380b4b5f2da090b0a89366e40ca49ad68e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604112612%aHDzz\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603875942%c597e\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-02T02:01:52.612Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068958531,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068962480,\\\"ageFromFirstAssignment\\\":12068958531}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:01:52.727Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:01:52.727Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"800fca590cd8a9a6cc1a65bc390f8edbd2a1654cad496b8a1918bc36eae642c4\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601604052993%26727\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601604052993%26727\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T01:58:26.441Z\\\",\\\"startAt\\\":\\\"2020-10-02T02:00:35.677Z\\\"},\\\"msgCount\\\":4,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":4},\\\"eventAt\\\":\\\"2020-10-02T02:00:35.677Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068881809,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068886593,\\\"ageFromFirstAssignment\\\":12068881809},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":172746379}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T02:00:53.675Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T02:00:53.675Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"f67cdad8aaca0d7d0dd651f866de197e1fe0234f54e030a3cd930decac9c958a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603661118%cd06b\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603661118%cd06b\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-02T01:53:11.640Z\\\",\\\"startAt\\\":\\\"2020-10-02T01:53:11.640Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-02T01:53:11.640Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068437772,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068442556,\\\"ageFromFirstAssignment\\\":12068437772},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T01:45:00.000Z\\\",\\\"fromLast\\\":87300000,\\\"fromNow\\\":173138257}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T01:54:21.790Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:54:21.790Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"fc25f16ee8834697f36cb7d36bcf64b26ebcf0be255a2836060045e04bdf9df2\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603875942%c597e\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-11-04T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603875942%c597e\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-02T01:52:19.808Z\\\",\\\"startAt\\\":\\\"2020-10-02T01:52:19.808Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-02T01:52:19.808Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068385727,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068389676,\\\"ageFromFirstAssignment\\\":12068385727},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-11-04T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-27T10:45:00.000Z\\\",\\\"fromLast\\\":659700000,\\\"fromNow\\\":2851323482}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T01:57:56.565Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:57:56.565Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"46957275ba8d30e3a54362265bd7c41899609f12dddc7d8f39ef2d51b40b909e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603672232%4a1cb\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-07T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603672232%4a1cb\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+60172201989\\\",\\\"endAt\\\":\\\"2020-10-02T01:49:12.807Z\\\",\\\"startAt\\\":\\\"2020-10-02T01:49:39.017Z\\\"},\\\"msgCount\\\":3,\\\"receivedCount\\\":3,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-02T01:49:39.017Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068224928,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068228960,\\\"ageFromFirstAssignment\\\":12068224928},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-07T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-30T02:00:00.000Z\\\",\\\"fromLast\\\":-1987200000,\\\"fromNow\\\":432327229}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T01:54:32.818Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:54:32.818Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"5e14a118da975c747f23dd3050a7506d716ef19f9a4321040db6d4074f1aa7eb\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"355\\\",\\\"leadId\\\":\\\"T:29#L|P:355#L:1601603300210%ZT_QR\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603300211%12_Ba\\\",\\\"logData\\\":{\\\"statusUpdate\\\":{\\\"leadStatus\\\":\\\"followUp\\\",\\\"followUpAt\\\":\\\"2020-10-15T02:00:00.000Z\\\",\\\"actionId\\\":\\\"0\\\",\\\"actionName\\\":\\\"PRESET\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"new\\\",\\\"changed\\\":true},\\\"action\\\":{\\\"type\\\":\\\"changeStatus\\\"},\\\"eventAt\\\":\\\"2020-10-02T01:48:20.211Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":0,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":1668,\\\"ageFromFirstAssignment\\\":0},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-15T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-15T02:00:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":1123899789}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"changeStatus\\\",\\\"createdAt\\\":\\\"2020-10-02T01:48:21.186Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:48:21.186Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c1dd7f5629d818c80dfd11bd9b4bb3588c2e7d088dcb092bfb1b157756c815ba\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"355\\\",\\\"leadId\\\":\\\"T:29#L|P:355#L:1601603300210%ZT_QR\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603300211%dzh8Q\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T01:48:20.211Z\\\",\\\"movement\\\":{\\\"note\\\":null,\\\"from\\\":null,\\\"to\\\":\\\"253\\\"},\\\"perf\\\":{\\\"isAssignment\\\":true,\\\"isFirstAssignment\\\":true,\\\"age\\\":1668},\\\"assignTo\\\":{\\\"assignedBy\\\":\\\"253\\\",\\\"newStatus\\\":\\\"followUp\\\",\\\"assignedAt\\\":\\\"2020-10-02T01:48:20.211Z\\\",\\\"team\\\":null,\\\"assignMethod\\\":\\\"preAssign\\\",\\\"user\\\":\\\"253\\\"}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"preAssign\\\",\\\"createdAt\\\":\\\"2020-10-02T01:48:21.154Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:48:21.154Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"89430e79cf1f4b77b8bae7e820dc6f28b669203f4affae372eebac6380d445ce\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"355\\\",\\\"leadId\\\":\\\"T:29#L|P:355#L:1601603300210%ZT_QR\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603300210%y79f5\\\",\\\"logData\\\":{\\\"note\\\":null,\\\"leadSource\\\":{\\\"name\\\":\\\"MobileApp\\\",\\\"tenantId\\\":\\\"29\\\",\\\"id\\\":\\\"SRM#b8ec87ba-b1e6-4356-81e1-3f3652f99ccb\\\",\\\"type\\\":\\\"Manual:Create\\\"},\\\"origin\\\":{\\\"SRType\\\":\\\"Manual:Create\\\",\\\"extra\\\":{\\\"title\\\":null},\\\"channel\\\":\\\"MobileApp\\\",\\\"name\\\":\\\"Offline: sss\\\",\\\"id\\\":95,\\\"detail\\\":null,\\\"type\\\":\\\"Offline\\\"},\\\"eventAt\\\":\\\"2020-10-02T01:48:20.210Z\\\",\\\"type\\\":\\\"Manual:Create\\\",\\\"submittedAt\\\":\\\"2020-10-02T01:48:18.543Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T01:48:18.542Z\\\",\\\"leadData\\\":{\\\"Era\\\":null,\\\"phone\\\":\\\"+60172201989\\\",\\\"Amount\\\":null,\\\"name\\\":\\\"Jay1989 Multi\\\",\\\"Features\\\":null},\\\"srcRef\\\":{\\\"ref\\\":\\\"T:29#SRC@e9fab2c9-55ff-4675-a1f7-97193f702e1c\\\",\\\"hash\\\":\\\"009c32ccc04c25c8444f00f82612536b6c228c4faebec729b60240f7ee80585d\\\"},\\\"perf\\\":{\\\"createdAt\\\":\\\"2020-10-02T01:48:20.210Z\\\",\\\"createdInRoutingHours\\\":true,\\\"submittedAt\\\":\\\"2020-10-02T01:48:18.543Z\\\",\\\"receivedAt\\\":\\\"2020-10-02T01:48:18.542Z\\\",\\\"age\\\":1667}},\\\"logGroup\\\":\\\"MOVEMENT\\\",\\\"logType\\\":\\\"create\\\",\\\"createdAt\\\":\\\"2020-10-02T01:48:21.124Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:48:21.124Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c6b27c04c864ed76a3d01fec808b55f487c70b5ac33af5fe401cb7d1a32b6e2f\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603224158%14b41\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-30T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\",\\\"tagName\\\":\\\"sadasd\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-10-02T01:47:04.155Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068070066,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068074098,\\\"ageFromFirstAssignment\\\":12068070066},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-30T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-02T02:00:00.000Z\\\",\\\"fromLast\\\":2419200000,\\\"fromNow\\\":2419975300}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-10-02T01:47:04.773Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:47:04.773Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"000a0b242d208365b062ebaeed05e265737f46ce372a97815aa25cb2cac12dba\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603209831%f9870\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-02T02:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"actionName\\\":\\\"Payment Received\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"action\\\":{\\\"data\\\":{\\\"tagId\\\":\\\"113\\\",\\\"tagName\\\":\\\"sadasd\\\"},\\\"type\\\":\\\"meet\\\"},\\\"eventAt\\\":\\\"2020-10-02T01:46:49.828Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12068055739,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12068059771,\\\"ageFromFirstAssignment\\\":12068055739},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-02T02:00:00.000Z\\\",\\\"old\\\":\\\"2020-09-29T04:15:00.000Z\\\",\\\"fromLast\\\":251100000,\\\"fromNow\\\":789676}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"meet\\\",\\\"createdAt\\\":\\\"2020-10-02T01:46:50.397Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:46:50.397Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"ebc881cafced3c24d1c08a96f4910a6c41efba194c34075c24e96cf91e777b89\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603202006%D3aMq\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"phone\\\":\\\"+60172201989\\\",\\\"name\\\":\\\"jay1989\\\",\\\"email\\\":\\\"Herbert.Anderson67@gmail.com\\\"},\\\"createdBy\\\":\\\"253\\\",\\\"eventAt\\\":\\\"2020-10-02T01:46:42.006Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n+  Features: \\\\\\\"[]\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Features__added\\\":\\\"[]\\\",\\\"Era__added\\\":null,\\\"Property name__added\\\":null,\\\"Amount__added\\\":null}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"phone\\\":\\\"+60172201989\\\",\\\"Era\\\":null,\\\"Amount\\\":null,\\\"name\\\":\\\"jay1989\\\",\\\"Features\\\":\\\"[]\\\",\\\"email\\\":\\\"Herbert.Anderson67@gmail.com\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T01:46:42.040Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:46:42.040Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"b54339daed44d05434a42b9ca4a7683769a9a31a234e62c89855dde894c95fd9\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154088%Z98c2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603201569%4aR7c\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"phone\\\":\\\"+60172201989\\\",\\\"name\\\":\\\"jewei jewei2 1\\\",\\\"email\\\":\\\"Herbert.Anderson67@gmail.com\\\"},\\\"createdBy\\\":\\\"253\\\",\\\"eventAt\\\":\\\"2020-10-02T01:46:41.569Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  name: \\\\\\\"jewei jewei2 1\\\\\\\"\\\\n+  name: \\\\\\\"jay1989\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"name\\\":{\\\"__old\\\":\\\"jewei jewei2 1\\\",\\\"__new\\\":\\\"jay1989\\\"}}},\\\"newData\\\":{\\\"phone\\\":\\\"+60172201989\\\",\\\"name\\\":\\\"jay1989\\\",\\\"email\\\":\\\"Herbert.Anderson67@gmail.com\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T01:46:41.590Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:46:41.590Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"4fe13eeac1b29110124f2a8f8aa40c0ea481376bf9c26d2a4deff42ac388892d\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603177456%Dp8g6\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"Property name\\\":null,\\\"phone\\\":\\\"+601110921780\\\",\\\"Era\\\":null,\\\"Amount\\\":null,\\\"name\\\":\\\"Abagail Koss2\\\",\\\"Features\\\":\\\"[]\\\",\\\"email\\\":\\\"Rey86@hotmail.com\\\"},\\\"createdBy\\\":\\\"253\\\",\\\"eventAt\\\":\\\"2020-10-02T01:46:17.456Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n-  phone: \\\\\\\"+601110921780\\\\\\\"\\\\n+  phone: \\\\\\\"+60113465882\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"phone\\\":{\\\"__old\\\":\\\"+601110921780\\\",\\\"__new\\\":\\\"+60113465882\\\"}}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"phone\\\":\\\"+60113465882\\\",\\\"Era\\\":null,\\\"Amount\\\":null,\\\"name\\\":\\\"Abagail Koss2\\\",\\\"Features\\\":\\\"[]\\\",\\\"email\\\":\\\"Rey86@hotmail.com\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T01:46:17.716Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:46:17.716Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"6f34f3d030ea05bf59b27b6f6b794f82c87e557175366281d80080976a963418\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603165054%lLuUu\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"phone\\\":\\\"+601110921780\\\",\\\"name\\\":\\\"Abagail Koss2\\\",\\\"email\\\":\\\"Rey86@hotmail.com\\\"},\\\"createdBy\\\":\\\"253\\\",\\\"eventAt\\\":\\\"2020-10-02T01:46:05.054Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n+  Features: \\\\\\\"[]\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Features__added\\\":\\\"[]\\\",\\\"Era__added\\\":null,\\\"Property name__added\\\":null,\\\"Amount__added\\\":null}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"phone\\\":\\\"+601110921780\\\",\\\"Era\\\":null,\\\"Amount\\\":null,\\\"name\\\":\\\"Abagail Koss2\\\",\\\"Features\\\":\\\"[]\\\",\\\"email\\\":\\\"Rey86@hotmail.com\\\"}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-02T01:46:05.090Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:46:05.090Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d686e9d1c86cb3da40ec2ceb606a54b356a931b8d8a04416d6dbcb0b7d4c4583\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603105322%W-c5a\\\",\\\"logData\\\":{\\\"eventAt\\\":\\\"2020-10-02T01:45:05.322Z\\\",\\\"perf\\\":{\\\"age\\\":12067956238},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T01:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-02T01:45:00.000Z\\\",\\\"fromLast\\\":86400000,\\\"fromNow\\\":86394550}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateFollowUp\\\",\\\"createdAt\\\":\\\"2020-10-02T01:45:05.451Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:45:05.451Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"985e99d0d0550eb069e52348fd27f35eef5a82ba75280e6608c2880e3ec88c54\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603092378%7856d\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603092378%7856d\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601110921780\\\",\\\"endAt\\\":\\\"2020-10-01T10:38:18.864Z\\\",\\\"startAt\\\":\\\"2020-10-01T10:38:18.864Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T10:38:18.864Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12013480185,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12013498168,\\\"ageFromFirstAssignment\\\":12013480185}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T01:44:52.986Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:44:52.986Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e7710947d45b4bd8e5455f5adca484f378991cb16374965f4b8e200a50528e4a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601603086488%605f0\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-02T01:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601603086488%605f0\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601159147005\\\",\\\"endAt\\\":\\\"2020-10-01T10:38:13.800Z\\\",\\\"startAt\\\":\\\"2020-10-01T10:38:13.800Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T10:38:13.800Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12013539932,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12013544716,\\\"ageFromFirstAssignment\\\":12013539932},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-02T01:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T06:00:00.000Z\\\",\\\"fromLast\\\":-188100000,\\\"fromNow\\\":10783}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-02T01:44:49.377Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-02T01:44:49.377Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"4cc279fab68c7782cf5376b76001b9c638de97c5fec9eb8fc9d7d61be763cabf\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601548645590%ljB-f\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T10:37:25.590Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":15466542,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":15469073,\\\"ageFromFirstAssignment\\\":15466542}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T10:37:25.716Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T10:37:25.716Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"1b391752c79eb32bdb5eab770c7ea18fb8d78e9300e5776a5612b2d2a174ffca\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601548566233%68cfa\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-06T10:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548566233%68cfa\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T06:52:50.612Z\\\",\\\"startAt\\\":\\\"2020-10-01T10:34:39.040Z\\\"},\\\"msgCount\\\":3,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T10:34:39.040Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":15299992,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":15302523,\\\"ageFromFirstAssignment\\\":15299992},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-06T10:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T07:15:00.000Z\\\",\\\"fromLast\\\":271800000,\\\"fromNow\\\":432532839}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T10:36:07.273Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T10:36:07.273Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"458ed873c90d382ec3e49f3cc0f5edce67663cbc1092d87112b1a35c3f4a086f\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601548457582%672d7\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-27T10:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601548457582%672d7\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T10:32:51.498Z\\\",\\\"startAt\\\":\\\"2020-10-01T10:33:51.938Z\\\"},\\\"msgCount\\\":4,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T10:33:51.938Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12013277857,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12013281806,\\\"ageFromFirstAssignment\\\":12013277857},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-27T10:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T09:00:00.000Z\\\",\\\"fromLast\\\":2079900000,\\\"fromNow\\\":2247039360}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T10:34:20.803Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T10:34:20.803Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"a16ace407663701656ade08618f976d95fc32bb8e2cc009ed02ac259e6434d50\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601542086826%3867c\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T09:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601542086826%3867c\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T08:47:53.820Z\\\",\\\"startAt\\\":\\\"2020-10-01T08:47:53.820Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:47:53.820Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12006919739,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12006923688,\\\"ageFromFirstAssignment\\\":12006919739},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T09:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T08:45:00.000Z\\\",\\\"fromLast\\\":900000,\\\"fromNow\\\":173512505}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:48:07.574Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:48:07.574Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"5eb0615305fb11d3bb56cc5e9bf8a161b96683a4b4d55c9e58a0ec36ee9a142e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601541668788%cg3sJ\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601541614843%895d1\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:41:08.788Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12006514707,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12006518656,\\\"ageFromFirstAssignment\\\":12006514707}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:41:08.918Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:41:08.918Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"fe84d00d25ee768879cb792135eb09461ca20c0ca7fd72f970df0e41e5036dca\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601541614843%895d1\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T08:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601541614843%895d1\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T08:40:02.207Z\\\",\\\"startAt\\\":\\\"2020-10-01T08:40:02.207Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:40:02.207Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12006448126,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12006452075,\\\"ageFromFirstAssignment\\\":12006448126},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T08:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-25T08:15:00.000Z\\\",\\\"fromLast\\\":-1899000000,\\\"fromNow\\\":173082488}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:40:17.660Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:40:17.660Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"f1ab37d3ce1f6796dfc5f734fc3295170f1ef84f286bf2b66206225020b257e8\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601540037419%ta_5x\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601536427294%7dba0\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:13:57.419Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":6858371,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":6860902,\\\"ageFromFirstAssignment\\\":6858371}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:13:57.444Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:13:57.444Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"7706acf48be72d63ce8d4580a4c1fcefabcbe1be6368d998d227b5565cf69c4e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539868889%adf16\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-25T08:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601539868889%adf16\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T08:10:55.420Z\\\",\\\"startAt\\\":\\\"2020-10-01T08:10:55.420Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:10:55.420Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12004701339,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12004705288,\\\"ageFromFirstAssignment\\\":12004701339},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-25T08:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T08:15:00.000Z\\\",\\\"fromLast\\\":1900800000,\\\"fromNow\\\":2073830349}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:11:09.733Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:11:09.733Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"e5dcf20c52f5e621bdb59902ecce21ba04efa4832de02909364ef9fc03e75741\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539842217%F8beS\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601536427294%7dba0\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:10:42.217Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":6663169,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":6665700,\\\"ageFromFirstAssignment\\\":6663169}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:10:42.271Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:10:42.271Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"2f796e0829926aca85532242f4f1283343c034cecf101ad9ee3f0a061a47be28\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539835134%TqmRE\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601539767914%f5ac8\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:10:35.134Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12004681053,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12004685002,\\\"ageFromFirstAssignment\\\":12004681053}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:10:35.174Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:10:35.174Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"6a5c8ac53aef6b1f97105fe9639beed8de7afd0aa12bfc3ea196a807dd2cb261\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539803925%E6_XX\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601539767914%f5ac8\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T08:10:03.925Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12004649844,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12004653793,\\\"ageFromFirstAssignment\\\":12004649844}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:10:04.052Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:10:04.052Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"a3046f9db9abb572b458321a33ef6844751ce0faaf833e4d9a440de57f5c4380\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539767914%f5ac8\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T08:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601539767914%f5ac8\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:58:50.368Z\\\",\\\"startAt\\\":\\\"2020-10-01T08:09:16.082Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T08:09:16.082Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12004602001,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12004605950,\\\"ageFromFirstAssignment\\\":12004602001},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T08:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-01T08:00:00.000Z\\\",\\\"fromLast\\\":173700000,\\\"fromNow\\\":173129328}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T08:09:30.818Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T08:09:30.818Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"a137fe95cf06dcc36e410d3b2f8284e9908c9f7f62dedb8ac06a4aa2589a346a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601539125547%30c95\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-01T08:00:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601539125547%30c95\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:58:29.433Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:58:29.433Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T07:58:29.433Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003955352,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003959301,\\\"ageFromFirstAssignment\\\":12003955352},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-01T08:00:00.000Z\\\",\\\"old\\\":\\\"2020-10-01T07:45:00.000Z\\\",\\\"fromLast\\\":900000,\\\"fromNow\\\":73094}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:58:47.069Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:58:47.069Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"471e007cd7ca0314fc3cfc49a626599ff6ad99b90cccf8c6d06ddeabe90dc070\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601538766503%DUzve\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601538255074%d0754\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:52:46.503Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003612422,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003616371,\\\"ageFromFirstAssignment\\\":12003612422}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:52:46.560Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:52:46.560Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"c3f946dbf582e7ba04b875a0ef6a5126149a443327ed79968646da39568c0d00\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601538326292%RZCxt\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601538255074%d0754\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T07:45:26.292Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003172211,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003176160,\\\"ageFromFirstAssignment\\\":12003172211}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:45:26.345Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:45:26.345Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"34ee2016efaed884d52ad1f3d2ac0aa6a1bf216aaf7e8e4e74cf058ef56eeb54\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601538284176%_v2jM\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601538255074%d0754\\\",\\\"action\\\":{\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:44:44.176Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003130095,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003134044,\\\"ageFromFirstAssignment\\\":12003130095}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:44:44.291Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:44:44.291Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"59bbb8bc81874bf2185a02a50602db9184e57d64b1bf4a7487a19521a8449c6a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601538255074%d0754\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-01T07:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601538255074%d0754\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:43:56.949Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:43:56.949Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T07:43:56.949Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003082868,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003086817,\\\"ageFromFirstAssignment\\\":12003082868},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-01T07:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"fromLast\\\":-172800000,\\\"fromNow\\\":44334}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:44:15.716Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:44:15.716Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"0b0eaefcd5c76bfb4755e0f060e22dd240821d4cb121a370781e64e3f3ac05f9\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601538226529%17278\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601538226529%17278\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601110921780\\\",\\\"endAt\\\":\\\"2020-10-01T07:43:38.963Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:43:38.963Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:43:38.963Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12003000284,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12003018267,\\\"ageFromFirstAssignment\\\":12003000284}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:43:47.332Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:43:47.332Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"1ded1e196e1b22d62364d23bf6225f94fdcb3b91e7f297cd3688788438e1a205\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537929178%58b47\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537929178%58b47\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601110921780\\\",\\\"endAt\\\":\\\"2020-10-01T07:38:29.774Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:38:39.461Z\\\"},\\\"msgCount\\\":4,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T07:38:39.461Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002700782,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002718765,\\\"ageFromFirstAssignment\\\":12002700782}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:38:49.970Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:38:49.970Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"6760a961a6d09036b3e3cd59dd59081dd2d57b3912fd829b2732e7619f77b773\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537888065%c8615\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537888065%c8615\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:37:39.045Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:37:52.474Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:37:52.474Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002718393,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002722342,\\\"ageFromFirstAssignment\\\":12002718393},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T07:45:00.000Z\\\",\\\"fromLast\\\":-86400000,\\\"fromNow\\\":173211299}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:38:08.760Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:38:08.760Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"68f184eb60d4b60568ec33ff48ef7ee7c5ee5c4db3f87c18017a7b5af94fd7d0\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537837070%451fe\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T07:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537837070%451fe\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:37:00.483Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:37:00.483Z\\\"},\\\"msgCount\\\":1,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:37:00.483Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002666402,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002670351,\\\"ageFromFirstAssignment\\\":12002666402},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T07:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"fromLast\\\":86400000,\\\"fromNow\\\":259662187}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:37:17.862Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:37:17.862Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"54f4948eb3e63024f69bb1619491669a292ba9e38134999f8b7edc6e6fbb6d75\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537751141%c2144\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537751141%c2144\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:34:16.329Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:35:39.364Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:35:39.364Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002585283,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002589232,\\\"ageFromFirstAssignment\\\":12002585283},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"fromLast\\\":0,\\\"fromNow\\\":173348282}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:35:51.764Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:35:51.764Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"a2c93823d67e9831d0c633a847d36a0bbb28cd7f3994e6083b857e5a817c43b0\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537493339%57abf\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537493339%57abf\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:31:05.509Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:31:22.282Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:31:22.282Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002328201,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002332150,\\\"ageFromFirstAssignment\\\":12002328201},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T07:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T07:30:00.000Z\\\",\\\"fromLast\\\":-85500000,\\\"fromNow\\\":173606109}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:31:33.971Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:31:33.971Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"aa1fdefcbbcff92041ba1f497400b36bf6f32905a47e63a716638cc75a011659\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537351511%b99aa\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-04T07:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537351511%b99aa\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:28:45.862Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:28:59.039Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T07:28:59.039Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002184958,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002188907,\\\"ageFromFirstAssignment\\\":12002184958},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-04T07:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T07:30:00.000Z\\\",\\\"fromLast\\\":86400000,\\\"fromNow\\\":259247692}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:29:12.396Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:29:12.396Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"9d8904a7512c86b3ba77de27cffc0feb8bea0a1f965cc2850f09805c566dbf3d\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601537305093%09d6b\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T07:30:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601537305093%09d6b\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T07:23:15.735Z\\\",\\\"startAt\\\":\\\"2020-10-01T07:28:01.947Z\\\"},\\\"msgCount\\\":3,\\\"receivedCount\\\":1,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T07:28:01.947Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":12002127866,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":12002131815,\\\"ageFromFirstAssignment\\\":12002127866},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T07:30:00.000Z\\\",\\\"old\\\":\\\"2020-10-18T06:45:00.000Z\\\",\\\"fromLast\\\":-1293300000,\\\"fromNow\\\":172893592}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:28:26.571Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:28:26.571Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"d25125df08020bb6dc778cacbceb7fa2cf2f21d311c065905e0aee3fa47e514e\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"102\\\",\\\"leadId\\\":\\\"T:29#L|P:102#L:1601397387510%Zv7R7\\\",\\\"logId\\\":\\\"T:29#LLOG|1601536575540%XTeda\\\",\\\"logData\\\":{\\\"oldData\\\":{\\\"phone\\\":\\\"+60979283423847327\\\",\\\"name\\\":\\\"Madonna Six\\\",\\\"email\\\":null},\\\"createdBy\\\":\\\"7\\\",\\\"eventAt\\\":\\\"2020-10-01T07:16:15.540Z\\\",\\\"diff\\\":{\\\"string\\\":\\\" {\\\\n+  Features: \\\\\\\"[Sales tracking]\\\\\\\"\\\\n+  Amount: \\\\\\\"12.12212\\\\\\\"\\\\n }\\\\n\\\",\\\"json\\\":{\\\"Features__added\\\":\\\"[Sales tracking]\\\",\\\"Era__added\\\":null,\\\"Property name__added\\\":null,\\\"Amount__added\\\":\\\"12.12212\\\"}},\\\"newData\\\":{\\\"Property name\\\":null,\\\"phone\\\":\\\"+60979283423847327\\\",\\\"Era\\\":null,\\\"Amount\\\":\\\"12.12212\\\",\\\"name\\\":\\\"Madonna Six\\\",\\\"Features\\\":\\\"[Sales tracking]\\\",\\\"email\\\":null}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"updateLeadData\\\",\\\"createdAt\\\":\\\"2020-10-01T07:16:15.676Z\\\",\\\"createdBy\\\":\\\"7\\\",\\\"leadOwner\\\":\\\"7\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:16:15.676Z\\\",\\\"modifiedBy\\\":\\\"7\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"237e977636a585946d1b1d8d56b488b81324c42961e8e8961ab7f4a2eafa7c80\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"380\\\",\\\"leadId\\\":\\\"T:29#L|P:380#L:1601533179047%fDejE\\\",\\\"logId\\\":\\\"T:29#LLOG|1601536427294%7dba0\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T07:15:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601536427294%7dba0\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T06:45:30.231Z\\\",\\\"startAt\\\":\\\"2020-10-01T06:51:48.677Z\\\"},\\\"msgCount\\\":7,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":7},\\\"eventAt\\\":\\\"2020-10-01T06:51:48.677Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":1929629,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":1932160,\\\"ageFromFirstAssignment\\\":1929629},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T07:15:00.000Z\\\",\\\"old\\\":\\\"2020-10-04T06:45:00.000Z\\\",\\\"fromLast\\\":-84600000,\\\"fromNow\\\":172871431}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:13:48.745Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:13:48.745Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"631b460ed34f1f0fc53d5c4d8abf17ac158ea58e705b1daf67f64591a1d011c0\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535218678%H4D2y\\\",\\\"logId\\\":\\\"T:29#LLOG|1601536436788%26467\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601536436788%26467\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601110921780\\\",\\\"endAt\\\":\\\"2020-10-01T06:45:32.380Z\\\",\\\"startAt\\\":\\\"2020-10-01T06:45:33.351Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":0},\\\"eventAt\\\":\\\"2020-10-01T06:45:33.351Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":11999514672,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":11999532655,\\\"ageFromFirstAssignment\\\":11999514672}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T07:13:57.448Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T07:13:57.448Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"77bba5fcaacb273480657f06e09c8e78ce31a187284af40881982e240ba183cb\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535153867%OLl5P\\\",\\\"logId\\\":\\\"T:29#LLOG|1601534610830%zzUP0\\\",\\\"logData\\\":{\\\"statusUpdate\\\":null,\\\"statusChange\\\":null,\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601531350497%9fd76\\\",\\\"action\\\":{\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"appendSms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T06:43:30.830Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":11999456962,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":11999461746,\\\"ageFromFirstAssignment\\\":11999456962}},\\\"logGroup\\\":\\\"UPDATE\\\",\\\"logType\\\":\\\"appendSms\\\",\\\"createdAt\\\":\\\"2020-10-01T06:43:30.858Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T06:43:30.858Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"886d517f76e85da927ba3254c068e2102e3b475ad557c114e2347ee809efd13a\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601534632045%3885b\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-18T06:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601534632045%3885b\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T06:42:03.927Z\\\",\\\"startAt\\\":\\\"2020-10-01T06:42:05.871Z\\\"},\\\"msgCount\\\":2,\\\"receivedCount\\\":0,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":2},\\\"eventAt\\\":\\\"2020-10-01T06:42:05.871Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":11999371790,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":11999375739,\\\"ageFromFirstAssignment\\\":11999371790},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-18T06:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-03T06:45:00.000Z\\\",\\\"fromLast\\\":1296000000,\\\"fromNow\\\":1468867468}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T06:43:52.573Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T06:43:52.573Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"7040bd71d4d12bde11ac1de46b1310928db8cd01289de0c3b3dfc09ceabe9180\\\"},{\\\"tenantId\\\":\\\"29\\\",\\\"projectId\\\":\\\"75\\\",\\\"leadId\\\":\\\"T:29#L|P:75#L:1589535154080%6GMd2\\\",\\\"logId\\\":\\\"T:29#LLOG|1601534396638%ca0bb\\\",\\\"logData\\\":{\\\"offline\\\":true,\\\"statusUpdate\\\":{\\\"followUpAt\\\":\\\"2020-10-03T06:45:00.000Z\\\",\\\"leadStatus\\\":\\\"followUp\\\",\\\"notes\\\":null,\\\"actionId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"actionName\\\":\\\"Decide Later\\\"},\\\"statusChange\\\":{\\\"newStatus\\\":\\\"followUp\\\",\\\"lastStatus\\\":\\\"followUp\\\",\\\"changed\\\":false},\\\"smsDataRef\\\":\\\"T:29#SMS@T:29#LLOG|1601534396638%ca0bb\\\",\\\"action\\\":{\\\"data\\\":{\\\"duration\\\":0,\\\"from\\\":\\\"+601110921780\\\",\\\"to\\\":\\\"+601155021675\\\",\\\"endAt\\\":\\\"2020-10-01T06:39:16.415Z\\\",\\\"startAt\\\":\\\"2020-10-01T06:39:39.523Z\\\"},\\\"msgCount\\\":3,\\\"receivedCount\\\":2,\\\"type\\\":\\\"sms\\\",\\\"sentCount\\\":1},\\\"eventAt\\\":\\\"2020-10-01T06:39:39.523Z\\\",\\\"perf\\\":{\\\"ageFromCurrentAssignment\\\":11999225442,\\\"isFirstAction\\\":false,\\\"isFirstActionByCurrentUser\\\":false,\\\"isFirstResponse\\\":false,\\\"age\\\":11999229391,\\\"ageFromFirstAssignment\\\":11999225442},\\\"updateFollowUp\\\":{\\\"new\\\":\\\"2020-10-03T06:45:00.000Z\\\",\\\"old\\\":\\\"2020-10-19T06:30:00.000Z\\\",\\\"fromLast\\\":-1381500000,\\\"fromNow\\\":173102949}},\\\"logGroup\\\":\\\"ACTION\\\",\\\"logType\\\":\\\"sms\\\",\\\"createdAt\\\":\\\"2020-10-01T06:39:57.091Z\\\",\\\"createdBy\\\":\\\"253\\\",\\\"leadOwner\\\":\\\"253\\\",\\\"modifiedAt\\\":\\\"2020-10-01T06:39:57.091Z\\\",\\\"modifiedBy\\\":\\\"253\\\",\\\"isMigrated\\\":false,\\\"migratedAt\\\":null,\\\"hash\\\":\\\"476f1bb2bcbf90422670c54c61475493c3c5ab2eb7f2aea266dbda31c0fb9f3d\\\"}]\",\n            \"dataGzip\": null\n        }\n    }\n}"}],"_postman_id":"57bb41d9-5010-409e-97da-4028cd93bbad"}],"id":"76e07972-812b-4051-9322-2fe97ba715c8","description":"<p>This section of the requests provides the user with responses related to the Leads that have been created by them. These requests mainly supply the user with the various Lead properties, such as List of all the Leads, Lead Won Data and Lead Routing Logs just to name a few.</p>\n","event":[{"listen":"prerequest","script":{"id":"cd308860-be4e-4195-b240-029457f742ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be951fc8-a5cc-436a-a901-d52df71320ab","type":"text/javascript","exec":[""]}}],"_postman_id":"76e07972-812b-4051-9322-2fe97ba715c8","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Won Template","item":[{"name":"Won Template","event":[{"listen":"test","script":{"id":"0a78b4d3-2b5b-43c3-8f12-d4524b930b55","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getWonScreenTemplate\":{","                    \"type\":\"array\",","                    \"items\":{","                        \"type\":\"object\",","                        \"properties\":{","                        ","                        \"description\":{","                            \"type\":\"string\",","                        },","                        \"name\":{","                            \"type\":\"string\"","                        },","                        \"template\":{","                            \"type\":\"string\"","                        }","                    },","                    \"required\":[\"description\",\"name\",\"template\"]","                    }","                    ","                }","            },","            \"required\":[\"getWonScreenTemplate\"]","        }","    }","};","var _ = require('lodash');","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });","var response = pm.response.json();","var wonScreenTemplate = response.data.getWonScreenTemplate[0].template;","wonScreenTemplate = _.orderBy(JSON.parse(wonScreenTemplate), ['isDeleted'], ['asc']);","var sample = _.filter(wonScreenTemplate, {'isDeleted': false });","sample = _.map(sample, 'label');","var obj = {};","for(var i=0;i<sample.length;i++){","    obj[sample[i]]=\"PASS_VALUE_HERE\"","}","","sample = JSON.stringify(JSON.stringify(obj));","","","var template = `","<style type=\"text/css\">","        .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","        .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","        .tftable tr {background-color:#ffffff;}","        .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","        .tftable tr:hover {background-color:#e0ffff;}","","        .status[data-required=\"true\"]:after {","            content : \"Yes\";","            color : green","        }","        .status[data-required=\"false\"]:after {","            content : \"No\";","            color : red","        }","","        .status[data-deleted=\"false\"]:after {","            content : \"No\";","            color : green","        }","        .status[data-deleted=\"true\"]:after {","            content : \"Yes\";","            color : red","        }","        .deletedRowStatus[data-isDeleted=\"true\"] {","            background-color : #cccccc !important;","            color: #9c9c9c !important;","        }","","    </style>","    <table class=\"tftable\" border=\"1\">","        <tr>","            <th rowspan=\"2\">Label</th>","            <th rowspan=\"2\">Mandatory</th>","            <th rowspan=\"2\">isDeleted</th>","            <th colspan=\"2\" style=\"text-align:center;\">Validation</th>","        </tr>    ","        <tr>","            <th style=\"text-align:center;\">Minumum Characters</th>","            <th style=\"text-align:center;\">Maximum Characters</th>","        </tr>         ","        {{#each response}}","            <tr data-isDeleted=\"{{isDeleted}}\" class=\"deletedRowStatus\">","                <td>{{label}}<br/>","                <span style=\"font-size:10px\">{{description}}</span></td>","                <td data-required=\"{{required}}\" class=\"status\"></td>","                <td data-deleted=\"{{isDeleted}}\" class=\"status\"></td>","                <td>{{minimumLimit}}</td>","                <td>{{maximumLimit}}</td>","            </tr>","        {{/each}}","    </table>","    <div><strong>How to use:</strong> <code>{{sample}}</code></div>","`;","","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: wonScreenTemplate,","    sample: sample","});"],"type":"text/javascript"}}],"id":"2f9f28cd-949f-4fdc-a3e3-eda3073e2982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getWonScreenTemplate {\n    getWonScreenTemplate {\n        description\n        name\n        template\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>This request gets the template of the winning screen for the user.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"742e07b6-459b-470f-82b1-40e9e68afc63","name":"Won Template","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getWonScreenTemplate {\n    getWonScreenTemplate {\n        description\n        name\n        template\n    }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"894"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 07 Jun 2020 02:15:22 GMT"},{"key":"x-amzn-RequestId","value":"0d05cd14-537a-40c6-9ef8-f0b2a5ce58e9"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 17fb84bf4d70f7e6db47eb138f34fc8a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"XES-yWQQR_jUBPYhZEGY9UG2H9OJaipDRTHdfZXx9khrKHxD6W8I7Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getWonScreenTemplate\": [\n            {\n                \"description\": \"tissue\",\n                \"name\": \"Tissue\",\n                \"template\": \"[{\\\"isDeleted\\\":true,\\\"customChecked\\\":false,\\\"minimumLimit\\\":0,\\\"options\\\":[],\\\"pattern\\\":null,\\\"maximumLimit\\\":0,\\\"description\\\":\\\"test\\\",\\\"label\\\":\\\"test\\\",\\\"type\\\":\\\"singleline\\\",\\\"required\\\":false},{\\\"isDeleted\\\":true,\\\"customChecked\\\":false,\\\"minimumLimit\\\":0,\\\"options\\\":[],\\\"pattern\\\":null,\\\"maximumLimit\\\":300,\\\"description\\\":null,\\\"label\\\":\\\"Model\\\",\\\"type\\\":\\\"multiline\\\",\\\"required\\\":false},{\\\"isDeleted\\\":false,\\\"customChecked\\\":false,\\\"minimumLimit\\\":2,\\\"options\\\":[],\\\"pattern\\\":null,\\\"maximumLimit\\\":\\\"4\\\",\\\"description\\\":null,\\\"label\\\":\\\"Year\\\",\\\"type\\\":\\\"singleline\\\",\\\"required\\\":true},{\\\"isDeleted\\\":false,\\\"customChecked\\\":false,\\\"minimumLimit\\\":0,\\\"options\\\":[],\\\"pattern\\\":null,\\\"maximumLimit\\\":0,\\\"description\\\":null,\\\"label\\\":\\\"Model\\\",\\\"type\\\":\\\"singleline\\\",\\\"required\\\":true}]\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2f9f28cd-949f-4fdc-a3e3-eda3073e2982"}],"id":"5ea2d1c1-735d-4b69-a861-fe1b94681fa2","description":"<p>This section is to help you get won template which is being projected to the salesperson after they mark a lead as won.</p>\n","event":[{"listen":"prerequest","script":{"id":"7f0dae7a-1237-45f1-84e8-46f62dd9cee8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad0b3613-0478-4639-8901-0685e909342a","type":"text/javascript","exec":[""]}}],"_postman_id":"5ea2d1c1-735d-4b69-a861-fe1b94681fa2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Lead Action Template","item":[{"name":"Lead Action Template","event":[{"listen":"test","script":{"id":"486b6d03-b0a3-4418-a3c4-3a5eb49ce1ea","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadAndActionTemplate\":{","                    \"type\":\"array\",","                    \"items\":{","                        \"type\":\"object\",","                        \"properties\":{","                        ","                        \"description\":{","                            \"type\":\"string\",","                        },","                        \"name\":{","                            \"type\":\"string\"","                        },","                        \"status\":{","                            \"type\":\"boolean\"","                        },","                        \"template\":{","                            \"type\":\"string\"","                        }","                      ","                    },","                    \"required\":[\"description\",\"name\",\"status\",\"template\"]","                    }","                    ","                }","            },","            \"required\":[\"getLeadAndActionTemplate\"]","        }","    }","};","var _ = require('lodash');","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });","var response = pm.response.json();","var leadActionTemplate = JSON.parse(response.data.getLeadAndActionTemplate[0].template);","leadActionTemplate = _.orderBy(leadActionTemplate, ['isDeleted','actionStatus'], ['asc','asc']);","var template = `","<style type=\"text/css\">","        .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","        .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","        .tftable tr {background-color:#ffffff;}","        .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","        .tftable tr:hover {background-color:#e0ffff;}","","        .status[data-win=\"true\"]:after {","            content : \"Yes\";","            color : green","        }","        .status[data-drop=\"true\"]:after {","            content : \"Yes\";","            color : green","        }","        .status[data-followUp=\"true\"]:after {","            content : \"Yes\";","            color : green","        }","        .status[data-win=\"false\"]:after {","            content : \"No\";","            color : red","        }","        .status[data-drop=\"false\"]:after {","            content : \"No\";","            color : red","        }","        .status[data-followUp=\"false\"]:after {","            content : \"No\";","            color : red","        }","","        .status[data-deleted=\"false\"]:after {","            content : \"No\";","            color : green","        }","        .status[data-deleted=\"true\"]:after {","            content : \"Yes\";","            color : red","        }","        .deletedRowStatus[data-isDeleted=\"true\"] {","            background-color : #cccccc !important;","            color: #9c9c9c !important;","        }","","    </style>","    <table class=\"tftable\" border=\"1\">","        <tr>","            <th>isDeleted</th>","            <th>ActionID</th>","            <th>ActionName</th>","            <th>ActionStatus</th>","        </tr>            ","        {{#each response}}","            <tr data-isDeleted=\"{{isDeleted}}\" class=\"deletedRowStatus\">","                <td data-deleted=\"{{isDeleted}}\" class=\"status\"></td>","                <td>{{templateId}}</td>","                <td>{{actionStatus}}</td>","                <td>","                    <table data-isDeleted=\"{{isDeleted}}\" class=\"deletedRowStatus\">","                        <tr>","                            <th>Winnable</th>","                            <th>Droppable</th>","                            <th>Followable</th>","                        </tr>","                        <tr>","                            <td data-win=\"{{won}}\" class=\"status\"></td>","                            <td data-drop=\"{{dropped}}\" class=\"status\"></td>","                            <td data-followUp=\"{{followUp}}\" class=\"status\"></td>","                        </tr>","                    </table>","                </td>","            </tr>","        {{/each}}","    </table>","`;","","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: leadActionTemplate","});"],"type":"text/javascript"}}],"id":"f3828f23-9dfb-44d4-a173-c086382f7572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadAndActionTemplate(\n  $limit: Int\n  $offset: Int\n  $where: LeadAndActionTemplateTableFilterInput\n) {\n  getLeadAndActionTemplate(limit: $limit, offset: $offset, where: $where) {\n    description\n    name\n    status\n    template\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman.\nFrom the response you will have stringified template, you can transform the response to an array of objects of items.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"77f87d82-c711-457f-b62f-5958d6037c6d","name":"Lead Action Template","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadAndActionTemplate(\n  $limit: Int\n  $offset: Int\n  $where: LeadAndActionTemplateTableFilterInput\n) {\n  getLeadAndActionTemplate(limit: $limit, offset: $offset, where: $where) {\n    description\n    name\n    status\n    template\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:25:29 GMT"},{"key":"x-amzn-RequestId","value":"22a9fac1-5a17-4865-85b8-faf5b02fefdc"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fedf532d69f6dd10ea788e532bd23298.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"mI-BHloBDcJ8Pabl7C6_phGcEuRFH2ZNGhfKNlUwsxq2pYiSNfoVdw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadAndActionTemplate\": [\n            {\n                \"description\": \"demo\",\n                \"name\": \"Demo\",\n                \"status\": true,\n                \"template\": \"[{\\\"displayLabel\\\":true,\\\"managerPortalOnly\\\":true,\\\"incomingCall\\\":false,\\\"outgoingCall\\\":false,\\\"dropped\\\":true,\\\"count\\\":0,\\\"templateId\\\":\\\"1\\\",\\\"reachable\\\":false,\\\"followUp\\\":true,\\\"isDeleted\\\":false,\\\"actionStatus\\\":\\\"Manager Portal Action\\\",\\\"won\\\":true,\\\"sortOrder\\\":1,\\\"sms\\\":false,\\\"tag\\\":true},{\\\"displayLabel\\\":true,\\\"managerPortalOnly\\\":false,\\\"incomingCall\\\":true,\\\"outgoingCall\\\":true,\\\"dropped\\\":false,\\\"count\\\":0,\\\"templateId\\\":\\\"9067d04f-90c9-4071-855a-9ee9027187b4\\\",\\\"reachable\\\":false,\\\"followUp\\\":true,\\\"i18\\\":{\\\"th\\\":\\\"test\\\",\\\"in\\\":\\\"world\\\",\\\"vi\\\":\\\"hello\\\"},\\\"isDeleted\\\":false,\\\"actionStatus\\\":\\\"Call Back Later\\\",\\\"won\\\":false,\\\"sortOrder\\\":2,\\\"sms\\\":false,\\\"tag\\\":false},{\\\"displayLabel\\\":true,\\\"managerPortalOnly\\\":false,\\\"outgoingCall\\\":true,\\\"incomingCall\\\":true,\\\"dropped\\\":false,\\\"count\\\":0,\\\"templateId\\\":\\\"43db84bb-6a2e-4911-a8a6-c79d693ce1c3\\\",\\\"reachable\\\":false,\\\"followUp\\\":true,\\\"actionStatus\\\":\\\"Payment Received\\\",\\\"isDeleted\\\":false,\\\"won\\\":true,\\\"sortOrder\\\":3,\\\"sms\\\":true,\\\"tag\\\":true},{\\\"displayLabel\\\":true,\\\"managerPortalOnly\\\":false,\\\"outgoingCall\\\":true,\\\"incomingCall\\\":true,\\\"dropped\\\":false,\\\"templateId\\\":\\\"a0aed52c-67f3-4c48-9f9b-90b04ab5ff69\\\",\\\"reachable\\\":false,\\\"followUp\\\":true,\\\"actionStatus\\\":\\\"Decide Later\\\",\\\"isDeleted\\\":false,\\\"won\\\":false,\\\"sortOrder\\\":4,\\\"sms\\\":true,\\\"tag\\\":true},{\\\"displayLabel\\\":true,\\\"managerPortalOnly\\\":false,\\\"outgoingCall\\\":true,\\\"incomingCall\\\":true,\\\"dropped\\\":true,\\\"templateId\\\":\\\"be8d8948-4a50-4d86-a938-e690143893a8\\\",\\\"reachable\\\":false,\\\"followUp\\\":false,\\\"actionStatus\\\":\\\"Not Interested\\\",\\\"isDeleted\\\":false,\\\"won\\\":false,\\\"sortOrder\\\":5,\\\"sms\\\":true,\\\"tag\\\":true}]\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f3828f23-9dfb-44d4-a173-c086382f7572"}],"id":"c41ad76f-c423-4a40-8248-d83bbbe2f34e","description":"<p>This section will help you get the template that is being used by the salespersons for taking actions on the lead.</p>\n","event":[{"listen":"prerequest","script":{"id":"7f0dae7a-1237-45f1-84e8-46f62dd9cee8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ad0b3613-0478-4639-8901-0685e909342a","type":"text/javascript","exec":[""]}}],"_postman_id":"c41ad76f-c423-4a40-8248-d83bbbe2f34e","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Offline Lead Sources -> Original Source","item":[{"name":"Offline Original Sources","event":[{"listen":"test","script":{"id":"a985ca77-3313-4dba-b3d0-b49dfa46e397","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getOfflineOrigin\":{","                    \"type\":\"array\",","                    \"items\":{","                        \"type\":\"object\",","                         \"properties\":{","                        ","                    \"id\":{","                        \"type\":\"string\"","                    },","                    \"name\":{","                        \"type\":\"string\"","                    },","                    \"extraJSON\":{","                        \"type\":\"null\"","                    },","                    \"leadScore\":{","                        \"type\":\"integer\"","                    }","                  },","                  \"required\":[\"id\",\"name\",\"extraJSON\",\"leadScore\"]","                }","                }","            },","            \"required\":[\"getOfflineOrigin\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"f7d3c135-b5c9-4817-9699-3863475f4052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<p>This is an object that offers the below filters to be applied, to narrow down the user's response.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tenantId</td>\n<td>environmental variable, integer</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><p>Provided below are the operations that can be utilized along with the Fields to narrow down the expected response.</p>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div><p>How these operations can be utilized are provided below.</p>\n<ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        }\n        \n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"gt\":300\n        },\n        \"name\":{\n            \"gt\":\"D\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        }\n        \n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \n        \"tenantId\":{\n            \"eq\":{{tenantId}}\n        },\n        \"id\":{\n            \"notBetween\":[80,300]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"60a2fd2d-ada8-4687-a206-db3eacb92db8","name":"Offline Original Sources","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\n\t\"where\":{}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"427"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 06:28:48 GMT"},{"key":"x-amzn-RequestId","value":"c4871439-aa59-42af-9abc-4d9a3c025134"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fedf532d69f6dd10ea788e532bd23298.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"b_A9hBi99FrfHi1XqvqK914yX_It2Yud5wjTzV5qANUPtGd6jD1_Tw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"110\",\n                \"name\": \"salesCandy\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"114\",\n                \"name\": \"salesSugarCandy\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"119\",\n                \"name\": \"salesCandy Sugar\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"091f0d2d-ce25-4c55-98e4-85d9b0b9e6c4","name":"Offline Original Sources based on \"equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"id\":{\n\t\t\t\"eq\":124\n\t\t},\n\t\t\"name\":{\n\t\t\t\"eq\":\"Billboard\"\n\t\t}\n\t\t\n\t\t\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"96"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:16:13 GMT"},{"key":"x-amzn-RequestId","value":"54c0fbc2-a1be-4dbc-9ecf-004533dee068"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6b7b1e89f3bbf64d5af88f79f1ef3386.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"ei1s7cA1AB9eeqmjwCaaUfGHroFFBESZ2TwM9VbnAiqwgYhOsZAWvA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Billboard\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"40c08f36-da2e-404e-b814-3895f6bfeeb0","name":"Offline Original Sources based on \"not equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\"id\":{\n\t\t\t\"ne\":124\n\t\t},\n\t\t\"name\":{\n\t\t\t\"ne\":\"Billboard\"\n\t\t}\n\t\t\n\t\t\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:17:28 GMT"},{"key":"x-amzn-RequestId","value":"52b35851-a80c-4be9-bd05-50fb3a352a17"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6b7b1e89f3bbf64d5af88f79f1ef3386.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"zkndfyZHUyVwv6rmcHStmYPkeuZalrXnGTB-Ebb8LWg7sclCySukWQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"125\",\n                \"name\": \"newspapper\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"radio\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"127\",\n                \"name\": \"google\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"1ccc566f-9ee1-494b-b18c-1b3dd41c4ea1","name":"Offline Original Sources based on \"greater than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\n\t\t\"id\":{\n\t\t\t\"gt\":124\n\t\t},\n\t\t\"name\":{\n\t\t\t\"gt\":\"B\"\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:19:46 GMT"},{"key":"x-amzn-RequestId","value":"d7cef074-d739-4aa6-9dd8-690d17fbdb29"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6b7b1e89f3bbf64d5af88f79f1ef3386.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"jMySFPnUB0VyVEVulAR8PLRldyYeE9cB2QX-bKN9W2MILFxYYC8sHQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"125\",\n                \"name\": \"newspapper\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"radio\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"127\",\n                \"name\": \"google\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"e1c223da-18b7-45a3-85ff-000d93709b9a","name":"Offline Original Sources based on \"less than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\n\t\"where\":{\n\t\t\n\t\t\"id\":{\n\t\t\t\"lt\":126\n\t\t},\n\t\t\"name\":{\n\t\t\t\"lt\":\"R\"\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:20:46 GMT"},{"key":"x-amzn-RequestId","value":"5e39b3b6-712b-4801-b723-33909921fe15"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 6b7b1e89f3bbf64d5af88f79f1ef3386.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"9pqodk-n5NWGpurZPJjHEiH1xxpqZSZAIsrF9hMxNcNS4oM22AbkAg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Billboard\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"125\",\n                \"name\": \"newspapper\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"00e9356b-a2d1-43db-9822-8808104bd715","name":"Offline Original Sources  based on \"between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\r\n\t\t\"id\":{\r\n\t\t\t\"between\":[124,126]\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"between\":[\"A\", \"Z\"]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:27:29 GMT"},{"key":"x-amzn-RequestId","value":"5881ae39-e009-401b-995f-d4decc67406e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da489b11345e43d716acd157abedfe47.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"b_SM3DfN6c4bWW7Dbu2eBDtkYbsYx5wvO9foIKfVMkTopsSj43l1TA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Billboard\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"125\",\n                \"name\": \"newspapper\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"radio\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"4b619555-0b7a-4753-be14-7eb6f2e612f8","name":"Offline Original Sources based on \"not between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\r\n\t\t\"id\":{\r\n\t\t\t\"notBetween\":[124,126]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:28:51 GMT"},{"key":"x-amzn-RequestId","value":"4e4e908e-e7e8-4707-b74d-6c5a2bdb315e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da489b11345e43d716acd157abedfe47.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"hjVmsep6u_aRZ7YBLMzP5EVFN6j_NGFrnDRsNmtlcVhQ7UTYsZzreA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"127\",\n                \"name\": \"google\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"ab18936e-d72c-4b49-b974-d31f5f79cae2","name":"Offline Original Sources based on \"in\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\r\n\t\t\"id\":{\r\n\t\t\t\"in\":[124,126]\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"157"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:30:44 GMT"},{"key":"x-amzn-RequestId","value":"9126c35b-e12e-4eb2-8083-207426488d35"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da489b11345e43d716acd157abedfe47.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"z9h7ImJYo6FiVTT-unA9Qzw6IZIIMLCN83mP0Jd8UqYgogkji1gREw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Billboard\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            },\n            {\n                \"id\": \"126\",\n                \"name\": \"radio\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"},{"id":"08cb5b35-57f9-45fb-ab73-6b57da981ec5","name":"Offline Original Sources based on \"like\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOfflineOrigin(\n  $limit: Int\n  $offset: Int\n  $where: OfflineOriginFilterInput\n) {\n  getOfflineOrigin(limit: $limit, offset: $offset, where: $where) {\n    id\n    name\n    extraJSON\n    leadScore\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\r\n\t\t\"name\":{\r\n\t\t\t\"like\":\"%B%\"\r\n\t\t}\r\n\t}\r\n}\r\n"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"96"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:31:42 GMT"},{"key":"x-amzn-RequestId","value":"9dc36ef8-d848-44da-84ac-b02b80d8580f"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da489b11345e43d716acd157abedfe47.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"7cQB-yIZ-wMTolnIr7Z1RDNxBT8fLQVWFiirBzNDAjcsm0p_Zqknow=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getOfflineOrigin\": [\n            {\n                \"id\": \"124\",\n                \"name\": \"Billboard\",\n                \"extraJSON\": null,\n                \"leadScore\": 100\n            }\n        ]\n    }\n}"}],"_postman_id":"f7d3c135-b5c9-4817-9699-3863475f4052"}],"id":"4d9aecf5-6379-429f-b70f-5357c4a7700c","description":"<p>This section will be sending back the Offline Origin Source. </p>\n","event":[{"listen":"prerequest","script":{"id":"1a5f9a64-66fc-4021-90a8-dbec7e36d82e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e134fd17-f07e-4734-9940-98401c47f9dd","type":"text/javascript","exec":[""]}}],"_postman_id":"4d9aecf5-6379-429f-b70f-5357c4a7700c","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Salespersons","item":[{"name":"Salespersons List","event":[{"listen":"test","script":{"id":"6edf779a-9a91-4cd3-99bb-73653b7dc3c2","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getSalespersons\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"array\",","                                        \"type\":\"object\",","                                        \"properties\":{","                                            ","                                            \"username\":{","                                                \"type\":\"string\"","                                            },","                                            \"designation\":{","                                                \"type\":\"string\"","                                            },","                                            \"email\":{","                                                \"type\":\"string\"","                                            },","                                            \"name\":{","                                                \"type\":\"string\"","                                            },","                                            \"id\":{","                                                \"type\":\"string\"","                                            },","                                            \"phone\":{","                                                \"type\":\"string\"","                                            },","                                            \"status\":{","                                                \"type\":\"boolean\"","                                            },","                                            \"lang\":{","                                                \"type\":[\"null\",\"string\"]","                                            }","                                        },","                                        \"required\":[\"username\",\"designation\",\"email\",\"name\",\"id\",\"phone\",\"status\",\"lang\"]","                                    },","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getSalespersons\"]","        }","    }","}","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"cdce064f-4b34-4335-9599-c65f1ea3a51e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSalespersons($limit: Int, $offset: Int, $where: UserTableFilterInput) {\n  getSalespersons(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n        username\n        designation\n        email\n        name\n        id\n        phone\n        status\n        lang\n    }\n  }\n}","variables":"{\n    \"where\": {},\n    \"limit\": 100,\n    \"offset\": 0\n  }"}},"url":"https://graph.v3.salescandy.com","description":"<p>This request allows the user to get a list of all the Salespersons, along with what Projects and Project Groups the Salesperson is involved in.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>appStatus</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>designation</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div><p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n<td>status</td>\n<td>appStatus</td>\n<td>designation</td>\n<td>email</td>\n<td>phone</td>\n<td>username</td>\n<td></td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td></td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td></td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td></td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td></td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        },\n        \"status\":{\n            \"eq\":true\n        },\n                \"appStatus\":{\n            \"eq\":100\n        },\n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        },\n                \"appStatus\":{\n            \"between\":[50, 100]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        },\n        \"name\":{\n            \"gt\":\"D\"\n        },\n                \"appStatus\":{\n            \"gt\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        },\n                \"appStatus\":{\n            \"lt\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        },\n        \"status\":{\n            \"ne\":true\n        },\n                \"appStatus\":{\n            \"ne\":50\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"notBetween\":[80,300]\n        },\n                \"appStatus\":{\n            \"notbetween\":[50,100]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"a998cbe1-a45e-4cdf-83ff-bced4a022063","name":"Salespersons List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSalespersons($limit: Int, $offset: Int, $where: UserTableFilterInput) {\n  getSalespersons(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n        username\n        designation\n        email\n        name\n        id\n        phone\n        status\n        lang\n    }\n  }\n}","variables":"{\n    \"where\": {},\n    \"limit\": 100,\n    \"offset\": 0\n  }"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:29:52 GMT"},{"key":"x-amzn-RequestId","value":"58ae0658-c376-4fe3-a88c-4acea6fc1809"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fedf532d69f6dd10ea788e532bd23298.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"peYbJya4dZHuTQrwKFO4ermM64Y8vrK23LyeRXDL6xxL0O_u35tKxw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getSalespersons\": {\n            \"count\": 2,\n            \"rows\": [\n                {\n                    \"username\": \"shoaib\",\n                    \"designation\": \"Developer\",\n                    \"email\": \"shoaib@salescandy.com\",\n                    \"name\": \"shoaib\",\n                    \"id\": \"1\",\n                    \"phone\": \"+601111111111\",\n                    \"status\": true,\n                    \"lang\": \"\"\n                },\n                {\n                    \"username\": \"jewei\",\n                    \"designation\": \"Android Dev\",\n                    \"email\": \"jewei@salescandy.com\",\n                    \"name\": \"jewei\",\n                    \"id\": \"261\",\n                    \"phone\": \"+601111111112\",\n                    \"status\": true,\n                    \"lang\": \"en\"\n                }\n            ]\n        }\n    }\n}"},{"id":"341635b1-90cd-46e6-911f-e86894ed0bd6","name":"Salespersons List based on \"equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSalespersons($limit: Int, $offset: Int, $where: UserTableFilterInput) {\n  getSalespersons(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n        username\n        designation\n        email\n        name\n        id\n        phone\n        status\n        lang\n    }\n  }\n}","variables":"{\n\t\"where\":{\n\n\t\t\"id\":{\n\t\t\t\"eq\":3\n\t\t},\n\t\t\"name\":{\n\t\t\t\"eq\":\"Ele elyiana\"\n\t\t},\n\t\t\"status\":{\n\t\t\t\"eq\":true\n\t\t}\n\t}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 03:37:22 GMT"},{"key":"x-amzn-RequestId","value":"5f113168-811a-4420-ada1-f0ba74b4c6b7"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 da489b11345e43d716acd157abedfe47.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"EMWVHshXHpx2148q2Si2SNR0mliq0CWNGvycPAa7MoBIyOb7Oa7Eag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getSalespersons\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"username\": \"eleelyiana\",\n                    \"designation\": \"salesperson\",\n                    \"email\": \"ele@salescandy.com\",\n                    \"name\": \"Ele elyiana\",\n                    \"id\": \"3\",\n                    \"phone\": \"+60122808783\",\n                    \"status\": true,\n                    \"lang\": \"en\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cdce064f-4b34-4335-9599-c65f1ea3a51e"}],"id":"af34123b-d59a-4103-9223-adb31803677c","event":[{"listen":"prerequest","script":{"id":"46b6b660-f640-49df-9cee-c0a925251d34","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a4f3da1a-7c9d-41e1-a968-c956664c31c1","type":"text/javascript","exec":[""]}}],"_postman_id":"af34123b-d59a-4103-9223-adb31803677c","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Account Detail","item":[{"name":"Account Details","event":[{"listen":"test","script":{"id":"c435b0bc-621b-427c-8602-58b999d19dd3","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getTenantDetails\":{","                    \"type\":\"array\",","                    \"items\":{","                        \"type\":\"object\",","                        \"properties\":{","                            ","                            \"country\":{","                                \"type\":\"string\"","                            },","                            \"countryCode\":{","                                \"type\":\"string\"","                            },","                            \"currencyCode\":{","                                \"type\":[\"null\",\"string\"]","                            },","                            \"currencySign\":{","                                \"type\":[\"null\",\"string\"]","                            },","                            \"id\":{","                                \"type\":\"string\"","                            },","                            \"name\":{","                                \"type\":\"string\"","                            },","                            \"shortName\":{","                                \"type\":\"string\"","                            },","                            \"status\":{","                                \"type\":\"boolean\"","                            },","                            \"timezone\":{","                                \"type\":\"string\"","                            },","                            \"firstWeekDay\":{","                                \"type\":\"string\"","                            }","                            ","                        },","                        \"required\":[\"country\",\"countryCode\",\"currencyCode\",\"currencySign\",\"id\",\"name\",\"shortName\",\"status\",\"timezone\",\"firstWeekDay\"]","                    }","                }","            },","            \"required\":[\"getTenantDetails\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"bed66be9-8969-428e-8d96-88a14057446e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTenantDetails {\n  getTenantDetails {\n    country\n    countryCode\n    currencyCode\n    currencySign\n    id\n    name\n    shortName\n    status\n    timezone\n    firstWeekDay\n    contractStartAt\n    contractEndsAt\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>This request provides the user with the details of their account details such as Country, country code etc.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"066ec767-2a9a-4845-808e-0f292d57f92a","name":"Account Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTenantDetails {\n  getTenantDetails {\n    country\n    countryCode\n    currencyCode\n    currencySign\n    id\n    name\n    shortName\n    status\n    timezone\n    firstWeekDay\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"259"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 06:34:25 GMT"},{"key":"x-amzn-RequestId","value":"49528677-a30f-4d9d-93cd-976fe3dc7ad9"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 992d0bf46adc44efb6ae5182ac41ed87.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"1FO_XX4FgCw-M72wtDnIqAdaCt9hwnRibtaR3A0C-SnW0XpojRDtRg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTenantDetails\": [\n            {\n                \"country\": \"Malaysia\",\n                \"countryCode\": \"MY\",\n                \"currencyCode\": \"MYR\",\n                \"currencySign\": \"RM\",\n                \"id\": \"29\",\n                \"name\": \"Development Dedicated\",\n                \"shortName\": \"salescandy-dedicated\",\n                \"status\": true,\n                \"timezone\": \"Asia/Kuala_Lumpur\",\n                \"firstWeekDay\": \"Monday\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bed66be9-8969-428e-8d96-88a14057446e"}],"id":"f00c0919-33c9-4740-a59c-dfba41a6b921","event":[{"listen":"prerequest","script":{"id":"00b788ec-37f5-4e80-adb1-12b399e202aa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"28fec6a5-b2ac-4a30-9323-2398c1c42755","type":"text/javascript","exec":[""]}}],"_postman_id":"f00c0919-33c9-4740-a59c-dfba41a6b921","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Meetups & Other Actions List","item":[{"name":"Meetups & Other Actions List","event":[{"listen":"test","script":{"id":"39898489-b94c-4a22-aebb-b0e7712a4f77","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getTagsList\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"count\":{","                            \"type\":\"integer\"","                        },","                        \"rows\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"object\",","                                \"properties\":{","                                    ","                                    \"id\":{","                                        \"type\":\"string\"","                                    },","                                    \"name\":{","                                        \"type\":\"string\"","                                    },","                                    \"description\":{","                                        \"type\":[\"null\",\"string\"]","                                    },","                                    \"url\":{","                                        \"type\":[\"null\",\"string\"]","                                    },","                                    \"status\":{","                                        \"type\":\"boolean\"","                                    },","                                    \"type\":{","                                        \"type\":\"string\"","                                    }","                                },","                                \"required\":[\"id\",\"name\",\"description\",\"url\",\"status\",\"type\"]","                            }","                        }","                    },","                    \"required\":[\"count\",\"rows\"]","                }","            },","            \"required\":[\"getTagsList\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"c4404105-ab9d-4119-8c92-19be1e1c582e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":""}},"url":"https://graph.v3.salescandy.com","description":"<p>This request provides the user with additional information depending on the <code>type</code> of tag that is provided. For example, if the type is Meetup, the user can know what are the different locations or events where a meetup can take place.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string (MeetUp/Action)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>boolean</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can search by type (MeetUp &amp; Actions) to get separate lists for each category.\nThe table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n<td>status</td>\n<td>type</td>\n</tr>\n<tr>\n<td>between</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gte (greater than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>lte (less than and equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n<td>✗</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>not between</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div><p>How these operations can be utilized are provided below.</p>\n<ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":91\n        },\n        \"name\":{\n            \"eq\":\"New Project Name\"\n        },\n        \"status\":{\n            \"eq\":true\n        }\n        \n    }\n}\n</code></pre><ol>\n<li>Example of between operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"between\":[80,380]\n        },\n        \"name\":{\n            \"between\":[\"A\", \"E\"]\n        }\n    }\n}\n\n</code></pre><ol>\n<li>Example of gt (greater than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        },\n        \"name\":{\n            \"gt\":\"D\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of gte (greater than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"gt\":300\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lt (less than) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        },\n        \"name\":{\n            \"lt\":\"F\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of lte (less than and equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"lt\":400\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of ne (not equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"ne\":400\n        },\n        \"name\":{\n            \"ne\":\"F\"\n        },\n        \"status\":{\n            \"ne\":true\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of in operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"in\":[368, 400]\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the like operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"like\":\"%New%\"\n        }\n    }\n}\n</code></pre><ol>\n<li>Example of the notbetween operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"notBetween\":[80,300]\n        }\n    }\n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"80ce9c0f-e056-401e-bd96-db772c21c54f","name":"Meetups & Other Actions List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\n\t\"where\":{}\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1052"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 04 Jun 2020 06:40:21 GMT"},{"key":"x-amzn-RequestId","value":"b4e3d22b-c9bd-443a-bd94-28c898dad39e"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 542ed801abac650214b285cec99334e4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-C1"},{"key":"X-Amz-Cf-Id","value":"pUqVy7v-v8T7A3meuIi57UJw6gPN5Fxj7qub87d5dRyjoecM1R5O7Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 10,\n            \"rows\": [\n                {\n                    \"id\": \"88\",\n                    \"name\": \"sample\",\n                    \"description\": \"sample description\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"91\",\n                    \"name\": \"dynamic\",\n                    \"description\": \"dynamic\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"92\",\n                    \"name\": \"another\",\n                    \"description\": \"another email\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"93\",\n                    \"name\": \"awesome\",\n                    \"description\": \"awesome\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"94\",\n                    \"name\": \"notanaction\",\n                    \"description\": \"not an actoin\",\n                    \"url\": \"\",\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"95\",\n                    \"name\": \"newworld\",\n                    \"description\": \"new world\",\n                    \"url\": \"https://wa.me/{phone}\",\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"99\",\n                    \"name\": \"demo\",\n                    \"description\": \"demo\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                },\n                {\n                    \"id\": \"100\",\n                    \"name\": \"second\",\n                    \"description\": \"second\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                },\n                {\n                    \"id\": \"101\",\n                    \"name\": \"destination\",\n                    \"description\": \"destination\",\n                    \"url\": \"https://wa.me/{phone}\",\n                    \"status\": true,\n                    \"type\": \"Action\"\n                },\n                {\n                    \"id\": \"113\",\n                    \"name\": \"sadasd\",\n                    \"description\": \"ioioio\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                }\n            ]\n        }\n    }\n}"},{"id":"83ed4f90-0cdd-48ec-8e90-98c09fa9ca0b","name":"Meetups & Other Actions List based on \"equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"eq\":146\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"eq\":\"sample\"\r\n\t\t},\r\n\t\t\"status\":{\r\n\t\t\t\"eq\":true\r\n\t\t}\r\n\t\t\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:23:02 GMT"},{"key":"x-amzn-RequestId","value":"3009e1bb-d73b-4bcc-b31f-1a122257a116"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c3edd3229da8516e2c1727a97a49e4c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"8FwSr9FWHePkoFlJK3IAvwv-1iHewW_ZMk5ihT5T_yio1bhSOLYWlQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"146\",\n                    \"name\": \"sample\",\n                    \"description\": \"sample\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                }\n            ]\n        }\n    }\n}"},{"id":"b460c5f8-0511-405e-a0a0-70b0f5411156","name":"Meetups & Other Actions List based on \"not equal to\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"ne\":146\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"ne\":\"sample\"\r\n\t\t},\r\n\t\t\"status\":{\r\n\t\t\t\"ne\":true\r\n\t\t}\r\n\t\t\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:23:43 GMT"},{"key":"x-amzn-RequestId","value":"7a59e0ad-a530-4205-ab94-f6816b2d6008"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c3edd3229da8516e2c1727a97a49e4c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"lOAKdwDQYxLC6GMvePP-C7cthu23ntVULKNqOVIj0kySPJSjFajrSg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"b3a2270e-07cc-4a54-b9fa-f3bb0650c3e6","name":"Meetups & Other Actions List based on \"between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"between\":[80,380]\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"between\":[\"A\", \"E\"]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:24:46 GMT"},{"key":"x-amzn-RequestId","value":"1e5f5085-ce3a-443c-bfb6-5a7e02b58c6c"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c3edd3229da8516e2c1727a97a49e4c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"l7FDT0Mrm6p1dkS5PPpcYYlZQf_gBUeruUYKEGObvu5Lk2dpBcwwOQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"00e0f765-0ae6-41d5-a5b4-7b73a7ddd993","name":"Meetups & Other Actions List based on \"not between\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"notBetween\":[80,380]\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:24:46 GMT"},{"key":"x-amzn-RequestId","value":"1e5f5085-ce3a-443c-bfb6-5a7e02b58c6c"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c3edd3229da8516e2c1727a97a49e4c1.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"l7FDT0Mrm6p1dkS5PPpcYYlZQf_gBUeruUYKEGObvu5Lk2dpBcwwOQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"},{"id":"9de1392c-17fc-4258-88b9-6a4d7196a09e","name":"Meetups & Other Actions List based on \"in\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"in\":146\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:29:00 GMT"},{"key":"x-amzn-RequestId","value":"1499f0b6-4825-4ddf-81ea-4b8dee7bdaf2"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 18fc9e0c1f97c600b0edb49655b1ae75.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"1WMJx9vJak1cFPcKg1kzoDK2rXe8QVn2g4TwFkp38oIYUtI4UASDYQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"146\",\n                    \"name\": \"sample\",\n                    \"description\": \"sample\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                }\n            ]\n        }\n    }\n}"},{"id":"01ba6cd1-a5a3-4dc1-b652-0c61495e768f","name":"Meetups & Other Actions List based on \"like\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"name\":{\r\n\t\t\t\"like\":\"%a%\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:29:48 GMT"},{"key":"x-amzn-RequestId","value":"0947392d-651f-437f-af6a-e36d0bd38698"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 18fc9e0c1f97c600b0edb49655b1ae75.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"Ma66DsYnvmEvpP6sucoBGo1SH0ebQp6gwOo1Tfmjph5UicZSxgMizw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"146\",\n                    \"name\": \"sample\",\n                    \"description\": \"sample\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                }\n            ]\n        }\n    }\n}"},{"id":"926c8f92-3139-47df-92ee-7a665a8f14f5","name":"Meetups & Other Actions List based on \"greater than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"gt\":140\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"gt\":\"D\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"138"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:30:58 GMT"},{"key":"x-amzn-RequestId","value":"5a07b6f0-a744-43b9-8edf-ac723d97bb86"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 18fc9e0c1f97c600b0edb49655b1ae75.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"Qhe4BFqkRyb9B9VuYwYnaxcZZ2qHv83UNNVtz-VbT8suV7vCQArufQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 1,\n            \"rows\": [\n                {\n                    \"id\": \"146\",\n                    \"name\": \"sample\",\n                    \"description\": \"sample\",\n                    \"url\": null,\n                    \"status\": true,\n                    \"type\": \"MeetUp\"\n                }\n            ]\n        }\n    }\n}"},{"id":"47a3ca69-d046-4786-b1ac-ba938c30d7e2","name":"Meetups & Other Actions List based on \"less than\" operation","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetTagsList($limit: Int, $offset: Int, $where: TagsTableFilterInput) {\n  getTagsList(limit: $limit, offset: $offset, where: $where) {\n    count\n    rows {\n      id\n      name\n      description\n      url\n      status\n      type\n    }\n  }\n}","variables":"{\r\n\t\"where\":{\r\n\t\t\"id\":{\r\n\t\t\t\"lt\":140\r\n\t\t},\r\n\t\t\"name\":{\r\n\t\t\t\"lt\":\"D\"\r\n\t\t}\r\n\t}\r\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 09 Jun 2020 05:31:43 GMT"},{"key":"x-amzn-RequestId","value":"9ee14fa7-5684-4969-9d12-d1588b4ab20a"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 18fc9e0c1f97c600b0edb49655b1ae75.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50"},{"key":"X-Amz-Cf-Id","value":"pNXp3TQq1uax553qmBKy7TWFzZZB9sEzSFe3dMOTWzdiuJ6Wb54t2A=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getTagsList\": {\n            \"count\": 0,\n            \"rows\": []\n        }\n    }\n}"}],"_postman_id":"c4404105-ab9d-4119-8c92-19be1e1c582e"}],"id":"7cdace1e-c715-472b-ab1e-3ffa76294c87","description":"<p>This section will help you retrieve the defined meetups and other action items.</p>\n","event":[{"listen":"prerequest","script":{"id":"b8795aa1-fda6-466d-bfbd-acadfc20df62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63ca8a93-8364-4897-8302-cf902ff6589b","type":"text/javascript","exec":[""]}}],"_postman_id":"7cdace1e-c715-472b-ab1e-3ffa76294c87","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Lead Sources","item":[{"name":"Lead Sources List","event":[{"listen":"test","script":{"id":"bbbe23a5-8298-4aa8-b1f7-ea17db290d41","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getLeadSources\":{","                    \"type\":\"object\",","                    \"properties\":{","                        ","                        \"token\":{","                            \"type\":\"string\"","                        },","                        \"total\":{","                            \"type\":\"integer\"","                        },","                        \"data\":{","                            \"type\":\"array\",","                            \"items\":{","                                \"type\":\"object\",","                                \"properties\":{","                                    ","                                    \"id\":{","                                        \"type\":\"string\"","                                    },","                                    \"name\":{","                                        \"type\":\"string\"","                                    },","                                    \"namelc\":{","                                        \"type\":\"string\"","                                    },","                                    \"type\":{","                                        \"type\":\"string\"","                                    },","                                    \"projects\":{","                                        \"type\":\"string\"","                                    },","                                    \"status\":{","                                        \"type\":\"string\"","                                    },","                                    \"leadScore\":{","                                        \"type\":\"integer\"","                                    },","                                    \"createdAt\":{","                                        \"type\":\"string\"","                                    },","                                    \"updatedAt\":{","                                        \"type\":\"string\"","                                    },","                                    \"creator\":{","                                        \"type\":\"string\"","                                    },","                                    \"updater\":{","                                        \"type\":\"string\"","                                    },","                                    \"lastLeadReceived\":{","                                        \"type\":\"string\"","                                    },","                                    \"lastPull\":{","                                        \"type\":\"string\"","                                    },","                                    \"pullStatus\":{","                                        \"type\":\"string\"","                                    }","                                },","                                \"required\":[\"id\",\"name\",\"namelc\",\"type\",\"projects\",\"status\",\"leadScore\",\"createdAt\",\"updatedAt\",\"creator\",\"updater\",\"lastLeadReceived\",\"lastPull\",\"pullStatus\"]","                            }","                        }","                    },","                    \"required\":[\"token\",\"total\",\"data\"]","                }","            },","            \"required\":[\"getLeadSources\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"97f6f24e-b480-4430-8fdd-753e8e49c15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadSources(\n  $limit: Int\n  $where: LeadSourceInput\n  $keyword: String\n  $token: String\n) {\n  getLeadSources(\n    limit: $limit\n    where: $where\n    keyword: $keyword\n    token: $token\n  ) {\n    token\n    total\n    data {\n      id\n      name\n      namelc\n      type\n      projects\n      status\n      leadScore\n      createdAt\n      updatedAt\n      creator\n      updater\n      lastLeadReceived\n      lastPull\n      pullStatus\n    }\n  }\n}","variables":"{\n  \"keyword\": \"\",\n  \"limit\": 0,\n  \"token\": \"\",\n  \"where\": {\n    \"createdAt\": {\n      \"eq\": \"\",\n      \"ge\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"le\": \"\",\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"ne\": \"\",\n      \"or_eq\": \"\",\n      \"or_ge\": \"\",\n      \"or_gt\": \"\",\n      \"or_gte\": \"\",\n      \"or_le\": \"\",\n      \"or_lt\": \"\",\n      \"or_lte\": \"\",\n      \"or_ne\": \"\"\n    },\n    \"id\": {\n      \"eq\": 0,\n      \"ge\": 0,\n      \"gt\": 0,\n      \"in\": [\n        0\n      ],\n      \"le\": 0,\n      \"lt\": 0,\n      \"ne\": 0\n    },\n    \"leadScore\": {\n      \"eq\": 0,\n      \"ge\": 0,\n      \"gt\": 0,\n      \"in\": [\n        0\n      ],\n      \"le\": 0,\n      \"lt\": 0,\n      \"ne\": 0\n    },\n    \"name\": {\n      \"beginsWith\": \"\",\n      \"eq\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"like\": \"\",\n      \"ne\": \"\"\n    },\n    \"namelc\": {\n      \"beginsWith\": \"\",\n      \"eq\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"like\": \"\",\n      \"ne\": \"\"\n    },\n    \"nested\": {\n      \"projects\": {\n        \"id\": {\n          \"eq\": 0,\n          \"ge\": 0,\n          \"gt\": 0,\n          \"in\": [\n            0\n          ],\n          \"le\": 0,\n          \"lt\": 0,\n          \"ne\": 0\n        },\n        \"name\": {\n          \"beginsWith\": \"\",\n          \"eq\": \"\",\n          \"in\": [\n            \"\"\n          ],\n          \"like\": \"\",\n          \"ne\": \"\"\n        }\n      }\n    },\n    \"status\": {\n      \"beginsWith\": \"\",\n      \"eq\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"like\": \"\",\n      \"ne\": \"\"\n    },\n    \"type\": {\n      \"beginsWith\": \"\",\n      \"eq\": \"\",\n      \"in\": [\n        \"\"\n      ],\n      \"like\": \"\",\n      \"ne\": \"\"\n    },\n    \"updatedAt\": {\n      \"eq\": \"\",\n      \"ge\": \"\",\n      \"gt\": \"\",\n      \"gte\": \"\",\n      \"le\": \"\",\n      \"lt\": \"\",\n      \"lte\": \"\",\n      \"ne\": \"\",\n      \"or_eq\": \"\",\n      \"or_ge\": \"\",\n      \"or_gt\": \"\",\n      \"or_gte\": \"\",\n      \"or_le\": \"\",\n      \"or_lt\": \"\",\n      \"or_lte\": \"\",\n      \"or_ne\": \"\"\n    }\n  }\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>This request provides the user with the list of all the sources from which potential Leads were secured.</p>\n<p>Before an expected response can be received, the user must provide the query with the appropriate value of the filters (variables) under the <code>Body</code> Tab of Postman. </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n</tr>\n<tr>\n<td>namelc</td>\n<td>string</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n</tr>\n<tr>\n<td>status</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>leadScore</td>\n<td>integer</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>AWSDateTime</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>AWSDateTime</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note: The format of the AWSDateTime type is <code>YYYY-MM-DDThh:mm:ss.sssZ</code>, as shown in the code snippets after the operations table.</p>\n</blockquote>\n<p>The table below visualizes which operations can be used for specific Fields. Example snippets for each operation are also provided after the Table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Operation</th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>id</td>\n<td>name</td>\n<td>namelc</td>\n<td>type</td>\n<td>status</td>\n<td>leadSource</td>\n<td>createdAt</td>\n<td>updatedAt</td>\n</tr>\n<tr>\n<td>in</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>eq (equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>ge (greater than or equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>gt (greater than)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>le (less than or equal to)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>lt (less than)</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>ne (not equal to)</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n</tr>\n<tr>\n<td>like</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n<tr>\n<td>beginsWith</td>\n<td>✗</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✓</td>\n<td>✗</td>\n<td>✗</td>\n<td>✗</td>\n</tr>\n</tbody>\n</table>\n</div><ol>\n<li>Example of eq (equal to) operation</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"id\":{\n            \"eq\":\"SRM#0b73e102-39c0-4661-baf1-e9213b7d2cc5\"\n        },\n        \"name\":{\n            \"eq\":\"offline\"\n        },\n        \"namelc\":{\n            \"eq\":\"offline\"\n        },\n        \"type\":{\n            \"eq\":\"manual\"\n        },\n        \"status\":{\n            \"eq\":\"active\"\n        },\n        \"leadScore\":{\n            \"eq\":100\n        },\n        \"createdAt\":{\n            \"eq\":\"2020-03-19T04:48:16.182Z\"\n        },\n        \"updatedAt\":{\n            \"eq\":\"2020-03-19T04:48:16.182Z\"\n        }\n    }\n    \n}\n</code></pre><blockquote>\n<p>The same format can be followed for the following filters: ge, gt, le, lt and ne. Just replace the <code>eq</code> with any of the following filters.</p>\n</blockquote>\n<ol>\n<li>Example of beginsWith and like operations</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"where\":{\n        \"name\":{\n            \"beginsWith\" : \"O\",\n            \"like\":\"%M%\"\n        },\n        \"namelc\":{\n            \"beginsWith\" : \"x\",\n            \"like\":\"%x%\"\n        },\n        \"type\":{\n            \"beginsWith\" : \"y\",\n            \"like\":\"%y%\"\n        },\n        \"status\":{\n            \"beginsWith\" : \"z\",\n            \"like\":\"%z%\"\n        },\n    \n}\n</code></pre>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"762a02db-f543-4913-9189-282463677a77","name":"Lead Sources List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetLeadSources(\n  $limit: Int\n  $where: LeadSourceInput\n  $keyword: String\n  $token: String\n) {\n  getLeadSources(\n    limit: $limit\n    where: $where\n    keyword: $keyword\n    token: $token\n  ) {\n    token\n    total\n    data {\n      id\n      name\n      namelc\n      type\n      projects\n      status\n      leadScore\n      createdAt\n      updatedAt\n      creator\n      updater\n      lastLeadReceived\n      lastPull\n      pullStatus\n    }\n  }\n}","variables":"{\n\t\"where\":{}\n\t\n}"}},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:45:44 GMT"},{"key":"x-amzn-RequestId","value":"0da5911e-0621-4ce7-9343-2b7c34b4103f"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16aa904c61908633fc4d20ccb7dc2798.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"iEAHUmcPlQ9A_bL_fsD5eXNg_Fc0JEqtQxFtmg2g_r9D-9hYJzQ2ag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadSources\": {\n            \"token\": \"0/SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n            \"total\": 39,\n            \"data\": [\n                {\n                    \"id\": \"SRCM#1866196d-355d-4b05-8244-c315501925cd\",\n                    \"name\": \"By the law\",\n                    \"namelc\": \"by the law\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"updatedAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-01-31T06:45:38.739Z\",\n                    \"lastPull\": \"2020-01-31T06:45:38.739Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCM#864790e6-8e16-4f52-9a72-955e0806726c\",\n                    \"name\": \"test email parse\",\n                    \"namelc\": \"test email parse\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"},{\\\"id\\\":\\\"370\\\",\\\"name\\\":\\\"samsungtwo\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 89,\n                    \"createdAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"updatedAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:21:16.420Z\",\n                    \"lastPull\": \"2020-05-31T18:21:16.420Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0d43fa25-9197-4e6b-b268-102ab04149c9\",\n                    \"name\": \"najib rosli \",\n                    \"namelc\": \"najib rosli \",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":370,\\\"name\\\":\\\"samsungtwo\\\"},{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T15:48:01.241Z\",\n                    \"updatedAt\": \"2020-05-15T08:54:19.182Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-06T15:48:01.241Z\",\n                    \"lastPull\": \"2020-04-06T15:48:01.241Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0feefa5f-7b19-4c63-a565-26f8e6cdb18a\",\n                    \"name\": \"testestestetstetetetet\",\n                    \"namelc\": \"testestestetstetetetet\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-07T18:56:10.251Z\",\n                    \"updatedAt\": \"2020-06-04T04:27:30.677Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-06-04T04:32:23.799Z\",\n                    \"lastPull\": \"2020-06-04T04:32:23.799Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#133bf85f-fafe-4c32-b0df-528d8fc4ea16\",\n                    \"name\": \"najib test multi project mark 10\",\n                    \"namelc\": \"najib test multi project mark 10\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"102\\\",\\\"name\\\":\\\"New Jersey\\\"},{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"},{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-13T16:53:05.730Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:37.688Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-13T16:53:05.730Z\",\n                    \"lastPull\": \"2020-04-13T16:53:05.730Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#34636212-02b7-4c9f-8ce6-b6f10a263779\",\n                    \"name\": \"test\",\n                    \"namelc\": \"test\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"updatedAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:29:36.923Z\",\n                    \"lastPull\": \"2020-05-31T18:29:36.923Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#39c264ac-e627-4872-95ba-550bf5434847\",\n                    \"name\": \"testest\",\n                    \"namelc\": \"testest\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"updatedAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-29T10:28:40.258Z\",\n                    \"lastPull\": \"2020-05-29T10:28:40.258Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#9c77d4b9-4b99-4db7-82e1-990a00a37b89\",\n                    \"name\": \"Test project Indie\",\n                    \"namelc\": \"test project indie\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-02-05T07:10:46.904Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:48.562Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-02-05T07:12:14.564Z\",\n                    \"lastPull\": \"2020-02-05T07:12:14.564Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#e5522038-fc24-4c02-927d-365f8fc8227f\",\n                    \"name\": \"xxxxx\",\n                    \"namelc\": \"xxxxx\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"106\\\",\\\"name\\\":\\\"Cambridge\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"updatedAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-04-06T04:53:11.498Z\",\n                    \"lastPull\": \"2020-04-06T04:53:11.498Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#f4582a80-ef14-4582-9f95-e05f9057bf05\",\n                    \"name\": \"High Five\",\n                    \"namelc\": \"high five\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 80,\n                    \"createdAt\": \"2020-01-31T06:40:06.203Z\",\n                    \"updatedAt\": \"2020-03-17T08:12:10.749Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"thaqif\",\n                    \"lastLeadReceived\": \"2020-02-06T07:23:49.927Z\",\n                    \"lastPull\": \"2020-02-06T07:23:49.927Z\",\n                    \"pullStatus\": \"Error : lead\"\n                },\n                {\n                    \"id\": \"SRIA#058afc94-95b0-4231-b37c-913b4837531d\",\n                    \"name\": \"iProp mark13\",\n                    \"namelc\": \"iprop mark13\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"353\\\",\\\"name\\\":\\\"California1\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-01T18:18:09.604Z\",\n                    \"updatedAt\": \"2020-04-01T18:43:00.113Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-19T07:53:24.761Z\",\n                    \"lastPull\": \"2020-05-19T07:53:24.761Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRIA#1a3b61ea-52a5-4aa7-9005-3219909dcb28\",\n                    \"name\": \"Edelweiss SOFO [Tropicana Corporation Berhad] Auto\",\n                    \"namelc\": \"edelweiss sofo [tropicana corporation berhad] auto\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-03-23T17:58:07.086Z\",\n                    \"updatedAt\": \"2020-03-26T03:38:30.965Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-03-26T01:30:47.797Z\",\n                    \"lastPull\": \"2020-03-26T01:30:47.797Z\",\n                    \"pullStatus\": \"Error : leadSource\"\n                },\n                {\n                    \"id\": \"SRIA#1faf86b5-5801-4bd5-a916-87d7fa205bb2\",\n                    \"name\": \"testtt5\",\n                    \"namelc\": \"testtt5\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-03-30T04:00:10.317Z\",\n                    \"updatedAt\": \"2020-03-30T04:00:50.976Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T04:00:10.317Z\",\n                    \"lastPull\": \"2020-03-30T04:00:10.317Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#2686fcc7-83a1-4045-904d-0579eabf5ff7\",\n                    \"name\": \"test single project iprop\",\n                    \"namelc\": \"test single project iprop\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 90,\n                    \"createdAt\": \"2020-03-24T03:09:12.628Z\",\n                    \"updatedAt\": \"2020-03-25T18:29:14.776Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-24T03:09:12.629Z\",\n                    \"lastPull\": \"2020-03-24T03:09:12.629Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n                    \"name\": \"test2\",\n                    \"namelc\": \"test2\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 79,\n                    \"createdAt\": \"2020-03-30T02:56:26.082Z\",\n                    \"updatedAt\": \"2020-03-30T02:56:47.119Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T02:56:26.082Z\",\n                    \"lastPull\": \"2020-03-30T02:56:26.082Z\",\n                    \"pullStatus\": \"n/a\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"97f6f24e-b480-4430-8fdd-753e8e49c15f"}],"id":"d2ee6a1d-01ad-4f51-a0fa-5421c88d7787","event":[{"listen":"prerequest","script":{"id":"bfe02e04-bdc7-4b0d-a057-a375ed00e584","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"96543e87-e7a4-43be-86a3-38e754087984","type":"text/javascript","exec":[""]}}],"_postman_id":"d2ee6a1d-01ad-4f51-a0fa-5421c88d7787","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Reports","item":[{"name":"Salesperson Action Report","event":[{"listen":"test","script":{"id":"bbbe23a5-8298-4aa8-b1f7-ea17db290d41","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                ","                \"getSalespersonActionReport\":{","                    \"type\":\"string\"","                },","            },","            \"required\":[\"getSalespersonActionReport\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });"],"type":"text/javascript"}}],"id":"ca28968c-4439-4fae-a464-504b7bb2a339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSalespersonActionReport(\n  $projectId: [ID]\n  $projectGroupId: ID\n  $startTime: AWSDateTime!\n  $endTime: AWSDateTime!\n  $group: String\n) {\n  getSalespersonActionReport(\n    projectId: $projectId\n    projectGroupId: $projectGroupId\n    startTime: $startTime\n    endTime: $endTime\n    group: $group\n  )\n}","variables":"{\"projectId\":[],\"projectGroupId\":null,\"startTime\":\"2020-07-02T16:00:00.000Z\",\"endTime\":\"2020-07-09T15:59:59.999Z\",\"group\":\"none\"}"}},"url":"https://graph.v3.salescandy.com","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"b8ade15a-7ad1-437a-a8bb-2637526fee99","name":"Lead Sources List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:45:44 GMT"},{"key":"x-amzn-RequestId","value":"0da5911e-0621-4ce7-9343-2b7c34b4103f"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16aa904c61908633fc4d20ccb7dc2798.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"iEAHUmcPlQ9A_bL_fsD5eXNg_Fc0JEqtQxFtmg2g_r9D-9hYJzQ2ag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadSources\": {\n            \"token\": \"0/SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n            \"total\": 39,\n            \"data\": [\n                {\n                    \"id\": \"SRCM#1866196d-355d-4b05-8244-c315501925cd\",\n                    \"name\": \"By the law\",\n                    \"namelc\": \"by the law\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"updatedAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-01-31T06:45:38.739Z\",\n                    \"lastPull\": \"2020-01-31T06:45:38.739Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCM#864790e6-8e16-4f52-9a72-955e0806726c\",\n                    \"name\": \"test email parse\",\n                    \"namelc\": \"test email parse\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"},{\\\"id\\\":\\\"370\\\",\\\"name\\\":\\\"samsungtwo\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 89,\n                    \"createdAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"updatedAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:21:16.420Z\",\n                    \"lastPull\": \"2020-05-31T18:21:16.420Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0d43fa25-9197-4e6b-b268-102ab04149c9\",\n                    \"name\": \"najib rosli \",\n                    \"namelc\": \"najib rosli \",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":370,\\\"name\\\":\\\"samsungtwo\\\"},{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T15:48:01.241Z\",\n                    \"updatedAt\": \"2020-05-15T08:54:19.182Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-06T15:48:01.241Z\",\n                    \"lastPull\": \"2020-04-06T15:48:01.241Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0feefa5f-7b19-4c63-a565-26f8e6cdb18a\",\n                    \"name\": \"testestestetstetetetet\",\n                    \"namelc\": \"testestestetstetetetet\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-07T18:56:10.251Z\",\n                    \"updatedAt\": \"2020-06-04T04:27:30.677Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-06-04T04:32:23.799Z\",\n                    \"lastPull\": \"2020-06-04T04:32:23.799Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#133bf85f-fafe-4c32-b0df-528d8fc4ea16\",\n                    \"name\": \"najib test multi project mark 10\",\n                    \"namelc\": \"najib test multi project mark 10\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"102\\\",\\\"name\\\":\\\"New Jersey\\\"},{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"},{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-13T16:53:05.730Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:37.688Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-13T16:53:05.730Z\",\n                    \"lastPull\": \"2020-04-13T16:53:05.730Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#34636212-02b7-4c9f-8ce6-b6f10a263779\",\n                    \"name\": \"test\",\n                    \"namelc\": \"test\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"updatedAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:29:36.923Z\",\n                    \"lastPull\": \"2020-05-31T18:29:36.923Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#39c264ac-e627-4872-95ba-550bf5434847\",\n                    \"name\": \"testest\",\n                    \"namelc\": \"testest\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"updatedAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-29T10:28:40.258Z\",\n                    \"lastPull\": \"2020-05-29T10:28:40.258Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#9c77d4b9-4b99-4db7-82e1-990a00a37b89\",\n                    \"name\": \"Test project Indie\",\n                    \"namelc\": \"test project indie\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-02-05T07:10:46.904Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:48.562Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-02-05T07:12:14.564Z\",\n                    \"lastPull\": \"2020-02-05T07:12:14.564Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#e5522038-fc24-4c02-927d-365f8fc8227f\",\n                    \"name\": \"xxxxx\",\n                    \"namelc\": \"xxxxx\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"106\\\",\\\"name\\\":\\\"Cambridge\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"updatedAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-04-06T04:53:11.498Z\",\n                    \"lastPull\": \"2020-04-06T04:53:11.498Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#f4582a80-ef14-4582-9f95-e05f9057bf05\",\n                    \"name\": \"High Five\",\n                    \"namelc\": \"high five\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 80,\n                    \"createdAt\": \"2020-01-31T06:40:06.203Z\",\n                    \"updatedAt\": \"2020-03-17T08:12:10.749Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"thaqif\",\n                    \"lastLeadReceived\": \"2020-02-06T07:23:49.927Z\",\n                    \"lastPull\": \"2020-02-06T07:23:49.927Z\",\n                    \"pullStatus\": \"Error : lead\"\n                },\n                {\n                    \"id\": \"SRIA#058afc94-95b0-4231-b37c-913b4837531d\",\n                    \"name\": \"iProp mark13\",\n                    \"namelc\": \"iprop mark13\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"353\\\",\\\"name\\\":\\\"California1\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-01T18:18:09.604Z\",\n                    \"updatedAt\": \"2020-04-01T18:43:00.113Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-19T07:53:24.761Z\",\n                    \"lastPull\": \"2020-05-19T07:53:24.761Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRIA#1a3b61ea-52a5-4aa7-9005-3219909dcb28\",\n                    \"name\": \"Edelweiss SOFO [Tropicana Corporation Berhad] Auto\",\n                    \"namelc\": \"edelweiss sofo [tropicana corporation berhad] auto\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-03-23T17:58:07.086Z\",\n                    \"updatedAt\": \"2020-03-26T03:38:30.965Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-03-26T01:30:47.797Z\",\n                    \"lastPull\": \"2020-03-26T01:30:47.797Z\",\n                    \"pullStatus\": \"Error : leadSource\"\n                },\n                {\n                    \"id\": \"SRIA#1faf86b5-5801-4bd5-a916-87d7fa205bb2\",\n                    \"name\": \"testtt5\",\n                    \"namelc\": \"testtt5\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-03-30T04:00:10.317Z\",\n                    \"updatedAt\": \"2020-03-30T04:00:50.976Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T04:00:10.317Z\",\n                    \"lastPull\": \"2020-03-30T04:00:10.317Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#2686fcc7-83a1-4045-904d-0579eabf5ff7\",\n                    \"name\": \"test single project iprop\",\n                    \"namelc\": \"test single project iprop\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 90,\n                    \"createdAt\": \"2020-03-24T03:09:12.628Z\",\n                    \"updatedAt\": \"2020-03-25T18:29:14.776Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-24T03:09:12.629Z\",\n                    \"lastPull\": \"2020-03-24T03:09:12.629Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n                    \"name\": \"test2\",\n                    \"namelc\": \"test2\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 79,\n                    \"createdAt\": \"2020-03-30T02:56:26.082Z\",\n                    \"updatedAt\": \"2020-03-30T02:56:47.119Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T02:56:26.082Z\",\n                    \"lastPull\": \"2020-03-30T02:56:26.082Z\",\n                    \"pullStatus\": \"n/a\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"ca28968c-4439-4fae-a464-504b7bb2a339"},{"name":"Dashboard","event":[{"listen":"test","script":{"id":"bbbe23a5-8298-4aa8-b1f7-ea17db290d41","exec":["const schema = {","    \"$schema\" : \"http://json-schema.org/draft-07/schema#\",","    \"type\" : \"object\",","    \"properties\":{","        \"data\":{","            \"type\":\"object\",","            \"properties\":{","                \"getDashboard\":{","                    \"type\":\"array\"","                }","            },","            \"required\":[\"getDashboard\"]","        }","    }","};","","pm.test(\"Validate Schema\", () => { pm.response.to.have.jsonSchema(schema); });","","var _ = require('lodash');","var response = pm.response.json();","var dashboardStats = response.data.getDashboard;","","var data = [];","for(var i=0;i<dashboardStats.length-1;i++){","    data.push(JSON.parse(dashboardStats[i]))","}","","var template = `","<style type=\"text/css\">","        .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","        .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","        .tftable tr {background-color:#ffffff;}","        .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","        .tftable tr:hover {background-color:#e0ffff;}","","        .status[data-required=\"true\"]:after {","            content : \"Yes\";","            color : green","        }","        .status[data-required=\"false\"]:after {","            content : \"No\";","            color : red","        }","","        .status[data-deleted=\"false\"]:after {","            content : \"No\";","            color : green","        }","        .status[data-deleted=\"true\"]:after {","            content : \"Yes\";","            color : red","        }","        .deletedRowStatus[data-isDeleted=\"true\"] {","            background-color : #cccccc !important;","            color: #9c9c9c !important;","        }","","    </style>","    <table class=\"tftable\" border=\"1\">","        <tr>","            <th >ProjectId</th>","            <th >ProjectName</th>","            <th >ytdNew</th>","            <th style=\"text-align:center;\">ytdAssigned</th>","            <th style=\"text-align:center;\">ytdDropped</th>","            <th style=\"text-align:center;\">unassigned</th>","            <th style=\"text-align:center;\">pending</th>","            <th style=\"text-align:center;\">overdue</th>","            <th style=\"text-align:center;\">active</th>","            <th style=\"text-align:center;\">available</th>","            <th style=\"text-align:center;\">away</th>","            <th style=\"text-align:center;\">disconnected</th>","            <th style=\"text-align:center;\">loggedOut</th>","            <th style=\"text-align:center;\">offRouting</th>","        </tr>         ","        {{#each response}}","            <tr >","                <td>{{projectId}}</td>","                <td>{{projectName}}</td>","                <td>{{ytdNew}}</td>","                <td>{{ytdAssigned}}</td>","                <td>{{ytdDropped}}</td>","                <td>{{unassigned}}</td>","                <td>{{pending}}</td>","                <td>{{overdue}}</td>","                <td>{{active}}</td>","                <td>{{available}}</td>","                <td>{{away}}</td>","                <td>{{disconnected}}</td>","                <td>{{loggedOut}}</td>","                <td>{{offRouting}}</td>","            </tr>","        {{/each}}","    </table>","`;","","pm.visualizer.set(template, {","    // Pass the response body parsed as JSON as `data`","    response: data","});"],"type":"text/javascript"}}],"id":"c40c7209-0b31-4470-b942-59127e55c9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetDashboard($projectId: [ID], $projectGroupId: ID, $date: AWSDateTime!) {\n  getDashboard(projectId: $projectId,projectGroupId: $projectGroupId, date: $date)\n}","variables":"{\"projectId\":[],\"projectGroupId\":null,\"date\":\"2020-08-19T16:00:00Z\"}"}},"url":"https://graph.v3.salescandy.com","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[{"id":"8cbe6943-ef0c-46c4-8b6d-6f107d6517e0","name":"Lead Sources List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"https://graph.v3.salescandy.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 04 Jun 2020 06:45:44 GMT"},{"key":"x-amzn-RequestId","value":"0da5911e-0621-4ce7-9343-2b7c34b4103f"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16aa904c61908633fc4d20ccb7dc2798.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"KUL50-C1"},{"key":"X-Amz-Cf-Id","value":"iEAHUmcPlQ9A_bL_fsD5eXNg_Fc0JEqtQxFtmg2g_r9D-9hYJzQ2ag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"getLeadSources\": {\n            \"token\": \"0/SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n            \"total\": 39,\n            \"data\": [\n                {\n                    \"id\": \"SRCM#1866196d-355d-4b05-8244-c315501925cd\",\n                    \"name\": \"By the law\",\n                    \"namelc\": \"by the law\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"updatedAt\": \"2020-01-31T06:45:38.739Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-01-31T06:45:38.739Z\",\n                    \"lastPull\": \"2020-01-31T06:45:38.739Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCM#864790e6-8e16-4f52-9a72-955e0806726c\",\n                    \"name\": \"test email parse\",\n                    \"namelc\": \"test email parse\",\n                    \"type\": \"CANDYMAIL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"},{\\\"id\\\":\\\"370\\\",\\\"name\\\":\\\"samsungtwo\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 89,\n                    \"createdAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"updatedAt\": \"2020-05-31T18:21:16.420Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:21:16.420Z\",\n                    \"lastPull\": \"2020-05-31T18:21:16.420Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0d43fa25-9197-4e6b-b268-102ab04149c9\",\n                    \"name\": \"najib rosli \",\n                    \"namelc\": \"najib rosli \",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":370,\\\"name\\\":\\\"samsungtwo\\\"},{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T15:48:01.241Z\",\n                    \"updatedAt\": \"2020-05-15T08:54:19.182Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-06T15:48:01.241Z\",\n                    \"lastPull\": \"2020-04-06T15:48:01.241Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#0feefa5f-7b19-4c63-a565-26f8e6cdb18a\",\n                    \"name\": \"testestestetstetetetet\",\n                    \"namelc\": \"testestestetstetetetet\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":380,\\\"name\\\":\\\"Xiaomi\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-07T18:56:10.251Z\",\n                    \"updatedAt\": \"2020-06-04T04:27:30.677Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-06-04T04:32:23.799Z\",\n                    \"lastPull\": \"2020-06-04T04:32:23.799Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#133bf85f-fafe-4c32-b0df-528d8fc4ea16\",\n                    \"name\": \"najib test multi project mark 10\",\n                    \"namelc\": \"najib test multi project mark 10\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"102\\\",\\\"name\\\":\\\"New Jersey\\\"},{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"},{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-13T16:53:05.730Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:37.688Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-04-13T16:53:05.730Z\",\n                    \"lastPull\": \"2020-04-13T16:53:05.730Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#34636212-02b7-4c9f-8ce6-b6f10a263779\",\n                    \"name\": \"test\",\n                    \"namelc\": \"test\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"updatedAt\": \"2020-05-31T18:29:36.923Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-31T18:29:36.923Z\",\n                    \"lastPull\": \"2020-05-31T18:29:36.923Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#39c264ac-e627-4872-95ba-550bf5434847\",\n                    \"name\": \"testest\",\n                    \"namelc\": \"testest\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"updatedAt\": \"2020-05-29T10:28:40.258Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-29T10:28:40.258Z\",\n                    \"lastPull\": \"2020-05-29T10:28:40.258Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#9c77d4b9-4b99-4db7-82e1-990a00a37b89\",\n                    \"name\": \"Test project Indie\",\n                    \"namelc\": \"test project indie\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-02-05T07:10:46.904Z\",\n                    \"updatedAt\": \"2020-06-04T03:53:48.562Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-02-05T07:12:14.564Z\",\n                    \"lastPull\": \"2020-02-05T07:12:14.564Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRCP#e5522038-fc24-4c02-927d-365f8fc8227f\",\n                    \"name\": \"xxxxx\",\n                    \"namelc\": \"xxxxx\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"106\\\",\\\"name\\\":\\\"Cambridge\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"updatedAt\": \"2020-04-06T04:53:11.498Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-04-06T04:53:11.498Z\",\n                    \"lastPull\": \"2020-04-06T04:53:11.498Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRCP#f4582a80-ef14-4582-9f95-e05f9057bf05\",\n                    \"name\": \"High Five\",\n                    \"namelc\": \"high five\",\n                    \"type\": \"CANDYPIXEL\",\n                    \"projects\": \"[{\\\"id\\\":\\\"75\\\",\\\"name\\\":\\\"Manhattan\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 80,\n                    \"createdAt\": \"2020-01-31T06:40:06.203Z\",\n                    \"updatedAt\": \"2020-03-17T08:12:10.749Z\",\n                    \"creator\": \"eleelyiana\",\n                    \"updater\": \"thaqif\",\n                    \"lastLeadReceived\": \"2020-02-06T07:23:49.927Z\",\n                    \"lastPull\": \"2020-02-06T07:23:49.927Z\",\n                    \"pullStatus\": \"Error : lead\"\n                },\n                {\n                    \"id\": \"SRIA#058afc94-95b0-4231-b37c-913b4837531d\",\n                    \"name\": \"iProp mark13\",\n                    \"namelc\": \"iprop mark13\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"353\\\",\\\"name\\\":\\\"California1\\\"}]\",\n                    \"status\": \"active\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-04-01T18:18:09.604Z\",\n                    \"updatedAt\": \"2020-04-01T18:43:00.113Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-05-19T07:53:24.761Z\",\n                    \"lastPull\": \"2020-05-19T07:53:24.761Z\",\n                    \"pullStatus\": \"OK\"\n                },\n                {\n                    \"id\": \"SRIA#1a3b61ea-52a5-4aa7-9005-3219909dcb28\",\n                    \"name\": \"Edelweiss SOFO [Tropicana Corporation Berhad] Auto\",\n                    \"namelc\": \"edelweiss sofo [tropicana corporation berhad] auto\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 100,\n                    \"createdAt\": \"2020-03-23T17:58:07.086Z\",\n                    \"updatedAt\": \"2020-03-26T03:38:30.965Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"eleelyiana\",\n                    \"lastLeadReceived\": \"2020-03-26T01:30:47.797Z\",\n                    \"lastPull\": \"2020-03-26T01:30:47.797Z\",\n                    \"pullStatus\": \"Error : leadSource\"\n                },\n                {\n                    \"id\": \"SRIA#1faf86b5-5801-4bd5-a916-87d7fa205bb2\",\n                    \"name\": \"testtt5\",\n                    \"namelc\": \"testtt5\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 70,\n                    \"createdAt\": \"2020-03-30T04:00:10.317Z\",\n                    \"updatedAt\": \"2020-03-30T04:00:50.976Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T04:00:10.317Z\",\n                    \"lastPull\": \"2020-03-30T04:00:10.317Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#2686fcc7-83a1-4045-904d-0579eabf5ff7\",\n                    \"name\": \"test single project iprop\",\n                    \"namelc\": \"test single project iprop\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"351\\\",\\\"name\\\":\\\"Samsung\\\"}]\",\n                    \"status\": \"inactive\",\n                    \"leadScore\": 90,\n                    \"createdAt\": \"2020-03-24T03:09:12.628Z\",\n                    \"updatedAt\": \"2020-03-25T18:29:14.776Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-24T03:09:12.629Z\",\n                    \"lastPull\": \"2020-03-24T03:09:12.629Z\",\n                    \"pullStatus\": \"n/a\"\n                },\n                {\n                    \"id\": \"SRIA#371508df-8612-4b92-81d6-57024dde5536\",\n                    \"name\": \"test2\",\n                    \"namelc\": \"test2\",\n                    \"type\": \"IPROPERTYAPI\",\n                    \"projects\": \"[{\\\"id\\\":\\\"354\\\",\\\"name\\\":\\\"Apple\\\"}]\",\n                    \"status\": \"install\",\n                    \"leadScore\": 79,\n                    \"createdAt\": \"2020-03-30T02:56:26.082Z\",\n                    \"updatedAt\": \"2020-03-30T02:56:47.119Z\",\n                    \"creator\": \"najib\",\n                    \"updater\": \"najib\",\n                    \"lastLeadReceived\": \"2020-03-30T02:56:26.082Z\",\n                    \"lastPull\": \"2020-03-30T02:56:26.082Z\",\n                    \"pullStatus\": \"n/a\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c40c7209-0b31-4470-b942-59127e55c9c5"}],"id":"3111825e-817d-4a5a-aafc-5ff1f31aee21","_postman_id":"3111825e-817d-4a5a-aafc-5ff1f31aee21","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}},{"name":"Form","item":[{"name":"getForm","id":"bf826e11-be24-407a-89fc-2da0bbf7ba6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query getForm ($asGzip: Boolean, $type: FormTypeENUM!, $version: String) {\n    getForm (asGzip: $asGzip, type: $type, version: $version) {\n        dataGzip\n        description\n        name\n        reservedNames\n        template\n        tenantId\n        type\n        version\n    }\n}","variables":"{\n  \"asGzip\": true,\n  \"type\": \"\",\n  \"version\": \"\"\n}"}},"url":"https://graph.v3.salescandy.com","description":"<p>Variable <code>type</code> should be one of the following :</p>\n<ul>\n<li><code>leadData</code></li>\n<li><code>win</code></li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}},"urlObject":{"host":["https://graph.v3.salescandy.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf826e11-be24-407a-89fc-2da0bbf7ba6f"}],"id":"16e5304c-31b2-4ac6-9e4f-a5ecf3d98d3f","_postman_id":"16e5304c-31b2-4ac6-9e4f-a5ecf3d98d3f","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]},"isInherited":true,"source":{"_postman_id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","id":"b9f6a134-fc53-409d-81a7-3e0644ae254a","name":"SalesCandy Graph API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"jwttoken"},{"key":"value","value":"GET FROM MANAGER PORTAL"}]}},"event":[{"listen":"prerequest","script":{"id":"a650e6d0-a34c-45e3-8ea2-19222fb20889","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8ffade6b-f088-43db-9d2a-3f1ae559c4e1","type":"text/javascript","exec":["","pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","pm.test(\"Check if there is any error in response\", function () {","     pm.expect(pm.response.json()).to.not.have.any.keys('errors');","});"]}}],"variable":[{"key":"url","value":"https://graph.v3.salescandy.com"},{"key":"token","value":"GET FROM MANAGER PORTAL"},{"key":"leadId","value":""}]}