{"info":{"_postman_id":"76cc57d8-469e-46f3-bd43-02b5c0d210c3","name":"Ravetree API 2.0","description":"<html><head></head><body><p>The API is designed around the REST ideology, providing simple and predictable URIs to access and modify objects. Requests support standard HTTP methods like GET, PUT, POST, and DELETE and standard status codes. Response bodies are always UTF-8 encoded JSON objects, unless explicitly documented otherwise.</p>\n<h1 id=\"header-authentication\">Header Authentication</h1>\n<p>All API calls require and <strong>Authorization</strong> Token to be passed in the Header. See our <strong>access token guide</strong> for more information.</p>\n<h1 id=\"post-put-body-objects\">POST / PUT Body Objects</h1>\n<p>Ravetree always requires an object in the body for <strong>ALL</strong> <code>POST</code> and <code>PUT</code> commands. The body object depends on the API being called, and is pointed out in the API description and example provided. </p>\n<h1 id=\"api-return-codes\">API Return Codes</h1>\n<p>Currently Ravetree supports the following API return codes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>200</code></td>\n<td>'OK',</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    `201`| 'Created - The request has been fulfilled, resulting in the creation of a new resource',\n    `202`| 'Accepted - The request has been accepted for processing',\n    `204`| 'No Content - The server successfully processed the request, and is not returning any content',\n    `400`| 'Bad Request - The server cannot or will not process the request due to an apparent client error',\n    `401`| 'Unauthorized - Use when authentication is required and has failed or has not yet been provided',\n    `403`| 'Forbidden - Server is refusing action. This may be due to the user not having the necessary permissions',\n    `404`| 'Not Found - The requested resource could not be found',\n    `500`| 'Internal Server Error - A generic error message, given when an unexpected condition was encountered',\n    `501`| 'Response size is too large - The server cannot handle the request because the response is too large',\n    `503`| 'Service Unavailable - The server cannot handle the request (because it is overloaded or down for maintenance)',\n    `504`| 'Gateway Timeout - This error response is given when the server is acting as a gateway and cannot get a response in time',\n    `510`| 'HTTP Code Missing or Invalid - The server processed the request, but no valid HTTP Code was sent back. Please notify support@ravetree.com'\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Header Authentication","slug":"header-authentication"},{"content":"POST / PUT Body Objects","slug":"post-put-body-objects"},{"content":"API Return Codes","slug":"api-return-codes"}],"owner":"11907271","collectionId":"76cc57d8-469e-46f3-bd43-02b5c0d210c3","publishedId":"TVCmQjYE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-10T05:45:38.000Z"},"item":[{"name":"Accounts","item":[{"name":"Search for Accounts","id":"da32e5e6-64ad-4116-97b6-622838710036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/accounts","description":"<p>Search for Accounts based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-account\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each account<br /></h2>\n<h2 id=\"name-string-specify-full-or-partial-name\"><strong>name</strong> <code>string</code><br />\nSpecify full or partial name<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"createdmin-date-minimum-creation-date-for-each-account\"><strong>createdMin</strong> <code>date</code><br />\nMinimum creation date for each account<br /></h2>\n<h2 id=\"createdmax-date-maximum-creation-date-for-each-account\"><strong>createdMax</strong> <code>date</code><br />\nMaximum creation date for each account<br /></h2>\n<h2 id=\"excludeaccounts-objectid-id-of-specific-accounts-you-do-not-want-returned\"><strong>excludeAccounts</strong> <code>objectId</code><br />\nID of specific accounts you do not want returned<br /></h2>\n<h2 id=\"accounts-objectid-id-of-specific-accounts-you-want-returned\"><strong>accounts</strong> <code>objectId</code><br />\nID of specific accounts you want returned<br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-accounts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted accounts<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-accounts\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the accounts<br /></h2>\n<h2 id=\"owners-string-id-of-specific-users-who-own-the-accounts\"><strong>owners</strong> <code>string</code><br />\nID of specific users who own the accounts<br /></h2>\n<h2 id=\"addresscountry-string-specify-the-address-for-the-accounts\"><strong>addressCountry</strong> <code>string</code><br />\nSpecify the address for the accounts<br /></h2>\n<h2 id=\"addressstate-string-specify-the-state-for-the-accounts\"><strong>addressState</strong> <code>string</code><br />\nSpecify the state for the accounts<br /></h2>\n<h2 id=\"addresscity-string-specify-the-city-for-the-accounts\"><strong>addressCity</strong> <code>string</code><br />\nSpecify the city for the accounts<br /></h2>\n<h2 id=\"addresszip-string-specify-the-zip-code-for-the-accounts\"><strong>addressZip</strong> <code>string</code><br />\nSpecify the zip code for the accounts<br /></h2>\n<h2 id=\"activeyes-boolean-active-accounts\"><strong>activeYes</strong> <code>boolean</code><br />\nActive accounts<br /></h2>\n<h2 id=\"activeno-boolean-inactive-accounts\"><strong>activeNo</strong> <code>boolean</code><br />\nInactive accounts<br /></h2>\n<h2 id=\"employees-number-number-of-employees\"><strong>employees</strong> <code>number</code><br />\nNumber of employees<br /></h2>\n<h2 id=\"accounttypes-string-account-types-for-the-accounts\"><strong>accountTypes</strong> <code>string</code><br />\nAccount Types for the accounts<br /></h2>\n<h2 id=\"industries-string-industries-for-the-accounts\"><strong>industries</strong> <code>string</code><br />\nIndustries for the accounts<br /></h2>\n<h2 id=\"tags-string-accounts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nAccounts with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nAccounts with specified custom fields<br /></p>\n","urlObject":{"path":["api","v2","accounts"],"query":[],"variable":[]}},"response":[{"id":"ae588877-b5a6-4239-b9c6-a183b2ab44d3","name":"Search for Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/v2/accounts?select=_id name owner addresses&activeYes=true&sortBy=name&sortOrder=desc&name=Apple","path":["api","v2","accounts"],"query":[{"key":"select","value":"_id name owner addresses"},{"key":"activeYes","value":"true"},{"key":"sortBy","value":"name"},{"key":"sortOrder","value":"desc"},{"key":"name","value":"Apple"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 2,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5e20f5eddc42e84249cc672e\",\n                \"name\": \"Apple Mountain Golf Resort\",\n                \"owner\": null,\n                \"addresses\": [\n                    {\n                        \"kind\": \"Office\",\n                        \"address\": \"\",\n                        \"city\": \"\",\n                        \"state\": \"\",\n                        \"country\": \"\",\n                        \"zip\": \"\"\n                    }\n                ]\n            },\n            {\n                \"_id\": \"5dbefc367780f8183b7131f7\",\n                \"name\": \"Apple\",\n                \"owner\": null,\n                \"addresses\": [\n                    {\n                        \"_id\": \"5dbefc367780f8183b7131f9\",\n                        \"kind\": \"Office\",\n                        \"country\": \"US\",\n                        \"state\": \"CA\",\n                        \"city\": \"Apple\",\n                        \"address\": \"1 Apple Drive\",\n                        \"zip\": \"10000\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"da32e5e6-64ad-4116-97b6-622838710036"},{"name":"Get Account Information","id":"ec03a1c9-c8c6-4f6f-aaca-0e2a37a9a43e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/accounts/{{account_id}}","description":"<p>Returns the Account Information for the specified <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>account_id</strong> <code>string</code><br />\nThe ID of the account to return<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}"],"query":[],"variable":[]}},"response":[{"id":"5d403cfe-531d-43fd-8f46-358e6d9caf0f","name":"Get Account","originalRequest":{"method":"GET","header":[],"url":"/api/v2/accounts/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5f59a4b21190b5002d674d37\",\n        \"details\": {\n            \"quill\": []\n        },\n        \"deleted\": false,\n        \"name\": \"Ravetree\",\n        \"modification_history\": [],\n        \"active\": true,\n        \"tags\": [\n            \"Awesome Company\",\n            \"Project Management\",\n            \"Startup\"\n        ],\n        \"deleted_date\": null,\n        \"account_type\": \"Prospect\",\n        \"industry\": \"Computer Science\",\n        \"employees\": 51,\n        \"client_key\": \"RAV-123\",\n        \"last_project_key\": \"\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"owner\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"adskfj23lou834ouwrejflsakdhfwnpcauiofdasdkhadf8y2jdfd\"\n        },\n        \"modified_by\": {},\n        \"addresses\": [\n            {\n                \"_id\": \"5f59a4b21190b5002d674d38\",\n                \"kind\": \"Office\",\n                \"address\": \"123 Ravetree Lane\",\n                \"city\": \"Cary\",\n                \"state\": \"NC\",\n                \"country\": \"US\",\n                \"zip\": \"12345\"\n            }\n        ],\n        \"created\": \"2020-09-10T03:59:46.140Z\",\n        \"modified\": null,\n        \"phones\": [],\n        \"websites\": [\n            {\n                \"_id\": \"5f59a4b21190b5002d674d39\",\n                \"url\": \"https://www.ravetree.com\"\n            }\n        ],\n        \"social\": {\n            \"facebook\": \"https://facebook.com/ravetree\",\n            \"twitter\": \"https://twitter.com/ravetree\",\n            \"linkedin\": \"https://linkedin.com/ravetree\",\n            \"instagram\": \"https://instagram.com/ravetree\"\n        },\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"folders\": [],\n        \"import_key\": \"\",\n        \"custom_fields\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"ec03a1c9-c8c6-4f6f-aaca-0e2a37a9a43e"},{"name":"Create Account","id":"ec41d353-4e1a-4aa8-8d6f-a2783d1d8ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts","description":"<p>Creates an account in Ravetree. </p>\n<p>The body requires the <code>account</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"name-string-the-human-readable-name-for-the-new-account\"><strong>name</strong> <code>string</code><br />\nThe human-readable name for the new account<br /></h2>\n<h2 id=\"active-boolean-the-account-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe account is active or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<h2 id=\"employees-number-estimated-number-of-employees-at-the-account-enum-0-1-11-51-101-251-501-1001-5001\"><strong>employees</strong> <code>number</code><br />\nEstimated number of employees at the account<br />\nEnum: [0, 1, 11, 51, 101, 251, 501, 1001, 5001]<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","accounts"],"query":[],"variable":[]}},"response":[{"id":"f2d61aef-7390-4fd6-8dd2-29cab8843af9","name":"Create Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"account\": {\n        \"name\": \"Ravetree\",\n        \"active\": true,\n        \"client_key\": \"RAV-123\",\n        \"account_type\": \"Prospect\",\n        \"industry\": \"Computer Science\",\n        \"employees\": 51,\n        \"details\": \"Ravetree is a great company. They are growing and are looking for new solutions.\",\n        \"owner\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"adskfj23lou834ouwrejflsakdhfwnpcauiofdasdkhadf8y2jdfd\"\n        },\n        \"social\": {\n            \"facebook\": \"https://facebook.com/ravetree\",\n            \"twitter\": \"https://twitter.com/ravetree\",\n            \"linkedin\": \"https://linkedin.com/ravetree\",\n            \"instagram\": \"https://instagram.com/ravetree\"\n        },\n        \"tags\": [\n            \"Awesome Company\",\n            \"Project Management\",\n            \"Startup\"\n        ],\n        \"websites\": [\n            {\n                \"url\": \"https://www.ravetree.com\"\n            }\n        ],\n        \"phone\": [\n            {\n                \"kind\": \"Main\",\n                \"number\": \"1-800-RAVETREE\",\n                \"primary\": \"true\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"kind\": \"Office\",\n                \"address\": \"123 Ravetree Lane\",\n                \"city\": \"Cary\",\n                \"state\": \"NC\",\n                \"country\": \"US\",\n                \"zip\": \"12345\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"details\": {\n            \"quill\": []\n        },\n        \"deleted\": false,\n        \"name\": \"Ravetree\",\n        \"modification_history\": [],\n        \"active\": true,\n        \"tags\": [\n            \"Awesome Company\",\n            \"Project Management\",\n            \"Startup\"\n        ],\n        \"_id\": \"5f59b4e61190b5002d674d43\",\n        \"deleted_date\": null,\n        \"account_type\": \"Prospect\",\n        \"industry\": \"Computer Science\",\n        \"employees\": 51,\n        \"client_key\": \"RAV-123\",\n        \"last_project_key\": \"\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"owner\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"adskfj23lou834ouwrejflsakdhfwnpcauiofdasdkhadf8y2jdfd\"\n        },\n        \"modified_by\": {},\n        \"addresses\": [\n            {\n                \"_id\": \"5f59b4e61190b5002d674d44\",\n                \"kind\": \"Office\",\n                \"address\": \"123 Ravetree Lane\",\n                \"city\": \"Cary\",\n                \"state\": \"NC\",\n                \"country\": \"US\",\n                \"zip\": \"12345\"\n            }\n        ],\n        \"created\": \"2020-09-10T05:08:54.067Z\",\n        \"modified\": null,\n        \"phones\": [],\n        \"websites\": [\n            {\n                \"_id\": \"5f59b4e61190b5002d674d45\",\n                \"url\": \"https://www.ravetree.com\"\n            }\n        ],\n        \"social\": {\n            \"facebook\": \"https://facebook.com/ravetree\",\n            \"twitter\": \"https://twitter.com/ravetree\",\n            \"linkedin\": \"https://linkedin.com/ravetree\",\n            \"instagram\": \"https://instagram.com/ravetree\"\n        },\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"folders\": [],\n        \"import_key\": \"\",\n        \"custom_fields\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"ec41d353-4e1a-4aa8-8d6f-a2783d1d8ba7"},{"name":"Create Folders","id":"6f4ea1d0-7560-45a1-8697-95b345785da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}/folders","description":"<p>Create a File Folder for the specified <strong>account_id</strong></p>\n<p>The body required the <code>folder</code> object to be passed in it. If you omit the <code>name</code> property, a default name of \"<em>(no name)</em>\" will be used.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>account_id</strong> <code>string</code><br />\nThe ID of the account to create a file folder for<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","folders"],"query":[],"variable":[]}},"response":[{"id":"ff84cf26-176d-4c73-bce9-749e8d1361ae","name":"Create Folders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"folder\": {\n        \"name\": \"Media Files\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"6f4ea1d0-7560-45a1-8697-95b345785da6"},{"name":"Add File to Folder","id":"5bc736b1-2686-40d1-9e7c-2a343aa7352d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}/files/{{file_id}}","description":"<p>Puts a file into the specified <strong>folder_id</strong> for the specified <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"account_id-string-the-id-of-the-account-of-the-folder\"><strong>account_id</strong> <code>string</code><br />\nThe ID of the account of the folder<br /></h2>\n<h2 id=\"folder_id-string-the-id-of-the-folder-to-put-the-file-in\"><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to put the file in<br /></h2>\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to put in the folder. The file must already be associated with the account.<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","folders","{{folder_id}}","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"23662569-ab4b-41a4-a0c7-547c16033746","name":"Add File to Folder","originalRequest":{"method":"POST","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"5bc736b1-2686-40d1-9e7c-2a343aa7352d"},{"name":"Update Account","id":"7561ef52-3042-4e45-86f3-301929d12ad9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}","description":"<p>Updates an account in Ravetree. </p>\n<p>The body required the <code>account</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"name-string-the-human-readable-name-for-the-new-account\"><strong>name</strong> <code>string</code><br />\nThe human-readable name for the new account<br /></h2>\n<h2 id=\"active-boolean-the-account-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe account is active or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<h2 id=\"employees-number-estimated-number-of-employees-at-the-account-enum-0-1-11-51-101-251-501-1001-5001\"><strong>employees</strong> <code>number</code><br />\nEstimated number of employees at the account<br />\nEnum: [0, 1, 11, 51, 101, 251, 501, 1001, 5001]<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","accounts","{{account_id}}"],"query":[],"variable":[]}},"response":[{"id":"693a37f4-0977-4dd7-8c54-2a726aa3b3dc","name":"Update Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"name\": \"Ravetree LLC\",\n        \"active\": true,\n        \"client_key\": \"RAV-123\",\n        \"account_type\": \"Client\",\n        \"industry\": \"Project Managment\",\n        \"employees\": 101\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870891072990478337\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870891072990478337\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870891072990478337\",\n            \"signature\": {\n                \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"7561ef52-3042-4e45-86f3-301929d12ad9"},{"name":"Update Multiple Accounts","id":"8b26a9eb-0a2d-4aaa-921e-16ddb4ef999d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts","description":"<p>Updates multiple accounts in Ravetree based on the query parameters specified. </p>\n<p>The body requires the <code>account</code> object to be passed in it. All properties are optional. Only properties passed into this PUT command will be updated. Missing properties will be ignored.</p>\n<h3 id=\"query-params\">Query Params</h3>\n<h2 id=\"name-string-specify-full-or-partial-name\"><strong>name</strong> <code>string</code><br />\nSpecify full or partial name<br /></h2>\n<h2 id=\"createdmin-date-minimum-creation-date-for-each-account\"><strong>createdMin</strong> <code>date</code><br />\nMinimum creation date for each account<br /></h2>\n<h2 id=\"createdmax-date-maximum-creation-date-for-each-account\"><strong>createdMax</strong> <code>date</code><br />\nMaximum creation date for each account<br /></h2>\n<h2 id=\"accounts-objectid-id-of-specific-accounts-you-want-returned\"><strong>accounts</strong> <code>objectId</code><br />\nID of specific accounts you want returned<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-accounts\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the accounts<br /></h2>\n<h2 id=\"owners-string-id-of-specific-users-who-own-the-accounts\"><strong>owners</strong> <code>string</code><br />\nID of specific users who own the accounts<br /></h2>\n<h2 id=\"addresscountry-string-specify-the-address-for-the-accounts\"><strong>addressCountry</strong> <code>string</code><br />\nSpecify the address for the accounts<br /></h2>\n<h2 id=\"addressstate-string-specify-the-state-for-the-accounts\"><strong>addressState</strong> <code>string</code><br />\nSpecify the state for the accounts<br /></h2>\n<h2 id=\"addresscity-string-specify-the-city-for-the-accounts\"><strong>addressCity</strong> <code>string</code><br />\nSpecify the city for the accounts<br /></h2>\n<h2 id=\"addresszip-string-specify-the-zip-code-for-the-accounts\"><strong>addressZip</strong> <code>string</code><br />\nSpecify the zip code for the accounts<br /></h2>\n<h2 id=\"activeyes-boolean-active-accounts\"><strong>activeYes</strong> <code>boolean</code><br />\nActive accounts<br /></h2>\n<h2 id=\"activeno-boolean-inactive-accounts\"><strong>activeNo</strong> <code>boolean</code><br />\nInactive accounts<br /></h2>\n<h2 id=\"employees-number-number-of-employees\"><strong>employees</strong> <code>number</code><br />\nNumber of employees<br /></h2>\n<h2 id=\"accounttypes-string-account-types-for-the-accounts\"><strong>accountTypes</strong> <code>string</code><br />\nAccount Types for the accounts<br /></h2>\n<h2 id=\"industries-string-industries-for-the-accounts\"><strong>industries</strong> <code>string</code><br />\nIndustries for the accounts<br /></h2>\n<h2 id=\"tags-string-accounts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nAccounts with specified tags<br /></h2>\n<h2 id=\"customfields-string-accounts-with-specified-custom-fields\"><strong>customFields</strong> <code>string</code><br />\nAccounts with specified custom fields<br /></h2>\n<h3 id=\"body-params\">Body Params</h3>\n<h2 id=\"name-string-the-human-readable-name-for-the-new-account\"><strong>name</strong> <code>string</code><br />\nThe human-readable name for the new account<br /></h2>\n<h2 id=\"active-boolean-the-account-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe account is active or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<h2 id=\"employees-number-estimated-number-of-employees-at-the-account-enum-0-1-11-51-101-251-501-1001-5001\"><strong>employees</strong> <code>number</code><br />\nEstimated number of employees at the account<br />\nEnum: [0, 1, 11, 51, 101, 251, 501, 1001, 5001]<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-account-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the account belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","accounts"],"query":[],"variable":[]}},"response":[{"id":"986dd4a4-5e0f-4b7c-99c1-c75dc72a47b5","name":"Update Multiple Accounts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"account\":{\"active\": \"false\", \"industry\": \"Technology\"}}","options":{"raw":{"language":"json"}}},"url":{"raw":"/api/v2/accounts?activeYes=true&industries=Computer Science","path":["api","v2","accounts"],"query":[{"key":"activeYes","value":"true"},{"key":"industries","value":"Computer Science"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"8b26a9eb-0a2d-4aaa-921e-16ddb4ef999d"},{"name":"Update Folders","id":"86c1730c-8bd1-4f5e-a99b-9fd1d433aaa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}/folders","description":"<p>Updated the folders for the specified <strong>account_id</strong> </p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>account_id</strong> <code>string</code><br />\nThe ID of the account to update<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","folders"],"query":[],"variable":[]}},"response":[{"id":"5bf3bd4d-9176-4059-964d-299166c38878","name":"Update Folders","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"folders\": [{\"name\": \"Media Files\", \"files\": []}, {\"name\": \"Backup Files\", \"files\": [\"5f46bad4e65e51001d911eda\"]}]}","options":{"raw":{"language":"json"}}},"url":"/api/v2/accounts/{{account_id}}/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"86c1730c-8bd1-4f5e-a99b-9fd1d433aaa8"},{"name":"Recover Account","id":"a96e88a4-8d51-4640-8299-af90d1bbf135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/api/v2/accounts/{{account_id}}/recover","description":"<p>Recovers a deleted account specified in the <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>account_id</strong> <code>string</code><br />\nThe ID of the account to recover<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","recover"],"query":[],"variable":[]}},"response":[{"id":"c8dd7b6b-423c-42ba-9ad2-027d87818c84","name":"Recover Account","originalRequest":{"method":"PUT","header":[],"url":"/api/v2/accounts/{{account_id}}/recover"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870932459295342593\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870932459295342593\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870932459295342593\",\n            \"signature\": {\n                \"hash\": \"V1NmJyfa5XIfhtyW7wad7oe7x/4=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"a96e88a4-8d51-4640-8299-af90d1bbf135"},{"name":"Delete Account","id":"9eb398c0-25a3-420b-861c-e1567d3b1f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}","description":"<p>Deleted the specified account in the <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>account_id</strong> <code>string</code><br />\nThe ID of the account to delete<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}"],"query":[],"variable":[]}},"response":[{"id":"da51ce48-ecc9-42fd-86cc-c62382114fdd","name":"Delete Account","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870934920311603201\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870934920311603201\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870934920311603201\",\n            \"signature\": {\n                \"hash\": \"HwZgBLmgBdSa3nXaaaXGb1tQrAk=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"9eb398c0-25a3-420b-861c-e1567d3b1f6b"},{"name":"Delete File from Folder","id":"67d42f8a-e01a-4cda-b61d-685b16eed432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}/files/{{file_id}}","description":"<p>Removes a specified <strong>file_id</strong> from the specified <strong>folder_id</strong> for the specified <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"account_id-string-the-id-of-the-account-of-the-folder\"><strong>account_id</strong> <code>string</code><br />\nThe ID of the account of the folder<br /></h2>\n<h2 id=\"folder_id-string-the-id-of-the-folder-to-remove-the-file-from\"><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to remove the file from<br /></h2>\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to remove<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","folders","{{folder_id}}","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"2d1b0035-5465-4b06-a657-bb8c71c7365d","name":"Delete File from Folder","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"67d42f8a-e01a-4cda-b61d-685b16eed432"},{"name":"Delete Folder","id":"50939fef-bf64-4175-b485-92407a542823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}","description":"<p>Removes a specified folder from the specified <strong>folder_id</strong> for the specified <strong>account_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"account_id-string-the-id-of-the-account-of-the-folder\"><strong>account_id</strong> <code>string</code><br />\nThe ID of the account of the folder<br /></h2>\n<p><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to remove the file from<br /></p>\n","urlObject":{"path":["api","v2","accounts","{{account_id}}","folders","{{folder_id}}"],"query":[],"variable":[]}},"response":[{"id":"d207d361-a12d-4fe6-839a-b1aa803e3494","name":"Delete Folder","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/accounts/{{account_id}}/folders/{{folder_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"50939fef-bf64-4175-b485-92407a542823"}],"id":"c100122e-eeb3-4cf1-bbea-8e81a98f722f","description":"<p>The Accounts API allows for the creation, edit, and delete of Accounts.</p>\n","_postman_id":"c100122e-eeb3-4cf1-bbea-8e81a98f722f"},{"name":"Activities","item":[{"name":"Search for Activities","id":"92ad3e29-7e4b-4708-be2a-473cfa6bdd09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/activities","description":"<p>Search for Activities based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"datemin-date-minimum-date-for-each-activity\"><strong>dateMin</strong> <code>date</code><br />\nMinimum date for each activity<br /></h2>\n<h2 id=\"datemax-date-maximum-date-for-each-activity\"><strong>dateMax</strong> <code>date</code><br />\nMaximum date for each activity<br /></h2>\n<h2 id=\"datepast-date-activity-date-is-in-the-past\"><strong>datePast</strong> <code>date</code><br />\nActivity date is in the past<br /></h2>\n<h2 id=\"datetoday-date-activity-date-is-today\"><strong>dateToday</strong> <code>date</code><br />\nActivity date is today<br /></h2>\n<h2 id=\"datefuture-date-activity-date-is-in-the-future\"><strong>dateFuture</strong> <code>date</code><br />\nActivity date is in the future<br /></h2>\n<h2 id=\"datethisweek-date-activity-date-is-this-week\"><strong>dateThisWeek</strong> <code>date</code><br />\nActivity date is this week<br /></h2>\n<h2 id=\"accounts-objectid-activities-associated-with-this-account-id\"><strong>accounts</strong> <code>objectId</code><br />\nActivities associated with this account id<br /></h2>\n<h2 id=\"contacts-objectid-activities-associated-with-this-contact-id\"><strong>contacts</strong> <code>objectId</code><br />\nActivities associated with this contact id<br /></h2>\n<h2 id=\"creators-objectid-activities-created-by-this-user-id\"><strong>creators</strong> <code>objectId</code><br />\nActivities created by this user id<br /></h2>\n<h2 id=\"assignees-objectid-activities-assigned-to-this-user-id\"><strong>assignees</strong> <code>objectId</code><br />\nActivities assigned to this user id<br /></h2>\n<h2 id=\"deals-objectid-activities-associated-with-this-deal-id\"><strong>deals</strong> <code>objectId</code><br />\nActivities associated with this deal id<br /></h2>\n<h2 id=\"doneyes-boolean-activities-marked-as-done\"><strong>doneYes</strong> <code>boolean</code><br />\nActivities marked as done<br /></h2>\n<h2 id=\"doneno-boolean-activities-marked-as-not-done\"><strong>doneNo</strong> <code>boolean</code><br />\nActivities marked as not done<br /></h2>\n<h2 id=\"doneyes-boolean-activities-marked-as-done-1\"><strong>doneYes</strong> <code>boolean</code><br />\nActivities marked as done<br /></h2>\n<h2 id=\"priorities-number-activities-with-specified-priority-number\"><strong>priorities</strong> <code>number</code><br />\nActivities with specified priority number<br /></h2>\n<h2 id=\"activitytypes-boolean-activities-with-specified-activity-type\"><strong>activityTypes</strong> <code>boolean</code><br />\nActivities with specified activity type<br /></h2>\n","urlObject":{"path":["api","v2","activities"],"query":[],"variable":[]}},"response":[{"id":"9e188223-f55c-434f-ad7f-424ee486d81a","name":"Search for Activities","originalRequest":{"method":"GET","header":[],"url":"/api/v2/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5dde8c0b686d562f3c8fe196\",\n                \"done\": true,\n                \"assignee\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman With a very Long Name here :)\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"account\": {\n                    \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n                    \"name\": \"Burger King\",\n                    \"addresses\": [\n                        {\n                            \"_id\": \"5dbe9a3ec0469c36b909baf5\",\n                            \"kind\": \"Office\",\n                            \"country\": \"US\",\n                            \"state\": \"AL\",\n                            \"city\": \"Mobile\",\n                            \"address\": \"8322 Deep Fried Lane\",\n                            \"zip\": \"18323\"\n                        }\n                    ],\n                    \"phones\": [\n                        {\n                            \"_id\": \"5dbe9a3ec0469c36b909baf4\",\n                            \"kind\": \"Main\",\n                            \"number\": \"1-800-FAST-FOOD\"\n                        }\n                    ]\n                },\n                \"contact\": {},\n                \"deal\": {},\n                \"modified_by\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman With a very Long Name here :)\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"priority\": 1,\n                \"title\": \"Call\",\n                \"details\": \"\",\n                \"time\": {\n                    \"hour\": \"--\",\n                    \"minutes\": \"--\",\n                    \"period\": \"--\"\n                },\n                \"duration\": \"--:--\",\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman With a very Long Name here :)\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"__v\": 0,\n                \"modified_timestamp\": \"2019-12-05T13:23:34.776Z\",\n                \"created_timestamp\": \"2019-11-27T14:45:31.130Z\",\n                \"activity_date\": \"2019-12-05T05:00:00.000Z\",\n                \"activity_type\": \"Call\"\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"92ad3e29-7e4b-4708-be2a-473cfa6bdd09"},{"name":"Get Activity Information","id":"b9c8ee62-5233-48e3-907d-cc451a73bf93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/activities/{{activity_id}}","description":"<p>Returns the Activity Information for the specified <strong>activity_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>activity_id</strong> <code>string</code><br />\nThe ID of the activity to return<br /></p>\n","urlObject":{"path":["api","v2","activities","{{activity_id}}"],"query":[],"variable":[]}},"response":[{"id":"1f2063cf-90fb-4f25-ab35-3c26ae610645","name":"Get Activity Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/activities/{{activity_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5dbefd357780f8183b71358d\",\n        \"done\": false,\n        \"assignee\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"name\": \"Bob McFarlin\",\n            \"email\": \"bob@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"account\": {\n            \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n            \"name\": \"Burger King\",\n            \"addresses\": [\n                {\n                    \"_id\": \"5dbe9a3ec0469c36b909baf5\",\n                    \"kind\": \"Office\",\n                    \"country\": \"US\",\n                    \"state\": \"AL\",\n                    \"city\": \"Mobile\",\n                    \"address\": \"8322 Deep Fried Lane\",\n                    \"zip\": \"18323\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"_id\": \"5dbe9a3ec0469c36b909baf4\",\n                    \"kind\": \"Main\",\n                    \"number\": \"1-800-FAST-FOOD\"\n                }\n            ]\n        },\n        \"contact\": {},\n        \"deal\": {},\n        \"modified_by\": {},\n        \"priority\": 1,\n        \"title\": \"Follow up\",\n        \"details\": \"\",\n        \"time\": {\n            \"hour\": \"--\",\n            \"minutes\": \"--\",\n            \"period\": \"--\"\n        },\n        \"duration\": \"--:--\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"creator\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"name\": \"Bob McFarlin\",\n            \"email\": \"bob@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"__v\": 0,\n        \"created_timestamp\": \"2019-11-03T16:15:49.909Z\",\n        \"activity_date\": \"2019-11-03T04:00:00.000Z\",\n        \"activity_type\": \"Call\"\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"b9c8ee62-5233-48e3-907d-cc451a73bf93"},{"name":"Create Activity","id":"db2e3b0c-30cb-4a94-acd4-403c456951e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/activities","description":"<p>Creates an activity in Ravetree. </p>\n<p>The body requires the <code>activity</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"title-string-the-human-readable-title-for-the-new-activity\"><strong>title</strong> <code>string</code><br />\nThe human-readable title for the new activity<br /></h2>\n<h2 id=\"priority-number-numeric-priority-higher-number-higher-priority\"><strong>priority</strong> <code>number</code><br />\nNumeric priority (higher number, higher priority)<br /></h2>\n<h2 id=\"done-boolean-indicator-if-the-activity-is-marked-as-done\"><strong>done</strong> <code>boolean</code><br />\nIndicator if the activity is marked as done<br /></h2>\n<h2 id=\"activity_type-string-the-human-readable-type-for-the-new-activity\"><strong>activity_type</strong> <code>string</code><br />\nThe human-readable type for the new activity<br /></h2>\n<h2 id=\"create_calendar_event-boolean-specifies-if-a-calendar-event-needs-to-be-created\"><strong>create_calendar_event</strong> <code>boolean</code><br />\nSpecifies if a calendar event needs to be created<br /></h2>\n<h2 id=\"location-string-location-of-the-activity\"><strong>location</strong> <code>string</code><br />\nLocation of the activity<br /></h2>\n<h2 id=\"activity_date-date-date-of-activity\"><strong>activity_date</strong> <code>date</code><br />\nDate of activity<br /></h2>\n<p><strong>time</strong> <code>object</code><br />\nHour, minute, am/pm of activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hour</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>minutes</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>period</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"duration-string-hhmm-of-activity\"><strong>duration</strong> <code>string</code><br />\nHH:MM of activity<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>assignee</strong> <code>object</code><br />\nUser object indicates the assignee of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>account</strong> <code>object</code><br />\nAccount object indicates the account of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>addresses</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>phones</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contact</strong> <code>object</code><br />\nContact object indicates the contact of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>addresses</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>phones</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>emails</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>deal</strong> <code>object</code><br />\nDeal object indicates the deal associated with the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","activities"],"query":[],"variable":[]}},"response":[{"id":"d9159279-48bf-42ac-ae68-510dd3ac2bbd","name":"Create Activity","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"activity\": {\n    \"activity_type\": \"Lunch Conversation\",\n        \"title\": \"Meet the client for lunch\",\n        \"priority\": 1,\n        \"done\": false,\n        \"activity_date\": \"2020-09-12\",\n        \"time\": {\n            \"hour\": \"12\",\n            \"minutes\": \"30\",\n            \"period\": \"pm\"\n        },\n        \"create_calendar_event\": false,\n        \"location\": \"Tribecca Tavern\",\n        \"duration\": \"01:00\",\n        \"assignee\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n      \"name\": \"Bob McFarlin\",\n      \"email\": \"bob@test.ravetree.com\",\n      \"pic\": \"person.jpg\"\n        },\n        \"account\": {\n            \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n      \"name\": \"Enterprise Software\"\n        },\n        \"contact\": {\n            \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n      \"first_name\": \"Martin\",\n      \"last_name\": \"Sheen\"\n        },\n        \"deal\": {}\n}}","options":{"raw":{"language":"json"}}},"url":"/api/v2/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"details\": {\n            \"quill\": [],\n            \"html\": \"\",\n            \"text\": \"\"\n        },\n        \"done\": false,\n        \"create_calendar_event\": false,\n        \"_id\": \"5f5a9077afc734001d66b00d\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"activity_type\": \"Lunch Conversation\",\n        \"title\": \"Meet the client for lunch\",\n        \"priority\": 1,\n        \"activity_date\": \"2020-09-12T00:00:00.000Z\",\n        \"time\": {\n            \"hour\": \"12\",\n            \"minutes\": \"30\",\n            \"period\": \"pm\"\n        },\n        \"location\": \"Tribecca Tavern\",\n        \"duration\": \"01:00\",\n        \"assignee\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"name\": \"Bob McFarlin\",\n            \"email\": \"bob@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"account\": {\n            \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n            \"name\": \"Enterprise Software\"\n        },\n        \"contact\": {\n            \"_id\": \"5dbe9a3ec0469c36b909baf3\",\n            \"first_name\": \"Martin\",\n            \"last_name\": \"Sheen\"\n        },\n        \"deal\": {},\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"created_timestamp\": \"2020-09-10T20:45:43.488Z\",\n        \"modified_timestamp\": null,\n        \"modified_by\": {},\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"db2e3b0c-30cb-4a94-acd4-403c456951e0"},{"name":"Update Activity","id":"7f7f195e-ccf3-461d-b725-e57594c56d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/activities/{{activity_id}}","description":"<p>Updates an activity in Ravetree. </p>\n<p>The body required the <code>activity</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"title-string-the-human-readable-title-for-the-new-activity\"><strong>title</strong> <code>string</code><br />\nThe human-readable title for the new activity<br /></h2>\n<h2 id=\"priority-number-numeric-priority-higher-number-higher-priority\"><strong>priority</strong> <code>number</code><br />\nNumeric priority (higher number, higher priority)<br /></h2>\n<h2 id=\"done-boolean-indicator-if-the-activity-is-marked-as-done\"><strong>done</strong> <code>boolean</code><br />\nIndicator if the activity is marked as done<br /></h2>\n<h2 id=\"activity_type-string-the-human-readable-type-for-the-new-activity\"><strong>activity_type</strong> <code>string</code><br />\nThe human-readable type for the new activity<br /></h2>\n<h2 id=\"create_calendar_event-boolean-specifies-if-a-calendar-event-needs-to-be-created\"><strong>create_calendar_event</strong> <code>boolean</code><br />\nSpecifies if a calendar event needs to be created<br /></h2>\n<h2 id=\"location-string-location-of-the-activity\"><strong>location</strong> <code>string</code><br />\nLocation of the activity<br /></h2>\n<h2 id=\"activity_date-date-date-of-activity\"><strong>activity_date</strong> <code>date</code><br />\nDate of activity<br /></h2>\n<p><strong>time</strong> <code>object</code><br />\nHour, minute, am/pm of activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hour</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>minutes</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>period</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"duration-string-hhmm-of-activity\"><strong>duration</strong> <code>string</code><br />\nHH:MM of activity<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>assignee</strong> <code>object</code><br />\nUser object indicates the assignee of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>account</strong> <code>object</code><br />\nAccount object indicates the account of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>addresses</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>phones</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contact</strong> <code>object</code><br />\nContact object indicates the contact of the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>addresses</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>phones</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>emails</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>deal</strong> <code>object</code><br />\nDeal object indicates the deal associated with the activity<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","activities","{{activity_id}}"],"query":[],"variable":[]}},"response":[{"id":"5f49df41-05cc-440b-8bf0-bc5cf76e9bc1","name":"Update Activity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"activity\": {\n        \"title\": \"Dinner Closing\",\n        \"time\": {\n            \"hour\": \"07\",\n            \"minutes\": \"30\",\n            \"period\": \"pm\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/activities/{{activity_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870968051689324545\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870968051689324545\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870968051689324545\",\n            \"signature\": {\n                \"hash\": \"HX5SVnQxyz/ggx5fUQ52Y0uoKsQ=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"7f7f195e-ccf3-461d-b725-e57594c56d57"},{"name":"Delete Activity","id":"de5cdcc9-a785-4a79-9f32-1eae45bab002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/activities/{{activity_id}}","description":"<p>Deleted the specified activity in the <strong>activity_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>activity_id</strong> <code>string</code><br />\nThe ID of the activity to delete<br /></p>\n","urlObject":{"path":["api","v2","activities","{{activity_id}}"],"query":[],"variable":[]}},"response":[{"id":"9a9d5478-ee3f-4b20-8cee-63aa924ad758","name":"Delete Activity","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/activities/{{activity_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"de5cdcc9-a785-4a79-9f32-1eae45bab002"}],"id":"924d9437-2277-4103-9f21-bc3d539f149a","_postman_id":"924d9437-2277-4103-9f21-bc3d539f149a","description":""},{"name":"Alerts","item":[{"name":"Search for Alerts","id":"b9043285-26e7-46a2-9d65-529417eba9c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/alerts","description":"<p>Search for Alerts based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-alert\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each alert<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"creators-objectid-id-of-specific-users-who-created-the-accounts\"><strong>creators</strong> <code>objectId</code><br />\nID of specific users who created the accounts<br /></h2>\n<h2 id=\"activeyes-boolean-return-only-active-alerts\"><strong>activeYes</strong> <code>boolean</code><br />\nReturn only active alerts<br /></h2>\n<h2 id=\"activeno-boolean-return-only-inactive-alerts\"><strong>activeNo</strong> <code>boolean</code><br />\nReturn only inactive alerts<br /></h2>\n<h2 id=\"alerttypes-string-specify-the-types-of-alerts-you-want-returned\"><strong>alertTypes</strong> <code>string</code><br />\nSpecify the types of alerts you want returned<br /></h2>\n<h2 id=\"alertfor-string-specify-what-the-alerts-are-for\"><strong>alertFor</strong> <code>string</code><br />\nSpecify what the alerts are for<br /></h2>\n<h2 id=\"milestones-objectid-return-alerts-associated-with-the-milestone\"><strong>milestones</strong> <code>objectId</code><br />\nReturn alerts associated with the milestone<br /></h2>\n<h2 id=\"projects-objectid-return-alerts-associated-with-the-project\"><strong>projects</strong> <code>objectId</code><br />\nReturn alerts associated with the project<br /></h2>\n<p><strong>workItems</strong> <code>objectId</code><br />\nReturn alerts associated with the work item<br /></p>\n","urlObject":{"path":["api","v2","alerts"],"query":[],"variable":[]}},"response":[{"id":"8d503e5d-7f02-42c7-86e6-670d2fc2d735","name":"Search for Alerts","originalRequest":{"method":"GET","header":[],"url":"/api/v2/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5f08b3db88af2c6aa983d253\",\n                \"alert_type\": \"Personal\",\n                \"run_information\": {\n                    \"run_time\": {\n                        \"hour\": \"12\",\n                        \"minutes\": \"00\",\n                        \"period\": \"am\"\n                    },\n                    \"alert_for\": \"Work Item\",\n                    \"members\": [\n                        {\n                            \"_id\": \"5dbe923b2a1cef356becfa26\",\n                            \"name\": \"John Everyman\",\n                            \"pic\": \"person.jpg\",\n                            \"email\": \"john@test.ravetree.com\",\n                            \"timezone\": \"America/New_York\"\n                        }\n                    ],\n                    \"run_frequency\": \"day\",\n                    \"run_day\": \"\",\n                    \"run_day_num\": null,\n                    \"next_run_date\": \"2020-07-11T04:00:51.165Z\",\n                    \"time_log_run_for\": \"Current Week\",\n                    \"work_items\": [],\n                    \"projects\": [],\n                    \"milestones\": []\n                },\n                \"active\": true,\n                \"name\": \"(WORLD-56) Task 4\",\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"pic\": \"person.jpg\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"timezone\": \"America/New_York\"\n                },\n                \"created\": \"2020-07-10T18:30:51.208Z\",\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"alert_conditions\": {\n                    \"when_condition\": \"start date\",\n                    \"comparison_type\": \"starting within\",\n                    \"comparison_value\": \"5\",\n                    \"comparison_value_type\": \"days\"\n                },\n                \"__v\": 0,\n                \"new_field\": 0,\n                \"created_date\": \"2020-07-10T18:30:51.208Z\",\n                \"notify_everyone\": false,\n                \"notify_members\": []\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"b9043285-26e7-46a2-9d65-529417eba9c4"},{"name":"Get Alert Information","id":"8ddf244d-233f-4b17-9be0-a50ec5f6eeb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/alerts/{{alert_id}}","description":"<p>Returns the Alert Information for the specified <strong>alert_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>alert_id</strong> <code>string</code><br />\nThe ID of the alert to return<br /></p>\n","urlObject":{"path":["api","v2","alerts","{{alert_id}}"],"query":[],"variable":[]}},"response":[{"id":"a7305222-dc00-47f1-9a8f-3c785aa029e3","name":"Get Alert Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/alerts/{{alert_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5f08b3db88af2c6aa983d253\",\n        \"alert_type\": \"Personal\",\n        \"run_information\": {\n            \"run_time\": {\n                \"hour\": \"12\",\n                \"minutes\": \"00\",\n                \"period\": \"am\"\n            },\n            \"alert_for\": \"Work Item\",\n            \"members\": [\n                {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"pic\": \"person.jpg\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"timezone\": \"America/New_York\"\n                }\n            ],\n            \"run_frequency\": \"day\",\n            \"run_day\": \"\",\n            \"run_day_num\": null,\n            \"next_run_date\": \"2020-07-11T04:00:51.165Z\",\n            \"time_log_run_for\": \"Current Week\",\n            \"work_items\": [],\n            \"projects\": [],\n            \"milestones\": []\n        },\n        \"active\": true,\n        \"name\": \"(WORLD-56) Task 4\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"pic\": \"person.jpg\",\n            \"email\": \"john@test.ravetree.com\",\n            \"timezone\": \"America/New_York\"\n        },\n        \"created\": \"2020-07-10T18:30:51.208Z\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"alert_conditions\": {\n            \"when_condition\": \"start date\",\n            \"comparison_type\": \"starting within\",\n            \"comparison_value\": \"40\",\n            \"comparison_value_type\": \"days\"\n        },\n        \"__v\": 0,\n        \"new_field\": 0,\n        \"created_date\": \"2020-07-10T18:30:51.208Z\",\n        \"notify_everyone\": false,\n        \"notify_members\": []\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"8ddf244d-233f-4b17-9be0-a50ec5f6eeb1"},{"name":"Create Alert","id":"088f9a83-7e32-4308-b8c9-82bdd18d6085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/alerts","description":"<p>Creates an alert in Ravetree. </p>\n<p>The body requires the <code>alert</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"name-string-the-human-readable-name-for-the-new-alert\"><strong>name</strong> <code>string</code><br />\nThe human-readable name for the new alert<br /></h2>\n<h2 id=\"active-boolean-the-alert-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe alert is active or inactive<br /></h2>\n<h2 id=\"alert_type-string-the-type-of-alert\"><strong>alert_type</strong> <code>string</code><br />\nThe type of alert</h2>\n<h2 id=\"alert_for-string-what-the-alert-is-associated-with\"><strong>alert_for</strong> <code>string</code><br />\nWhat the alert is associated with</h2>\n<h2 id=\"notify_everyone-boolean-if-the-alert-is-a-global-alert-everyone-in-the-portal-will-be-notified\"><strong>notify_everyone</strong> <code>boolean</code><br />\nIf the alert is a global alert, everyone in the portal will be notified</h2>\n<h2 id=\"notify_members-array-object-if-the-alert-is-global-and-notify_everyone-is-set-to-false-only-these-members-will-be-notified\"><strong>notify_members</strong> <code>array object</code><br />\nIf the alert is global and <strong>notify_everyone</strong> is set to <code>false</code>, only these members will be notified</h2>\n<p><strong>alert_conditions</strong> <code>object</code><br />\nSpecified the condition on how the alert will happen</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>when_condition</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>comparison_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>comparison_value_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>members</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>run_information</strong> <code>object</code><br />\nSpecified the condition on when the alert will happen</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>next_run_timestamp</td>\n<td><code>date</code></td>\n</tr>\n<tr>\n<td>run_frequency</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>time_log_run_for</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>run_day</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>run_day_num</td>\n<td><code>number</code></td>\n</tr>\n<tr>\n<td>run_time</td>\n<td><code>object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"milestone-objectid-associates-the-alert-with-a-specific-milestone\"><strong>milestone</strong> <code>objectId</code><br />\nAssociates the alert with a specific milestone<br /></h2>\n<h2 id=\"project-objectid-associates-the-alert-with-a-specific-project\"><strong>project</strong> <code>objectId</code><br />\nAssociates the alert with a specific project<br /></h2>\n<p><strong>work_item</strong> <code>objectId</code><br />\nAssociates the alert with a specific work item<br /></p>\n","urlObject":{"path":["api","v2","alerts"],"query":[],"variable":[]}},"response":[{"id":"32d23be3-31fa-419c-a07a-1a195ca76e2e","name":"Create Alert","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"alert\": {\n        \"active\": true,\n        \"name\" : \"Work Items Due Next Week\",\n        \"alert_type\": \"Personal\",\n        \"alert_for\": \"Work Item\",\n        \"alert_conditions\": {\n            \"when_condition\": \"due date\",\n            \"comparison_type\": \"due within\",\n            \"comparison_value\": 7,\n            \"comparison_value_type\": \"days\"\n        },\n        \"run_information\": {\n            \"next_run_timestamp\": \"2020-09-25T14:00:00.000Z\",\n            \"run_frequency\": \"week\",\n            \"time_log_run_for\": \"\",\n            \"run_day\": \"Friday\",\n            \"run_day_num\": 0,\n            \"run_time\": {\n                \"hour\": 9,\n                \"minutes\": 0,\n                \"period\": \"am\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/alerts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"run_information\": {\n            \"run_time\": {\n                \"hour\": 9,\n                \"minutes\": 0,\n                \"period\": \"am\"\n            },\n            \"next_run_timestamp\": \"2020-09-25T14:00:00.000Z\",\n            \"run_frequency\": \"week\",\n            \"time_log_run_for\": \"\",\n            \"run_day\": \"Friday\",\n            \"run_day_num\": 0\n        },\n        \"milestone\": null,\n        \"project\": null,\n        \"work_item\": null,\n        \"_id\": \"5f6e71058c6ac5001dc691a3\",\n        \"active\": true,\n        \"name\": \"Work Items Due Next Week\",\n        \"alert_type\": \"Personal\",\n        \"alert_for\": \"Work Item\",\n        \"notify_everyone\": false,\n        \"notify_members\": [],\n        \"alert_conditions\": {\n            \"when_condition\": \"due date\",\n            \"comparison_type\": \"due within\",\n            \"comparison_value\": 7,\n            \"comparison_value_type\": \"days\"\n        },\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"pic\": \"person.jpg\",\n            \"email\": \"jason.breault@ravetree.com\"\n        },\n        \"created_timestamp\": \"2020-09-25T22:36:53.344Z\",\n        \"modified_by\": {},\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"088f9a83-7e32-4308-b8c9-82bdd18d6085"},{"name":"Update Alert","id":"b99f134b-6e88-4834-8caf-1c2747a9547b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/alerts/{{alert_id}}","description":"<p>Updates an alert in Ravetree. </p>\n<p>The body requires the <code>alert</code> object to be passed in it. All properties are optional. Only properties in the <code>PUT</code> command will be updated.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"name-string-the-human-readable-name-for-the-new-alert\"><strong>name</strong> <code>string</code><br />\nThe human-readable name for the new alert<br /></h2>\n<h2 id=\"active-boolean-the-alert-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe alert is active or inactive<br /></h2>\n<h2 id=\"alert_type-string-the-type-of-alert\"><strong>alert_type</strong> <code>string</code><br />\nThe type of alert</h2>\n<h2 id=\"alert_for-string-what-the-alert-is-associated-with\"><strong>alert_for</strong> <code>string</code><br />\nWhat the alert is associated with</h2>\n<h2 id=\"notify_everyone-boolean-if-the-alert-is-a-global-alert-everyone-in-the-portal-will-be-notified\"><strong>notify_everyone</strong> <code>boolean</code><br />\nIf the alert is a global alert, everyone in the portal will be notified</h2>\n<h2 id=\"notify_members-array-object-if-the-alert-is-global-and-notify_everyone-is-set-to-false-only-these-members-will-be-notified\"><strong>notify_members</strong> <code>array object</code><br />\nIf the alert is global and <strong>notify_everyone</strong> is set to <code>false</code>, only these members will be notified</h2>\n<p><strong>alert_conditions</strong> <code>object</code><br />\nSpecified the condition on how the alert will happen</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>when_condition</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>comparison_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>comparison_value_type</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>members</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>run_information</strong> <code>object</code><br />\nSpecified the condition on when the alert will happen</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>next_run_timestamp</td>\n<td><code>date</code></td>\n</tr>\n<tr>\n<td>run_frequency</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>time_log_run_for</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>run_day</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>run_day_num</td>\n<td><code>number</code></td>\n</tr>\n<tr>\n<td>run_time</td>\n<td><code>object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"milestone-objectid-associates-the-alert-with-a-specific-milestone\"><strong>milestone</strong> <code>objectId</code><br />\nAssociates the alert with a specific milestone<br /></h2>\n<h2 id=\"project-objectid-associates-the-alert-with-a-specific-project\"><strong>project</strong> <code>objectId</code><br />\nAssociates the alert with a specific project<br /></h2>\n<p><strong>work_item</strong> <code>objectId</code><br />\nAssociates the alert with a specific work item<br /></p>\n","urlObject":{"path":["api","v2","alerts","{{alert_id}}"],"query":[],"variable":[]}},"response":[{"id":"75dfc3e2-a1a4-4a46-aeb8-0f42f63f602a","name":"Update Alert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"alert\": {\n        \"active\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/alerts/{{alert_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6876699384898125825\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6876699384898125825\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6876699384898125825\",\n            \"signature\": {\n                \"hash\": \"YVbqY28avLmUlLU1XQnbeGR55qY=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"b99f134b-6e88-4834-8caf-1c2747a9547b"},{"name":"Delete Alert","id":"5ce189aa-d7ae-4e00-b236-c99eef6b40ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/alerts/{{alert_id}}","description":"<p>Deleted the specified alert in the <strong>alert_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>alert_id</strong> <code>string</code><br />\nThe ID of the alert to delete<br /></p>\n","urlObject":{"path":["api","v2","alerts","{{alert_id}}"],"query":[],"variable":[]}},"response":[{"id":"bbf502dc-b347-41e7-86e1-0882906133ef","name":"Delete Alert","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/alerts/{{alert_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=7776000000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"X-Requested-With,content-type, Authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Etag","value":"W/\"66-rwERYg58xQptCJWo+MOFijaUjTY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 26 Sep 2020 07:49:37 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"5ce189aa-d7ae-4e00-b236-c99eef6b40ac"}],"id":"c81f5d3b-a0f4-4e83-9631-0ac5c127154c","_postman_id":"c81f5d3b-a0f4-4e83-9631-0ac5c127154c","description":""},{"name":"Comments","item":[{"name":"Search for Comments","id":"a8e71cc2-3981-4594-9d68-526b48ce260f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/comments","description":"<p>Search for Comments based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"creators-objectid-user-id-who-created-the-comment\"><strong>creators</strong> <code>objectId</code><br />\nUser ID who created the comment<br /></h2>\n<h2 id=\"projects-objectid-project-id-associated-the-comment\"><strong>projects</strong> <code>objectId</code><br />\nProject ID associated the comment<br /></h2>\n<h2 id=\"hasprojectyes-boolean-comment-is-associated-with-a-project\"><strong>hasProjectYes</strong> <code>boolean</code><br />\nComment is associated with a project<br /></h2>\n<h2 id=\"hasprojectno-boolean-comment-is-not-associated-with-a-project\"><strong>hasProjectNo</strong> <code>boolean</code><br />\nComment is not associated with a project<br /></h2>\n<h2 id=\"workitems-objectid-work-item-id-associated-the-comment\"><strong>workItems</strong> <code>objectId</code><br />\nWork Item ID associated the comment<br /></h2>\n<h2 id=\"hasworkitemyes-boolean-comment-is-associated-with-a-work-item\"><strong>hasWorkItemYes</strong> <code>boolean</code><br />\nComment is associated with a work item<br /></h2>\n<h2 id=\"hasworkitemno-boolean-comment-is-not-associated-with-a-work-item\"><strong>hasWorkItemNo</strong> <code>boolean</code><br />\nComment is not associated with a work item<br /></h2>\n<h2 id=\"teams-objectid-team-id-associated-the-comment\"><strong>teams</strong> <code>objectId</code><br />\nTeam ID associated the comment<br /></h2>\n<h2 id=\"hasteamyes-boolean-comment-is-associated-with-a-team\"><strong>hasTeamYes</strong> <code>boolean</code><br />\nComment is associated with a team<br /></h2>\n<h2 id=\"hasteamno-boolean-comment-is-not-associated-with-a-team\"><strong>hasTeamNo</strong> <code>boolean</code><br />\nComment is not associated with a team<br /></h2>\n<h2 id=\"files-objectid-file-id-associated-the-comment\"><strong>files</strong> <code>objectId</code><br />\nFile ID associated the comment<br /></h2>\n<h2 id=\"hasfileyes-boolean-comment-is-associated-with-a-file\"><strong>hasFileYes</strong> <code>boolean</code><br />\nComment is associated with a file<br /></h2>\n<h2 id=\"hasfileno-boolean-comment-is-not-associated-with-a-file\"><strong>hasFileNo</strong> <code>boolean</code><br />\nComment is not associated with a file<br /></h2>\n<h2 id=\"hasattachedfileyes-boolean-comment-has-a-file-attached-to-it\"><strong>hasAttachedFileYes</strong> <code>boolean</code><br />\nComment has a file attached to it<br /></h2>\n<h2 id=\"hasattachedfileno-boolean-comment-does-not-have-a-file-attached-to-it\"><strong>hasAttachedFileNo</strong> <code>boolean</code><br />\nComment does not have a file attached to it<br /></h2>\n<h2 id=\"accounts-objectid-account-id-associated-the-comment\"><strong>accounts</strong> <code>objectId</code><br />\nAccount ID associated the comment<br /></h2>\n<h2 id=\"hasaccountyes-boolean-comment-is-associated-with-an-account\"><strong>hasAccountYes</strong> <code>boolean</code><br />\nComment is associated with an account<br /></h2>\n<h2 id=\"hasaccountno-boolean-comment-is-not-associated-with-an-account\"><strong>hasAccountNo</strong> <code>boolean</code><br />\nComment is not associated with an account<br /></h2>\n<h2 id=\"contacts-objectid-contact-id-associated-the-comment\"><strong>contacts</strong> <code>objectId</code><br />\nContact ID associated the comment<br /></h2>\n<h2 id=\"hascontactyes-boolean-comment-is-associated-with-a-contact\"><strong>hasContactYes</strong> <code>boolean</code><br />\nComment is associated with a contact<br /></h2>\n<h2 id=\"hascontactno-boolean-comment-is-not-associated-with-a-contact\"><strong>hasContactNo</strong> <code>boolean</code><br />\nComment is not associated with a contact<br /></h2>\n<h2 id=\"events-objectid-event-id-associated-the-comment\"><strong>events</strong> <code>objectId</code><br />\nEvent ID associated the comment<br /></h2>\n<h2 id=\"haseventyes-boolean-comment-is-associated-with-an-event\"><strong>hasEventYes</strong> <code>boolean</code><br />\nComment is associated with an event<br /></h2>\n<h2 id=\"haseventno-boolean-comment-is-not-associated-with-an-event\"><strong>hasEventNo</strong> <code>boolean</code><br />\nComment is not associated with an event<br /></h2>\n<h2 id=\"retainers-objectid-retainer-id-associated-the-comment\"><strong>retainers</strong> <code>objectId</code><br />\nRetainer ID associated the comment<br /></h2>\n<h2 id=\"hasretaineryes-boolean-comment-is-associated-with-a-retainer\"><strong>hasRetainerYes</strong> <code>boolean</code><br />\nComment is associated with a retainer<br /></h2>\n<h2 id=\"hasretainerno-boolean-comment-is-not-associated-with-a-retainer\"><strong>hasRetainerNo</strong> <code>boolean</code><br />\nComment is not associated with a retainer<br /></h2>\n<h2 id=\"requests-objectid-request-id-associated-the-comment\"><strong>requests</strong> <code>objectId</code><br />\nRequest ID associated the comment<br /></h2>\n<h2 id=\"hasrequestyes-boolean-comment-is-associated-with-a-request\"><strong>hasRequestYes</strong> <code>boolean</code><br />\nComment is associated with a request<br /></h2>\n<h2 id=\"hasrequestno-boolean-comment-is-not-associated-with-a-request\"><strong>hasRequestNo</strong> <code>boolean</code><br />\nComment is not associated with a request<br /></h2>\n<h2 id=\"atmentioned-objectid-user-id-of-user-at-mentioned-in-the-comment\"><strong>atMentioned</strong> <code>objectId</code><br />\nUser ID of user at mentioned in the comment<br /></h2>\n<h2 id=\"readyes-boolean-comment-has-been-read-by-the-user\"><strong>readYes</strong> <code>boolean</code><br />\nComment has been read by the user<br /></h2>\n<h2 id=\"readno-boolean-comment-has-not-been-read-by-the-user\"><strong>readNo</strong> <code>boolean</code><br />\nComment has not been read by the user<br /></h2>\n<h2 id=\"visibletoclientsyes-boolean-comment-is-visible-to-client-portals\"><strong>visibleToClientsYes</strong> <code>boolean</code><br />\nComment is visible to client portals<br /></h2>\n<h2 id=\"visibletoclientsno-boolean-comment-is-not-visible-to-client-portals\"><strong>visibleToClientsNo</strong> <code>boolean</code><br />\nComment is not visible to client portals<br /></h2>\n<h2 id=\"createdmin-date-commented-created-on-or-after-this-date\"><strong>createdMin</strong> <code>date</code><br />\nCommented created on or after this date<br /></h2>\n<h2 id=\"createdmax-date-commented-created-on-or-before-this-date\"><strong>createdMax</strong> <code>date</code><br />\nCommented created on or before this date<br /></h2>\n<h2 id=\"modifiedmin-date-commented-modified-on-or-after-this-date\"><strong>modifiedMin</strong> <code>date</code><br />\nCommented modified on or after this date<br /></h2>\n<h2 id=\"modifiedmax-date-commented-modified-on-or-before-this-date\"><strong>modifiedMax</strong> <code>date</code><br />\nCommented modified on or before this date<br /></h2>\n<h2 id=\"usersglobalcommentfeed-boolean-specify-to-only-return-comments-associated-with-the-user\"><strong>usersGlobalCommentFeed</strong> <code>boolean</code><br />\nSpecify to only return comments associated with the user<br /></h2>\n<h2 id=\"usersprojects-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-projects\"><strong>usersProjects</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users projects<br /></h2>\n<h2 id=\"usersworkitems-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-work-items\"><strong>usersWorkItems</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users work items<br /></h2>\n<h2 id=\"usersteams-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-teams\"><strong>usersTeams</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users teams<br /></h2>\n<h2 id=\"usersfiles-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-files\"><strong>usersFiles</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users files<br /></h2>\n<h2 id=\"usersaccounts-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-accounts\"><strong>usersAccounts</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users accounts<br /></h2>\n<h2 id=\"userscontacts-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-contacts\"><strong>usersContacts</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users contacts<br /></h2>\n<h2 id=\"usersevents-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-events\"><strong>usersEvents</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users events<br /></h2>\n<h2 id=\"usersrequests-boolean-can-only-be-used-with-usersglobalcommentfeed-specify-to-return-comments-associated-with-the-users-requests\"><strong>usersRequests</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users requests<br /></h2>\n<p><strong>usersRetainers</strong> <code>boolean</code><br />\nCan only be used with <strong>usersGlobalCommentFeed</strong> Specify to return comments associated with the users retainers<br /></p>\n","urlObject":{"path":["api","v2","comments"],"query":[],"variable":[]}},"response":[{"id":"811d4383-9a4b-4b11-90c4-0844e0189dfd","name":"Search for Comments","originalRequest":{"method":"GET","header":[],"url":"/api/v2/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5f47f085f64ce7001d608533\",\n                \"post\": {\n                    \"quill\": [],\n                    \"html\": \"\",\n                    \"text\": \"\"\n                },\n                \"modified_by\": {},\n                \"hash_tags\": {\n                    \"accounts\": [],\n                    \"contacts\": [],\n                    \"projects\": [],\n                    \"work_items\": []\n                },\n                \"read\": [],\n                \"visible_to_clients\": false,\n                \"files\": [],\n                \"parent\": null,\n                \"at_mentions\": [],\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"project\": {},\n                \"work_item\": {},\n                \"team\": {},\n                \"file\": {},\n                \"account\": {},\n                \"contact\": {},\n                \"event\": {},\n                \"request\": {},\n                \"retainer\": {},\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman With a very Long Name here :)\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"created_timestamp\": \"2020-08-27T17:42:29.514Z\",\n                \"modified_timestamp\": null,\n                \"__v\": 0\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"a8e71cc2-3981-4594-9d68-526b48ce260f"},{"name":"Get Comment Information","id":"37e7a0f1-a416-497e-9ab7-2df18dee04e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/comments/{{comment_id}}","description":"<p>Returns the Comment Information for the specified <strong>comment_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>comment_id</strong> <code>string</code><br />\nThe ID of the comment to return<br /></p>\n","urlObject":{"path":["api","v2","comments","{{comment_id}}"],"query":[],"variable":[]}},"response":[{"id":"c31f2dd5-0392-4db1-b118-a24214b92c8c","name":"Get Comment Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/comments/{{comment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5f467d5290ee86001dedb0c9\",\n        \"work_item\": {},\n        \"post\": {\n            \"quill\": [\n                {\n                    \"insert\": \"Hello World\"\n                }\n            ],\n            \"text\": \"Hello World\",\n            \"html\": \"<p>Hello World</p>\"\n        },\n        \"modified_by\": {},\n        \"hash_tags\": {\n            \"accounts\": [],\n            \"contacts\": [],\n            \"projects\": [],\n            \"work_items\": []\n        },\n        \"read\": [],\n        \"visible_to_clients\": false,\n        \"files\": [],\n        \"parent\": null,\n        \"at_mentions\": [],\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"project\": {},\n        \"team\": {},\n        \"file\": {\n            \"_id\": \"5dbf4efb91686b2edf7966b4\",\n            \"name\": \"person.jpeg\"\n        },\n        \"account\": {},\n        \"contact\": {},\n        \"event\": {},\n        \"request\": {},\n        \"retainer\": {},\n        \"creator\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"name\": \"Mark McKain\",\n            \"email\": \"mark@theverge.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"created_timestamp\": \"2020-08-26T15:18:42.295Z\",\n        \"modified_timestamp\": null,\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"37e7a0f1-a416-497e-9ab7-2df18dee04e9"},{"name":"Create Comment","id":"6dc12f9c-2898-4131-90f4-999797a4da77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/comments","description":"<p>Creates an comment in Ravetree. </p>\n<p>The body requires the <code>comment</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<p><strong>post</strong> <code>object</code><br />\nQuill formatted object contains the details for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"at_mentions-array-string-array-of-user-ids-at-mentioned-in-the-comment\"><strong>at_mentions</strong> <code>array string</code><br />\nArray of User IDs at mentioned in the comment<br /></h2>\n<p><strong>hash_tags</strong> <code>object</code><br />\nList of hash tags in the comment<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>contacts</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>projects</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>work_items</td>\n<td><code>array objectId</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"parent-objectid-comment-id-of-the-parent-comment-this-comment-is-a-child\"><strong>parent</strong> <code>objectId</code><br />\nComment ID of the parent comment (this comment is a child)<br /></h2>\n<h2 id=\"files-array-list-of-files-attached-to-the-comment\"><strong>files</strong> <code>array</code><br />\nList of files attached to the comment<br /></h2>\n<p><strong>account</strong> <code>object</code><br />\nComment is associated with an account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contact</strong> <code>object</code><br />\nComment is associated with an contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>project</strong> <code>object</code><br />\nComment is associated with an project<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>work_item</strong> <code>objectId</code><br />\nComment is associated with an work item<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>work_item_key</td>\n<td><code>object</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>team</strong> <code>object</code><br />\nComment is associated with an team<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>request</strong> <code>object</code><br />\nComment is associated with an request<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>file</strong> <code>objectId</code><br />\nComment is associated with an file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>retainer</strong> <code>objectId</code><br />\nComment is associated with an retainer<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","comments"],"query":[],"variable":[]}},"response":[{"id":"17a077c5-4885-49a9-b6c2-a43811623601","name":"Create Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\": {\n        \"post\": {\n            \"quill\": [\n                {\"insert\": \"Hello World\"}\n            ],\n            \"text\": \"Hello World\",\n            \"html\": \"<p>Hello World</p>\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"post\": {\n            \"quill\": [\n                {\n                    \"insert\": \"Hello World\"\n                }\n            ],\n            \"text\": \"Hello World\",\n            \"html\": \"<p>Hello World</p>\"\n        },\n        \"hash_tags\": {\n            \"accounts\": [],\n            \"contacts\": [],\n            \"projects\": [],\n            \"work_items\": []\n        },\n        \"read\": [],\n        \"visible_to_clients\": false,\n        \"files\": [],\n        \"parent\": null,\n        \"at_mentions\": [],\n        \"_id\": \"5f5aac3cafc734001d66b046\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"project\": {},\n        \"work_item\": {},\n        \"team\": {},\n        \"file\": {},\n        \"account\": {},\n        \"contact\": {},\n        \"event\": {},\n        \"request\": {},\n        \"retainer\": {},\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"created_timestamp\": \"2020-09-10T22:44:12.884Z\",\n        \"modified_timestamp\": null,\n        \"modified_by\": {},\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"6dc12f9c-2898-4131-90f4-999797a4da77"},{"name":"Update Comment","id":"0a4f6a5f-fe1b-400f-8049-61d69ce4985a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/comments/{{comment_id}}","description":"<p>Creates an comment in Ravetree. </p>\n<p>The body requires the <code>comment</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>comment_id</strong> <code>string</code><br />\nThe ID of the comment to update<br /></p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<p><strong>post</strong> <code>object</code><br />\nQuill formatted object contains the details for the account<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"at_mentions-array-string-array-of-user-ids-at-mentioned-in-the-comment\"><strong>at_mentions</strong> <code>array string</code><br />\nArray of User IDs at mentioned in the comment<br /></h2>\n<p><strong>hash_tags</strong> <code>object</code><br />\nList of hash tags in the comment<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accounts</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>contacts</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>projects</td>\n<td><code>array objectId</code></td>\n</tr>\n<tr>\n<td>work_items</td>\n<td><code>array objectId</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>files</strong> <code>array</code><br />\nList of files attached to the comment<br /></p>\n","urlObject":{"path":["api","v2","comments","{{comment_id}}"],"query":[],"variable":[]}},"response":[{"id":"4b10de69-2cc7-48f9-bf45-95a545f5c3cd","name":"Update Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"comment\": {\n        \"post\": {\n            \"quill\": [\n                {\"insert\": \"Hello World, Modified Comment\"}\n            ],\n            \"text\": \"Hello World, Modified Comment\",\n            \"html\": \"<p>Hello World, Modified Comment</p>\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"status\": 200,\n  \"status_description\": \"OK\",\n  \"data\": {\n    \"n\": 1,\n    \"nModified\": 1,\n    \"opTime\": {\n      \"ts\": \"6870968051689324545\",\n      \"t\": 22\n    },\n    \"electionId\": \"7fffffff0000000000000016\",\n    \"ok\": 1,\n    \"operationTime\": \"6870968051689324545\",\n    \"$clusterTime\": {\n      \"clusterTime\": \"6870968051689324545\",\n      \"signature\": {\n        \"hash\": \"HX5SVnQxyz/ggx5fUQ52Y0uoKsQ=\",\n        \"keyId\": \"6829332144800661506\"\n      }\n    }\n  },\n  \"error_message\": \"\",\n  \"redirect_url\": \"\"\n}"}],"_postman_id":"0a4f6a5f-fe1b-400f-8049-61d69ce4985a"},{"name":"Delete Comment","id":"fc7f299d-9b27-44b3-b050-01264fe7fdc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/comments/{{comment_id}}","description":"<p>Deleted the specified comment in the <strong>comment_id</strong>. Note: You may only delete comments which you have created.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>comment_id</strong> <code>string</code><br />\nThe ID of the comment to delete<br /></p>\n","urlObject":{"path":["api","v2","comments","{{comment_id}}"],"query":[],"variable":[]}},"response":[{"id":"d33a33ca-37c2-4195-a325-39f91490b016","name":"Delete Comment","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/comments/{{comment_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"fc7f299d-9b27-44b3-b050-01264fe7fdc6"}],"id":"4e9c0f6c-de65-4a33-9e37-b45731c75b70","_postman_id":"4e9c0f6c-de65-4a33-9e37-b45731c75b70","description":""},{"name":"Contacts","item":[{"name":"Search for Contacts","id":"5b1fde9f-bffc-4caa-9463-4a44119a6474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/contacts","description":"<p>Search for Contacts based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-contact\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each contact<br /></h2>\n<h2 id=\"name-string-specify-full-or-partial-name\"><strong>name</strong> <code>string</code><br />\nSpecify full or partial name<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"createdmin-date-minimum-creation-date-for-each-contact\"><strong>createdMin</strong> <code>date</code><br />\nMinimum creation date for each contact<br /></h2>\n<h2 id=\"createdmax-date-maximum-creation-date-for-each-contact\"><strong>createdMax</strong> <code>date</code><br />\nMaximum creation date for each contact<br /></h2>\n<h2 id=\"excludecontacts-objectid-id-of-specific-contacts-you-do-not-want-returned\"><strong>excludeContacts</strong> <code>objectId</code><br />\nID of specific contacts you do not want returned<br /></h2>\n<h2 id=\"contacts-objectid-id-of-specific-contacts-you-want-returned\"><strong>contacts</strong> <code>objectId</code><br />\nID of specific contacts you want returned<br /></h2>\n<h2 id=\"accounts-objectid-id-of-accounts-which-a-contact-belongs\"><strong>accounts</strong> <code>objectId</code><br />\nID of accounts which a contact belongs<br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-contacts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted contacts<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-contacts\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the contacts<br /></h2>\n<h2 id=\"owners-string-id-of-specific-users-who-own-the-contacts\"><strong>owners</strong> <code>string</code><br />\nID of specific users who own the contacts<br /></h2>\n<h2 id=\"addresscountry-string-specify-the-address-for-the-contacts\"><strong>addressCountry</strong> <code>string</code><br />\nSpecify the address for the contacts<br /></h2>\n<h2 id=\"addressstate-string-specify-the-state-for-the-contacts\"><strong>addressState</strong> <code>string</code><br />\nSpecify the state for the contacts<br /></h2>\n<h2 id=\"addresscity-string-specify-the-city-for-the-contacts\"><strong>addressCity</strong> <code>string</code><br />\nSpecify the city for the contacts<br /></h2>\n<h2 id=\"addresszip-string-specify-the-zip-code-for-the-contacts\"><strong>addressZip</strong> <code>string</code><br />\nSpecify the zip code for the contacts<br /></h2>\n<h2 id=\"activeyes-boolean-active-contacts\"><strong>activeYes</strong> <code>boolean</code><br />\nActive contacts<br /></h2>\n<h2 id=\"activeno-boolean-inactive-contacts\"><strong>activeNo</strong> <code>boolean</code><br />\nInactive contacts<br /></h2>\n<h2 id=\"employees-number-number-of-employees\"><strong>employees</strong> <code>number</code><br />\nNumber of employees<br /></h2>\n<h2 id=\"contacttypes-string-contact-types-for-the-contacts\"><strong>contactTypes</strong> <code>string</code><br />\nContact Types for the contacts<br /></h2>\n<h2 id=\"industries-string-industries-for-the-contacts\"><strong>industries</strong> <code>string</code><br />\nIndustries for the contacts<br /></h2>\n<h2 id=\"tags-string-contacts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nContacts with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nContacts with specified custom fields<br /></p>\n","urlObject":{"path":["api","v2","contacts"],"query":[],"variable":[]}},"response":[{"id":"264f375e-212e-4be6-9fc3-b8786ab5e43c","name":"Search for Contacts","originalRequest":{"method":"GET","header":[],"url":"/api/v2/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"contacts\": [],\n        \"data\": [\n            {\n                \"_id\": \"5dc04cf466e2265811db613b\",\n                \"first_name\": \"Matt\",\n                \"last_name\": \"Bielke\",\n                \"deleted\": false,\n                \"deleted_date\": null,\n                \"contact_type\": \"Past Customer\",\n                \"probability\": \"\",\n                \"client_key\": \"\",\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"name\": \"John Everyman\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"owner\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"email\": \"jason.breault@ravetree.com\",\n                    \"name\": \"John Everyman\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"modified_by\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"pic\": \"person.jpg\",\n                    \"email\": \"john@test.ravetree.com\"\n                },\n                \"addresses\": [\n                    {\n                        \"_id\": \"5dc04cf466e2265811db613d\",\n                        \"kind\": \"Office\",\n                        \"address\": \"123 Street\",\n                        \"city\": \"Flagstaff\",\n                        \"state\": \"AZ\",\n                        \"country\": \"US\",\n                        \"zip\": \"\"\n                    }\n                ],\n                \"created\": \"2020-02-21T21:43:02.266Z\",\n                \"modified\": \"2020-02-12T18:59:15.128Z\",\n                \"phones\": [\n                    {\n                        \"primary\": true,\n                        \"_id\": \"5dc04cf466e2265811db613e\",\n                        \"kind\": \"Company\",\n                        \"number\": \"(928) 600-3451\"\n                    }\n                ],\n                \"emails\": [\n                    {\n                        \"primary\": true,\n                        \"_id\": \"5dc04cf466e2265811db613f\",\n                        \"kind\": \"Company\",\n                        \"email\": \"matthew.bielke@lukeevents.com\"\n                    }\n                ],\n                \"websites\": [\n                    {\n                        \"_id\": \"5e444b0330f92663c6df1e7b\",\n                        \"url\": \"\"\n                    }\n                ],\n                \"social\": {\n                    \"facebook\": \"\",\n                    \"twitter\": \"\",\n                    \"linkedin\": \"\",\n                    \"instagram\": \"\"\n                },\n                \"active\": true,\n                \"accounts\": [\n                    {\n                        \"_id\": \"5dc04cf466e2265811db6139\",\n                        \"name\": \"Fort Tuthill\",\n                        \"title\": \"\"\n                    }\n                ],\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"folders\": [],\n                \"tags\": null,\n                \"import_key\": \"7OQldaG43D2cKgdP9pvNpc47g6Thd5Xj\",\n                \"quickbooks_id\": \"58\",\n                \"custom_fields\": [\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e8a\",\n                        \"custom_field_id\": \"5dbf7fe249442a819e863a38\",\n                        \"name\": \"Custom Checkbox\",\n                        \"kind\": \"Checkbox\",\n                        \"values\": [\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf7fe20324a603a1ad4c6a\",\n                                \"name\": \"White\"\n                            },\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf7fe20324a603a1ad4c69\",\n                                \"name\": \"Red\"\n                            }\n                        ],\n                        \"decimal_places\": 2\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e89\",\n                        \"custom_field_id\": \"5dbf7fe74a2a84e95f410e14\",\n                        \"name\": \"Custom Date\",\n                        \"kind\": \"Date\",\n                        \"date_value\": null,\n                        \"decimal_places\": 2,\n                        \"values\": []\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e86\",\n                        \"custom_field_id\": \"5dbf7ff667602082680d1768\",\n                        \"name\": \"Custom Dropdown\",\n                        \"kind\": \"Dropdown\",\n                        \"string_value\": \"\",\n                        \"values\": [\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf7ff60324a603a1ad4c72\",\n                                \"name\": \"Durian\"\n                            },\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf7ff60324a603a1ad4c71\",\n                                \"name\": \"Apples\"\n                            }\n                        ],\n                        \"decimal_places\": 2\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e85\",\n                        \"custom_field_id\": \"5dbf7ffd13cbdf620d4667c3\",\n                        \"name\": \"Custom Number\",\n                        \"kind\": \"Number\",\n                        \"sub_kind\": \"Integer\",\n                        \"number_value\": null,\n                        \"decimal_places\": 2,\n                        \"values\": []\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e82\",\n                        \"custom_field_id\": \"5dbf8008707a74628732f57c\",\n                        \"name\": \"Custom Radio\",\n                        \"kind\": \"Radio\",\n                        \"string_value\": \"\",\n                        \"values\": [\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf80080324a603a1ad4c7a\",\n                                \"name\": \"AM\"\n                            },\n                            {\n                                \"selected\": false,\n                                \"account\": null,\n                                \"contact\": null,\n                                \"file\": null,\n                                \"member\": null,\n                                \"project\": null,\n                                \"work_item\": null,\n                                \"_id\": \"5dbf80080324a603a1ad4c79\",\n                                \"name\": \"FM\"\n                            }\n                        ],\n                        \"decimal_places\": 2\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": true,\n                        \"_id\": \"5e444b0330f92663c6df1e81\",\n                        \"custom_field_id\": \"5dbf8011c2b5bd2b8321aaba\",\n                        \"name\": \"Custom Search\",\n                        \"kind\": \"Search\",\n                        \"sub_kind\": \"Accounts\",\n                        \"decimal_places\": 2,\n                        \"values\": []\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e80\",\n                        \"custom_field_id\": \"5dbf801ca5f12d365cb280ea\",\n                        \"name\": \"Custom\",\n                        \"kind\": \"Switch\",\n                        \"switch_on\": \"Up\",\n                        \"switch_off\": \"Down\",\n                        \"decimal_places\": 2,\n                        \"values\": []\n                    },\n                    {\n                        \"boolean_value\": false,\n                        \"multiple\": false,\n                        \"_id\": \"5e444b0330f92663c6df1e7f\",\n                        \"custom_field_id\": \"5dbf80259f34c5da7270b1e3\",\n                        \"name\": \"Custom Text\",\n                        \"kind\": \"Text\",\n                        \"sub_kind\": \"Long\",\n                        \"string_value\": \"\",\n                        \"decimal_places\": 2,\n                        \"values\": []\n                    }\n                ]\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"5b1fde9f-bffc-4caa-9463-4a44119a6474"},{"name":"Get Contact Information","id":"a62633ae-927e-4ca8-8270-ef4a7dab4275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/contacts/{{contact_id}}","description":"<p>Returns the Contact Information for the specified <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact to return<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}"],"query":[],"variable":[]}},"response":[{"id":"65f67306-f598-4648-ae2b-75e516100c9d","name":"Get Contact Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5e20f641dc42e84249cc7418\",\n        \"modified_by\": {},\n        \"first_name\": \"Nate\",\n        \"last_name\": \"Gulbransen\",\n        \"referred_by\": null,\n        \"active\": true,\n        \"tags\": [],\n        \"contact_type\": \"\",\n        \"social\": {\n            \"facebook\": \"\",\n            \"twitter\": \"\",\n            \"linkedin\": \"\",\n            \"instagram\": \"\"\n        },\n        \"notes\": \"\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"pic\": \"person.jpg\",\n            \"email\": \"john@test.ravetree.com\"\n        },\n        \"accounts\": [],\n        \"import_key\": \"e5c72mHMoyFQwC1g8pk7TuFE1FoNdUhT\",\n        \"addresses\": [\n            {\n                \"_id\": \"5e20f641dc42e84249cc741a\",\n                \"kind\": \"Office\",\n                \"address\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"zip\": \"\"\n            }\n        ],\n        \"websites\": [],\n        \"emails\": [],\n        \"owner\": {},\n        \"custom_fields\": [],\n        \"created\": \"2020-01-16T23:48:17.128Z\",\n        \"folders\": [],\n        \"__v\": 0,\n        \"deleted\": false,\n        \"deleted_date\": null,\n        \"phones\": []\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"a62633ae-927e-4ca8-8270-ef4a7dab4275"},{"name":"Create Contact","id":"7bf8d927-fbd4-478f-8371-24163623da51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts","description":"<p>Creates a contact in Ravetree. </p>\n<p>The body requires the <code>contact</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"first_name-string-the-human-readable-first-name-for-the-new-contact\"><strong>first_name</strong> <code>string</code><br />\nThe human-readable first name for the new contact<br /></h2>\n<h2 id=\"last_name-string-the-human-readable-last-name-for-the-new-contact\"><strong>last_name</strong> <code>string</code><br />\nThe human-readable last name for the new contact<br /></h2>\n<h2 id=\"active-boolean-the-account-is-active-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe account is active or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>accounts</strong> <code>object array</code><br />\nAll accounts for the contact (which already exist in Ravetree)<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>reports_to</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>department</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>new_account</strong> <code>string</code><br />\nIf you want to create a new account and associate it with the contact<br /></p>\n","urlObject":{"path":["api","v2","contacts"],"query":[],"variable":[]}},"response":[{"id":"981a31ba-fe08-4541-aa70-fd970a2b18d8","name":"Create Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contact\": {\n        \"active\": \"true\",\n        \"first_name\": \"Billy\",\n        \"last_name\": \"Johnson\",\n        \"contact_type\": \"Customer\",\n        \"probability\": \"50\",\n        \"client_key\": \"BILL_J\",\n        \"new_account_name\": \"BILLY JOHNSON PRODUCTIONS\",\n        \"owner\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"adskfj23lou834ouwrejflsakdhfwnpcauiofdasdkhadf8y2jdfd\"\n        },\n        \"social\": {\n            \"facebook\": \"https://www.facebook.com/billy\",\n            \"linkedin\": \"https://www.linkedin.com/billy\",\n            \"twitter\": \"https://www.twitter.com/billy\",\n            \"instagram\": \"https://www.instagram.com/billy\"\n        },\n        \"websites\": [\n            {\n                \"url\": \"https://www.ravetree.com\"\n            }\n        ],\n        \"phone\": [\n            {\n                \"kind\": \"Main\",\n                \"number\": \"1-800-RAVETREE\",\n                \"primary\": \"true\"\n            }\n        ],\n        \"addresses\": [\n            {\n                \"kind\": \"Office\",\n                \"address\": \"123 Ravetree Lane\",\n                \"city\": \"Cary\",\n                \"state\": \"NC\",\n                \"country\": \"US\",\n                \"zip\": \"12345\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"details\": {\n            \"quill\": [],\n            \"html\": \"\",\n            \"text\": \"\"\n        },\n        \"deleted\": false,\n        \"first_name\": \"Billy\",\n        \"last_name\": \"Johnson\",\n        \"active\": true,\n        \"tags\": [],\n        \"quickbooks_id\": \"\",\n        \"modification_history\": [],\n        \"_id\": \"5f5b99f3c3ffa8001d5493ac\",\n        \"deleted_date\": null,\n        \"contact_type\": \"Customer\",\n        \"probability\": 50,\n        \"client_key\": \"BILL_J\",\n        \"last_project_key\": \"\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"email\": \"jason.breault@ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"owner\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"adskfj23lou834ouwrejflsakdhfwnpcauiofdasdkhadf8y2jdfd\"\n        },\n        \"modified_by\": {},\n        \"addresses\": [\n            {\n                \"_id\": \"5f5b99f3c3ffa8001d5493ad\",\n                \"kind\": \"Office\",\n                \"address\": \"123 Ravetree Lane\",\n                \"city\": \"Cary\",\n                \"state\": \"NC\",\n                \"country\": \"US\",\n                \"zip\": \"12345\"\n            }\n        ],\n        \"created\": \"2020-09-11T15:38:27.001Z\",\n        \"modified\": null,\n        \"phones\": [],\n        \"emails\": [],\n        \"websites\": [\n            {\n                \"_id\": \"5f5b99f3c3ffa8001d5493ae\",\n                \"url\": \"https://www.ravetree.com\"\n            }\n        ],\n        \"social\": {\n            \"facebook\": \"https://www.facebook.com/billy\",\n            \"linkedin\": \"https://www.linkedin.com/billy\",\n            \"twitter\": \"https://www.twitter.com/billy\",\n            \"instagram\": \"https://www.instagram.com/billy\"\n        },\n        \"accounts\": [],\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"folders\": [],\n        \"import_key\": \"\",\n        \"custom_fields\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"7bf8d927-fbd4-478f-8371-24163623da51"},{"name":"Create Folders","id":"b8e70632-8186-4270-9c6b-cf75aa832c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}/folders","description":"<p>Create a File Folder for the specified <strong>contact_id</strong></p>\n<p>The body required the <code>folder</code> object to be passed in it. If you omit the <code>name</code> property, a default name of \"<em>(no name)</em>\" will be used.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact to create a file folder for<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","folders"],"query":[],"variable":[]}},"response":[{"id":"c8ba0713-0e05-4a70-b252-8bbd3818c818","name":"Create Folders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"folder\": {\n        \"name\": \"Media Files\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"b8e70632-8186-4270-9c6b-cf75aa832c71"},{"name":"Add File to Folder","id":"7f34ae09-f656-4bed-8bc2-cdd99ea470cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}/files/{{file_id}}","description":"<p>Puts a file into the specified <strong>folder_id</strong> for the specified <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"contact_id-string-the-id-of-the-contact-of-the-folder\"><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact of the folder<br /></h2>\n<h2 id=\"folder_id-string-the-id-of-the-folder-to-put-the-file-in\"><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to put the file in<br /></h2>\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to put in the folder. The file must already be associated with the contact.<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","folders","{{folder_id}}","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"989a99cb-3025-4276-b812-a92913bfdbaf","name":"Add File to Folder","originalRequest":{"method":"POST","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"7f34ae09-f656-4bed-8bc2-cdd99ea470cb"},{"name":"Update Contact","id":"fca13088-8003-4188-8807-eada522862b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}","description":"<p>Updates a contact in Ravetree. </p>\n<p>The body required the <code>contact</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"first_name-string-the-human-readable-first-name-for-the-contact\"><strong>first_name</strong> <code>string</code><br />\nThe human-readable first name for the contact<br /></h2>\n<h2 id=\"last_name-string-the-human-readable-last-name-for-the-contact\"><strong>last_name</strong> <code>string</code><br />\nThe human-readable last name for the contact<br /></h2>\n<h2 id=\"active-boolean-the-contact-is-contact-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe contact is contact or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>emails</strong> <code>object array</code><br />\nAll email addresses for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>accounts</strong> <code>object array</code><br />\nAll accounts for the contact (which already exist in Ravetree)<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>reports_to</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>department</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>new_account</strong> <code>string</code><br />\nIf you want to create a new account and associate it with the contact<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}"],"query":[],"variable":[]}},"response":[{"id":"aa5ef853-f49b-4c0d-a52a-0b8f5109a4bc","name":"Update Contact","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"contact\": {\n        \"last_name\": \"Georgia\",\n        \"active\": \"false\",\n        \"contact_type\": \"Past Customer\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6871285080405311489\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6871285080405311489\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6871285080405311489\",\n            \"signature\": {\n                \"hash\": \"JI7FCR1Bkkl2ThzOR5BIlYCoS+w=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"fca13088-8003-4188-8807-eada522862b9"},{"name":"Update Multiple Contacts","id":"c3f9fb19-d224-4b4b-b7f9-11d1dab6822b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts","description":"<p>Updates multiple contacts in Ravetree based on the query parameters specified.</p>\n<p>The body required the <code>contact</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-contact\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each contact<br /></h2>\n<h2 id=\"name-string-specify-full-or-partial-name\"><strong>name</strong> <code>string</code><br />\nSpecify full or partial name<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"createdmin-date-minimum-creation-date-for-each-contact\"><strong>createdMin</strong> <code>date</code><br />\nMinimum creation date for each contact<br /></h2>\n<h2 id=\"createdmax-date-maximum-creation-date-for-each-contact\"><strong>createdMax</strong> <code>date</code><br />\nMaximum creation date for each contact<br /></h2>\n<h2 id=\"excludecontacts-objectid-id-of-specific-contacts-you-do-not-want-returned\"><strong>excludeContacts</strong> <code>objectId</code><br />\nID of specific contacts you do not want returned<br /></h2>\n<h2 id=\"contacts-objectid-id-of-specific-contacts-you-want-returned\"><strong>contacts</strong> <code>objectId</code><br />\nID of specific contacts you want returned<br /></h2>\n<h2 id=\"accounts-objectid-id-of-accounts-which-a-contact-belongs\"><strong>accounts</strong> <code>objectId</code><br />\nID of accounts which a contact belongs<br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-contacts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted contacts<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-contacts\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the contacts<br /></h2>\n<h2 id=\"owners-string-id-of-specific-users-who-own-the-contacts\"><strong>owners</strong> <code>string</code><br />\nID of specific users who own the contacts<br /></h2>\n<h2 id=\"addresscountry-string-specify-the-address-for-the-contacts\"><strong>addressCountry</strong> <code>string</code><br />\nSpecify the address for the contacts<br /></h2>\n<h2 id=\"addressstate-string-specify-the-state-for-the-contacts\"><strong>addressState</strong> <code>string</code><br />\nSpecify the state for the contacts<br /></h2>\n<h2 id=\"addresscity-string-specify-the-city-for-the-contacts\"><strong>addressCity</strong> <code>string</code><br />\nSpecify the city for the contacts<br /></h2>\n<h2 id=\"addresszip-string-specify-the-zip-code-for-the-contacts\"><strong>addressZip</strong> <code>string</code><br />\nSpecify the zip code for the contacts<br /></h2>\n<h2 id=\"activeyes-boolean-active-contacts\"><strong>activeYes</strong> <code>boolean</code><br />\nActive contacts<br /></h2>\n<h2 id=\"activeno-boolean-inactive-contacts\"><strong>activeNo</strong> <code>boolean</code><br />\nInactive contacts<br /></h2>\n<h2 id=\"employees-number-number-of-employees\"><strong>employees</strong> <code>number</code><br />\nNumber of employees<br /></h2>\n<h2 id=\"contacttypes-string-contact-types-for-the-contacts\"><strong>contactTypes</strong> <code>string</code><br />\nContact Types for the contacts<br /></h2>\n<h2 id=\"industries-string-industries-for-the-contacts\"><strong>industries</strong> <code>string</code><br />\nIndustries for the contacts<br /></h2>\n<h2 id=\"tags-string-contacts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nContacts with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nContacts with specified custom fields<br /></p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"first_name-string-the-human-readable-first-name-for-the-contact\"><strong>first_name</strong> <code>string</code><br />\nThe human-readable first name for the contact<br /></h2>\n<h2 id=\"last_name-string-the-human-readable-last-name-for-the-contact\"><strong>last_name</strong> <code>string</code><br />\nThe human-readable last name for the contact<br /></h2>\n<h2 id=\"active-boolean-the-contact-is-contact-or-inactive\"><strong>active</strong> <code>boolean</code><br />\nThe contact is contact or inactive<br /></h2>\n<h2 id=\"client_key-string-client-key-user-can-set-to-identify-client-projects-and-work-items\"><strong>client_key</strong> <code>string</code><br />\nClient key user can set to identify client projects and work items<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<h2 id=\"industry-string-industry-type-to-which-the-contact-belongs-1\"><strong>industry</strong> <code>string</code><br />\nIndustry type to which the contact belongs<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>owner</strong> <code>object</code><br />\nUser object indicates the owner of the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>social</strong> <code>object</code><br />\nAll social links for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>facebook</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>linkedin</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>instagram</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>twitter</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>tags</strong> <code>string array</code><br />\nList of tags<br /></p>\n<hr />\n<p><strong>websites</strong> <code>object array</code><br />\nAll websites for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>emails</strong> <code>object array</code><br />\nAll email addresses for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>phones</strong> <code>object array</code><br />\nAll phone numbers for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>number</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>primary</td>\n<td><code>boolean</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>addresses</strong> <code>object array</code><br />\nAll addresses for the contact<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>kind</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>address</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>city</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>state</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>country</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>zip</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>accounts</strong> <code>object array</code><br />\nAll accounts for the contact (which already exist in Ravetree)<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>reports_to</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>department</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>new_account</strong> <code>string</code><br />\nIf you want to create a new account and associate it with the contact<br /></p>\n","urlObject":{"path":["api","v2","contacts"],"query":[],"variable":[]}},"response":[{"id":"817eb20f-a4bb-4337-9a07-70a2d9c1e71d","name":"Update Multiple Contacts","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"contact\": {\n        \"last_name\": \"Georgia\",\n        \"active\": \"false\",\n        \"contact_type\": \"Past Customer\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 5,\n        \"opTime\": {\n            \"ts\": \"6871285080405311489\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6871285080405311489\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6871285080405311489\",\n            \"signature\": {\n                \"hash\": \"JI7FCR1Bkkl2ThzOR5BIlYCoS+w=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"c3f9fb19-d224-4b4b-b7f9-11d1dab6822b"},{"name":"Update Folders","id":"7d6bdff8-78a0-474d-9215-373f6dad0184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}/folders","description":"<p>Updated the folders for the specified <strong>contact_id</strong> </p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact to update<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","folders"],"query":[],"variable":[]}},"response":[{"id":"18ee648d-83dd-4932-82cc-5d0d84622ebb","name":"Update Folders","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"folders\": [{\"name\": \"Media Files\", \"files\": []}, {\"name\": \"Backup Files\", \"files\": [\"5f46bad4e65e51001d911eda\"]}]}","options":{"raw":{"language":"json"}}},"url":"/api/v2/contacts/{{contact_id}}/folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"7d6bdff8-78a0-474d-9215-373f6dad0184"},{"name":"Recover Contact","id":"3e05f42d-8ec5-4079-886a-c3122362df79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/api/v2/contacts/{{contact_id}}/recover","description":"<p>Recovers a deleted contact specified in the <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact to recover<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","recover"],"query":[],"variable":[]}},"response":[{"id":"99d6da1c-78e0-4225-a40d-20ca90160910","name":"Recover Contact","originalRequest":{"method":"PUT","header":[],"url":"/api/v2/accounts/{{contact_id}}/recover"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870932459295342593\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870932459295342593\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870932459295342593\",\n            \"signature\": {\n                \"hash\": \"V1NmJyfa5XIfhtyW7wad7oe7x/4=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"3e05f42d-8ec5-4079-886a-c3122362df79"},{"name":"Delete Contact","id":"c7c3cb33-ec53-4640-ad9a-308c766934c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}","description":"<p>Deleted the specified account in the <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact to delete<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}"],"query":[],"variable":[]}},"response":[{"id":"a90d0d05-3afd-4bdc-8b33-415fe5aad1fc","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870934920311603201\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870934920311603201\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870934920311603201\",\n            \"signature\": {\n                \"hash\": \"HwZgBLmgBdSa3nXaaaXGb1tQrAk=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"c7c3cb33-ec53-4640-ad9a-308c766934c5"},{"name":"Delete File from Folder","id":"b4395f9c-83a6-4673-9093-1dd7a3413f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}/files/{{file_id}}","description":"<p>Removes a specified <strong>file_id</strong> from the specified <strong>folder_id</strong> for the specified <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"contact_id-string-the-id-of-the-contact-of-the-folder\"><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact of the folder<br /></h2>\n<h2 id=\"folder_id-string-the-id-of-the-folder-to-remove-the-file-from\"><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to remove the file from<br /></h2>\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to remove<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","folders","{{folder_id}}","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"09d9e08d-d453-45fb-a53f-99d88f494e26","name":"Delete File from Folder","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"b4395f9c-83a6-4673-9093-1dd7a3413f00"},{"name":"Delete Folder","id":"d0f3cf73-6e84-415c-8c88-12ffd098e226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}","description":"<p>Removes a specified folder from the specified <strong>folder_id</strong> for the specified <strong>contact_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"contact_id-string-the-id-of-the-contact-of-the-folder\"><strong>contact_id</strong> <code>string</code><br />\nThe ID of the contact of the folder<br /></h2>\n<p><strong>folder_id</strong> <code>string</code><br />\nThe ID of the folder to remove the file from<br /></p>\n","urlObject":{"path":["api","v2","contacts","{{contact_id}}","folders","{{folder_id}}"],"query":[],"variable":[]}},"response":[{"id":"2350db4d-27eb-4672-a911-b77a072bad7c","name":"Delete Folder","originalRequest":{"method":"DELETE","header":[],"url":"/api/v2/contacts/{{contact_id}}/folders/{{folder_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"d0f3cf73-6e84-415c-8c88-12ffd098e226"}],"id":"4e56bb5c-bad6-4036-84d3-3e0d5050c3c4","_postman_id":"4e56bb5c-bad6-4036-84d3-3e0d5050c3c4","description":""},{"name":"Events","item":[{"name":"Search for Events","id":"53adcddc-dae0-4f64-9060-c22b4f06d5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/events/","description":"<p>Search for Events based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-account\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each account<br /></h2>\n<h2 id=\"title-string-specify-full-or-partial-title\"><strong>title</strong> <code>string</code><br />\nSpecify full or partial title<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"accounts-objectid-accounts-associated-with-the-event\"><strong>accounts</strong> <code>objectId</code><br />\nAccounts associated with the event<br /></h2>\n<h2 id=\"contacts-objectid-contacts-associated-with-the-event\"><strong>contacts</strong> <code>objectId</code><br />\nContacts associated with the event<br /></h2>\n<h2 id=\"projects-objectid-projects-associated-with-the-event\"><strong>projects</strong> <code>objectId</code><br />\nProjects associated with the event<br /></h2>\n<h2 id=\"work_items-objectid-work-items-associated-with-the-event\"><strong>work_items</strong> <code>objectId</code><br />\nWork Items associated with the event<br /></h2>\n<h2 id=\"activities-objectid-activities-associated-with-the-event\"><strong>activities</strong> <code>objectId</code><br />\nActivities associated with the event<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-event\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the event<br /></h2>\n<h2 id=\"invitees-boolean-id-of-specific-users-who-are-invited-to-the-event\"><strong>invitees</strong> <code>boolean</code><br />\nID of specific users who are invited to the event<br /></h2>\n<h2 id=\"startdatemin-date-minimum-start-date-for-the-event\"><strong>startDateMin</strong> <code>date</code><br />\nMinimum start date for the event<br /></h2>\n<p><strong>startDateMax</strong> <code>date</code><br />\nMaximum start date for the event<br /></p>\n","urlObject":{"path":["api","v2","events",""],"query":[],"variable":[]}},"response":[{"id":"baf0e56a-6ea2-4c37-81ab-2248bd1ba4d5","name":"Search for Events","originalRequest":{"method":"GET","header":[],"url":"/api/v2/events/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"status\": 200,\n  \"status_description\": \"OK\",\n  \"data\": {\n    \"total_count\": 1,\n    \"page\": 1,\n    \"max_pages\": 1,\n    \"start_range\": 1,\n    \"end_range\": 40,\n    \"data\": [\n      {\n        \"_id\": \"5dbf05de4f49d81a358d02a9\",\n        \"nylas_id\": \"\",\n        \"all_day\": false,\n        \"tags\": [\n          \"\"\n        ],\n        \"event_link_id\": null,\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"creator\": {\n          \"_id\": \"5dbee83c1e6ae10418ea10af\",\n          \"email\": \"david@mcdonalds.com\",\n          \"name\": \"David McDonald\",\n          \"pic\": \"person.jpg\"\n        },\n        \"title\": \"Another meeting\",\n        \"details\": \"\",\n        \"location\": \"\",\n        \"created\": \"2019-11-03T16:52:46.914Z\",\n        \"invitees\": [\n          {\n            \"status\": \"yes\",\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"email\": \"david@mcdonalds.com\",\n            \"name\": \"David McDonald\",\n            \"pic\": \"person.jpg\"\n          }\n        ],\n        \"day_span\": 1,\n        \"__v\": 0,\n        \"start_date\": \"2019-11-03T14:00:00.000Z\",\n        \"end_date\": \"2019-11-03T14:45:00.000Z\",\n        \"guests\": [],\n        \"private_event\": false,\n        \"accounts\": [],\n        \"contacts\": [],\n        \"projects\": [],\n        \"work_items\": []\n      }\n    ]\n  },\n  \"error_message\": \"\",\n  \"redirect_url\": \"\"\n}"}],"_postman_id":"53adcddc-dae0-4f64-9060-c22b4f06d5bb"},{"name":"Get Event Information","id":"3b1976fb-2e30-49fa-90f6-77c0a85ca6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/events{{event_id}}","description":"<p>Returns the Event Information for the specified <strong>event_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>event_id</strong> <code>string</code><br />\nThe ID of the event to return<br /></p>\n","urlObject":{"path":["api","v2","events{{event_id}}"],"query":[],"variable":[]}},"response":[{"id":"6dba4932-eb15-4199-8ee2-63ebcaf95cc5","name":"Get Event Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5dbf05de4f49d81a358d02a9\",\n        \"nylas_id\": \"\",\n        \"all_day\": false,\n        \"tags\": [\n          \"\"\n        ],\n        \"event_link_id\": null,\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"creator\": {\n          \"_id\": \"5dbee83c1e6ae10418ea10af\",\n          \"email\": \"david@mcdonalds.com\",\n          \"name\": \"David McDonald\",\n          \"pic\": \"person.jpg\"\n        },\n        \"title\": \"Another meeting\",\n        \"details\": \"\",\n        \"location\": \"\",\n        \"created\": \"2019-11-03T16:52:46.914Z\",\n        \"invitees\": [\n          {\n            \"status\": \"yes\",\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"email\": \"david@mcdonalds.com\",\n            \"name\": \"David McDonald\",\n            \"pic\": \"person.jpg\"\n          }\n        ],\n        \"day_span\": 1,\n        \"__v\": 0,\n        \"start_date\": \"2019-11-03T14:00:00.000Z\",\n        \"end_date\": \"2019-11-03T14:45:00.000Z\",\n        \"guests\": [],\n        \"private_event\": false,\n        \"accounts\": [],\n        \"contacts\": [],\n        \"projects\": [],\n        \"work_items\": []\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"3b1976fb-2e30-49fa-90f6-77c0a85ca6f0"},{"name":"Create Event","id":"1c97cc0a-aa3d-428f-80f3-65920b8cf98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/events","description":"<p>Creates an event in Ravetree. </p>\n<p>The body requires the <code>event</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"title-string-the-human-readable-title-for-the-new-event\"><strong>title</strong> <code>string</code><br />\nThe human-readable title for the new event<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the event<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"location-string-the-human-readable-location-for-the-new-event\"><strong>location</strong> <code>string</code><br />\nThe human-readable location for the new event<br /></h2>\n<h2 id=\"private_event-boolean-is-the-event-private\"><strong>private_event</strong> <code>boolean</code><br />\nIs the event private<br /></h2>\n<h2 id=\"start_date-date-start-date-for-the-new-event\"><strong>start_date</strong> <code>date</code><br />\nStart date for the new event<br /></h2>\n<h2 id=\"end_date-date-end-date-for-the-new-event\"><strong>end_date</strong> <code>date</code><br />\nEnd date for the new event<br /></h2>\n<h2 id=\"day_span-number-number-of-days-the-event-spans\"><strong>day_span</strong> <code>number</code><br />\nNumber of days the event spans<br /></h2>\n<h2 id=\"all_day-boolean-indicates-of-the-event-is-an-all-day-event\"><strong>all_day</strong> <code>boolean</code><br />\nIndicates of the event is an all day event<br /></h2>\n<h2 id=\"tags-string-contacts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nContacts with specified tags<br /></h2>\n<p><strong>invitees</strong> <code>array object</code><br />\nUsers invited to the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>guests</strong> <code>array object</code><br />\nGuests invited to the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>activity</strong> <code>object</code><br />\nActivity associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>accounts</strong> <code>array object</code><br />\nAccounts associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contacts</strong> <code>array object</code><br />\nContacts associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>projects</strong> <code>array object</code><br />\nProjects associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>work_items</strong> <code>array object</code><br />\nWork Items associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>work_item_key</td>\n<td><code>object</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","events"],"query":[],"variable":[]}},"response":[{"id":"618e6ac6-7d27-4f0f-935a-60ffd3588e8f","name":"Create Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"title\": \"Meet for Coffee\",\n        \"location\": \"Starbucks at Atlantic Ave.\",\n        \"private_event\": \"true\",\n        \"start_date\": \"2020-09-13\",\n        \"end_date\": \"2020-09-13\",\n        \"invitees\": [\n            {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"pic\": \"person.jpg\",\n            \"email\": \"john@test.ravetree.com\",\n            \"status\": \"yes\"\n        }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"details\": {\n            \"quill\": [],\n            \"html\": \"\",\n            \"text\": \"\"\n        },\n        \"nylas_id\": \"\",\n        \"all_day\": false,\n        \"tags\": [],\n        \"_id\": \"5f5e187edafe71001d675830\",\n        \"title\": \"Meet for Coffee\",\n        \"location\": \"Starbucks at Atlantic Ave.\",\n        \"private_event\": true,\n        \"start_date\": \"2020-09-13T00:00:00.000Z\",\n        \"end_date\": \"2020-09-13T00:00:00.000Z\",\n        \"day_span\": 1,\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman With a very Long Name here :)\",\n            \"pic\": \"person.jpg\",\n            \"email\": \"john@test.ravetree.com\"\n        },\n        \"created_timestamp\": \"2020-09-13T13:02:54.651Z\",\n        \"modified_by\": {},\n        \"modified_timestamp\": null,\n        \"invitees\": [\n            {\n                \"_id\": \"5dbe923b2a1cef356becfa26\",\n                \"name\": \"John Everyman With a very Long Name here :)\",\n                \"pic\": \"person.jpg\",\n                \"email\": \"john@test.ravetree.com\",\n                \"status\": \"yes\"\n            }\n        ],\n        \"guests\": [],\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"activity\": {},\n        \"accounts\": [],\n        \"contacts\": [],\n        \"projects\": [],\n        \"work_items\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"1c97cc0a-aa3d-428f-80f3-65920b8cf98e"},{"name":"Update Event","id":"f93f0bfd-ae70-4826-9b01-94d9b0d59740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/events/{{event_id}}","description":"<p>Updates an event in Ravetree. </p>\n<p>The body required the <code>event</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"title-string-the-human-readable-title-for-the-new-event\"><strong>title</strong> <code>string</code><br />\nThe human-readable title for the new event<br /></h2>\n<p><strong>details</strong> <code>object</code><br />\nQuill formatted object contains the details for the event<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>quill</td>\n<td><code>array</code></td>\n</tr>\n<tr>\n<td>html</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>text</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"location-string-the-human-readable-location-for-the-new-event\"><strong>location</strong> <code>string</code><br />\nThe human-readable location for the new event<br /></h2>\n<h2 id=\"private_event-boolean-is-the-event-private\"><strong>private_event</strong> <code>boolean</code><br />\nIs the event private<br /></h2>\n<h2 id=\"start_date-date-start-date-for-the-new-event\"><strong>start_date</strong> <code>date</code><br />\nStart date for the new event<br /></h2>\n<h2 id=\"end_date-date-end-date-for-the-new-event\"><strong>end_date</strong> <code>date</code><br />\nEnd date for the new event<br /></h2>\n<h2 id=\"day_span-number-number-of-days-the-event-spans\"><strong>day_span</strong> <code>number</code><br />\nNumber of days the event spans<br /></h2>\n<h2 id=\"all_day-boolean-indicates-of-the-event-is-an-all-day-event\"><strong>all_day</strong> <code>boolean</code><br />\nIndicates of the event is an all day event<br /></h2>\n<h2 id=\"tags-string-contacts-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nContacts with specified tags<br /></h2>\n<p><strong>invitees</strong> <code>array object</code><br />\nUsers invited to the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>pic</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>guests</strong> <code>array object</code><br />\nGuests invited to the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>activity</strong> <code>object</code><br />\nActivity associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>accounts</strong> <code>array object</code><br />\nAccounts associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contacts</strong> <code>array object</code><br />\nContacts associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>projects</strong> <code>array object</code><br />\nProjects associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>work_items</strong> <code>array object</code><br />\nWork Items associated with the event</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>work_item_key</td>\n<td><code>object</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","events","{{event_id}}"],"query":[],"variable":[]}},"response":[{"id":"6a038352-88b4-46b4-ade7-cfbf3535b729","name":"Update Event","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event\": {\n        \"title\": \"Dinner & Movie\",\n        \"location\": \"CineBistro\",\n        \"private_event\": \"true\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n            \"ts\": \"6870891072990478337\",\n            \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870891072990478337\",\n        \"$clusterTime\": {\n            \"clusterTime\": \"6870891072990478337\",\n            \"signature\": {\n                \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n                \"keyId\": \"6829332144800661506\"\n            }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"f93f0bfd-ae70-4826-9b01-94d9b0d59740"},{"name":"Delete Event","id":"3f584d06-d685-4740-af19-e387cc3c3605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/events/{{event_id}}","description":"<p>Deleted the specified event in the <strong>event_id</strong>. Note: You may only delete comments which you have created.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>event_id</strong> <code>string</code><br />\nThe ID of the event to delete<br /></p>\n","urlObject":{"path":["api","v2","events","{{event_id}}"],"query":[],"variable":[]}},"response":[{"id":"4bdf961e-9254-4878-93a8-d76f1240d8a8","name":"Delete Event","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/events/{{event_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"3f584d06-d685-4740-af19-e387cc3c3605"}],"id":"275b27f1-0bc7-4d59-a4fd-5a187f7c26db","_postman_id":"275b27f1-0bc7-4d59-a4fd-5a187f7c26db","description":""},{"name":"Files","item":[{"name":"Search for Files","id":"ec54a024-0539-4039-b02a-b654b364192a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/files","description":"<p>Search for Files based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"name-string-specify-full-or-partial-name\"><strong>name</strong> <code>string</code><br />\nSpecify full or partial name<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"expenses-objectid-expenses-associated-with-the-file\"><strong>expenses</strong> <code>objectId</code><br />\nExpenses associated with the file<br /></h2>\n<h2 id=\"teams-objectid-teams-associated-with-the-file\"><strong>teams</strong> <code>objectId</code><br />\nTeams associated with the file<br /></h2>\n<h2 id=\"accounts-objectid-accounts-associated-with-the-file\"><strong>accounts</strong> <code>objectId</code><br />\nAccounts associated with the file<br /></h2>\n<h2 id=\"contacts-objectid-contacts-associated-with-the-file\"><strong>contacts</strong> <code>objectId</code><br />\nContacts associated with the file<br /></h2>\n<h2 id=\"projects-objectid-projects-associated-with-the-file\"><strong>projects</strong> <code>objectId</code><br />\nProjects associated with the file<br /></h2>\n<h2 id=\"work_items-objectid-work-items-associated-with-the-file\"><strong>work_items</strong> <code>objectId</code><br />\nWork Items associated with the file<br /></h2>\n<h2 id=\"deals-objectid-deals-associated-with-the-file\"><strong>deals</strong> <code>objectId</code><br />\nDeals associated with the file<br /></h2>\n<h2 id=\"retainers-objectid-retainers-associated-with-the-file\"><strong>retainers</strong> <code>objectId</code><br />\nRetainers associated with the file<br /></h2>\n<h2 id=\"events-objectid-events-associated-with-the-file\"><strong>events</strong> <code>objectId</code><br />\nEvents associated with the file<br /></h2>\n<h2 id=\"accounts-objectid-accounts-associated-with-the-file-1\"><strong>accounts</strong> <code>objectId</code><br />\nAccounts associated with the file<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-file\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the file<br /></h2>\n<h2 id=\"reviewers-objectid-reviewers-associated-with-the-file\"><strong>reviewers</strong> <code>objectId</code><br />\nReviewers associated with the file<br /></h2>\n<h2 id=\"reviewerstatus-objectid-file-in-a-specific-reviewer-status\"><strong>reviewerStatus</strong> <code>objectId</code><br />\nFile in a specific reviewer status<br /></h2>\n<h2 id=\"locations-objectid-location-of-the-file-box-dropbox-ravetree-etc\"><strong>locations</strong> <code>objectId</code><br />\nLocation of the file (Box, Dropbox, Ravetree, etc..)<br /></h2>\n<h2 id=\"filetypes-objectid-specify-type-of-file\"><strong>fileTypes</strong> <code>objectId</code><br />\nSpecify type of file<br /></h2>\n<h2 id=\"files-objectid-specific-files-you-want-returned\"><strong>files</strong> <code>objectId</code><br />\nSpecific files you want returned<br /></h2>\n<h2 id=\"approvalrequiredyes-boolean-specify-if-approval-is-required\"><strong>approvalRequiredYes</strong> <code>boolean</code><br />\nSpecify if Approval is required<br /></h2>\n<h2 id=\"approvalrequiredno-boolean-specify-if-approval-is-not-required\"><strong>approvalRequiredNo</strong> <code>boolean</code><br />\nSpecify if Approval is not required<br /></h2>\n<h2 id=\"approvalstatus-boolean-specify-if-status-of-the-file-approval\"><strong>approvalStatus</strong> <code>boolean</code><br />\nSpecify if status of the file approval<br /></h2>\n<h2 id=\"dueasap-boolean-specify-if-approval-is-due-asap\"><strong>dueASAP</strong> <code>boolean</code><br />\nSpecify if approval is due ASAP<br /></h2>\n<h2 id=\"approvalduedatemin-date-minimum-due-date-for-file-approval\"><strong>approvalDueDateMin</strong> <code>date</code><br />\nMinimum due date for file approval<br /></h2>\n<h2 id=\"approvalduedatemax-date-maximum-due-date-for-file-approval\"><strong>approvalDueDateMax</strong> <code>date</code><br />\nMaximum due date for file approval<br /></h2>\n<h2 id=\"createddatemin-date-minimum-created-date-for-file-approval\"><strong>createdDateMin</strong> <code>date</code><br />\nMinimum created date for file approval<br /></h2>\n<h2 id=\"createddatemax-date-maximum-created-date-for-file-approval\"><strong>createdDateMax</strong> <code>date</code><br />\nMaximum created date for file approval<br /></h2>\n","urlObject":{"path":["api","v2","files"],"query":[],"variable":[]}},"response":[{"id":"dec7ce12-b209-4c1c-b004-dc70ccf52f4e","name":"Search for Files","originalRequest":{"method":"GET","header":[],"url":"/api/v2/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5dbf4efb91686b2edf7966b4\",\n                \"approval\": {\n                    \"notified\": {\n                        \"notify_file_creator\": true,\n                        \"notify_reviewers\": true,\n                        \"notify_specific_members\": false,\n                        \"members\": []\n                    },\n                    \"required\": true,\n                    \"stages\": [\n                        {\n                            \"_id\": \"5e505d1d294d351efb994a91\",\n                            \"order\": 1,\n                            \"name\": \"Review\",\n                            \"status\": \"In Review\"\n                        }\n                    ],\n                    \"reviewers\": [\n                        {\n                            \"_id\": \"5e505d1d294d351efb994a92\",\n                            \"stage\": \"Review\",\n                            \"status\": \"Pending\",\n                            \"member\": {\n                                \"_id\": \"5dbe923b2a1cef356becfa26\",\n                                \"name\": \"John Everyman\",\n                                \"email\": \"john@test.ravetree.com\",\n                                \"pic\": \"person.jpg\"\n                            }\n                        }\n                    ],\n                    \"review_history\": [],\n                    \"due\": \"ASAP\",\n                    \"due_date\": null,\n                    \"status\": \"In Review\",\n                    \"creator\": {\n                         \"_id\": \"5dbe923b2a1cef356becfa26\",\n                        \"name\": \"John Everyman\",\n                        \"email\": \"john@test.ravetree.com\",\n                        \"pic\": \"person.jpg\"\n                    },\n                    \"created_timestamp\": \"2019-11-03T22:04:43.273Z\",\n                    \"approval_workflow\": {\n                        \"_id\": \"5de8199fdcdd2d61b1c027b0\",\n                        \"name\": \"John\"\n                    }\n                },\n                \"visibility\": {\n                    \"everyone\": true,\n                    \"permission_roles\": [],\n                    \"specific_people\": [],\n                    \"members\": []\n                },\n                \"projects\": [],\n                \"teams\": [],\n                \"work_items\": [],\n                \"accounts\": [],\n                \"contacts\": [],\n                \"deals\": [],\n                \"members\": [],\n                \"events\": [],\n                \"expenses\": [],\n                \"retainers\": [],\n                \"tags\": [],\n                \"name\": \"dumb.jpeg\",\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"creator\": {\n                    \"_id\": \"5dbee83c1e6ae10418ea10af\",\n                    \"name\": \"Mark Jacobs\",\n                    \"email\": \"mark.jacobs@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"version_history\": [\n                    {\n                        \"size\": {\n                            \"full_size\": {\n                                \"file_size\": 0,\n                                \"file_type\": \"jpeg\",\n                                \"name\": \"T7K9xQusRyn9alMgYfbz_Ravetree-at-All-Things-Open.jpeg\"\n                            },\n                            \"large\": {\n                                \"file_size\": 259893,\n                                \"file_type\": \"png\",\n                                \"name\": \"A2UBoO6sSvyJ6hmL0LQh_Ravetree-at-All-Things-Open.png\"\n                            },\n                            \"small\": {\n                                \"file_size\": 72528,\n                                \"file_type\": \"png\",\n                                \"name\": \"Jef0r6cLRqa3cE9rMgaY_Ravetree-at-All-Things-Open.png\"\n                            },\n                            \"thumbnail\": {\n                                \"file_size\": 4159,\n                                \"file_type\": \"png\",\n                                \"name\": \"pQ2VnE6nSMq3PXCQ7mCk_Ravetree-at-All-Things-Open.png\"\n                            }\n                        },\n                        \"upload_complete\": true,\n                        \"_id\": \"5dbf4efb91686b2edf7966b5\",\n                        \"creator\": {\n                            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n                            \"name\": \"Mark Jacobs\",\n                            \"email\": \"mark.jacobs@test.ravetree.com\",\n                            \"pic\": \"person.jpg\"\n                        },\n                        \"name\": \"Ravetree-at-All-Things-Open.jpeg\",\n                        \"file_size\": 146515,\n                        \"file_type\": \"jpeg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"filestack_handle\": \"lHBYmH4CT5qZtC0ust2G\",\n                        \"embed_url\": \"\",\n                        \"created_timestamp\": \"2019-11-03T22:04:43.248Z\",\n                        \"upload_name\": \"T7K9xQusRyn9alMgYfbz_Ravetree-at-All-Things-Open.jpeg\",\n                        \"uploaded_from\": \"local_file_system\",\n                        \"file_location\": \"Ravetree\"\n                    },\n                    {\n                        \"size\": {\n                            \"full_size\": {},\n                            \"large\": {},\n                            \"small\": {},\n                            \"thumbnail\": {}\n                        },\n                        \"upload_complete\": false,\n                        \"_id\": \"5f411c837243bd001d7e0dfd\",\n                        \"name\": \"dumb.jpeg\",\n                        \"upload_name\": \"5f411c83a6abf6117068bf7c_dumb.jpeg\",\n                        \"file_location\": \"Ravetree\",\n                        \"uploaded_from\": \"local_file_system\",\n                        \"file_size\": 110622,\n                        \"file_type\": \"jpeg\",\n                        \"mime_type\": \"image/jpeg\",\n                        \"creator\": {\n                            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n                            \"name\": \"Mark Jacobs\",\n                            \"email\": \"mark.jacobs@test.ravetree.com\",\n                            \"pic\": \"person.jpg\"\n                        },\n                        \"filestack_handle\": \"axAKiLwZQMWPEq8l4Hrc\",\n                        \"embed_url\": \"https://cdn.filestackcontent.com/axAKiLwZQMWPEq8l4Hrc\",\n                        \"created_timestamp\": \"2020-08-22T13:24:19.765Z\"\n                    }\n                ],\n                \"__v\": 0,\n                \"created_timestamp\": \"2019-11-03T22:04:43.273Z\",\n                \"modified_by\": {\n                    \"_id\": \"5dbee83c1e6ae10418ea10af\",\n                    \"name\": \"Mark Jacobs\",\n                    \"email\": \"mark.jacobs@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                }\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"ec54a024-0539-4039-b02a-b654b364192a"},{"name":"Get File Information","id":"3a0a4da7-c1ec-4b9f-bedc-beb91e989272","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/files/5f46bd80e65e51001d911ef1","description":"<p>Returns the File Information for the specified <strong>file_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to return<br /></p>\n","urlObject":{"path":["api","v2","files","5f46bd80e65e51001d911ef1"],"query":[],"variable":[]}},"response":[{"id":"b8cae763-1d91-4f72-8951-501b0864fe23","name":"Get File Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5f46bd80e65e51001d911ef1\",\n        \"approval\": {\n            \"approval_workflow\": {},\n            \"creator\": {},\n            \"notified\": {\n                \"notify_file_creator\": false,\n                \"notify_reviewers\": false,\n                \"notify_specific_members\": false\n            },\n            \"required\": false,\n            \"status\": \"In Review\",\n            \"created_timestamp\": null,\n            \"due\": \"ASAP\",\n            \"due_date\": null,\n            \"stages\": [],\n            \"reviewers\": [],\n            \"review_history\": []\n        },\n        \"expense\": {},\n        \"visibility\": {\n            \"everyone\": true,\n            \"permissions\": [],\n            \"members\": []\n        },\n        \"tags\": [],\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"name\": \"pony2.jpeg\",\n        \"created_timestamp\": \"2020-08-26T19:52:32.384Z\",\n        \"creator\": {\n            \"_id\": \"5dbee83c1e6ae10418ea10af\",\n            \"name\": \"John Wick\",\n            \"email\": \"johnwick@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"modified_timestamp\": null,\n        \"modified_by\": {},\n        \"version_history\": [\n            {\n                \"size\": {\n                    \"full_size\": {},\n                    \"large\": {},\n                    \"small\": {},\n                    \"thumbnail\": {}\n                },\n                \"upload_complete\": false,\n                \"_id\": \"5f46bd80e65e51001d911ef2\",\n                \"name\": \"pony2.jpeg\",\n                \"upload_name\": \"5f46bd801ffdc5d5a53c260f_pony2.jpeg\",\n                \"file_location\": \"Ravetree\",\n                \"uploaded_from\": \"local_file_system\",\n                \"file_size\": 135527,\n                \"file_type\": \"jpeg\",\n                \"mime_type\": \"image/jpeg\",\n                \"creator\": {\n                    \"_id\": \"5dbee83c1e6ae10418ea10af\",\n                    \"name\": \"John Wick\",\n                    \"email\": \"johnwick@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"filestack_handle\": \"SNaupvW3QuO7uf8mBmYJ\",\n                \"embed_url\": \"https://cdn.filestackcontent.com/SNaupvW3QuO7uf8mBmYJ\",\n                \"created_timestamp\": \"2020-08-26T19:52:32.387Z\"\n            }\n        ],\n        \"projects\": [],\n        \"teams\": [],\n        \"work_items\": [],\n        \"accounts\": [],\n        \"contacts\": [],\n        \"deals\": [],\n        \"members\": [],\n        \"events\": [],\n        \"retainers\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"3a0a4da7-c1ec-4b9f-bedc-beb91e989272"},{"name":"Create File","id":"000e88ed-0cf0-4fd8-9817-d6e4108d9f0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files","description":"<p>Creates a file in Ravetree. </p>\n<p>The body requires the <code>file</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, default values will be set.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"new_version-boolean-specifies-if-the-file-is-a-new-version-of-an-existing-file\"><strong>new_version</strong> <code>boolean</code><br />\nSpecifies if the file is a new version of an existing file<br /></h2>\n<h2 id=\"_id-objectid-id-of-the-existing-file-must-be-used-with-new_version-being-equal-to-true\"><strong>_id</strong> <code>objectId</code><br />\nID of the existing file. Must be used with <strong>new_version</strong> being equal to <strong>true</strong><br /></h2>\n<h2 id=\"name-string-the-original-file-name-uploaded-to-ravetree\"><strong>name</strong> <code>string</code><br />\nThe original file name uploaded to Ravetree<br /></h2>\n<h2 id=\"upload_name-string-ravetree-modified-file-name-to-ensure-the-file-is-unique-to-the-ravetree-file-system\"><strong>upload_name</strong> <code>string</code><br />\nRavetree modified file name to ensure the file is unique to the Ravetree file system<br /></h2>\n<h2 id=\"file_location-string-location-of-the-uploaded-file-ravetree-box-dropbox-etc\"><strong>file_location</strong> <code>string</code><br />\nLocation of the uploaded file (Ravetree, Box, Dropbox, etc..)<br /></h2>\n<h2 id=\"file_size-number-size-in-bytes-of-the-file\"><strong>file_size</strong> <code>number</code><br />\nSize in bytes of the file<br /></h2>\n<h2 id=\"mime_type-string-file-mime-type\"><strong>mime_type</strong> <code>string</code><br />\nFile mime type<br /></h2>\n<h2 id=\"filestack_handle-string-id-of-the-file-provided-by-filestack\"><strong>filestack_handle</strong> <code>string</code><br />\nID of the file provided by Filestack<br /></h2>\n<p><strong>embedded_url</strong> <code>string</code><br />\nURL of the embedded file if not uploaded<br /></p>\n","urlObject":{"path":["api","v2","files"],"query":[],"variable":[]}},"response":[{"id":"acaaf696-65cb-463b-845b-ffb4cc9bb162","name":"Create File","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file\": {\n            \"name\": \"HOWDY DUTY\",\n            \"upload_name\":\"Howdy_ho.jpg\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"approval\": {\n            \"approval_workflow\": {},\n            \"creator\": {},\n            \"notified\": {\n                \"notify_file_creator\": false,\n                \"notify_reviewers\": false,\n                \"notify_specific_members\": false\n            },\n            \"required\": false,\n            \"status\": \"In Review\",\n            \"created_timestamp\": null,\n            \"due\": \"ASAP\",\n            \"due_date\": null,\n            \"stages\": [],\n            \"reviewers\": [],\n            \"review_history\": []\n        },\n        \"visibility\": {\n            \"everyone\": true,\n            \"permissions\": [],\n            \"members\": []\n        },\n        \"tags\": [],\n        \"_id\": \"5f6109ac7716bd001de64c86\",\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"name\": \"HOWDY_DUTY.jpg\",\n        \"created_timestamp\": \"2020-09-15T18:36:28.278Z\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyma\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"modified_timestamp\": null,\n        \"modified_by\": {},\n        \"version_history\": [\n            {\n                \"size\": {\n                    \"full_size\": {},\n                    \"large\": {},\n                    \"small\": {},\n                    \"thumbnail\": {}\n                },\n                \"upload_complete\": false,\n                \"_id\": \"5f6109ac7716bd001de64c87\",\n                \"name\": \"HOWDY_DUTY.jpg\",\n                \"upload_name\": \"Howdy_ho.jpg\",\n                \"file_location\": \"Ravetree\",\n                \"uploaded_from\": \"unknown\",\n                \"file_type\": \"jpg\",\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyma\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"embed_url\": \"\",\n                \"created_timestamp\": \"2020-09-15T18:36:28.293Z\"\n            }\n        ],\n        \"projects\": [],\n        \"teams\": [],\n        \"work_items\": [],\n        \"accounts\": [],\n        \"contacts\": [],\n        \"deals\": [],\n        \"members\": [],\n        \"events\": [],\n        \"retainers\": [],\n        \"expense\": {},\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"000e88ed-0cf0-4fd8-9817-d6e4108d9f0f"},{"name":"Create Signed URL","id":"13b5f8fe-7dd9-458b-8feb-aa5f5f7bc710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/signed-url","description":"<p>Creates a signed URL to download a file in Ravetree. </p>\n<p>The body requires the <code>file</code> object to be passed in it. All properties are optional. If you omit a property in the <code>POST</code> command, the file will not download.</p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"name-string-ravetree-file-name-on-the-ravetree-system-this-will-not-be-the-given-name-of-the-file\"><strong>name</strong> <code>string</code><br />\nRavetree file name on the Ravetree system. This will not be the given name of the file<br /></h2>\n<h2 id=\"display_name-string-name-you-wish-to-give-the-file-as-it-downloads\"><strong>display_name</strong> <code>string</code><br />\nName you wish to give the file as it downloads<br /></h2>\n<h2 id=\"directory-string-directory-the-file-resides-in-ravetree\"><strong>directory</strong> <code>string</code><br />\nDirectory the file resides in Ravetree<br /></h2>\n","urlObject":{"path":["api","v2","files","signed-url"],"query":[],"variable":[]}},"response":[{"id":"a5beff32-3da2-420a-8b1f-4b335da32e11","name":"Create Signed URL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"file\": {\n        \"name\": \"HOWDY_HO.jpg\",\n        \"display_name\": \"Cowbows are cool.jpg\",\n        \"directory\": \"files\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/signed-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"signed_url\": \"https://ravetreeapp.s3.amazonaws.com/portals/5dbe92462a1cef356becfa34/files/HOWDY_HO.jpg?AWSAccessKeyId=AKIAIYQZMF4LP7MSO2TQ&Expires=1600200052&Signature=wT59gKzWucnKpEv5hLFMg3hR8Vk%3D&response-content-disposition=attachment%3B%20filename%3DCowbows%2520are%2520cool.jpg\"\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"13b5f8fe-7dd9-458b-8feb-aa5f5f7bc710"},{"name":"Update File","id":"5af9d9d6-137e-45dd-bd11-483339d2da4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}","description":"<p>Updates the File Information for the specified <strong>file_id</strong></p>\n<p>The body required the <code>file</code> object to be passed in it. All properties are optional. Only properties passed into this <code>PUT</code> command will be updated. Missing properties will be ignored.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to return<br /></p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<p><strong>teams</strong> <code>array object</code><br />\nTeams associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>accounts</strong> <code>array object</code><br />\nAccounts associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>contacts</strong> <code>array object</code><br />\nContacts associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>projects</strong> <code>array object</code><br />\nProjects associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>work_items</strong> <code>array object</code><br />\nWork Items associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>work_item_key</td>\n<td>'object'</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>deals</strong> <code>array object</code><br />\nDeals associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>retainers</strong> <code>array object</code><br />\nRetainers associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>events</strong> <code>array object</code><br />\nEvents associated with the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>title</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>start_date</td>\n<td><code>date</code></td>\n</tr>\n<tr>\n<td>end_date</td>\n<td><code>date</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"tags-array-string-tags-associated-with-the-file\"><strong>tags</strong> <code>array string</code><br />\nTags associated with the file<br /></h2>\n<p><strong>visibility</strong> <code>object</code><br />\nSet the file visibility settings<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>everyone</td>\n<td><code>boolean</code></td>\n</tr>\n<tr>\n<td>permissions</td>\n<td><code>array object</code></td>\n</tr>\n<tr>\n<td>members</td>\n<td><code>array object</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"58f5a511-cb11-4df1-9e8e-e46f92e320cc","name":"Update File","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"file\": {\n        \"name\": \"My New Name.jpg\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n    \"n\": 1,\n    \"nModified\": 1,\n    \"opTime\": {\n      \"ts\": \"6870891072990478337\",\n      \"t\": 22\n    },\n    \"electionId\": \"7fffffff0000000000000016\",\n    \"ok\": 1,\n    \"operationTime\": \"6870891072990478337\",\n    \"$clusterTime\": {\n      \"clusterTime\": \"6870891072990478337\",\n      \"signature\": {\n        \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n        \"keyId\": \"6829332144800661506\"\n      }\n    }\n  },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"5af9d9d6-137e-45dd-bd11-483339d2da4a"},{"name":"Update File Approval","id":"434d0de6-408d-48ff-8ee0-0275c13a0e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/approval","description":"<p>Updates the File Approval for the specified <strong>file_id</strong></p>\n<p>The body required the <code>approval</code> object to be passed in it. All properties are required. Any missing properties will be set to blank or false.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to return<br /></p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"required-boolean-determines-if-approval-for-the-file-is-required-or-not\"><strong>required</strong> <code>boolean</code><br />\nDetermines if approval for the file is required or not<br /></h2>\n<h2 id=\"status-string-status-of-the-approval-process\"><strong>status</strong> <code>string</code><br />\nStatus of the approval process<br /></h2>\n<p><strong>approval_workflow</strong> <code>object</code><br />\nApproval workflow of the file<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td><code>objectId</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"due-string-determines-if-the-file-approval-has-a-due-date-or-asap\"><strong>due</strong> <code>string</code><br />\nDetermines if the file approval has a due date or asap<br /></h2>\n<h2 id=\"due_date-date-due-date-for-the-file-approval\"><strong>due_date</strong> <code>date</code><br />\nDue date for the file approval<br /></h2>\n<p><strong>stages</strong> <code>array object</code><br />\nStages of the approval workflow<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order</td>\n<td><code>number</code></td>\n</tr>\n<tr>\n<td>name</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>'string'</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<p><strong>reviewers</strong> <code>array object</code><br />\nReviewers in the workflow<br /></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>property</th>\n<th>type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>stage</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td><code>string</code></td>\n</tr>\n<tr>\n<td>member</td>\n<td>`object</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"notify_file_creator-boolean-notify-the-file-creator-when-the-file-has-been-approved\"><strong>notify_file_creator</strong> <code>boolean</code><br />\nNotify the file creator when the file has been approved<br /></h2>\n<h2 id=\"notify_reviewers-boolean-notify-the-file-reviewers-when-the-file-has-been-approved\"><strong>notify_reviewers</strong> <code>boolean</code><br />\nNotify the file reviewers when the file has been approved<br /></h2>\n<p><strong>notify_specific_members</strong> <code>boolean</code><br />\nNotify specific members when the file has been approved<br /></p>\n","urlObject":{"path":["api","v2","files","{{file_id}}","approval"],"query":[],"variable":[]}},"response":[{"id":"be763153-b66e-4cc9-a79a-a97771849780","name":"Update File Approval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"approval\": {\n        \"required\": false,\n        \"status\": \"In Review\",\n        \"approval_workflow\": {},\n        \"due\": \"ASAP\",\n        \"due_date\": null,\n        \"stages\": [],\n        \"reviewers\": [],\n        \"notified.notify_file_creator\": true,\n        \"notified.notify_reviewers\": false,\n        \"notified.notify_specific_members\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/approval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n    \"n\": 1,\n    \"nModified\": 1,\n    \"opTime\": {\n      \"ts\": \"6870891072990478337\",\n      \"t\": 22\n    },\n    \"electionId\": \"7fffffff0000000000000016\",\n    \"ok\": 1,\n    \"operationTime\": \"6870891072990478337\",\n    \"$clusterTime\": {\n      \"clusterTime\": \"6870891072990478337\",\n      \"signature\": {\n        \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n        \"keyId\": \"6829332144800661506\"\n      }\n    }\n  },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"434d0de6-408d-48ff-8ee0-0275c13a0e34"},{"name":"Update File Reviewer Approval Status","id":"0eb026a6-d46a-4a2e-837a-83821079bb3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/reviewer/{{reviewer_id}}/approval-status","description":"<p>Updates the File Approval Status for the specified <strong>file_id</strong></p>\n<p>The body required the <code>approval</code> object to be passed in it. All properties are required. Any missing properties will result in the file not being updated properly.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"file_id-string-the-id-of-the-file-to-update\"><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to update<br /></h2>\n<p><strong>reviewer_id</strong> <code>string</code><br />\nThe ID of the reviewer<br /></p>\n<h4 id=\"body-params\">Body Params</h4>\n<hr />\n<h2 id=\"stage-string-the-stage-name-to-update\"><strong>stage</strong> <code>string</code><br />\nThe Stage name to update<br /></h2>\n<p><strong>status</strong> <code>string</code><br />\nStatus you wish to change the stage to<br /></p>\n","urlObject":{"path":["api","v2","files","{{file_id}}","reviewer","{{reviewer_id}}","approval-status"],"query":[],"variable":[]}},"response":[{"id":"f947cdea-6da7-4da5-9a1d-b1d8d80a5121","name":"Update File Reviewer Approval Status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"approval\": {\n        \"stage\": \"Stage 1\",\n        \"status\": \"Rejected\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/reviewer/{{reviewer_id}}/approval-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n    \"n\": 1,\n    \"nModified\": 1,\n    \"opTime\": {\n      \"ts\": \"6870891072990478337\",\n      \"t\": 22\n    },\n    \"electionId\": \"7fffffff0000000000000016\",\n    \"ok\": 1,\n    \"operationTime\": \"6870891072990478337\",\n    \"$clusterTime\": {\n      \"clusterTime\": \"6870891072990478337\",\n      \"signature\": {\n        \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n        \"keyId\": \"6829332144800661506\"\n      }\n    }\n  },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"0eb026a6-d46a-4a2e-837a-83821079bb3b"},{"name":"Restart File Approval","id":"e1212ab7-5c51-4386-a146-e128029895a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/restart-approval","description":"<p>Restarts the File Approval for the specified <strong>file_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to restart the approval process for<br /></p>\n","urlObject":{"path":["api","v2","files","{{file_id}}","restart-approval"],"query":[],"variable":[]}},"response":[{"id":"b65ca1f7-3ed5-4b63-bc67-ead91ef96e64","name":"Restart File Approval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}/restart-approval"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n    \"n\": 1,\n    \"nModified\": 1,\n    \"opTime\": {\n      \"ts\": \"6870891072990478337\",\n      \"t\": 22\n    },\n    \"electionId\": \"7fffffff0000000000000016\",\n    \"ok\": 1,\n    \"operationTime\": \"6870891072990478337\",\n    \"$clusterTime\": {\n      \"clusterTime\": \"6870891072990478337\",\n      \"signature\": {\n        \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n        \"keyId\": \"6829332144800661506\"\n      }\n    }\n  },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"e1212ab7-5c51-4386-a146-e128029895a0"},{"name":"Delete File","id":"86c05a1f-45ce-4cfe-9bcf-36ec5fa6dc06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}","description":"<p>Deleted the specified file in the <strong>file_id</strong>.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>file_id</strong> <code>string</code><br />\nThe ID of the file to delete<br /></p>\n","urlObject":{"path":["api","v2","files","{{file_id}}"],"query":[],"variable":[]}},"response":[{"id":"d7aebc6b-73fc-4ef2-bfd8-5129dc1dea71","name":"Delete File","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/files/{{file_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"86c05a1f-45ce-4cfe-9bcf-36ec5fa6dc06"}],"id":"b4887624-f7a9-4c92-805a-a99c7d5f73a2","_postman_id":"b4887624-f7a9-4c92-805a-a99c7d5f73a2","description":""},{"name":"Notifications","item":[{"name":"Get Users Notifications","id":"24da4b52-b007-49f9-a613-9c843abbf371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/notifications","description":"<p>Returns the logged in users notifications</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<p><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></p>\n","urlObject":{"path":["api","v2","notifications"],"query":[],"variable":[]}},"response":[{"id":"196aa7f6-a964-413f-9c78-85f9ffc6965d","name":"Get Users Notifications","originalRequest":{"method":"GET","header":[],"url":"/api/v2/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"new_notifications\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5ef497accee42dfa0c6f307f\",\n                \"new_notification\": true,\n                \"sender\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"recipient\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\"\n                },\n                \"account\": {},\n                \"contact\": {},\n                \"work_item\": {},\n                \"project\": {},\n                \"team\": {},\n                \"event\": {},\n                \"file\": {},\n                \"request\": {},\n                \"retainer\": {},\n                \"invoice\": {},\n                \"estimate\": {\n                    \"_id\": \"5ef49779cee42dfa0c6f305d\",\n                    \"subject\": \"Test Estiamte\",\n                    \"estimate_key\": \"12\"\n                },\n                \"time_off_request\": {},\n                \"timelog\": {},\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"__v\": 0,\n                \"notification_type\": \"Estimate Status Changed\",\n                \"created_timestamp\": \"2020-06-25T12:25:16.358Z\"\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"24da4b52-b007-49f9-a613-9c843abbf371"},{"name":"Get Notification Information","id":"4a095f0f-e0a4-48f1-8976-dd3bf2623a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/notifications/{{notification_id}}","description":"<p>Returns the Notification Information for the specified <strong>notification_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>notification_id</strong> <code>string</code><br />\nThe ID of the notification to return<br /></p>\n","urlObject":{"path":["api","v2","notifications","{{notification_id}}"],"query":[],"variable":[]}},"response":[{"id":"52ea8076-8398-4110-8bd8-dfc7511d126a","name":"Get Notification Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/notifications/{{notification_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5ef497accee42dfa0c6f307f\",\n        \"new_notification\": true,\n        \"sender\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"recipient\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\"\n        },\n        \"account\": {},\n        \"contact\": {},\n        \"work_item\": {},\n        \"project\": {},\n        \"team\": {},\n        \"event\": {},\n        \"file\": {},\n        \"request\": {},\n        \"retainer\": {},\n        \"invoice\": {},\n        \"estimate\": {\n            \"_id\": \"5ef49779cee42dfa0c6f305d\",\n            \"subject\": \"Test Estiamte\",\n            \"estimate_key\": \"12\"\n        },\n        \"time_off_request\": {},\n        \"timelog\": {},\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"__v\": 0,\n        \"notification_type\": \"Estimate Status Changed\",\n        \"created_timestamp\": \"2020-06-25T12:25:16.358Z\"\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"4a095f0f-e0a4-48f1-8976-dd3bf2623a34"},{"name":"Update Notification Read Status","id":"0d7ea7f8-ff17-426c-ae56-19c331555bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/api/v2/notifications/{{notification_id}}/read/{{status}}","description":"<p>Updates the Notification Read Status for the specified <strong>notification_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"notification_id-string-the-id-of-the-notification-to-return\"><strong>notification_id</strong> <code>string</code><br />\nThe ID of the notification to return<br /></h2>\n<p><strong>status</strong> <code>boolean</code><br />\nThe read status of the notification<br /></p>\n","urlObject":{"path":["api","v2","notifications","{{notification_id}}","read","{{status}}"],"query":[],"variable":[]}},"response":[{"id":"fef09e39-a52d-44d4-a6f6-7d7484838999","name":"Update Notification Read Status","originalRequest":{"method":"GET","header":[],"url":"/api/v2/notifications/{{notification_id}}/read/{{status}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n        \"ts\": \"6870891072990478337\",\n        \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870891072990478337\",\n        \"$clusterTime\": {\n        \"clusterTime\": \"6870891072990478337\",\n        \"signature\": {\n            \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n            \"keyId\": \"6829332144800661506\"\n        }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"0d7ea7f8-ff17-426c-ae56-19c331555bab"},{"name":"Update Notification Star Status","id":"f387c99c-2970-4669-a23d-3645b515cb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"/api/v2/notifications/{{notification_id}}/star/{{status}}","description":"<p>Updates the Notification Star Status for the specified <strong>notification_id</strong></p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<h2 id=\"notification_id-string-the-id-of-the-notification-to-return\"><strong>notification_id</strong> <code>string</code><br />\nThe ID of the notification to return<br /></h2>\n<p><strong>status</strong> <code>boolean</code><br />\nThe star status of the notification<br /></p>\n","urlObject":{"path":["api","v2","notifications","{{notification_id}}","star","{{status}}"],"query":[],"variable":[]}},"response":[{"id":"c0db19b7-4245-4fee-8711-e32fc263bc40","name":"Update Notification Star Status","originalRequest":{"method":"GET","header":[],"url":"/api/v2/notifications/{{notification_id}}/star/{{status}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"n\": 1,\n        \"nModified\": 1,\n        \"opTime\": {\n        \"ts\": \"6870891072990478337\",\n        \"t\": 22\n        },\n        \"electionId\": \"7fffffff0000000000000016\",\n        \"ok\": 1,\n        \"operationTime\": \"6870891072990478337\",\n        \"$clusterTime\": {\n        \"clusterTime\": \"6870891072990478337\",\n        \"signature\": {\n            \"hash\": \"ekPRQD2v8zgPJ+EISYn1zqwWI0c=\",\n            \"keyId\": \"6829332144800661506\"\n        }\n        }\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"f387c99c-2970-4669-a23d-3645b515cb99"},{"name":"Delete Notification","id":"171a4a2e-4cfb-4988-b6d2-2ea251520ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/notificaitons/{{notification_id}}","description":"<p>Deleted the specified notification in the <strong>notification_id</strong>.</p>\n<h4 id=\"path-params\">Path Params</h4>\n<hr />\n<p><strong>notification_id</strong> <code>string</code><br />\nThe ID of the notification to delete<br /></p>\n","urlObject":{"path":["api","v2","notificaitons","{{notification_id}}"],"query":[],"variable":[]}},"response":[{"id":"a0b18d22-9ee5-464b-9475-05cf29289b20","name":"Delete Notification","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/api/v2/notificaitons/{{notification_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {},\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"171a4a2e-4cfb-4988-b6d2-2ea251520ac1"}],"id":"75e5d855-f2bd-44b7-a4b9-695f6cf7ceae","_postman_id":"75e5d855-f2bd-44b7-a4b9-695f6cf7ceae","description":""},{"name":"Projects","item":[{"name":"Search for Projects","id":"1ff972ba-706f-4a66-95ef-c45626c15158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/projects","description":"<p>Search for Projects based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"page-number-specify-the-page-number-you-want-returned\"><strong>page</strong> <code>number</code><br />\nSpecify the page number you want returned<br /></h2>\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-project\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each project<br /></h2>\n<h2 id=\"title-string-specify-full-or-partial-title\"><strong>title</strong> <code>string</code><br />\nSpecify full or partial title<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-accounts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted accounts<br /></h2>\n<h2 id=\"projects-objectid-ids-of-specific-projects-you-want-returned\"><strong>projects</strong> 'objectId'<br />\nIDs of specific projects you want returned<br /></h2>\n<h2 id=\"projecttypes-string-projects-that-are-associated-with-these-project-types\"><strong>projectTypes</strong> <code>string</code><br />\nProjects that are associated with these project types</h2>\n<h2 id=\"accounts-objectid-id-of-specific-accounts-associated-with-the-projects\"><strong>accounts</strong> <code>objectId</code><br />\nID of specific accounts associated with the projects<br /></h2>\n<h2 id=\"hasaccountyes-boolean-specifies-the-project-has-an-account\"><strong>hasAccountYes</strong> <code>boolean</code><br />\nSpecifies the project has an account<br /></h2>\n<h2 id=\"hasaccountno-boolean-specifies-the-project-does-not-have-an-account\"><strong>hasAccountNo</strong> <code>boolean</code><br />\nSpecifies the project does not have an account<br /></h2>\n<h2 id=\"contacts-objectid-id-of-specific-contacts-associated-with-the-projects\"><strong>contacts</strong> <code>objectId</code><br />\nID of specific contacts associated with the projects<br /></h2>\n<h2 id=\"hascontactyes-boolean-specifies-the-project-has-a-contact\"><strong>hasContactYes</strong> <code>boolean</code><br />\nSpecifies the project has a contact<br /></h2>\n<h2 id=\"hascontactno-boolean-specifies-the-project-does-not-have-a-contact\"><strong>hasContactNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a contact<br /></h2>\n<h2 id=\"retainers-objectid-id-of-specific-retainers-associated-with-the-projects\"><strong>retainers</strong> <code>objectId</code><br />\nID of specific retainers associated with the projects<br /></h2>\n<h2 id=\"hasretaineryes-boolean-specifies-the-project-has-a-retainer\"><strong>hasRetainerYes</strong> <code>boolean</code><br />\nSpecifies the project has a retainer<br /></h2>\n<h2 id=\"hasretainerno-boolean-specifies-the-project-does-not-have-a-retainer\"><strong>hasRetainerNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a retainer<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-project\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the project<br /></h2>\n<h2 id=\"members-boolean-id-of-specific-users-who-are-members-of-the-project\"><strong>members</strong> <code>boolean</code><br />\nID of specific users who are members of the project<br /></h2>\n<h2 id=\"status-string-status-of-the-projects\"><strong>status</strong> <code>string</code><br />\nStatus of the projects<br /></h2>\n<h2 id=\"portfolios-objectid-id-of-specific-portfolios-associated-with-the-projects\"><strong>portfolios</strong> <code>objectId</code><br />\nID of specific portfolios associated with the projects<br /></h2>\n<h2 id=\"priorities-number-priority-of-the-projects\"><strong>priorities</strong> <code>number</code><br />\nPriority of the projects<br /></h2>\n<h2 id=\"startdatemin-date-minimum-start-date-for-each-project\"><strong>startDateMin</strong> <code>date</code><br />\nMinimum start date for each project<br /></h2>\n<h2 id=\"startdatemax-date-maximum-start-date-for-each-project\"><strong>startDateMax</strong> <code>date</code><br />\nMaximum start date for each project<br /></h2>\n<h2 id=\"startdatepast-boolean-the-requested-projects-have-a-start-date-in-the-past\"><strong>startDatePast</strong> <code>boolean</code><br />\nThe requested projects have a start date in the past<br /></h2>\n<h2 id=\"startdatetoday-boolean-the-requested-projects-have-a-start-date-today\"><strong>startDateToday</strong> <code>boolean</code><br />\nThe requested projects have a start date today<br /></h2>\n<h2 id=\"startdatefuture-boolean-the-requested-projects-have-a-start-date-in-the-future\"><strong>startDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a start date in the future<br /></h2>\n<h2 id=\"startdatethisweek-boolean-the-requested-projects-have-a-start-date-this-week\"><strong>startDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a start date this week<br /></h2>\n<h2 id=\"enddatemin-date-minimum-end-date-for-each-project\"><strong>endDateMin</strong> <code>date</code><br />\nMinimum end date for each project<br /></h2>\n<h2 id=\"enddatemax-date-maximum-end-date-for-each-project\"><strong>endDateMax</strong> <code>date</code><br />\nMaximum end date for each project<br /></h2>\n<h2 id=\"enddatepast-boolean-the-requested-projects-have-a-end-date-in-the-past\"><strong>endDatePast</strong> <code>boolean</code><br />\nThe requested projects have a end date in the past<br /></h2>\n<h2 id=\"enddatetoday-boolean-the-requested-projects-have-a-end-date-today\"><strong>endDateToday</strong> <code>boolean</code><br />\nThe requested projects have a end date today<br /></h2>\n<h2 id=\"enddatefuture-boolean-the-requested-projects-have-a-end-date-in-the-future\"><strong>endDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a end date in the future<br /></h2>\n<h2 id=\"enddatethisweek-boolean-the-requested-projects-have-a-end-date-this-week\"><strong>endDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a end date this week<br /></h2>\n<h2 id=\"budgetmin-number-the-minimum-budget-assigned-to-each-project\"><strong>budgetMin</strong> <code>number</code><br />\nThe minimum budget assigned to each project</h2>\n<h2 id=\"budgetmax-number-the-maximum-budget-assigned-to-each-project\"><strong>budgetMax</strong> <code>number</code><br />\nThe maximum budget assigned to each project</h2>\n<h2 id=\"billableyes-boolean-projects-are-billable\"><strong>billableYes</strong> <code>boolean</code><br />\nProjects are billable</h2>\n<h2 id=\"billableno-boolean-projects-are-not-billable\"><strong>billableNo</strong> <code>boolean</code><br />\nProjects are not billable</h2>\n<h2 id=\"tags-string-work-items-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nWork Items with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nWork Items with specified custom fields<br /></p>\n","urlObject":{"path":["api","v2","projects"],"query":[],"variable":[]}},"response":[{"id":"85e9367b-f507-44f8-b266-7659bfa8c84e","name":"Search for Projects","originalRequest":{"method":"GET","header":[],"url":"/api/v2/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5ee033155b050d4b2e0d47a5\",\n                \"privacy\": {\n                    \"enabled\": false\n                },\n                \"budget\": {\n                    \"currency\": {\n                        \"currency\": \"CAD\",\n                        \"symbol\": \"$\"\n                    },\n                    \"labor_itemized\": false,\n                    \"expense_itemized\": false,\n                    \"material_itemized\": false,\n                    \"hours_itemized\": false,\n                    \"points_itemized\": false,\n                    \"total_budget\": 375,\n                    \"labor_budget\": 375,\n                    \"expense_budget\": 0,\n                    \"hours_budget\": 26.2,\n                    \"points_budget\": 0,\n                    \"material_budget\": 0,\n                    \"labor_budget_itemize\": [],\n                    \"expense_budget_itemize\": [],\n                    \"material_budget_itemize\": [],\n                    \"hours_budget_itemize\": [],\n                    \"points_budget_itemize\": []\n                },\n                \"metrics\": {\n                    \"work_items\": {\n                        \"total_estimated_hours\": 122.2,\n                        \"total_logged_hours\": 0,\n                        \"total_remaining_hours\": 122.2,\n                        \"total_work_item_count\": 97,\n                        \"backlog_count\": 97,\n                        \"active_count\": 0,\n                        \"halted_count\": 0,\n                        \"completed_count\": 0,\n                        \"canceled_count\": 0,\n                        \"backlog_percentage\": 100,\n                        \"active_percentage\": 0,\n                        \"halted_percentage\": 0,\n                        \"completed_percentage\": 0,\n                        \"canceled_percentage\": 0\n                    },\n                    \"time_logs\": {\n                        \"total_estimated_hours\": 122.2,\n                        \"total_logged_hours\": 0,\n                        \"total_remaining_hours\": 0\n                    }\n                },\n                \"deleted\": false,\n                \"portfolio\": null,\n                \"portfolios\": [],\n                \"request\": null,\n                \"retainer\": null,\n                \"lock\": false,\n                \"work_items\": [],\n                \"title\": \"KEYBOARD\",\n                \"project_type\": {\n                    \"_id\": \"5dbe924c2a1cef356becfa4f\",\n                    \"color\": \"green\",\n                    \"name\": \"Confirmed\"\n                },\n                \"billable\": false,\n                \"account\": null,\n                \"contact\": {},\n                \"tags\": [],\n                \"deleted_date\": null,\n                \"import_key\": \"\",\n                \"creator\": {\n                    \"_id\": \"5dbe923b2a1cef356becfa26\",\n                    \"name\": \"John Everyman\",\n                    \"email\": \"john@test.ravetree.com\",\n                    \"pic\": \"person.jpg\",\n                    \"timezone\": \"America/New_York\"\n                },\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"folders\": [],\n                \"backlog_order\": 0,\n                \"priority\": 1,\n                \"project_key\": \"\",\n                \"details\": \"<p>1 Blog per month</p>\\n\",\n                \"start_date\": \"2020-06-09T04:00:00.000Z\",\n                \"end_date\": null,\n                \"completed\": null,\n                \"created\": \"2020-06-10T01:10:45.481Z\",\n                \"modified\": null,\n                \"status\": \"Active\",\n                \"billable_type\": \"variable_hourly\",\n                \"billable_rate\": 0,\n                \"allocations\": [],\n                \"custom_fields\": [],\n                \"__v\": 0\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"1ff972ba-706f-4a66-95ef-c45626c15158"},{"name":"Search for Projects By Group","id":"fb02f6db-4667-4b43-90e3-c7e0ef034f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/projects-group","description":"<p>Search for Projects based on query params and group them by specified grouping.</p>\n<p>The <strong>groupByName</strong> and <strong>groupById</strong> are both required. You need to specify the name of the grouping and the ID (how you are grouping).</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"groupbyid-string-id-of-the-property-you-are-grouping-by\"><strong>groupById</strong> <code>string</code><br />\nID of the property you are grouping by<br /></h2>\n<h2 id=\"groupbyname-string-name-of-the-property-you-are-grouping-by\"><strong>groupByName</strong> <code>string</code><br />\nName of the property you are grouping by<br /></h2>\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-project\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each project<br /></h2>\n<h2 id=\"title-string-specify-full-or-partial-title\"><strong>title</strong> <code>string</code><br />\nSpecify full or partial title<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-accounts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted accounts<br /></h2>\n<h2 id=\"projects-objectid-ids-of-specific-projects-you-want-returned\"><strong>projects</strong> 'objectId'<br />\nIDs of specific projects you want returned<br /></h2>\n<h2 id=\"projecttypes-string-projects-that-are-associated-with-these-project-types\"><strong>projectTypes</strong> <code>string</code><br />\nProjects that are associated with these project types</h2>\n<h2 id=\"accounts-objectid-id-of-specific-accounts-associated-with-the-projects\"><strong>accounts</strong> <code>objectId</code><br />\nID of specific accounts associated with the projects<br /></h2>\n<h2 id=\"hasaccountyes-boolean-specifies-the-project-has-an-account\"><strong>hasAccountYes</strong> <code>boolean</code><br />\nSpecifies the project has an account<br /></h2>\n<h2 id=\"hasaccountno-boolean-specifies-the-project-does-not-have-an-account\"><strong>hasAccountNo</strong> <code>boolean</code><br />\nSpecifies the project does not have an account<br /></h2>\n<h2 id=\"contacts-objectid-id-of-specific-contacts-associated-with-the-projects\"><strong>contacts</strong> <code>objectId</code><br />\nID of specific contacts associated with the projects<br /></h2>\n<h2 id=\"hascontactyes-boolean-specifies-the-project-has-a-contact\"><strong>hasContactYes</strong> <code>boolean</code><br />\nSpecifies the project has a contact<br /></h2>\n<h2 id=\"hascontactno-boolean-specifies-the-project-does-not-have-a-contact\"><strong>hasContactNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a contact<br /></h2>\n<h2 id=\"retainers-objectid-id-of-specific-retainers-associated-with-the-projects\"><strong>retainers</strong> <code>objectId</code><br />\nID of specific retainers associated with the projects<br /></h2>\n<h2 id=\"hasretaineryes-boolean-specifies-the-project-has-a-retainer\"><strong>hasRetainerYes</strong> <code>boolean</code><br />\nSpecifies the project has a retainer<br /></h2>\n<h2 id=\"hasretainerno-boolean-specifies-the-project-does-not-have-a-retainer\"><strong>hasRetainerNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a retainer<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-project\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the project<br /></h2>\n<h2 id=\"members-boolean-id-of-specific-users-who-are-members-of-the-project\"><strong>members</strong> <code>boolean</code><br />\nID of specific users who are members of the project<br /></h2>\n<h2 id=\"status-string-status-of-the-projects\"><strong>status</strong> <code>string</code><br />\nStatus of the projects<br /></h2>\n<h2 id=\"portfolios-objectid-id-of-specific-portfolios-associated-with-the-projects\"><strong>portfolios</strong> <code>objectId</code><br />\nID of specific portfolios associated with the projects<br /></h2>\n<h2 id=\"priorities-number-priority-of-the-projects\"><strong>priorities</strong> <code>number</code><br />\nPriority of the projects<br /></h2>\n<h2 id=\"startdatemin-date-minimum-start-date-for-each-project\"><strong>startDateMin</strong> <code>date</code><br />\nMinimum start date for each project<br /></h2>\n<h2 id=\"startdatemax-date-maximum-start-date-for-each-project\"><strong>startDateMax</strong> <code>date</code><br />\nMaximum start date for each project<br /></h2>\n<h2 id=\"startdatepast-boolean-the-requested-projects-have-a-start-date-in-the-past\"><strong>startDatePast</strong> <code>boolean</code><br />\nThe requested projects have a start date in the past<br /></h2>\n<h2 id=\"startdatetoday-boolean-the-requested-projects-have-a-start-date-today\"><strong>startDateToday</strong> <code>boolean</code><br />\nThe requested projects have a start date today<br /></h2>\n<h2 id=\"startdatefuture-boolean-the-requested-projects-have-a-start-date-in-the-future\"><strong>startDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a start date in the future<br /></h2>\n<h2 id=\"startdatethisweek-boolean-the-requested-projects-have-a-start-date-this-week\"><strong>startDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a start date this week<br /></h2>\n<h2 id=\"enddatemin-date-minimum-end-date-for-each-project\"><strong>endDateMin</strong> <code>date</code><br />\nMinimum end date for each project<br /></h2>\n<h2 id=\"enddatemax-date-maximum-end-date-for-each-project\"><strong>endDateMax</strong> <code>date</code><br />\nMaximum end date for each project<br /></h2>\n<h2 id=\"enddatepast-boolean-the-requested-projects-have-a-end-date-in-the-past\"><strong>endDatePast</strong> <code>boolean</code><br />\nThe requested projects have a end date in the past<br /></h2>\n<h2 id=\"enddatetoday-boolean-the-requested-projects-have-a-end-date-today\"><strong>endDateToday</strong> <code>boolean</code><br />\nThe requested projects have a end date today<br /></h2>\n<h2 id=\"enddatefuture-boolean-the-requested-projects-have-a-end-date-in-the-future\"><strong>endDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a end date in the future<br /></h2>\n<h2 id=\"enddatethisweek-boolean-the-requested-projects-have-a-end-date-this-week\"><strong>endDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a end date this week<br /></h2>\n<h2 id=\"budgetmin-number-the-minimum-budget-assigned-to-each-project\"><strong>budgetMin</strong> <code>number</code><br />\nThe minimum budget assigned to each project</h2>\n<h2 id=\"budgetmax-number-the-maximum-budget-assigned-to-each-project\"><strong>budgetMax</strong> <code>number</code><br />\nThe maximum budget assigned to each project</h2>\n<h2 id=\"billableyes-boolean-projects-are-billable\"><strong>billableYes</strong> <code>boolean</code><br />\nProjects are billable</h2>\n<h2 id=\"billableno-boolean-projects-are-not-billable\"><strong>billableNo</strong> <code>boolean</code><br />\nProjects are not billable</h2>\n<h2 id=\"tags-string-work-items-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nWork Items with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nWork Items with specified custom fields<br /></p>\n","urlObject":{"path":["api","v2","projects-group"],"query":[],"variable":[]}},"response":[{"id":"16d28d18-09fc-41e8-8bc9-bb3ad75d3832","name":"Search for Projects By Group","originalRequest":{"method":"GET","header":[],"url":"/api/v2/projects-group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 10,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 10,\n        \"data\": [\n            {\n                \"_id\": \"5dc04cef66e2265811db5f11\",\n                \"name\": \"Adam Jimenez Design\",\n                \"total_count\": 1,\n                \"page\": 1,\n                \"max_pages\": 1,\n                \"start_range\": 1,\n                \"end_range\": 40,\n                \"data\": [\n                    {\n                        \"_id\": \"5ebfd5ed01db3496b01de789\",\n                        \"privacy\": {\n                            \"enabled\": false\n                        },\n                        \"budget\": {\n                            \"currency\": {\n                                \"currency\": \"UAH\",\n                                \"symbol\": \"₴\"\n                            },\n                            \"labor_itemized\": false,\n                            \"expense_itemized\": false,\n                            \"material_itemized\": false,\n                            \"hours_itemized\": false,\n                            \"points_itemized\": false,\n                            \"total_budget\": 0,\n                            \"labor_budget\": 0,\n                            \"expense_budget\": 0,\n                            \"hours_budget\": 0,\n                            \"points_budget\": 0,\n                            \"material_budget\": 0,\n                            \"labor_budget_itemize\": [],\n                            \"expense_budget_itemize\": [],\n                            \"material_budget_itemize\": [],\n                            \"hours_budget_itemize\": [],\n                            \"points_budget_itemize\": []\n                        },\n                        \"metrics\": {\n                            \"work_items\": {\n                                \"total_estimated_hours\": 0,\n                                \"total_logged_hours\": 0,\n                                \"total_remaining_hours\": 0,\n                                \"total_work_item_count\": 0,\n                                \"backlog_count\": 0,\n                                \"active_count\": 0,\n                                \"halted_count\": 0,\n                                \"completed_count\": 0,\n                                \"canceled_count\": 0,\n                                \"backlog_percentage\": 0,\n                                \"active_percentage\": 0,\n                                \"halted_percentage\": 0,\n                                \"completed_percentage\": 0,\n                                \"canceled_percentage\": 0\n                            },\n                            \"time_logs\": {}\n                        },\n                        \"deleted\": false,\n                        \"portfolio\": null,\n                        \"portfolios\": [],\n                        \"request\": null,\n                        \"retainer\": null,\n                        \"lock\": false,\n                        \"work_items\": [],\n                        \"title\": \"Inherit Inc.\",\n                        \"project_type\": {\n                            \"_id\": \"5dbe924c2a1cef356becfa4f\",\n                            \"color\": \"green\",\n                            \"name\": \"Confirmed\"\n                        },\n                        \"billable\": false,\n                        \"account\": {\n                            \"_id\": \"5dc04cef66e2265811db5f11\",\n                            \"name\": \"Adam Jimenez Design\"\n                        },\n                        \"contact\": {\n                            \"_id\": \"5dc04cef66e2265811db5f13\",\n                            \"first_name\": \"Adam\",\n                            \"last_name\": \"Jimenez\"\n                        },\n                        \"tags\": [],\n                        \"deleted_date\": null,\n                        \"import_key\": \"\",\n                        \"creator\": {\n                            \"_id\": \"5dbe923b2a1cef356becfa26\",\n                            \"name\": \"John Everyman\",\n                            \"email\": \"john@test.ravetree.com\",\n                            \"pic\": \"person.jpg\",\n                            \"timezone\": \"America/New_York\"\n                        },\n                        \"portal\": \"5dbe92462a1cef356becfa34\",\n                        \"folders\": [],\n                        \"backlog_order\": 0,\n                        \"priority\": 1,\n                        \"project_key\": \"\",\n                        \"details\": \"<p>Create the new website</p>\\n\",\n                        \"start_date\": \"2020-05-16T04:00:00.000Z\",\n                        \"end_date\": null,\n                        \"completed\": null,\n                        \"created\": \"2020-05-16T12:00:45.470Z\",\n                        \"modified\": null,\n                        \"status\": \"Active\",\n                        \"billable_type\": \"fixed_hourly\",\n                        \"billable_rate\": 0,\n                        \"allocations\": [],\n                        \"custom_fields\": [],\n                        \"__v\": 0\n                    }\n                ]\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"fb02f6db-4667-4b43-90e3-c7e0ef034f4b"},{"name":"Get Project Information","id":"d7a4de47-6248-4f60-b2db-3edd419208ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v2/projects/{{project_id}}","description":"<p>Search for Projects based on query params</p>\n<h4 id=\"query-params\">Query Params</h4>\n<hr />\n<h2 id=\"select-string-list-of-properties-separated-by-a-space-you-want-returned-with-each-project\"><strong>select</strong> <code>string</code><br />\nList of properties separated by a space you want returned with each project<br /></h2>\n<h2 id=\"title-string-specify-full-or-partial-title\"><strong>title</strong> <code>string</code><br />\nSpecify full or partial title<br /></h2>\n<h2 id=\"sortby-string-property-name-you-want-to-use-for-sorting\"><strong>sortBy</strong> <code>string</code><br />\nProperty name you want to use for sorting<br /></h2>\n<h2 id=\"sortorder-string-specify-asc-or-desc\"><strong>sortOrder</strong> <code>string</code><br />\nSpecify <code>asc</code> or <code>desc</code><br /></h2>\n<h2 id=\"showdeleted-boolean-show-deleted-accounts\"><strong>showDeleted</strong> <code>boolean</code><br />\nShow deleted accounts<br /></h2>\n<h2 id=\"projects-objectid-ids-of-specific-projects-you-want-returned\"><strong>projects</strong> 'objectId'<br />\nIDs of specific projects you want returned<br /></h2>\n<h2 id=\"projecttypes-string-projects-that-are-associated-with-these-project-types\"><strong>projectTypes</strong> <code>string</code><br />\nProjects that are associated with these project types</h2>\n<h2 id=\"accounts-objectid-id-of-specific-accounts-associated-with-the-projects\"><strong>accounts</strong> <code>objectId</code><br />\nID of specific accounts associated with the projects<br /></h2>\n<h2 id=\"hasaccountyes-boolean-specifies-the-project-has-an-account\"><strong>hasAccountYes</strong> <code>boolean</code><br />\nSpecifies the project has an account<br /></h2>\n<h2 id=\"hasaccountno-boolean-specifies-the-project-does-not-have-an-account\"><strong>hasAccountNo</strong> <code>boolean</code><br />\nSpecifies the project does not have an account<br /></h2>\n<h2 id=\"contacts-objectid-id-of-specific-contacts-associated-with-the-projects\"><strong>contacts</strong> <code>objectId</code><br />\nID of specific contacts associated with the projects<br /></h2>\n<h2 id=\"hascontactyes-boolean-specifies-the-project-has-a-contact\"><strong>hasContactYes</strong> <code>boolean</code><br />\nSpecifies the project has a contact<br /></h2>\n<h2 id=\"hascontactno-boolean-specifies-the-project-does-not-have-a-contact\"><strong>hasContactNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a contact<br /></h2>\n<h2 id=\"retainers-objectid-id-of-specific-retainers-associated-with-the-projects\"><strong>retainers</strong> <code>objectId</code><br />\nID of specific retainers associated with the projects<br /></h2>\n<h2 id=\"hasretaineryes-boolean-specifies-the-project-has-a-retainer\"><strong>hasRetainerYes</strong> <code>boolean</code><br />\nSpecifies the project has a retainer<br /></h2>\n<h2 id=\"hasretainerno-boolean-specifies-the-project-does-not-have-a-retainer\"><strong>hasRetainerNo</strong> <code>boolean</code><br />\nSpecifies the project does not have a retainer<br /></h2>\n<h2 id=\"creators-boolean-id-of-specific-users-who-created-the-project\"><strong>creators</strong> <code>boolean</code><br />\nID of specific users who created the project<br /></h2>\n<h2 id=\"members-boolean-id-of-specific-users-who-are-members-of-the-project\"><strong>members</strong> <code>boolean</code><br />\nID of specific users who are members of the project<br /></h2>\n<h2 id=\"status-string-status-of-the-projects\"><strong>status</strong> <code>string</code><br />\nStatus of the projects<br /></h2>\n<h2 id=\"portfolios-objectid-id-of-specific-portfolios-associated-with-the-projects\"><strong>portfolios</strong> <code>objectId</code><br />\nID of specific portfolios associated with the projects<br /></h2>\n<h2 id=\"priorities-number-priority-of-the-projects\"><strong>priorities</strong> <code>number</code><br />\nPriority of the projects<br /></h2>\n<h2 id=\"startdatemin-date-minimum-start-date-for-each-project\"><strong>startDateMin</strong> <code>date</code><br />\nMinimum start date for each project<br /></h2>\n<h2 id=\"startdatemax-date-maximum-start-date-for-each-project\"><strong>startDateMax</strong> <code>date</code><br />\nMaximum start date for each project<br /></h2>\n<h2 id=\"startdatepast-boolean-the-requested-projects-have-a-start-date-in-the-past\"><strong>startDatePast</strong> <code>boolean</code><br />\nThe requested projects have a start date in the past<br /></h2>\n<h2 id=\"startdatetoday-boolean-the-requested-projects-have-a-start-date-today\"><strong>startDateToday</strong> <code>boolean</code><br />\nThe requested projects have a start date today<br /></h2>\n<h2 id=\"startdatefuture-boolean-the-requested-projects-have-a-start-date-in-the-future\"><strong>startDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a start date in the future<br /></h2>\n<h2 id=\"startdatethisweek-boolean-the-requested-projects-have-a-start-date-this-week\"><strong>startDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a start date this week<br /></h2>\n<h2 id=\"enddatemin-date-minimum-end-date-for-each-project\"><strong>endDateMin</strong> <code>date</code><br />\nMinimum end date for each project<br /></h2>\n<h2 id=\"enddatemax-date-maximum-end-date-for-each-project\"><strong>endDateMax</strong> <code>date</code><br />\nMaximum end date for each project<br /></h2>\n<h2 id=\"enddatepast-boolean-the-requested-projects-have-a-end-date-in-the-past\"><strong>endDatePast</strong> <code>boolean</code><br />\nThe requested projects have a end date in the past<br /></h2>\n<h2 id=\"enddatetoday-boolean-the-requested-projects-have-a-end-date-today\"><strong>endDateToday</strong> <code>boolean</code><br />\nThe requested projects have a end date today<br /></h2>\n<h2 id=\"enddatefuture-boolean-the-requested-projects-have-a-end-date-in-the-future\"><strong>endDateFuture</strong> <code>boolean</code><br />\nThe requested projects have a end date in the future<br /></h2>\n<h2 id=\"enddatethisweek-boolean-the-requested-projects-have-a-end-date-this-week\"><strong>endDateThisWeek</strong> <code>boolean</code><br />\nThe requested projects have a end date this week<br /></h2>\n<h2 id=\"budgetmin-number-the-minimum-budget-assigned-to-each-project\"><strong>budgetMin</strong> <code>number</code><br />\nThe minimum budget assigned to each project</h2>\n<h2 id=\"budgetmax-number-the-maximum-budget-assigned-to-each-project\"><strong>budgetMax</strong> <code>number</code><br />\nThe maximum budget assigned to each project</h2>\n<h2 id=\"billableyes-boolean-projects-are-billable\"><strong>billableYes</strong> <code>boolean</code><br />\nProjects are billable</h2>\n<h2 id=\"billableno-boolean-projects-are-not-billable\"><strong>billableNo</strong> <code>boolean</code><br />\nProjects are not billable</h2>\n<h2 id=\"tags-string-work-items-with-specified-tags\"><strong>tags</strong> <code>string</code><br />\nWork Items with specified tags<br /></h2>\n<p><strong>customFields</strong> <code>string</code><br />\nWork Items with specified custom fields<br /></p>\n","urlObject":{"path":["api","v2","projects","{{project_id}}"],"query":[],"variable":[]}},"response":[{"id":"b9abbf6c-3be8-4aef-87e8-d93abcc8b5c7","name":"Get Project Information","originalRequest":{"method":"GET","header":[],"url":"/api/v2/projects/{{project_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"_id\": \"5ee033155b050d4b2e0d47a5\",\n        \"privacy\": {\n            \"enabled\": false\n        },\n        \"budget\": {\n            \"currency\": {\n                \"currency\": \"CAD\",\n                \"symbol\": \"$\"\n            },\n            \"labor_itemized\": false,\n            \"expense_itemized\": false,\n            \"material_itemized\": false,\n            \"hours_itemized\": false,\n            \"points_itemized\": false,\n            \"total_budget\": 375,\n            \"labor_budget\": 375,\n            \"expense_budget\": 0,\n            \"hours_budget\": 26.2,\n            \"points_budget\": 0,\n            \"material_budget\": 0,\n            \"labor_budget_itemize\": [],\n            \"expense_budget_itemize\": [],\n            \"material_budget_itemize\": [],\n            \"hours_budget_itemize\": [],\n            \"points_budget_itemize\": []\n        },\n        \"metrics\": {\n            \"work_items\": {\n                \"total_estimated_hours\": 122.2,\n                \"total_logged_hours\": 0,\n                \"total_remaining_hours\": 122.2,\n                \"total_work_item_count\": 97,\n                \"backlog_count\": 97,\n                \"active_count\": 0,\n                \"halted_count\": 0,\n                \"completed_count\": 0,\n                \"canceled_count\": 0,\n                \"backlog_percentage\": 100,\n                \"active_percentage\": 0,\n                \"halted_percentage\": 0,\n                \"completed_percentage\": 0,\n                \"canceled_percentage\": 0\n            },\n            \"time_logs\": {\n                \"total_estimated_hours\": 122.2,\n                \"total_logged_hours\": 0,\n                \"total_remaining_hours\": 0\n            }\n        },\n        \"deleted\": false,\n        \"portfolio\": null,\n        \"portfolios\": [],\n        \"request\": null,\n        \"retainer\": null,\n        \"lock\": false,\n        \"work_items\": [],\n        \"title\": \"KEYBOARD\",\n        \"project_type\": {\n            \"_id\": \"5dbe924c2a1cef356becfa4f\",\n            \"color\": \"green\",\n            \"name\": \"Confirmed\"\n        },\n        \"billable\": false,\n        \"account\": null,\n        \"contact\": {},\n        \"tags\": [],\n        \"deleted_date\": null,\n        \"import_key\": \"\",\n        \"creator\": {\n            \"_id\": \"5dbe923b2a1cef356becfa26\",\n            \"name\": \"John Everyman\",\n            \"email\": \"john@test.ravetree.com\",\n            \"pic\": \"person.jpg\",\n            \"timezone\": \"America/New_York\"\n        },\n        \"portal\": \"5dbe92462a1cef356becfa34\",\n        \"folders\": [],\n        \"backlog_order\": 0,\n        \"priority\": 1,\n        \"project_key\": \"\",\n        \"details\": \"<p>1 Blog per month</p>\\n\",\n        \"start_date\": \"2020-06-09T04:00:00.000Z\",\n        \"end_date\": null,\n        \"completed\": null,\n        \"created\": \"2020-06-10T01:10:45.481Z\",\n        \"modified\": null,\n        \"status\": \"Active\",\n        \"billable_type\": \"variable_hourly\",\n        \"billable_rate\": 0,\n        \"allocations\": [],\n        \"custom_fields\": [],\n        \"__v\": 0\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"d7a4de47-6248-4f60-b2db-3edd419208ea"}],"id":"cc0eca96-bf6c-4970-8a7b-3ce31671a841","_postman_id":"cc0eca96-bf6c-4970-8a7b-3ce31671a841","description":""},{"name":"Users","item":[{"name":"Search for Users","id":"3eec507d-be54-4ef9-92c4-6546bd6ecaf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiamFzb24uYnJlYXVsdEByYXZldHJlZS5jb20iLCJleHAiOjE1OTk3MTI3NjYsImlhdCI6MTU5OTcwOTE2Nn0.GeXkV5asOpA55Cu7YUpK0lLju3FvaiSwA-TmXSnwV7hj5J3j90ebUo2zULj-BNTpaQ9jEWEsQGys0tVVQiNWxw","type":"text"}],"url":"https://ravetree-api-dev.herokuapp.com/api/v2/users?emails=jason.breault@ravetree.com","urlObject":{"protocol":"https","path":["api","v2","users"],"host":["ravetree-api-dev","herokuapp","com"],"query":[{"key":"emails","value":"jason.breault@ravetree.com"}],"variable":[]}},"response":[{"id":"0e18e804-e623-4b78-ae1e-8f7c223cd855","name":"Search for Users","originalRequest":{"method":"GET","header":[],"url":"/api/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status\": 200,\n    \"status_description\": \"OK\",\n    \"data\": {\n        \"total_count\": 1,\n        \"page\": 1,\n        \"max_pages\": 1,\n        \"start_range\": 1,\n        \"end_range\": 40,\n        \"data\": [\n            {\n                \"_id\": \"5dbe923b2a1cef356becfa26\",\n                \"user_settings\": {\n                    \"connection_settings\": {\n                        \"nylas\": {\n                            \"exchange\": {\n                                \"password\": \"\"\n                            },\n                            \"sync_enabled\": true,\n                            \"default_calendar\": \"8k59qek7rjc924fu7bbzsvr0\"\n                        }\n                    },\n                    \"crm\": {\n                        \"deals\": {\n                            \"selected_pipeline\": \"5dbe924c2a1cef356becfa57\",\n                            \"create_event_from_activity\": true\n                        }\n                    },\n                    \"home\": {\n                        \"selected_tab\": \"Status\"\n                    },\n                    \"project\": {\n                        \"selected_work_item_view\": \"tree\"\n                    },\n                    \"projects\": {\n                        \"selected_projects_view\": \"list\"\n                    },\n                    \"landing_page\": \"dashboard\",\n                    \"timer_time_log_date\": \"stopped\",\n                    \"open_links\": \"_self\",\n                    \"notification_bell\": \"all\",\n                    \"auto_start_timer\": true\n                },\n                \"access_tokens\": {\n                    \"nylas\": {\n                        \"account_id\": \"8tpfi3e1hqn3zykgtxjv5ka23\",\n                        \"token\": \"KzFxsZEfbJtP3FbEBnS930I8LlzjIh\"\n                    },\n                    \"google\": {\n                        \"access_token\": \"ya29.Il-9ByNDa3X44Yi6YdODpaQlRVKlNBLVHnTSk9pjWy81ZPi7ci1qbrvoShmRGIAIg5WCHwSwHUlgDPq2jPhGHwzcBK0YCfGB3zv7fEBpuWP8wwIpd-BtYMUZTtC7UvRjUw\",\n                        \"refresh_token\": \"1//0dj4PAa5JUxwbCgYIARAAGA0SNwF-L9IrArFGqofZvtIhUfLTFvL6Q1hyRMuGkMjEFmsnz-5lALrqwSiYlIagwgXvzEg3peffgtA\"\n                    }\n                },\n                \"project_memberships\": [\n                    \"5edd78672aa1ea403526f404\",\n                    \"5eb6f72e84fdc8387ddad8ed\",\n                    \"5ea8a08c1c5881101949db8a\",\n                    \"5ea89532969c8e08fc74625f\",\n                    \"5e9f4b7c81acae31d3131b7e\",\n                    \"5e8ddca4da8f4b492a5ed903\",\n                    \"5e8cf3fc65d06f0c57040382\",\n                    \"5e879b176a6cb26de923a17a\",\n                    \"5e348f9d40447b219e615d96\",\n                    \"5e31c951b0aef4317752a1a0\",\n                    \"5e17b6939cd3f71d021c4e6c\",\n                    \"5e13e7f3bab2c0946d5fbb2c\",\n                    \"5dbe989dad29523613170988\"\n                ],\n                \"email\": \"jason.breault@ravetree.com\",\n                \"sms_number\": \"+19195999792\",\n                \"name\": \"John Everyman With a very Long Name here :)\",\n                \"pic\": \"person.jpg\",\n                \"timezone\": \"America/New_York\",\n                \"password\": \"$2a$08$gGW4h3OpCfbqQbJejb2qWusithxn1KwKR9FjmoITvLN62NhfQkGoO\",\n                \"reset_key\": \"\",\n                \"email_signature\": \"\",\n                \"portal_id\": \"5dbe92462a1cef356becfa34\",\n                \"portal\": \"5dbe92462a1cef356becfa34\",\n                \"created\": \"2019-11-03T08:39:23.148Z\",\n                \"last_comment_feed_view_date\": \"2020-09-10T22:04:16.628Z\",\n                \"portals\": [\n                    {\n                        \"client\": {\n                            \"contact\": null,\n                            \"projects\": []\n                        },\n                        \"employee_info\": {\n                            \"work_week\": {\n                                \"sunday\": false,\n                                \"monday\": true,\n                                \"tuesday\": true,\n                                \"wednesday\": true,\n                                \"thursday\": true,\n                                \"friday\": true,\n                                \"saturday\": false\n                            },\n                            \"department\": \"5dbe93b22a1cef356becfc2f\",\n                            \"office\": \"5dbe940c2a1cef356becfc65\",\n                            \"status\": \"full_time_employee\",\n                            \"official_title\": \"CTO\",\n                            \"salary\": 8,\n                            \"wage\": 0,\n                            \"rate\": 125,\n                            \"hire_date\": null,\n                            \"hire_source\": \"\",\n                            \"termination_date\": null,\n                            \"termination_reason\": \"\",\n                            \"notes\": \"\",\n                            \"max_utilization\": 8,\n                            \"bio\": \"I am the BOSS :)\",\n                            \"addresses\": [\n                                {\n                                    \"_id\": \"5dbe9745ad29523613170859\",\n                                    \"kind\": \"Work\",\n                                    \"country\": \"US\",\n                                    \"state\": \"NC\",\n                                    \"city\": \"Cary\",\n                                    \"address\": \"302 Copper Hill Drive\",\n                                    \"zip\": \"27518\"\n                                }\n                            ],\n                            \"websites\": [\n                                {\n                                    \"_id\": \"5dbe9745ad29523613170858\",\n                                    \"url\": \"www.ravetree.com\"\n                                }\n                            ],\n                            \"emails\": [\n                                {\n                                    \"_id\": \"5dbe9745ad29523613170857\",\n                                    \"kind\": \"Work\",\n                                    \"email\": \"\"\n                                }\n                            ],\n                            \"phones\": [\n                                {\n                                    \"_id\": \"5dbe9745ad29523613170856\",\n                                    \"kind\": \"Work\",\n                                    \"number\": \"919-599-9792\"\n                                }\n                            ],\n                            \"time_off_plans\": [\n                                {\n                                    \"time_off_plan\": null,\n                                    \"_id\": \"5ec8232bbfec9be4c72d127a\",\n                                    \"hours_remaining\": 320\n                                }\n                            ],\n                            \"skills\": []\n                        },\n                        \"notifications\": {\n                            \"account_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"alerts\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"at_mention\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": true\n                            },\n                            \"calendar_event_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"calendar_event_invite\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"contact_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"expense_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"expense_approval_response\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"expense_modified_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"file_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"file_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"project_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"project_file_attachment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"project_membership\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"project_status_change\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"project_due\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"reminder\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"retainer_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"request_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"request_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"team_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"team_membership\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"timelog_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"timelog_approval_response\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"timelog_modified_approval\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"time_off_request\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_assignment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"template_created\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_comment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_dependency\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_file_attachment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_phase_change\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_due\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"work_item_update_request\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": false\n                            },\n                            \"estimate_invoice_status\": {\n                                \"email\": true,\n                                \"ravetree\": true,\n                                \"sms\": true\n                            },\n                            \"estimate_invoice_payment\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": true\n                            },\n                            \"estimate_invoice_modified\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": true\n                            },\n                            \"estimate_invoice_created\": {\n                                \"ravetree\": true,\n                                \"email\": true,\n                                \"sms\": true\n                            }\n                        },\n                        \"active\": true,\n                        \"navigator\": [\n                            \"Home\",\n                            \"Dashboard\",\n                            \"Admin\",\n                            \"Projects\",\n                            \"Retainers\",\n                            \"Requests\",\n                            \"Teams\",\n                            \"CRM\",\n                            \"Schedule\",\n                            \"Work Items\",\n                            \"Reports\",\n                            \"Calendar\",\n                            \"Time Sheet\",\n                            \"Expenses\",\n                            \"Members\",\n                            \"Manager\",\n                            \"Files\"\n                        ],\n                        \"is_client\": false,\n                        \"_id\": \"5dbe923b2a1cef356becfa27\",\n                        \"portal\": \"5dbe92462a1cef356becfa34\",\n                        \"favorite_filters\": [],\n                        \"quick_links\": [],\n                        \"dashboards\": [\n                            {\n                                \"is_default\": true,\n                                \"_id\": \"5dbe923b2a1cef356becfa28\",\n                                \"name\": \"Main\",\n                                \"created\": \"2019-11-03T08:39:23.163Z\",\n                                \"widgets\": [\n                                    {\n                                        \"_id\": \"5e7250d400db291b350d3997\",\n                                        \"name\": \"Overdue Invoices\",\n                                        \"element_id\": \"overdueInvoicesWidget\",\n                                        \"width\": 50,\n                                        \"height\": 80,\n                                        \"order\": 0\n                                    },\n                                    {\n                                        \"_id\": \"5e7253ef28e3eb1c5097bd2b\",\n                                        \"name\": \"All Active Projects\",\n                                        \"element_id\": \"allActiveProjectsWidget\",\n                                        \"width\": 50,\n                                        \"height\": 80,\n                                        \"order\": 1\n                                    }\n                                ],\n                                \"rows\": []\n                            }\n                        ],\n                        \"client_portal_dashboards\": [\n                            {\n                                \"is_default\": true,\n                                \"_id\": \"5dbe923b2a1cef356becfa29\",\n                                \"name\": \"Client Portal Main\",\n                                \"widgets\": [\n                                    {\n                                        \"_id\": \"5dbe923b2a1cef356becfa2d\",\n                                        \"name\": \"My Active Projects\",\n                                        \"order\": 1,\n                                        \"width\": 60,\n                                        \"height\": 50,\n                                        \"element_id\": \"clientPortalMyActiveProjectsWidget\"\n                                    },\n                                    {\n                                        \"_id\": \"5dbe923b2a1cef356becfa2c\",\n                                        \"name\": \"Files Pending My Review\",\n                                        \"order\": 2,\n                                        \"width\": 40,\n                                        \"height\": 50,\n                                        \"element_id\": \"filesPendingMyReviewWidget\"\n                                    },\n                                    {\n                                        \"_id\": \"5dbe923b2a1cef356becfa2b\",\n                                        \"name\": \"My Work Items\",\n                                        \"order\": 3,\n                                        \"width\": 60,\n                                        \"height\": 50,\n                                        \"element_id\": \"myWorkItemsWidget\"\n                                    },\n                                    {\n                                        \"_id\": \"5dbe923b2a1cef356becfa2a\",\n                                        \"name\": \"Requests Pending My Review\",\n                                        \"order\": 4,\n                                        \"width\": 40,\n                                        \"height\": 50,\n                                        \"element_id\": \"myRequestsWidget\"\n                                    }\n                                ],\n                                \"created\": \"2019-11-03T08:39:23.165Z\",\n                                \"rows\": []\n                            }\n                        ],\n                        \"created\": \"2019-11-03T08:39:23.165Z\",\n                        \"dashboards2\": [],\n                        \"tables\": {\n                            \"accounts\": [\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccca9bc1e87c0c244882\",\n                                    \"name\": \"Menu\",\n                                    \"field_name\": \"\",\n                                    \"sort_field_name\": \"\",\n                                    \"width\": 40,\n                                    \"header_width\": 40,\n                                    \"field_html\": \"views/accounts/table/fields/menu.html\",\n                                    \"header_html\": \"views/customTables/headers/accounts_actions.html\",\n                                    \"order\": 0\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccca9bc1e87c0c244881\",\n                                    \"name\": \"Status\",\n                                    \"field_name\": \"active\",\n                                    \"sort_field_name\": \"active\",\n                                    \"width\": 120,\n                                    \"header_width\": 120,\n                                    \"field_html\": \"views/accounts/table/fields/active.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 1\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccca9bc1e87c0c244880\",\n                                    \"name\": \"Type\",\n                                    \"field_name\": \"account_type\",\n                                    \"sort_field_name\": \"account_type\",\n                                    \"width\": 120,\n                                    \"header_width\": 120,\n                                    \"field_html\": \"views/accounts/table/fields/account_type.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 2\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccca9bc1e87c0c24487f\",\n                                    \"name\": \"Key\",\n                                    \"field_name\": \"client_key\",\n                                    \"sort_field_name\": \"client_key\",\n                                    \"width\": 200,\n                                    \"header_width\": 200,\n                                    \"field_html\": \"views/accounts/table/fields/client_key.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 3\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c24487e\",\n                                    \"name\": \"Name\",\n                                    \"field_name\": \"name\",\n                                    \"sort_field_name\": \"name\",\n                                    \"width\": 200,\n                                    \"header_width\": 200,\n                                    \"field_html\": \"views/accounts/table/fields/name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 4\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c24487d\",\n                                    \"name\": \"Industry\",\n                                    \"field_name\": \"industry\",\n                                    \"sort_field_name\": \"industry\",\n                                    \"width\": 158,\n                                    \"header_width\": 158,\n                                    \"field_html\": \"views/accounts/table/fields/industry.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 5\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c24487c\",\n                                    \"name\": \"Employees\",\n                                    \"field_name\": \"employees\",\n                                    \"sort_field_name\": \"employees\",\n                                    \"width\": 95,\n                                    \"header_width\": 95,\n                                    \"field_html\": \"views/accounts/table/fields/employees.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 6\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c24487b\",\n                                    \"name\": \"Owner\",\n                                    \"field_name\": \"owner.name\",\n                                    \"sort_field_name\": \"owner.name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/accounts/table/fields/owner.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 7\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c24487a\",\n                                    \"name\": \"Website\",\n                                    \"field_name\": \"website\",\n                                    \"sort_field_name\": \"website\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/accounts/table/fields/website.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 8\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c244879\",\n                                    \"name\": \"Modified\",\n                                    \"field_name\": \"modified\",\n                                    \"sort_field_name\": \"modified_unix\",\n                                    \"width\": 190,\n                                    \"header_width\": 190,\n                                    \"field_html\": \"views/accounts/table/fields/modified.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 9\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c244878\",\n                                    \"name\": \"Modified By\",\n                                    \"field_name\": \"modified_by_name\",\n                                    \"sort_field_name\": \"modified_by_name\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/accounts/table/fields/modified_by_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 10\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c244877\",\n                                    \"name\": \"Created\",\n                                    \"field_name\": \"created\",\n                                    \"sort_field_name\": \"created_unix\",\n                                    \"width\": 190,\n                                    \"header_width\": 190,\n                                    \"field_html\": \"views/accounts/table/fields/created.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 11\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c244876\",\n                                    \"name\": \"Creator\",\n                                    \"field_name\": \"creator.name\",\n                                    \"sort_field_name\": \"creator.name\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/accounts/table/fields/creator_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 12\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21ccc99bc1e87c0c244875\",\n                                    \"name\": \"Tags\",\n                                    \"field_name\": \"tags\",\n                                    \"sort_field_name\": \"tags\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/accounts/table/fields/tags.html\",\n                                    \"header_html\": \"views/customTables/headers/no_sort.html\",\n                                    \"order\": 13\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce854\",\n                                    \"name\": \"Custom Checkbox\",\n                                    \"field_name\": \"Custom Checkbox\",\n                                    \"sort_field_name\": \"Custom Checkbox\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7f87e10eb12ab5e4c9a8\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 14\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce853\",\n                                    \"name\": \"Custom Date\",\n                                    \"field_name\": \"Custom Date\",\n                                    \"sort_field_name\": \"Custom Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7f8e418a0d0ea4ec435a\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 15\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce852\",\n                                    \"name\": \"Custom Dropdown\",\n                                    \"field_name\": \"Custom Dropdown\",\n                                    \"sort_field_name\": \"Custom Dropdown\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7f9a4fb7c80a9e382997\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 16\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce851\",\n                                    \"name\": \"Custom Number\",\n                                    \"field_name\": \"Custom Number\",\n                                    \"sort_field_name\": \"Custom Number\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fa113100688d087d883\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 17\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce850\",\n                                    \"name\": \"Custom Radio\",\n                                    \"field_name\": \"Custom Radio\",\n                                    \"sort_field_name\": \"Custom Radio\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7faeda28f078d2924f7f\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 18\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce84f\",\n                                    \"name\": \"Custom Search\",\n                                    \"field_name\": \"Custom Search\",\n                                    \"sort_field_name\": \"Custom Search\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fb70b5cd3f060e3a53f\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 19\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce84e\",\n                                    \"name\": \"Custom Switch\",\n                                    \"field_name\": \"Custom Switch\",\n                                    \"sort_field_name\": \"Custom Switch\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fc0dba5fa1a6f67fe48\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 20\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddbe0feb5cff4f1321ce84d\",\n                                    \"name\": \"Custom Text\",\n                                    \"field_name\": \"Custom Text\",\n                                    \"sort_field_name\": \"Custom Text\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fc94185cd1636b2d868\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 21\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba61\",\n                                    \"name\": \"Strategist\",\n                                    \"field_name\": \"Strategist\",\n                                    \"sort_field_name\": \"Strategist\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3e6dee4264fcad4acb97\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 22\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba60\",\n                                    \"name\": \"Sales Person\",\n                                    \"field_name\": \"Sales Person\",\n                                    \"sort_field_name\": \"Sales Person\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3e789b93af6e2b42150f\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 23\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5f\",\n                                    \"name\": \"Referred By\",\n                                    \"field_name\": \"Referred By\",\n                                    \"sort_field_name\": \"Referred By\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3f0ee7426fabfd3430ea\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 24\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5e\",\n                                    \"name\": \"Account Passwords\",\n                                    \"field_name\": \"Account Passwords\",\n                                    \"sort_field_name\": \"Account Passwords\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3f87cfa3bdc193e1b63a\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 25\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5d\",\n                                    \"name\": \"Contracts\",\n                                    \"field_name\": \"Contracts\",\n                                    \"sort_field_name\": \"Contracts\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3f9fe85a9889cb6202ec\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 26\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5c\",\n                                    \"name\": \"Retainer Amount\",\n                                    \"field_name\": \"Retainer Amount\",\n                                    \"sort_field_name\": \"Retainer Amount\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3fd14b60c2e0827524e0\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 27\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5b\",\n                                    \"name\": \"Hourly Rate\",\n                                    \"field_name\": \"Hourly Rate\",\n                                    \"sort_field_name\": \"Hourly Rate\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e3ff7b191d1e598d53f8e\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 28\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba5a\",\n                                    \"name\": \"PPC Minimum Management\",\n                                    \"field_name\": \"PPC Minimum Management\",\n                                    \"sort_field_name\": \"PPC Minimum Management\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e401c27fe7c4046fcb184\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 29\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba59\",\n                                    \"name\": \"Services\",\n                                    \"field_name\": \"Services\",\n                                    \"sort_field_name\": \"Services\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e40899f93d98b7d456c79\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 30\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba58\",\n                                    \"name\": \"Target Ad Spend\",\n                                    \"field_name\": \"Target Ad Spend\",\n                                    \"sort_field_name\": \"Target Ad Spend\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e440e6d7992cf3bb1be8d\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 31\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba57\",\n                                    \"name\": \"PPC Manager\",\n                                    \"field_name\": \"PPC Manager\",\n                                    \"sort_field_name\": \"PPC Manager\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e4427749bffd70808a7e4\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 32\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba56\",\n                                    \"name\": \"Client Start Date\",\n                                    \"field_name\": \"Client Start Date\",\n                                    \"sort_field_name\": \"Client Start Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e44c12896b40a0a53929f\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 33\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba55\",\n                                    \"name\": \"Termination Date\",\n                                    \"field_name\": \"Termination Date\",\n                                    \"sort_field_name\": \"Termination Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e4a7c3534f7313ee7025a\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 34\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba54\",\n                                    \"name\": \"Renewal Type\",\n                                    \"field_name\": \"Renewal Type\",\n                                    \"sort_field_name\": \"Renewal Type\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e4bb8bd3769bb9cb46ede\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 35\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba53\",\n                                    \"name\": \"Next Expiry-Renewal Date\",\n                                    \"field_name\": \"Next Expiry-Renewal Date\",\n                                    \"sort_field_name\": \"Next Expiry-Renewal Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8e4bc9e046b8b0762bde30\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 36\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba52\",\n                                    \"name\": \"Hours per Month\",\n                                    \"field_name\": \"Hours per Month\",\n                                    \"sort_field_name\": \"Hours per Month\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8f2606e9c32ddc7024ba28\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 37\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba51\",\n                                    \"name\": \"Link to Google Drive Folder\",\n                                    \"field_name\": \"Link to Google Drive Folder\",\n                                    \"sort_field_name\": \"Link to Google Drive Folder\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8f2629029531705ada0dc7\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 38\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba50\",\n                                    \"name\": \"Renewal Term\",\n                                    \"field_name\": \"Renewal Term\",\n                                    \"sort_field_name\": \"Renewal Term\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5e8f28a92c09c9f2aead8074\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 39\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba4f\",\n                                    \"name\": \"Google Data Studio Report\",\n                                    \"field_name\": \"Google Data Studio Report\",\n                                    \"sort_field_name\": \"Google Data Studio Report\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5eab126df9dc3450e5fab749\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 40\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba4e\",\n                                    \"name\": \"SEO Strategist\",\n                                    \"field_name\": \"SEO Strategist\",\n                                    \"sort_field_name\": \"SEO Strategist\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5eab12da4f61b9bb63875cd8\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 41\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba4d\",\n                                    \"name\": \"PPC Overage\",\n                                    \"field_name\": \"PPC Overage\",\n                                    \"sort_field_name\": \"PPC Overage\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5eb425c758d07a4d477d62eb\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 42\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5eb97fd1fc13c54eb291ba4c\",\n                                    \"name\": \"Link to AHREFS\",\n                                    \"field_name\": \"Link to AHREFS\",\n                                    \"sort_field_name\": \"Link to AHREFS\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5eb42c1bdfeab02a13bec20b\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 43\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec80799974e81df91a7b965\",\n                                    \"name\": \"Multiple Accounts\",\n                                    \"field_name\": \"Multiple Accounts\",\n                                    \"sort_field_name\": \"Multiple Accounts\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f22955279a2a3f708a72\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 44\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec80799974e81df91a7b964\",\n                                    \"name\": \"1 Contact\",\n                                    \"field_name\": \"1 Contact\",\n                                    \"sort_field_name\": \"1 Contact\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2334ec42f860663fddc\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 45\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec80799974e81df91a7b963\",\n                                    \"name\": \"Members\",\n                                    \"field_name\": \"Members\",\n                                    \"sort_field_name\": \"Members\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f23d5480c2bc57225d03\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 46\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec80799974e81df91a7b962\",\n                                    \"name\": \"1 Work Item\",\n                                    \"field_name\": \"1 Work Item\",\n                                    \"sort_field_name\": \"1 Work Item\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2460157e7c75da57049\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 47\n                                }\n                            ],\n                            \"work_items\": [\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8ab0\",\n                                    \"name\": \"Bulk Actions\",\n                                    \"field_name\": \"\",\n                                    \"sort_field_name\": \"\",\n                                    \"width\": 60,\n                                    \"header_width\": 60,\n                                    \"field_html\": \"views/workItems/table/fields/bulk_actions.html\",\n                                    \"header_html\": \"views/customTables/headers/bulk_actions.html\",\n                                    \"order\": 0\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aaf\",\n                                    \"name\": \"Menu\",\n                                    \"field_name\": \"\",\n                                    \"sort_field_name\": \"\",\n                                    \"width\": 40,\n                                    \"header_width\": 40,\n                                    \"field_html\": \"views/workItems/table/fields/menu.html\",\n                                    \"header_html\": \"views/customTables/headers/empty.html\",\n                                    \"order\": 1\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aae\",\n                                    \"name\": \"Priority\",\n                                    \"field_name\": \"priority\",\n                                    \"sort_field_name\": \"priority\",\n                                    \"width\": 65,\n                                    \"header_width\": 65,\n                                    \"field_html\": \"views/workItems/table/fields/priority.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 2\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aad\",\n                                    \"name\": \"Type\",\n                                    \"field_name\": \"kind\",\n                                    \"sort_field_name\": \"kind\",\n                                    \"width\": 120,\n                                    \"header_width\": 120,\n                                    \"field_html\": \"views/workItems/table/fields/type.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 3\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aac\",\n                                    \"name\": \"Key\",\n                                    \"field_name\": \"work_item_key\",\n                                    \"sort_field_name\": \"work_item_key\",\n                                    \"width\": 100,\n                                    \"header_width\": 100,\n                                    \"field_html\": \"views/workItems/table/fields/key.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 4\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aab\",\n                                    \"name\": \"Work Item\",\n                                    \"field_name\": \"title\",\n                                    \"sort_field_name\": \"title\",\n                                    \"width\": 400,\n                                    \"header_width\": 400,\n                                    \"field_html\": \"views/workItems/table/fields/title.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 5\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aaa\",\n                                    \"name\": \"Parent\",\n                                    \"field_name\": \"parent.title\",\n                                    \"sort_field_name\": \"parent.title\",\n                                    \"width\": 158,\n                                    \"header_width\": 158,\n                                    \"field_html\": \"views/workItems/table/fields/parent.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 6\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa9\",\n                                    \"name\": \"Phase\",\n                                    \"field_name\": \"phase.name\",\n                                    \"sort_field_name\": \"phase.name\",\n                                    \"width\": 158,\n                                    \"header_width\": 158,\n                                    \"field_html\": \"views/workItems/table/fields/phase.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 7\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa8\",\n                                    \"name\": \"Starts\",\n                                    \"field_name\": \"start_date\",\n                                    \"sort_field_name\": \"start_date\",\n                                    \"width\": 95,\n                                    \"header_width\": 95,\n                                    \"field_html\": \"views/workItems/table/fields/start_date.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 8\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa7\",\n                                    \"name\": \"Due\",\n                                    \"field_name\": \"due_date\",\n                                    \"sort_field_name\": \"due_date\",\n                                    \"width\": 95,\n                                    \"header_width\": 95,\n                                    \"field_html\": \"views/workItems/table/fields/due_date.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 9\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa6\",\n                                    \"name\": \"Project\",\n                                    \"field_name\": \"project.title\",\n                                    \"sort_field_name\": \"project.title\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/project.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 10\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa5\",\n                                    \"name\": \"Milestone\",\n                                    \"field_name\": \"milestone.title\",\n                                    \"sort_field_name\": \"milestone.title\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/milestone.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 11\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa4\",\n                                    \"name\": \"Milestone Date\",\n                                    \"field_name\": \"milestone.date\",\n                                    \"sort_field_name\": \"milestone.date\",\n                                    \"width\": 110,\n                                    \"header_width\": 110,\n                                    \"field_html\": \"views/workItems/table/fields/milestone_date.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 12\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa3\",\n                                    \"name\": \"Account\",\n                                    \"field_name\": \"account\",\n                                    \"sort_field_name\": \"account.name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/account.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 13\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa2\",\n                                    \"name\": \"Contact\",\n                                    \"field_name\": \"contact\",\n                                    \"sort_field_name\": \"contact.first_name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/contact.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 14\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa1\",\n                                    \"name\": \"Team\",\n                                    \"field_name\": \"team.name\",\n                                    \"sort_field_name\": \"team.name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/team.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 15\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8aa0\",\n                                    \"name\": \"Work Role\",\n                                    \"field_name\": \"work_role.name\",\n                                    \"sort_field_name\": \"work_role.name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/workItems/table/fields/work_role.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 16\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9f\",\n                                    \"name\": \"Assignee\",\n                                    \"field_name\": \"assignee.name\",\n                                    \"sort_field_name\": \"assignee.name\",\n                                    \"width\": 170,\n                                    \"header_width\": 170,\n                                    \"field_html\": \"views/workItems/table/fields/assignee.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 17\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9e\",\n                                    \"name\": \"Creator\",\n                                    \"field_name\": \"creator.name\",\n                                    \"sort_field_name\": \"creator.name\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/workItems/table/fields/creator.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 18\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9d\",\n                                    \"name\": \"Points\",\n                                    \"field_name\": \"story_points\",\n                                    \"sort_field_name\": \"story_points\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/workItems/table/fields/story_points.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 19\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9c\",\n                                    \"name\": \"Time Est.\",\n                                    \"field_name\": \"estimated_hours\",\n                                    \"sort_field_name\": \"estimated_hours\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/workItems/table/fields/time_estimate.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 20\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9b\",\n                                    \"name\": \"Billable\",\n                                    \"field_name\": \"billable\",\n                                    \"sort_field_name\": \"billable\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/workItems/table/fields/billable.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 21\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f0f5708e053f8a4ed0f8a9a\",\n                                    \"name\": \"Tags\",\n                                    \"field_name\": \"tags\",\n                                    \"sort_field_name\": \"tags\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/workItems/table/fields/tags.html\",\n                                    \"header_html\": \"views/customTables/headers/no_sort.html\",\n                                    \"order\": 22\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c9a\",\n                                    \"name\": \"Custom Checkbox\",\n                                    \"field_name\": \"Custom Checkbox\",\n                                    \"sort_field_name\": \"Custom Checkbox\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6d332a67025fdfa87b57\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 23\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c99\",\n                                    \"name\": \"Custom Date\",\n                                    \"field_name\": \"Custom Date\",\n                                    \"sort_field_name\": \"Custom Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6d4f4cb15b53e16bf69c\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 24\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c98\",\n                                    \"name\": \"Custom Number\",\n                                    \"field_name\": \"Custom Number\",\n                                    \"sort_field_name\": \"Custom Number\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6d77cf19ff38b1beac11\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 25\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c97\",\n                                    \"name\": \"Custom Radio\",\n                                    \"field_name\": \"Custom Radio\",\n                                    \"sort_field_name\": \"Custom Radio\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6d8e0f46631395063bae\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 26\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c96\",\n                                    \"name\": \"Custom Search\",\n                                    \"field_name\": \"Custom Search\",\n                                    \"sort_field_name\": \"Custom Search\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6d979403d201e7c6b330\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 27\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c95\",\n                                    \"name\": \"Custom Switch\",\n                                    \"field_name\": \"Custom Switch\",\n                                    \"sort_field_name\": \"Custom Switch\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6da6d1ab953b6b06fb56\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 28\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ddc1d42f6ee773f9dc67c94\",\n                                    \"name\": \"Custom Text\",\n                                    \"field_name\": \"Custom Text\",\n                                    \"sort_field_name\": \"Custom Text\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf6db32228796a01e1382b\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 29\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec6f0689f58ff82a222d15e\",\n                                    \"name\": \"Membership\",\n                                    \"field_name\": \"Membership\",\n                                    \"sort_field_name\": \"Membership\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec6f05b05528c1083bc231c\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 30\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec7f3023adc11d86d418ea8\",\n                                    \"name\": \"1 Account\",\n                                    \"field_name\": \"1 Account\",\n                                    \"sort_field_name\": \"1 Account\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2c2237b175feb6c2b3a\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 31\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec7f3023adc11d86d418ea7\",\n                                    \"name\": \"Lots Contacts\",\n                                    \"field_name\": \"Lots Contacts\",\n                                    \"sort_field_name\": \"Lots Contacts\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2ca20395f477b6489e9\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 32\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec7f3023adc11d86d418ea6\",\n                                    \"name\": \"1 Member\",\n                                    \"field_name\": \"1 Member\",\n                                    \"sort_field_name\": \"1 Member\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2d353234d44e958a7d6\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 33\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5ec7f3023adc11d86d418ea4\",\n                                    \"name\": \"1 Work Item\",\n                                    \"field_name\": \"1 Work Item\",\n                                    \"sort_field_name\": \"1 Work Item\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2e29136d40a30ce6a47\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 34\n                                }\n                            ],\n                            \"contacts\": [\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdf2\",\n                                    \"name\": \"Menu\",\n                                    \"field_name\": \"\",\n                                    \"sort_field_name\": \"\",\n                                    \"width\": 40,\n                                    \"header_width\": 40,\n                                    \"field_html\": \"views/contacts/table/fields/menu.html\",\n                                    \"header_html\": \"views/customTables/headers/contacts_actions.html\",\n                                    \"order\": 0\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdf1\",\n                                    \"name\": \"Status\",\n                                    \"field_name\": \"active\",\n                                    \"sort_field_name\": \"active\",\n                                    \"width\": 120,\n                                    \"header_width\": 120,\n                                    \"field_html\": \"views/contacts/table/fields/active.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 1\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdf0\",\n                                    \"name\": \"Type\",\n                                    \"field_name\": \"contact_type\",\n                                    \"sort_field_name\": \"contact_type\",\n                                    \"width\": 120,\n                                    \"header_width\": 120,\n                                    \"field_html\": \"views/contacts/table/fields/contact_type.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 2\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdef\",\n                                    \"name\": \"Key\",\n                                    \"field_name\": \"client_key\",\n                                    \"sort_field_name\": \"client_key\",\n                                    \"width\": 200,\n                                    \"header_width\": 200,\n                                    \"field_html\": \"views/contacts/table/fields/client_key.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 3\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdee\",\n                                    \"name\": \"Probability\",\n                                    \"field_name\": \"probability\",\n                                    \"sort_field_name\": \"probability\",\n                                    \"width\": 158,\n                                    \"header_width\": 158,\n                                    \"field_html\": \"views/contacts/table/fields/probability.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 4\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcded\",\n                                    \"name\": \"Title\",\n                                    \"field_name\": \"title\",\n                                    \"sort_field_name\": \"title\",\n                                    \"width\": 95,\n                                    \"header_width\": 95,\n                                    \"field_html\": \"views/contacts/table/fields/title.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 5\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdec\",\n                                    \"name\": \"Owner\",\n                                    \"field_name\": \"owner.name\",\n                                    \"sort_field_name\": \"owner.name\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/contacts/table/fields/owner.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 6\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdeb\",\n                                    \"name\": \"Website\",\n                                    \"field_name\": \"website\",\n                                    \"sort_field_name\": \"website\",\n                                    \"width\": 140,\n                                    \"header_width\": 140,\n                                    \"field_html\": \"views/contacts/table/fields/website.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 7\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdea\",\n                                    \"name\": \"Modified\",\n                                    \"field_name\": \"modified\",\n                                    \"sort_field_name\": \"modified_unix\",\n                                    \"width\": 190,\n                                    \"header_width\": 190,\n                                    \"field_html\": \"views/contacts/table/fields/modified.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 8\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde9\",\n                                    \"name\": \"Modified By\",\n                                    \"field_name\": \"modified_by_name\",\n                                    \"sort_field_name\": \"modified_by_name\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/contacts/table/fields/modified_by_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 9\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde8\",\n                                    \"name\": \"Created\",\n                                    \"field_name\": \"created\",\n                                    \"sort_field_name\": \"created_unix\",\n                                    \"width\": 190,\n                                    \"header_width\": 190,\n                                    \"field_html\": \"views/contacts/table/fields/created.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 10\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde7\",\n                                    \"name\": \"Creator\",\n                                    \"field_name\": \"creator.name\",\n                                    \"sort_field_name\": \"creator.name\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/contacts/table/fields/creator_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 11\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde6\",\n                                    \"name\": \"Tags\",\n                                    \"field_name\": \"tags\",\n                                    \"sort_field_name\": \"tags\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/contacts/table/fields/tags.html\",\n                                    \"header_html\": \"views/customTables/headers/no_sort.html\",\n                                    \"order\": 12\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde5\",\n                                    \"name\": \"Email\",\n                                    \"field_name\": \"emails\",\n                                    \"sort_field_name\": \"emails\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/contacts/table/fields/emails.html\",\n                                    \"header_html\": \"views/customTables/headers/no_sort.html\",\n                                    \"order\": 13\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcde4\",\n                                    \"name\": \"Account\",\n                                    \"field_name\": \"accounts\",\n                                    \"sort_field_name\": \"accounts\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"field_html\": \"views/contacts/table/fields/accounts.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 14\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8c4\",\n                                    \"name\": \"Custom Checkbox\",\n                                    \"field_name\": \"Custom Checkbox\",\n                                    \"sort_field_name\": \"Custom Checkbox\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fe249442a819e863a38\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 15\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8c3\",\n                                    \"name\": \"Custom Date\",\n                                    \"field_name\": \"Custom Date\",\n                                    \"sort_field_name\": \"Custom Date\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7fe74a2a84e95f410e14\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 16\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8c2\",\n                                    \"name\": \"Custom Dropdown\",\n                                    \"field_name\": \"Custom Dropdown\",\n                                    \"sort_field_name\": \"Custom Dropdown\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7ff667602082680d1768\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 17\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8c1\",\n                                    \"name\": \"Custom Number\",\n                                    \"field_name\": \"Custom Number\",\n                                    \"sort_field_name\": \"Custom Number\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf7ffd13cbdf620d4667c3\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 18\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8c0\",\n                                    \"name\": \"Custom Radio\",\n                                    \"field_name\": \"Custom Radio\",\n                                    \"sort_field_name\": \"Custom Radio\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf8008707a74628732f57c\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 19\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8bf\",\n                                    \"name\": \"Custom Search\",\n                                    \"field_name\": \"Custom Search\",\n                                    \"sort_field_name\": \"Custom Search\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf8011c2b5bd2b8321aaba\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 20\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8be\",\n                                    \"name\": \"Custom\",\n                                    \"field_name\": \"Custom\",\n                                    \"sort_field_name\": \"Custom\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf801ca5f12d365cb280ea\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 21\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5dde8e4f6820842f997fd8bd\",\n                                    \"name\": \"Custom Text\",\n                                    \"field_name\": \"Custom Text\",\n                                    \"sort_field_name\": \"Custom Text\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5dbf80259f34c5da7270b1e3\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 22\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcddb\",\n                                    \"name\": \"First Name\",\n                                    \"field_name\": \"first_name\",\n                                    \"sort_field_name\": \"first_name\",\n                                    \"width\": 200,\n                                    \"header_width\": 200,\n                                    \"field_html\": \"views/contacts/table/fields/first_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 23\n                                },\n                                {\n                                    \"visible\": true,\n                                    \"is_custom_field\": false,\n                                    \"permission\": false,\n                                    \"_id\": \"5f21d48a512dbe7fef5bcdda\",\n                                    \"name\": \"Last Name\",\n                                    \"field_name\": \"last_name\",\n                                    \"sort_field_name\": \"last_name\",\n                                    \"width\": 200,\n                                    \"header_width\": 200,\n                                    \"field_html\": \"views/contacts/table/fields/last_name.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 24\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5efe0123971518dda33dd375\",\n                                    \"name\": \"Lots Accounts\",\n                                    \"field_name\": \"Lots Accounts\",\n                                    \"sort_field_name\": \"Lots Accounts\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f2623c78227f450b7871\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 25\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5efe0123971518dda33dd374\",\n                                    \"name\": \"1 Contact\",\n                                    \"field_name\": \"1 Contact\",\n                                    \"sort_field_name\": \"1 Contact\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f26b3f72a166c05773fe\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 26\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5efe0123971518dda33dd373\",\n                                    \"name\": \"Lots Members\",\n                                    \"field_name\": \"Lots Members\",\n                                    \"sort_field_name\": \"Lots Members\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f27487498126b651dec3\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 27\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5efe0123971518dda33dd372\",\n                                    \"name\": \"1 Project\",\n                                    \"field_name\": \"1 Project\",\n                                    \"sort_field_name\": \"1 Project\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f27b98268b7ca99da68b\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 28\n                                },\n                                {\n                                    \"visible\": false,\n                                    \"is_custom_field\": true,\n                                    \"permission\": true,\n                                    \"_id\": \"5efe0123971518dda33dd371\",\n                                    \"name\": \"Lots Work Items\",\n                                    \"field_name\": \"Lots Work Items\",\n                                    \"sort_field_name\": \"Lots Work Items\",\n                                    \"width\": 150,\n                                    \"header_width\": 150,\n                                    \"custom_field_id\": \"5ec7f28304dc514b08c66510\",\n                                    \"field_html\": \"views/customTables/fields/custom.html\",\n                                    \"header_html\": \"views/customTables/headers/sortable.html\",\n                                    \"order\": 29\n                                }\n                            ]\n                        }\n                    }\n                ],\n                \"token\": \"eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2VtYWlsIjoiamFzb24uYnJlYXVsdEByYXZldHJlZS5jb20iLCJjcmVhdGVkIjoiMjAyMC0wNy0xNlQxMjozMjo0Mi44MDZaIiwiaWF0IjoxNTk0OTAyNzYyfQ.VDUt7Q--H4TXyeVrt1PmT6ahozE9-E0XfAmA1fSZx_6iD-kRz2Gc5RfTfQA50pYjHYZyQuP0wwKDlTOkrRktIw\",\n                \"roles\": [\n                    {\n                        \"role\": \"5dbe924c2a1cef356becfa48\",\n                        \"_id\": \"5ef94270586c5aa45f959cdf\"\n                    }\n                ],\n                \"work_roles\": [\n                    {\n                        \"work_role\": \"5dbe924c2a1cef356becfa36\",\n                        \"_id\": \"5ef942703457a063970f9a50\"\n                    },\n                    {\n                        \"work_role\": \"5dbe924c2a1cef356becfa3a\",\n                        \"_id\": \"5ef94270b3ace35b7a6ce9a6\"\n                    },\n                    {\n                        \"work_role\": \"5dbe924c2a1cef356becfa3e\",\n                        \"_id\": \"5ef942707b99059d25ab4722\"\n                    }\n                ],\n                \"last_login\": \"2020-09-10T03:39:26.841Z\",\n                \"referral_id\": \"5dbe923b74ad82a3da98bd7d\",\n                \"current_state\": {\n                    \"where\": \"\",\n                    \"where_id\": \"\"\n                },\n                \"imports\": [\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5dc04cff66e2265811db6633\",\n                        \"kind\": \"Contacts\",\n                        \"key\": \"7OQldaG43D2cKgdP9pvNpc47g6Thd5Xj\",\n                        \"created\": \"2019-11-04T16:08:31.144Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5df4ed6508c4f63fdc1c9083\",\n                        \"kind\": \"Accounts\",\n                        \"key\": \"M9qgaf95DPwcKdybghI1jaKZ7UMX2m17\",\n                        \"created\": \"2019-12-14T14:10:45.582Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5e20f5eddc42e84249cc6955\",\n                        \"kind\": \"Accounts\",\n                        \"key\": \"XeVwpzjJspozFmx47zDUXa1ir2gw4CG3\",\n                        \"created\": \"2020-01-16T23:46:53.431Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5e20f642dc42e84249cc7467\",\n                        \"kind\": \"Contacts\",\n                        \"key\": \"e5c72mHMoyFQwC1g8pk7TuFE1FoNdUhT\",\n                        \"created\": \"2020-01-16T23:48:18.113Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5eb98074fc13c54eb291baef\",\n                        \"kind\": \"Accounts\",\n                        \"key\": \"XDs75uh0x0EU0XeK2G8TAKMorgc3cCKh\",\n                        \"created\": \"2020-05-11T16:42:28.078Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5ecec2534820231515d62d4e\",\n                        \"kind\": \"Projects\",\n                        \"key\": \"JZ6MGr0pTx8KiiQIRj6ndDlRIpGyctqm\",\n                        \"created\": \"2020-05-27T19:41:07.961Z\"\n                    },\n                    {\n                        \"project\": null,\n                        \"team\": null,\n                        \"_id\": \"5f0ddb7dd9fb4ea86a8dd659\",\n                        \"kind\": \"Contacts\",\n                        \"key\": \"VGaiNihBQzEBiT9Ek1YWPnzDmqHastr1\",\n                        \"created\": \"2020-07-14T16:21:17.088Z\"\n                    }\n                ],\n                \"__v\": 0,\n                \"social\": {\n                    \"linkedin\": \"https://www.linkedin.com/in/jason-breault-b23a1a10/\"\n                },\n                \"checklist_items\": null,\n                \"password_date\": \"2020-07-06T15:26:21.102Z\",\n                \"password_history\": [\n                    \"$2a$08$0KejNRwgmaJztFuT/Q5n.uWXp0E.NRLEL4NIlVeDfmwjAJrKtYpc.\",\n                    \"$2a$08$jkFwX5cDdItfQDj3fPbStuQNdp0b1W5RwFTetb/ldZpdzYSVHH/0C\",\n                    \"$2a$08$aZ6Ow7pm6pQnZGcjC/ApOuzuV3yur0RCZj4SllOXnbhlTkrJBLrFe\",\n                    \"$2a$08$3SkBuGY6fcxOmCbqxhGY6ufJAGxlU94ctzTXtOKol9WbsLG96w/R6\",\n                    \"$2a$08$gGW4h3OpCfbqQbJejb2qWusithxn1KwKR9FjmoITvLN62NhfQkGoO\"\n                ],\n                \"last_run_filters\": {\n                    \"work_items\": {\n                        \"existing\": \"{\\\"page\\\":1,\\\"sortBy\\\":\\\"start_date\\\",\\\"sortOrder\\\":\\\"desc\\\",\\\"sortType\\\":\\\"normal\\\",\\\"phaseNames\\\":[\\\"QA\\\"],\\\"assignees\\\":[\\\"5dbe923b2a1cef356becfa26\\\"],\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":true,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":true,\\\"statusNoPhase\\\":true}\",\n                        \"reports\": \"{\\\"page\\\":1,\\\"groupBy\\\":\\\"Project\\\",\\\"sortBy\\\":\\\"start_date_unix\\\",\\\"sortOrder\\\":\\\"desc\\\",\\\"sortType\\\":\\\"normal\\\",\\\"projectTypes\\\":[\\\"5dbe924c2a1cef356becfa4f\\\"],\\\"unassigned\\\":\\\"false\\\",\\\"repeatYes\\\":\\\"false\\\",\\\"repeatNo\\\":\\\"false\\\",\\\"priorityNormal\\\":\\\"false\\\",\\\"priorityMedium\\\":\\\"false\\\",\\\"priorityHigh\\\":\\\"false\\\",\\\"priorityCritical\\\":\\\"false\\\",\\\"typeEpic\\\":\\\"false\\\",\\\"typeUserStory\\\":\\\"false\\\",\\\"typeTask\\\":\\\"false\\\",\\\"typeSubTask\\\":\\\"false\\\",\\\"typeDefect\\\":\\\"false\\\",\\\"typeSupportTicket\\\":\\\"false\\\",\\\"typeSpike\\\":\\\"false\\\",\\\"startDatePast\\\":\\\"false\\\",\\\"startDateToday\\\":\\\"false\\\",\\\"startDateFuture\\\":\\\"false\\\",\\\"startDateThisWeek\\\":\\\"false\\\",\\\"endDatePast\\\":\\\"false\\\",\\\"endDateToday\\\":\\\"false\\\",\\\"endDateFuture\\\":\\\"false\\\",\\\"endDateThisWeek\\\":\\\"false\\\",\\\"billableYes\\\":\\\"false\\\",\\\"billableNo\\\":\\\"false\\\",\\\"hasDependencyYes\\\":\\\"false\\\",\\\"hasDependencyNo\\\":\\\"false\\\",\\\"hasRetainerYes\\\":\\\"false\\\",\\\"hasRetainerNo\\\":\\\"false\\\",\\\"statusMainBacklog\\\":\\\"false\\\",\\\"statusTeamBacklog\\\":\\\"false\\\",\\\"statusBelongsTeam\\\":\\\"false\\\",\\\"statusActive\\\":\\\"false\\\",\\\"statusCanceled\\\":\\\"false\\\",\\\"statusCompleted\\\":\\\"false\\\",\\\"statusHalted\\\":\\\"false\\\",\\\"statusNoPhase\\\":\\\"false\\\"}\",\n                        \"projects\": {\n                            \"5dbe989dad29523613170988\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5dbe989dad29523613170988\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e75043d5a871f325b66f469\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e75043d5a871f325b66f469\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5de52a9ec236450e5baea0d7\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5de52a9ec236450e5baea0d7\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e17b6939cd3f71d021c4e6c\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e17b6939cd3f71d021c4e6c\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e31c951b0aef4317752a1a0\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e31c951b0aef4317752a1a0\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e8cf3fc65d06f0c57040382\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e8cf3fc65d06f0c57040382\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e348f9d40447b219e615d96\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e348f9d40447b219e615d96\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5dd431a1af732e1d149abaa1\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5dd431a1af732e1d149abaa1\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ddc3d7ccb6182458844051e\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ddc3d7ccb6182458844051e\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e9f4b7c81acae31d3131b7e\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e9f4b7c81acae31d3131b7e\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ea9a34668ede60ef672b826\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ea9a34668ede60ef672b826\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ea9a564daa62114dc81d277\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ea9a564daa62114dc81d277\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ea9a7963e872215b16931b2\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ea9a7963e872215b16931b2\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5eab1b79fd085d39d9bfae56\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5eab1b79fd085d39d9bfae56\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5eb6f72e84fdc8387ddad8ed\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5eb6f72e84fdc8387ddad8ed\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ebfd760675c8796e0eaf4c5\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ebfd760675c8796e0eaf4c5\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ebfd83ffd69ee96f60b3665\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ebfd83ffd69ee96f60b3665\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ebfe9d6ed810098c2440791\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ebfe9d6ed810098c2440791\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ed338f123dc0eaa60f869ba\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ed338f123dc0eaa60f869ba\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5e0e2c3ce81ec51dedbf1c07\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5e0e2c3ce81ec51dedbf1c07\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ed9996922a48251a9ca85b1\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ed9996922a48251a9ca85b1\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ed999c622a48251a9ca86bb\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ed999c622a48251a9ca86bb\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ed337e9d860839a8c4cc492\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ed337e9d860839a8c4cc492\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ee002ba965da7447161aa5b\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ee002ba965da7447161aa5b\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ee00423965da7447161ac69\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ee00423965da7447161ac69\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ee02d48aa4f384647750a31\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ee02d48aa4f384647750a31\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\",\n                            \"5ee033155b050d4b2e0d47a5\": \"{\\\"page\\\":\\\"1\\\",\\\"limit\\\":40,\\\"projects\\\":\\\"5ee033155b050d4b2e0d47a5\\\",\\\"unassigned\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false}\"\n                        },\n                        \"accounts\": {},\n                        \"contacts\": {},\n                        \"retainers\": {\n                            \"5e44058d2710874bcd8c0972\": \"{\\\"sortBy\\\":\\\"start_date\\\",\\\"sortOrder\\\":\\\"desc\\\",\\\"sortType\\\":\\\"normal\\\",\\\"page\\\":\\\"1\\\",\\\"limit\\\":\\\"40\\\",\\\"filterID\\\":\\\"\\\",\\\"startDateMin\\\":\\\"\\\",\\\"startDateMax\\\":\\\"\\\",\\\"endDateMin\\\":\\\"\\\",\\\"endDateMax\\\":\\\"\\\",\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"workItemTitles\\\":[],\\\"projects\\\":[],\\\"projectTypes\\\":[],\\\"workRoles\\\":\\\"\\\",\\\"assignees\\\":[],\\\"followers\\\":[],\\\"creators\\\":[],\\\"unassigned\\\":false,\\\"teams\\\":[],\\\"sprints\\\":[],\\\"serviceItems\\\":[],\\\"accounts\\\":[],\\\"contacts\\\":[],\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"estimatedHoursMin\\\":\\\"\\\",\\\"estimatedHoursMax\\\":\\\"\\\",\\\"storyPointsMin\\\":\\\"\\\",\\\"storyPointsMax\\\":\\\"\\\",\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"tags\\\":[],\\\"expenseBudgetMin\\\":\\\"\\\",\\\"expenseBudgetMax\\\":\\\"\\\",\\\"hasExpensesYes\\\":false,\\\"hasExpensesNo\\\":false,\\\"customFields\\\":\\\"\\\",\\\"retainers\\\":[\\\"5e44058d2710874bcd8c0972\\\"],\\\"retainer_id\\\":\\\"5e44058d2710874bcd8c0972\\\",\\\"getTimeInfo\\\":\\\"true\\\",\\\"getExpenseInfo\\\":\\\"true\\\"}\",\n                            \"5e790b2e2f5b1e7db402bb19\": \"{\\\"sortBy\\\":\\\"start_date\\\",\\\"sortOrder\\\":\\\"desc\\\",\\\"sortType\\\":\\\"normal\\\",\\\"page\\\":\\\"1\\\",\\\"limit\\\":\\\"40\\\",\\\"filterID\\\":\\\"\\\",\\\"startDateMin\\\":\\\"\\\",\\\"startDateMax\\\":\\\"\\\",\\\"endDateMin\\\":\\\"\\\",\\\"endDateMax\\\":\\\"\\\",\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"workItemTitles\\\":[],\\\"projects\\\":[],\\\"projectTypes\\\":[],\\\"workRoles\\\":\\\"\\\",\\\"assignees\\\":[],\\\"followers\\\":[],\\\"creators\\\":[],\\\"unassigned\\\":false,\\\"teams\\\":[],\\\"sprints\\\":[],\\\"serviceItems\\\":[],\\\"accounts\\\":[],\\\"contacts\\\":[],\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"estimatedHoursMin\\\":\\\"\\\",\\\"estimatedHoursMax\\\":\\\"\\\",\\\"storyPointsMin\\\":\\\"\\\",\\\"storyPointsMax\\\":\\\"\\\",\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"tags\\\":[],\\\"expenseBudgetMin\\\":\\\"\\\",\\\"expenseBudgetMax\\\":\\\"\\\",\\\"hasExpensesYes\\\":false,\\\"hasExpensesNo\\\":false,\\\"customFields\\\":\\\"\\\",\\\"retainers\\\":[\\\"5e790b2e2f5b1e7db402bb19\\\"],\\\"retainer_id\\\":\\\"5e790b2e2f5b1e7db402bb19\\\",\\\"getTimeInfo\\\":\\\"true\\\",\\\"getExpenseInfo\\\":\\\"true\\\"}\",\n                            \"5df7bf69b2497ce42289035f\": \"{\\\"sortBy\\\":\\\"start_date\\\",\\\"sortOrder\\\":\\\"desc\\\",\\\"sortType\\\":\\\"normal\\\",\\\"page\\\":\\\"1\\\",\\\"limit\\\":\\\"40\\\",\\\"filterID\\\":\\\"\\\",\\\"startDateMin\\\":\\\"\\\",\\\"startDateMax\\\":\\\"\\\",\\\"endDateMin\\\":\\\"\\\",\\\"endDateMax\\\":\\\"\\\",\\\"completionDateMin\\\":\\\"\\\",\\\"completionDateMax\\\":\\\"\\\",\\\"startDatePast\\\":false,\\\"startDateToday\\\":false,\\\"startDateFuture\\\":false,\\\"startDateThisWeek\\\":false,\\\"endDatePast\\\":false,\\\"endDateToday\\\":false,\\\"endDateFuture\\\":false,\\\"endDateThisWeek\\\":false,\\\"workItemTitles\\\":[],\\\"projects\\\":[],\\\"projectTypes\\\":[],\\\"workRoles\\\":\\\"\\\",\\\"assignees\\\":[],\\\"followers\\\":[],\\\"creators\\\":[],\\\"unassigned\\\":false,\\\"teams\\\":[],\\\"sprints\\\":[],\\\"serviceItems\\\":[],\\\"accounts\\\":[],\\\"contacts\\\":[],\\\"statusMainBacklog\\\":false,\\\"statusTeamBacklog\\\":false,\\\"statusBelongsTeam\\\":false,\\\"statusActive\\\":false,\\\"statusCanceled\\\":false,\\\"statusCompleted\\\":false,\\\"statusHalted\\\":false,\\\"statusNoPhase\\\":false,\\\"priorityNormal\\\":false,\\\"priorityMedium\\\":false,\\\"priorityHigh\\\":false,\\\"priorityCritical\\\":false,\\\"typeEpic\\\":false,\\\"typeUserStory\\\":false,\\\"typeTask\\\":false,\\\"typeSubTask\\\":false,\\\"typeDefect\\\":false,\\\"typeSupportTicket\\\":false,\\\"typeSpike\\\":false,\\\"estimatedHoursMin\\\":\\\"\\\",\\\"estimatedHoursMax\\\":\\\"\\\",\\\"storyPointsMin\\\":\\\"\\\",\\\"storyPointsMax\\\":\\\"\\\",\\\"billableYes\\\":false,\\\"billableNo\\\":false,\\\"repeatYes\\\":false,\\\"repeatNo\\\":false,\\\"hasDependencyYes\\\":false,\\\"hasDependencyNo\\\":false,\\\"hasRetainerYes\\\":false,\\\"hasRetainerNo\\\":false,\\\"tags\\\":[],\\\"expenseBudgetMin\\\":\\\"\\\",\\\"expenseBudgetMax\\\":\\\"\\\",\\\"hasExpensesYes\\\":false,\\\"hasExpensesNo\\\":false,\\\"customFields\\\":\\\"\\\",\\\"retainers\\\":[\\\"5df7bf69b2497ce42289035f\\\"],\\\"retainer_id\\\":\\\"5df7bf69b2497ce42289035f\\\",\\\"getTimeInfo\\\":\\\"true\\\",\\\"getExpenseInfo\\\":\\\"true\\\"}\"\n                        },\n                        \"teams\": {}\n                    }\n                },\n                \"employee_info\": {\n                    \"work_week\": {\n                        \"sunday\": false,\n                        \"monday\": true,\n                        \"tuesday\": true,\n                        \"wednesday\": true,\n                        \"thursday\": true,\n                        \"friday\": true,\n                        \"saturday\": false\n                    },\n                    \"department\": \"5dbe93b22a1cef356becfc2f\",\n                    \"office\": \"5dbe940c2a1cef356becfc65\",\n                    \"status\": \"full_time_employee\",\n                    \"official_title\": \"CTO\",\n                    \"salary\": 135000,\n                    \"wage\": 12,\n                    \"rate\": 125,\n                    \"hire_date\": null,\n                    \"hire_source\": \"\",\n                    \"termination_date\": null,\n                    \"termination_reason\": \"\",\n                    \"notes\": \"\",\n                    \"max_utilization\": 8,\n                    \"bio\": \"I am the BOSS :)\",\n                    \"addresses\": [\n                        {\n                            \"_id\": \"5dbe9745ad29523613170859\",\n                            \"kind\": \"Work\",\n                            \"country\": \"US\",\n                            \"state\": \"NC\",\n                            \"city\": \"Cary\",\n                            \"address\": \"302 Copper Hill Drive\",\n                            \"zip\": \"27518\"\n                        }\n                    ],\n                    \"websites\": [\n                        {\n                            \"_id\": \"5dbe9745ad29523613170858\",\n                            \"url\": \"www.ravetree.com\"\n                        }\n                    ],\n                    \"emails\": [\n                        {\n                            \"_id\": \"5dbe9745ad29523613170857\",\n                            \"kind\": \"Work\",\n                            \"email\": \"\"\n                        }\n                    ],\n                    \"phones\": [\n                        {\n                            \"_id\": \"5dbe9745ad29523613170856\",\n                            \"kind\": \"Work\",\n                            \"number\": \"919-599-9792\"\n                        }\n                    ],\n                    \"time_off_plans\": [\n                        {\n                            \"time_off_plan\": \"5dbe93282a1cef356becfb38\",\n                            \"_id\": \"5ef94270bd47ff7de63bf8c9\",\n                            \"hours_remaining\": 10\n                        }\n                    ],\n                    \"skills\": []\n                },\n                \"invalid_logins\": 0,\n                \"locked\": false,\n                \"tables\": {\n                    \"accounts\": [\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccca9bc1e87c0c244882\",\n                            \"name\": \"Menu\",\n                            \"field_name\": \"\",\n                            \"sort_field_name\": \"\",\n                            \"width\": 40,\n                            \"header_width\": 40,\n                            \"field_html\": \"views/accounts/table/fields/menu.html\",\n                            \"header_html\": \"views/customTables/headers/accounts_actions.html\",\n                            \"order\": 0\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccca9bc1e87c0c244881\",\n                            \"name\": \"Status\",\n                            \"field_name\": \"active\",\n                            \"sort_field_name\": \"active\",\n                            \"width\": 120,\n                            \"header_width\": 120,\n                            \"field_html\": \"views/accounts/table/fields/active.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 1\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccca9bc1e87c0c244880\",\n                            \"name\": \"Type\",\n                            \"field_name\": \"account_type\",\n                            \"sort_field_name\": \"account_type\",\n                            \"width\": 120,\n                            \"header_width\": 120,\n                            \"field_html\": \"views/accounts/table/fields/account_type.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 2\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccca9bc1e87c0c24487f\",\n                            \"name\": \"Key\",\n                            \"field_name\": \"client_key\",\n                            \"sort_field_name\": \"client_key\",\n                            \"width\": 200,\n                            \"header_width\": 200,\n                            \"field_html\": \"views/accounts/table/fields/client_key.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 3\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c24487e\",\n                            \"name\": \"Name\",\n                            \"field_name\": \"name\",\n                            \"sort_field_name\": \"name\",\n                            \"width\": 200,\n                            \"header_width\": 200,\n                            \"field_html\": \"views/accounts/table/fields/name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 4\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c24487d\",\n                            \"name\": \"Industry\",\n                            \"field_name\": \"industry\",\n                            \"sort_field_name\": \"industry\",\n                            \"width\": 158,\n                            \"header_width\": 158,\n                            \"field_html\": \"views/accounts/table/fields/industry.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 5\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c24487c\",\n                            \"name\": \"Employees\",\n                            \"field_name\": \"employees\",\n                            \"sort_field_name\": \"employees\",\n                            \"width\": 95,\n                            \"header_width\": 95,\n                            \"field_html\": \"views/accounts/table/fields/employees.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 6\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c24487b\",\n                            \"name\": \"Owner\",\n                            \"field_name\": \"owner.name\",\n                            \"sort_field_name\": \"owner.name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/accounts/table/fields/owner.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 7\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c24487a\",\n                            \"name\": \"Website\",\n                            \"field_name\": \"website\",\n                            \"sort_field_name\": \"website\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/accounts/table/fields/website.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 8\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c244879\",\n                            \"name\": \"Modified\",\n                            \"field_name\": \"modified\",\n                            \"sort_field_name\": \"modified_unix\",\n                            \"width\": 190,\n                            \"header_width\": 190,\n                            \"field_html\": \"views/accounts/table/fields/modified.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 9\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c244878\",\n                            \"name\": \"Modified By\",\n                            \"field_name\": \"modified_by_name\",\n                            \"sort_field_name\": \"modified_by_name\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/accounts/table/fields/modified_by_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 10\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c244877\",\n                            \"name\": \"Created\",\n                            \"field_name\": \"created\",\n                            \"sort_field_name\": \"created_unix\",\n                            \"width\": 190,\n                            \"header_width\": 190,\n                            \"field_html\": \"views/accounts/table/fields/created.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 11\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c244876\",\n                            \"name\": \"Creator\",\n                            \"field_name\": \"creator.name\",\n                            \"sort_field_name\": \"creator.name\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/accounts/table/fields/creator_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 12\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21ccc99bc1e87c0c244875\",\n                            \"name\": \"Tags\",\n                            \"field_name\": \"tags\",\n                            \"sort_field_name\": \"tags\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/accounts/table/fields/tags.html\",\n                            \"header_html\": \"views/customTables/headers/no_sort.html\",\n                            \"order\": 13\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce854\",\n                            \"name\": \"Custom Checkbox\",\n                            \"field_name\": \"Custom Checkbox\",\n                            \"sort_field_name\": \"Custom Checkbox\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7f87e10eb12ab5e4c9a8\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 14\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce853\",\n                            \"name\": \"Custom Date\",\n                            \"field_name\": \"Custom Date\",\n                            \"sort_field_name\": \"Custom Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7f8e418a0d0ea4ec435a\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 15\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce852\",\n                            \"name\": \"Custom Dropdown\",\n                            \"field_name\": \"Custom Dropdown\",\n                            \"sort_field_name\": \"Custom Dropdown\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7f9a4fb7c80a9e382997\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 16\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce851\",\n                            \"name\": \"Custom Number\",\n                            \"field_name\": \"Custom Number\",\n                            \"sort_field_name\": \"Custom Number\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fa113100688d087d883\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 17\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce850\",\n                            \"name\": \"Custom Radio\",\n                            \"field_name\": \"Custom Radio\",\n                            \"sort_field_name\": \"Custom Radio\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7faeda28f078d2924f7f\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 18\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce84f\",\n                            \"name\": \"Custom Search\",\n                            \"field_name\": \"Custom Search\",\n                            \"sort_field_name\": \"Custom Search\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fb70b5cd3f060e3a53f\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 19\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce84e\",\n                            \"name\": \"Custom Switch\",\n                            \"field_name\": \"Custom Switch\",\n                            \"sort_field_name\": \"Custom Switch\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fc0dba5fa1a6f67fe48\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 20\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddbe0feb5cff4f1321ce84d\",\n                            \"name\": \"Custom Text\",\n                            \"field_name\": \"Custom Text\",\n                            \"sort_field_name\": \"Custom Text\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fc94185cd1636b2d868\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 21\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba61\",\n                            \"name\": \"Strategist\",\n                            \"field_name\": \"Strategist\",\n                            \"sort_field_name\": \"Strategist\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3e6dee4264fcad4acb97\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 22\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba60\",\n                            \"name\": \"Sales Person\",\n                            \"field_name\": \"Sales Person\",\n                            \"sort_field_name\": \"Sales Person\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3e789b93af6e2b42150f\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 23\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5f\",\n                            \"name\": \"Referred By\",\n                            \"field_name\": \"Referred By\",\n                            \"sort_field_name\": \"Referred By\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3f0ee7426fabfd3430ea\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 24\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5e\",\n                            \"name\": \"Account Passwords\",\n                            \"field_name\": \"Account Passwords\",\n                            \"sort_field_name\": \"Account Passwords\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3f87cfa3bdc193e1b63a\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 25\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5d\",\n                            \"name\": \"Contracts\",\n                            \"field_name\": \"Contracts\",\n                            \"sort_field_name\": \"Contracts\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3f9fe85a9889cb6202ec\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 26\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5c\",\n                            \"name\": \"Retainer Amount\",\n                            \"field_name\": \"Retainer Amount\",\n                            \"sort_field_name\": \"Retainer Amount\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3fd14b60c2e0827524e0\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 27\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5b\",\n                            \"name\": \"Hourly Rate\",\n                            \"field_name\": \"Hourly Rate\",\n                            \"sort_field_name\": \"Hourly Rate\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e3ff7b191d1e598d53f8e\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 28\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba5a\",\n                            \"name\": \"PPC Minimum Management\",\n                            \"field_name\": \"PPC Minimum Management\",\n                            \"sort_field_name\": \"PPC Minimum Management\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e401c27fe7c4046fcb184\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 29\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba59\",\n                            \"name\": \"Services\",\n                            \"field_name\": \"Services\",\n                            \"sort_field_name\": \"Services\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e40899f93d98b7d456c79\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 30\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba58\",\n                            \"name\": \"Target Ad Spend\",\n                            \"field_name\": \"Target Ad Spend\",\n                            \"sort_field_name\": \"Target Ad Spend\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e440e6d7992cf3bb1be8d\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 31\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba57\",\n                            \"name\": \"PPC Manager\",\n                            \"field_name\": \"PPC Manager\",\n                            \"sort_field_name\": \"PPC Manager\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e4427749bffd70808a7e4\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 32\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba56\",\n                            \"name\": \"Client Start Date\",\n                            \"field_name\": \"Client Start Date\",\n                            \"sort_field_name\": \"Client Start Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e44c12896b40a0a53929f\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 33\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba55\",\n                            \"name\": \"Termination Date\",\n                            \"field_name\": \"Termination Date\",\n                            \"sort_field_name\": \"Termination Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e4a7c3534f7313ee7025a\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 34\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba54\",\n                            \"name\": \"Renewal Type\",\n                            \"field_name\": \"Renewal Type\",\n                            \"sort_field_name\": \"Renewal Type\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e4bb8bd3769bb9cb46ede\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 35\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba53\",\n                            \"name\": \"Next Expiry-Renewal Date\",\n                            \"field_name\": \"Next Expiry-Renewal Date\",\n                            \"sort_field_name\": \"Next Expiry-Renewal Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8e4bc9e046b8b0762bde30\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 36\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba52\",\n                            \"name\": \"Hours per Month\",\n                            \"field_name\": \"Hours per Month\",\n                            \"sort_field_name\": \"Hours per Month\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8f2606e9c32ddc7024ba28\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 37\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba51\",\n                            \"name\": \"Link to Google Drive Folder\",\n                            \"field_name\": \"Link to Google Drive Folder\",\n                            \"sort_field_name\": \"Link to Google Drive Folder\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8f2629029531705ada0dc7\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 38\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba50\",\n                            \"name\": \"Renewal Term\",\n                            \"field_name\": \"Renewal Term\",\n                            \"sort_field_name\": \"Renewal Term\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5e8f28a92c09c9f2aead8074\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 39\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba4f\",\n                            \"name\": \"Google Data Studio Report\",\n                            \"field_name\": \"Google Data Studio Report\",\n                            \"sort_field_name\": \"Google Data Studio Report\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5eab126df9dc3450e5fab749\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 40\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba4e\",\n                            \"name\": \"SEO Strategist\",\n                            \"field_name\": \"SEO Strategist\",\n                            \"sort_field_name\": \"SEO Strategist\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5eab12da4f61b9bb63875cd8\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 41\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba4d\",\n                            \"name\": \"PPC Overage\",\n                            \"field_name\": \"PPC Overage\",\n                            \"sort_field_name\": \"PPC Overage\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5eb425c758d07a4d477d62eb\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 42\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5eb97fd1fc13c54eb291ba4c\",\n                            \"name\": \"Link to AHREFS\",\n                            \"field_name\": \"Link to AHREFS\",\n                            \"sort_field_name\": \"Link to AHREFS\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5eb42c1bdfeab02a13bec20b\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 43\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec80799974e81df91a7b965\",\n                            \"name\": \"Multiple Accounts\",\n                            \"field_name\": \"Multiple Accounts\",\n                            \"sort_field_name\": \"Multiple Accounts\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f22955279a2a3f708a72\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 44\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec80799974e81df91a7b964\",\n                            \"name\": \"1 Contact\",\n                            \"field_name\": \"1 Contact\",\n                            \"sort_field_name\": \"1 Contact\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2334ec42f860663fddc\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 45\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec80799974e81df91a7b963\",\n                            \"name\": \"Members\",\n                            \"field_name\": \"Members\",\n                            \"sort_field_name\": \"Members\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f23d5480c2bc57225d03\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 46\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec80799974e81df91a7b962\",\n                            \"name\": \"1 Work Item\",\n                            \"field_name\": \"1 Work Item\",\n                            \"sort_field_name\": \"1 Work Item\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2460157e7c75da57049\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 47\n                        }\n                    ],\n                    \"work_items\": [\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8ab0\",\n                            \"name\": \"Bulk Actions\",\n                            \"field_name\": \"\",\n                            \"sort_field_name\": \"\",\n                            \"width\": 60,\n                            \"header_width\": 60,\n                            \"field_html\": \"views/workItems/table/fields/bulk_actions.html\",\n                            \"header_html\": \"views/customTables/headers/bulk_actions.html\",\n                            \"order\": 0\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aaf\",\n                            \"name\": \"Menu\",\n                            \"field_name\": \"\",\n                            \"sort_field_name\": \"\",\n                            \"width\": 40,\n                            \"header_width\": 40,\n                            \"field_html\": \"views/workItems/table/fields/menu.html\",\n                            \"header_html\": \"views/customTables/headers/empty.html\",\n                            \"order\": 1\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aae\",\n                            \"name\": \"Priority\",\n                            \"field_name\": \"priority\",\n                            \"sort_field_name\": \"priority\",\n                            \"width\": 65,\n                            \"header_width\": 65,\n                            \"field_html\": \"views/workItems/table/fields/priority.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 2\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aad\",\n                            \"name\": \"Type\",\n                            \"field_name\": \"kind\",\n                            \"sort_field_name\": \"kind\",\n                            \"width\": 120,\n                            \"header_width\": 120,\n                            \"field_html\": \"views/workItems/table/fields/type.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 3\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aac\",\n                            \"name\": \"Key\",\n                            \"field_name\": \"work_item_key\",\n                            \"sort_field_name\": \"work_item_key\",\n                            \"width\": 100,\n                            \"header_width\": 100,\n                            \"field_html\": \"views/workItems/table/fields/key.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 4\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aab\",\n                            \"name\": \"Work Item\",\n                            \"field_name\": \"title\",\n                            \"sort_field_name\": \"title\",\n                            \"width\": 400,\n                            \"header_width\": 400,\n                            \"field_html\": \"views/workItems/table/fields/title.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 5\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aaa\",\n                            \"name\": \"Parent\",\n                            \"field_name\": \"parent.title\",\n                            \"sort_field_name\": \"parent.title\",\n                            \"width\": 158,\n                            \"header_width\": 158,\n                            \"field_html\": \"views/workItems/table/fields/parent.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 6\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa9\",\n                            \"name\": \"Phase\",\n                            \"field_name\": \"phase.name\",\n                            \"sort_field_name\": \"phase.name\",\n                            \"width\": 158,\n                            \"header_width\": 158,\n                            \"field_html\": \"views/workItems/table/fields/phase.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 7\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa8\",\n                            \"name\": \"Starts\",\n                            \"field_name\": \"start_date\",\n                            \"sort_field_name\": \"start_date\",\n                            \"width\": 95,\n                            \"header_width\": 95,\n                            \"field_html\": \"views/workItems/table/fields/start_date.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 8\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa7\",\n                            \"name\": \"Due\",\n                            \"field_name\": \"due_date\",\n                            \"sort_field_name\": \"due_date\",\n                            \"width\": 95,\n                            \"header_width\": 95,\n                            \"field_html\": \"views/workItems/table/fields/due_date.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 9\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa6\",\n                            \"name\": \"Project\",\n                            \"field_name\": \"project.title\",\n                            \"sort_field_name\": \"project.title\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/project.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 10\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa5\",\n                            \"name\": \"Milestone\",\n                            \"field_name\": \"milestone.title\",\n                            \"sort_field_name\": \"milestone.title\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/milestone.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 11\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa4\",\n                            \"name\": \"Milestone Date\",\n                            \"field_name\": \"milestone.date\",\n                            \"sort_field_name\": \"milestone.date\",\n                            \"width\": 110,\n                            \"header_width\": 110,\n                            \"field_html\": \"views/workItems/table/fields/milestone_date.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 12\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa3\",\n                            \"name\": \"Account\",\n                            \"field_name\": \"account\",\n                            \"sort_field_name\": \"account.name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/account.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 13\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa2\",\n                            \"name\": \"Contact\",\n                            \"field_name\": \"contact\",\n                            \"sort_field_name\": \"contact.first_name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/contact.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 14\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa1\",\n                            \"name\": \"Team\",\n                            \"field_name\": \"team.name\",\n                            \"sort_field_name\": \"team.name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/team.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 15\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8aa0\",\n                            \"name\": \"Work Role\",\n                            \"field_name\": \"work_role.name\",\n                            \"sort_field_name\": \"work_role.name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/workItems/table/fields/work_role.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 16\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9f\",\n                            \"name\": \"Assignee\",\n                            \"field_name\": \"assignee.name\",\n                            \"sort_field_name\": \"assignee.name\",\n                            \"width\": 170,\n                            \"header_width\": 170,\n                            \"field_html\": \"views/workItems/table/fields/assignee.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 17\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9e\",\n                            \"name\": \"Creator\",\n                            \"field_name\": \"creator.name\",\n                            \"sort_field_name\": \"creator.name\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/workItems/table/fields/creator.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 18\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9d\",\n                            \"name\": \"Points\",\n                            \"field_name\": \"story_points\",\n                            \"sort_field_name\": \"story_points\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/workItems/table/fields/story_points.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 19\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9c\",\n                            \"name\": \"Time Est.\",\n                            \"field_name\": \"estimated_hours\",\n                            \"sort_field_name\": \"estimated_hours\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/workItems/table/fields/time_estimate.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 20\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9b\",\n                            \"name\": \"Billable\",\n                            \"field_name\": \"billable\",\n                            \"sort_field_name\": \"billable\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/workItems/table/fields/billable.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 21\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f0f5708e053f8a4ed0f8a9a\",\n                            \"name\": \"Tags\",\n                            \"field_name\": \"tags\",\n                            \"sort_field_name\": \"tags\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/workItems/table/fields/tags.html\",\n                            \"header_html\": \"views/customTables/headers/no_sort.html\",\n                            \"order\": 22\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c9a\",\n                            \"name\": \"Custom Checkbox\",\n                            \"field_name\": \"Custom Checkbox\",\n                            \"sort_field_name\": \"Custom Checkbox\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6d332a67025fdfa87b57\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 23\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c99\",\n                            \"name\": \"Custom Date\",\n                            \"field_name\": \"Custom Date\",\n                            \"sort_field_name\": \"Custom Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6d4f4cb15b53e16bf69c\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 24\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c98\",\n                            \"name\": \"Custom Number\",\n                            \"field_name\": \"Custom Number\",\n                            \"sort_field_name\": \"Custom Number\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6d77cf19ff38b1beac11\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 25\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c97\",\n                            \"name\": \"Custom Radio\",\n                            \"field_name\": \"Custom Radio\",\n                            \"sort_field_name\": \"Custom Radio\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6d8e0f46631395063bae\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 26\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c96\",\n                            \"name\": \"Custom Search\",\n                            \"field_name\": \"Custom Search\",\n                            \"sort_field_name\": \"Custom Search\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6d979403d201e7c6b330\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 27\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c95\",\n                            \"name\": \"Custom Switch\",\n                            \"field_name\": \"Custom Switch\",\n                            \"sort_field_name\": \"Custom Switch\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6da6d1ab953b6b06fb56\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 28\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ddc1d42f6ee773f9dc67c94\",\n                            \"name\": \"Custom Text\",\n                            \"field_name\": \"Custom Text\",\n                            \"sort_field_name\": \"Custom Text\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf6db32228796a01e1382b\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 29\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec6f0689f58ff82a222d15e\",\n                            \"name\": \"Membership\",\n                            \"field_name\": \"Membership\",\n                            \"sort_field_name\": \"Membership\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec6f05b05528c1083bc231c\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 30\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec7f3023adc11d86d418ea8\",\n                            \"name\": \"1 Account\",\n                            \"field_name\": \"1 Account\",\n                            \"sort_field_name\": \"1 Account\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2c2237b175feb6c2b3a\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 31\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec7f3023adc11d86d418ea7\",\n                            \"name\": \"Lots Contacts\",\n                            \"field_name\": \"Lots Contacts\",\n                            \"sort_field_name\": \"Lots Contacts\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2ca20395f477b6489e9\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 32\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec7f3023adc11d86d418ea6\",\n                            \"name\": \"1 Member\",\n                            \"field_name\": \"1 Member\",\n                            \"sort_field_name\": \"1 Member\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2d353234d44e958a7d6\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 33\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5ec7f3023adc11d86d418ea4\",\n                            \"name\": \"1 Work Item\",\n                            \"field_name\": \"1 Work Item\",\n                            \"sort_field_name\": \"1 Work Item\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2e29136d40a30ce6a47\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 34\n                        }\n                    ],\n                    \"contacts\": [\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdf2\",\n                            \"name\": \"Menu\",\n                            \"field_name\": \"\",\n                            \"sort_field_name\": \"\",\n                            \"width\": 40,\n                            \"header_width\": 40,\n                            \"field_html\": \"views/contacts/table/fields/menu.html\",\n                            \"header_html\": \"views/customTables/headers/contacts_actions.html\",\n                            \"order\": 0\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdf1\",\n                            \"name\": \"Status\",\n                            \"field_name\": \"active\",\n                            \"sort_field_name\": \"active\",\n                            \"width\": 120,\n                            \"header_width\": 120,\n                            \"field_html\": \"views/contacts/table/fields/active.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 1\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdf0\",\n                            \"name\": \"Type\",\n                            \"field_name\": \"contact_type\",\n                            \"sort_field_name\": \"contact_type\",\n                            \"width\": 120,\n                            \"header_width\": 120,\n                            \"field_html\": \"views/contacts/table/fields/contact_type.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 2\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdef\",\n                            \"name\": \"Key\",\n                            \"field_name\": \"client_key\",\n                            \"sort_field_name\": \"client_key\",\n                            \"width\": 200,\n                            \"header_width\": 200,\n                            \"field_html\": \"views/contacts/table/fields/client_key.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 3\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdee\",\n                            \"name\": \"Probability\",\n                            \"field_name\": \"probability\",\n                            \"sort_field_name\": \"probability\",\n                            \"width\": 158,\n                            \"header_width\": 158,\n                            \"field_html\": \"views/contacts/table/fields/probability.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 4\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcded\",\n                            \"name\": \"Title\",\n                            \"field_name\": \"title\",\n                            \"sort_field_name\": \"title\",\n                            \"width\": 95,\n                            \"header_width\": 95,\n                            \"field_html\": \"views/contacts/table/fields/title.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 5\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdec\",\n                            \"name\": \"Owner\",\n                            \"field_name\": \"owner.name\",\n                            \"sort_field_name\": \"owner.name\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/contacts/table/fields/owner.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 6\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdeb\",\n                            \"name\": \"Website\",\n                            \"field_name\": \"website\",\n                            \"sort_field_name\": \"website\",\n                            \"width\": 140,\n                            \"header_width\": 140,\n                            \"field_html\": \"views/contacts/table/fields/website.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 7\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdea\",\n                            \"name\": \"Modified\",\n                            \"field_name\": \"modified\",\n                            \"sort_field_name\": \"modified_unix\",\n                            \"width\": 190,\n                            \"header_width\": 190,\n                            \"field_html\": \"views/contacts/table/fields/modified.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 8\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde9\",\n                            \"name\": \"Modified By\",\n                            \"field_name\": \"modified_by_name\",\n                            \"sort_field_name\": \"modified_by_name\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/contacts/table/fields/modified_by_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 9\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde8\",\n                            \"name\": \"Created\",\n                            \"field_name\": \"created\",\n                            \"sort_field_name\": \"created_unix\",\n                            \"width\": 190,\n                            \"header_width\": 190,\n                            \"field_html\": \"views/contacts/table/fields/created.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 10\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde7\",\n                            \"name\": \"Creator\",\n                            \"field_name\": \"creator.name\",\n                            \"sort_field_name\": \"creator.name\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/contacts/table/fields/creator_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 11\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde6\",\n                            \"name\": \"Tags\",\n                            \"field_name\": \"tags\",\n                            \"sort_field_name\": \"tags\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/contacts/table/fields/tags.html\",\n                            \"header_html\": \"views/customTables/headers/no_sort.html\",\n                            \"order\": 12\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde5\",\n                            \"name\": \"Email\",\n                            \"field_name\": \"emails\",\n                            \"sort_field_name\": \"emails\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/contacts/table/fields/emails.html\",\n                            \"header_html\": \"views/customTables/headers/no_sort.html\",\n                            \"order\": 13\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcde4\",\n                            \"name\": \"Account\",\n                            \"field_name\": \"accounts\",\n                            \"sort_field_name\": \"accounts\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"field_html\": \"views/contacts/table/fields/accounts.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 14\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8c4\",\n                            \"name\": \"Custom Checkbox\",\n                            \"field_name\": \"Custom Checkbox\",\n                            \"sort_field_name\": \"Custom Checkbox\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fe249442a819e863a38\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 15\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8c3\",\n                            \"name\": \"Custom Date\",\n                            \"field_name\": \"Custom Date\",\n                            \"sort_field_name\": \"Custom Date\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7fe74a2a84e95f410e14\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 16\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8c2\",\n                            \"name\": \"Custom Dropdown\",\n                            \"field_name\": \"Custom Dropdown\",\n                            \"sort_field_name\": \"Custom Dropdown\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7ff667602082680d1768\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 17\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8c1\",\n                            \"name\": \"Custom Number\",\n                            \"field_name\": \"Custom Number\",\n                            \"sort_field_name\": \"Custom Number\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf7ffd13cbdf620d4667c3\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 18\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8c0\",\n                            \"name\": \"Custom Radio\",\n                            \"field_name\": \"Custom Radio\",\n                            \"sort_field_name\": \"Custom Radio\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf8008707a74628732f57c\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 19\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8bf\",\n                            \"name\": \"Custom Search\",\n                            \"field_name\": \"Custom Search\",\n                            \"sort_field_name\": \"Custom Search\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf8011c2b5bd2b8321aaba\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 20\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8be\",\n                            \"name\": \"Custom\",\n                            \"field_name\": \"Custom\",\n                            \"sort_field_name\": \"Custom\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf801ca5f12d365cb280ea\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 21\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5dde8e4f6820842f997fd8bd\",\n                            \"name\": \"Custom Text\",\n                            \"field_name\": \"Custom Text\",\n                            \"sort_field_name\": \"Custom Text\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5dbf80259f34c5da7270b1e3\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 22\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcddb\",\n                            \"name\": \"First Name\",\n                            \"field_name\": \"first_name\",\n                            \"sort_field_name\": \"first_name\",\n                            \"width\": 200,\n                            \"header_width\": 200,\n                            \"field_html\": \"views/contacts/table/fields/first_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 23\n                        },\n                        {\n                            \"visible\": true,\n                            \"is_custom_field\": false,\n                            \"permission\": false,\n                            \"_id\": \"5f21d48a512dbe7fef5bcdda\",\n                            \"name\": \"Last Name\",\n                            \"field_name\": \"last_name\",\n                            \"sort_field_name\": \"last_name\",\n                            \"width\": 200,\n                            \"header_width\": 200,\n                            \"field_html\": \"views/contacts/table/fields/last_name.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 24\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5efe0123971518dda33dd375\",\n                            \"name\": \"Lots Accounts\",\n                            \"field_name\": \"Lots Accounts\",\n                            \"sort_field_name\": \"Lots Accounts\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f2623c78227f450b7871\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 25\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5efe0123971518dda33dd374\",\n                            \"name\": \"1 Contact\",\n                            \"field_name\": \"1 Contact\",\n                            \"sort_field_name\": \"1 Contact\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f26b3f72a166c05773fe\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 26\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5efe0123971518dda33dd373\",\n                            \"name\": \"Lots Members\",\n                            \"field_name\": \"Lots Members\",\n                            \"sort_field_name\": \"Lots Members\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f27487498126b651dec3\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 27\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5efe0123971518dda33dd372\",\n                            \"name\": \"1 Project\",\n                            \"field_name\": \"1 Project\",\n                            \"sort_field_name\": \"1 Project\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f27b98268b7ca99da68b\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 28\n                        },\n                        {\n                            \"visible\": false,\n                            \"is_custom_field\": true,\n                            \"permission\": true,\n                            \"_id\": \"5efe0123971518dda33dd371\",\n                            \"name\": \"Lots Work Items\",\n                            \"field_name\": \"Lots Work Items\",\n                            \"sort_field_name\": \"Lots Work Items\",\n                            \"width\": 150,\n                            \"header_width\": 150,\n                            \"custom_field_id\": \"5ec7f28304dc514b08c66510\",\n                            \"field_html\": \"views/customTables/fields/custom.html\",\n                            \"header_html\": \"views/customTables/headers/sortable.html\",\n                            \"order\": 29\n                        }\n                    ]\n                },\n                \"dashboards\": [\n                    {\n                        \"is_default\": true,\n                        \"_id\": \"5dbe923b2a1cef356becfa28\",\n                        \"name\": \"Main\",\n                        \"created\": \"2019-11-03T08:39:23.163Z\",\n                        \"widgets\": [\n                            {\n                                \"_id\": \"5e7250d400db291b350d3997\",\n                                \"name\": \"Overdue Invoices\",\n                                \"element_id\": \"overdueInvoicesWidget\",\n                                \"width\": 50,\n                                \"height\": 80,\n                                \"order\": 0\n                            },\n                            {\n                                \"_id\": \"5e7253ef28e3eb1c5097bd2b\",\n                                \"name\": \"All Active Projects\",\n                                \"element_id\": \"allActiveProjectsWidget\",\n                                \"width\": 50,\n                                \"height\": 80,\n                                \"order\": 1\n                            }\n                        ],\n                        \"rows\": []\n                    }\n                ],\n                \"client\": {\n                    \"contact\": null,\n                    \"projects\": []\n                },\n                \"is_client\": false,\n                \"active\": true,\n                \"notifications\": {\n                    \"account_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"alerts\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"at_mention\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": true\n                    },\n                    \"calendar_event_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"calendar_event_invite\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"contact_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"expense_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"expense_approval_response\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"expense_modified_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"file_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"file_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"project_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"project_file_attachment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"project_membership\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"project_status_change\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"project_due\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"reminder\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"retainer_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"request_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"request_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"team_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"team_membership\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"timelog_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"timelog_approval_response\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"timelog_modified_approval\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"time_off_request\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_assignment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"template_created\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_comment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_dependency\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_file_attachment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_phase_change\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_due\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"work_item_update_request\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": false\n                    },\n                    \"estimate_invoice_status\": {\n                        \"email\": true,\n                        \"ravetree\": true,\n                        \"sms\": true\n                    },\n                    \"estimate_invoice_payment\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": true\n                    },\n                    \"estimate_invoice_modified\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": true\n                    },\n                    \"estimate_invoice_created\": {\n                        \"ravetree\": true,\n                        \"email\": true,\n                        \"sms\": true\n                    }\n                },\n                \"quick_links\": [],\n                \"permissions\": [\n                    {\n                        \"_id\": \"5dbe924c2a1cef356becfa48\",\n                        \"projects\": {\n                            \"can_view_projects\": true,\n                            \"can_edit_projects\": true,\n                            \"can_copy_projects\": true,\n                            \"can_create_milestones\": true,\n                            \"can_delete_milestones\": true,\n                            \"can_import_projects\": true,\n                            \"can_export_projects\": true,\n                            \"can_create_projects\": true,\n                            \"can_delete_projects\": true,\n                            \"can_view_all_projects\": true\n                        },\n                        \"project_templates\": {\n                            \"can_view_templates\": true,\n                            \"can_edit_templates\": true,\n                            \"can_copy_templates\": true,\n                            \"can_create_templates\": true,\n                            \"can_delete_templates\": true\n                        },\n                        \"work_item_templates\": {\n                            \"can_view_templates\": true,\n                            \"can_edit_templates\": true,\n                            \"can_copy_templates\": true,\n                            \"can_create_templates\": true,\n                            \"can_delete_templates\": true\n                        },\n                        \"work_items\": {\n                            \"can_view_budget\": true,\n                            \"can_view_work_items\": true,\n                            \"can_create_work_items\": true,\n                            \"can_delete_work_items\": true,\n                            \"can_edit_work_items\": true,\n                            \"can_view_sizing\": false,\n                            \"can_view_time_estimates\": true,\n                            \"can_view_story_points\": true,\n                            \"can_view_fee_info\": true,\n                            \"can_view_cost_info\": true,\n                            \"can_perform_bulk_actions\": true,\n                            \"can_change_phase_for_other_members\": true\n                        },\n                        \"schedule\": {\n                            \"can_view_schedule\": true\n                        },\n                        \"retainers\": {\n                            \"can_view_retainers\": true,\n                            \"can_edit_retainers\": true,\n                            \"can_delete_retainers\": true\n                        },\n                        \"requests\": {\n                            \"can_view_requests\": true,\n                            \"can_edit_requests\": true\n                        },\n                        \"members\": {\n                            \"can_view_members\": true,\n                            \"can_view_profiles\": true,\n                            \"can_view_files\": true,\n                            \"can_view_members_timesheet\": true,\n                            \"can_log_time\": true,\n                            \"can_log_time_for_others\": true,\n                            \"can_create_expenses\": true,\n                            \"can_view_members_expenses\": true,\n                            \"can_create_expenses_for_others\": false,\n                            \"can_view_all_comments\": false\n                        },\n                        \"teams\": {\n                            \"can_view_teams\": true,\n                            \"can_create_teams\": true,\n                            \"can_edit_teams\": true,\n                            \"can_delete_teams\": true,\n                            \"can_create_workflows\": true,\n                            \"can_edit_workflows\": true,\n                            \"can_delete_workflows\": true\n                        },\n                        \"calendar\": {\n                            \"can_view_calendar\": true,\n                            \"can_create_events\": true\n                        },\n                        \"accounting\": {\n                            \"can_view_accounting\": true,\n                            \"can_view_cost_information\": true,\n                            \"can_view_fee_information\": true\n                        },\n                        \"reports\": {\n                            \"can_view_reports\": true,\n                            \"can_view_time_log_report\": true,\n                            \"can_view_expense_report\": true,\n                            \"can_view_estimate_report\": true,\n                            \"can_view_invoice_report\": true,\n                            \"can_view_project_report\": true,\n                            \"can_view_work_item_report\": true,\n                            \"can_view_member_report\": true,\n                            \"can_view_gross_profit_report\": true\n                        },\n                        \"admin\": {\n                            \"can_view_admin_page\": true,\n                            \"can_view_settings\": false,\n                            \"can_view_members\": true,\n                            \"can_view_permissions\": true,\n                            \"can_view_crm\": true,\n                            \"can_view_company_info\": true,\n                            \"can_view_billing\": true,\n                            \"can_view_client_portals\": true,\n                            \"can_modify_permissions\": true,\n                            \"can_modify_work_roles\": true,\n                            \"can_view_work_roles\": true,\n                            \"can_modify_time_off_plans\": true,\n                            \"can_view_time_off_plans\": true,\n                            \"can_modify_service_items\": true,\n                            \"can_view_service_items\": true,\n                            \"can_modify_request_forms\": true,\n                            \"can_view_request_forms\": true,\n                            \"can_modify_offices\": true,\n                            \"can_view_offices\": true,\n                            \"can_modify_members\": true,\n                            \"can_modify_managers\": true,\n                            \"can_view_managers\": true,\n                            \"can_modify_company_holidays\": true,\n                            \"can_view_company_holidays\": true,\n                            \"can_modify_form_configuration\": true,\n                            \"can_view_form_configuration\": true,\n                            \"can_modify_expenses\": true,\n                            \"can_view_expenses\": true,\n                            \"can_modify_estimate_templates\": true,\n                            \"can_view_estimate_templates\": true,\n                            \"can_view_departments\": true,\n                            \"can_modify_departments\": true,\n                            \"can_modify_crm\": true,\n                            \"can_modify_connections\": true,\n                            \"can_modify_company_info\": true,\n                            \"can_view_connections\": true,\n                            \"can_modify_client_portals\": true,\n                            \"can_modify_billing\": true,\n                            \"can_recover_data\": true\n                        },\n                        \"portal_required_permission\": true,\n                        \"name\": \"Administrator\",\n                        \"description\": \"This is the role assigned to all administrators. It can be updated, but not deleted. By default, all administrators have permission to do everything.\",\n                        \"portal\": \"5dbe92462a1cef356becfa34\",\n                        \"creator\": \"5dbe923b2a1cef356becfa26\",\n                        \"created\": \"2019-11-03T08:39:40.400Z\",\n                        \"__v\": 0,\n                        \"modified\": \"2020-04-17T00:33:42.365Z\",\n                        \"accounts\": {\n                            \"can_view_accounts\": true,\n                            \"can_create_accounts\": true,\n                            \"can_delete_accounts\": true,\n                            \"can_edit_accounts\": true,\n                            \"can_view_account_files\": true,\n                            \"can_view_account_events\": true\n                        },\n                        \"contacts\": {\n                            \"can_view_contacts\": true,\n                            \"can_create_contacts\": true,\n                            \"can_delete_contacts\": true,\n                            \"can_edit_contacts\": true,\n                            \"can_view_contact_files\": true,\n                            \"can_view_contact_emails\": true,\n                            \"can_view_contact_events\": true\n                        },\n                        \"estimates\": {\n                            \"can_view_estimates\": true,\n                            \"can_create_estimates\": true,\n                            \"can_edit_estimates\": true,\n                            \"can_delete_estimates\": true\n                        },\n                        \"invoices\": {\n                            \"can_view_invoices\": true,\n                            \"can_create_invoices\": true,\n                            \"can_edit_invoices\": true,\n                            \"can_delete_invoices\": true\n                        },\n                        \"deals\": {\n                            \"can_view_deals\": true,\n                            \"can_create_deals\": true,\n                            \"can_delete_deals\": true,\n                            \"can_view_other_members_deals\": true,\n                            \"can_edit_other_members_deals\": true,\n                            \"can_delete_other_members_deals\": true\n                        },\n                        \"activity\": {\n                            \"can_view_activity\": true,\n                            \"can_create_activity\": true,\n                            \"can_delete_activity\": true,\n                            \"can_view_other_members_activity\": true,\n                            \"can_edit_other_members_activity\": true,\n                            \"can_delete_other_members_activity\": true\n                        },\n                        \"files\": {\n                            \"can_view_files\": true,\n                            \"can_edit_files\": true,\n                            \"can_delete_files\": true,\n                            \"can_create_files\": true\n                        }\n                    }\n                ]\n            }\n        ]\n    },\n    \"error_message\": \"\",\n    \"redirect_url\": \"\"\n}"}],"_postman_id":"3eec507d-be54-4ef9-92c4-6546bd6ecaf5"}],"id":"feddac9c-f2a1-4f4d-94e0-a02ee6612855","_postman_id":"feddac9c-f2a1-4f4d-94e0-a02ee6612855","description":""},{"name":"Work Items","item":[{"name":"Search for Work Items","id":"90a64a36-fc0a-46ab-8e22-f552b9257fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"90a64a36-fc0a-46ab-8e22-f552b9257fbc"}],"id":"e71c7ffc-3f0b-4fca-9b26-21469f52af05","_postman_id":"e71c7ffc-3f0b-4fca-9b26-21469f52af05","description":""}],"variable":[{"id":"baseUrl","key":"baseUrl","value":"http://petstore.swagger.io/v1","type":"string"}]}