{"info":{"_postman_id":"db291de8-523a-4c80-963d-0f3b95dd9fcc","name":"Zoho Projects - Customer API Documentation","description":"REST API\n\nZoho Projects and Zoho BugTracker API lets users/developers extend their web applications to push or pull data into or from Zoho Projects and Zoho BugTracker for application mashups. As the API is purely RESTful, your application could be in any of the programming languages like PHP, Python, Java, e.t.c. \nMandatory URL for API\n\nIf the scope is ZohoProjects.<module>.<operation> - https://projectsapi.zoho.com/restapi\n\nIf the scope is ZohoBugTracker.<module>.<operation> - https://bugtracker.zoho.com/restapi\n\nPlease use the relevant domain (.com, .eu, .in, .cn etc.)\n\nOAuth token generated using Zoho Projects scope will not work on Zoho BugTracker API and vice versa.\nNumber of Records Per API\n\nindex and range are the parameters that must be passed for all GET API. The range you pass cannot be more than 200.  If the range is not explicitly mentioned, then the default range is 100.\n\nExample:\n\nIndex is the position of the first record in the set that you wish to get and the range is the number of records to be fetched. For example, if you wish to get the records from 11 to 20, the index here will be set as 11(which is the position of the record) and the range as 10. Now, records from 11 to 20 will be displayed in a page.\n\nAPI limitations\n\nYou can invoke or call an API for 100 times in a span of two minutes. If you invoke more than 100 times, the particular API request will be locked for the next 30 minutes. \n\n\n\n\n\n\n\nKey Points to remember while using Zoho Projects API.\n\n    1. We have pagination support most of the \"GET\" method APIs. The user needs to pass the index and range parameter to get the resource. \n\n            Ex:- If a user has 1000 projects, We cannot give all the project details in ono API response. It is not recommended, because most of the time those details are not gonna be used. So Our Zoho Projects APIs will give only 100 resources per API call. But the user can request upto 200 by mention \"range\" as 200.\n\n    2. Zoho Projects moved to authtoken to OAuth 2.0. Most of the users still using authtoken for acccessing the APIs. But our newly developed APIs wont have the authtoken support. So we are recommending to move or implement OAuth setup in your systems. It has more security than auth token.\n\n        Help Links: https://www.zoho.com/accounts/protocol/oauth.html\n                    https://www.zoho.com/projects/help/rest-api/get-tickets-api.html\n                    https://oauth.net/2/\n                    https://oauth.net/videos/ \n\n    3. You can invoke or call an API for 100 times in a span of two minutes. If you invoke more than 100 times, the particular API request will be locked for the next 30 minutes.\n         ","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"OAuth 2.0 Set up - Projects","item":[{"name":"Generate Token","item":[{"name":"User Authorization Request - Browser only","id":"49d7946c-6c9c-4a61-bc65-9bf952f23025","request":{"method":"GET","header":[],"url":{"raw":"https://accounts.zoho.com/oauth/v2/auth?scope=ZohoProjects.portals.READ,ZohoProjects.projects.ALL,ZohoProjects.activities.READ,ZohoProjects.status.READ,ZohoProjects.status.CREATE,ZohoProjects.milestones.ALL,ZohoProjects.tasklists.ALL,ZohoProjects.tasks.ALL,ZohoProjects.timesheets.ALL,ZohoProjects.bugs.ALL,ZohoProjects.events.ALL,ZohoProjects.forums.ALL,ZohoProjects.users.ALL,ZohoProjects.tags.ALL,ZohoProjects.search.READ,ZohoProjects.clients.ALL,ZohoProjects.documents.ALL,ZohoPC.files.ALL,ZohoBugtracker.portals.READ,ZohoBugtracker.projects.ALL,ZohoBugtracker.milestones.ALL,ZohoBugtracker.timesheets.ALL,ZohoBugtracker.bugs.ALL,ZohoBugtracker.events.ALL,ZohoBugtracker.forums.ALL,ZohoBugtracker.users.ALL,ZohoBugtracker.search.READ,ZohoBugtracker.documents.ALL,ZohoBugtracker.tags.ALL&client_id=1000.OXGV33YPQFF3GJ31V7HSUG0SHDV29M&response_type=code&access_type=offline&redirect_uri=https://oauth.pstmn.io/v1/callback&prompt=consent","protocol":"https","host":["accounts","zoho","com"],"path":["oauth","v2","auth"],"query":[{"key":"scope","value":"ZohoProjects.portals.READ,ZohoProjects.projects.ALL,ZohoProjects.activities.READ,ZohoProjects.status.READ,ZohoProjects.status.CREATE,ZohoProjects.milestones.ALL,ZohoProjects.tasklists.ALL,ZohoProjects.tasks.ALL,ZohoProjects.timesheets.ALL,ZohoProjects.bugs.ALL,ZohoProjects.events.ALL,ZohoProjects.forums.ALL,ZohoProjects.users.ALL,ZohoProjects.tags.ALL,ZohoProjects.search.READ,ZohoProjects.clients.ALL,ZohoProjects.documents.ALL,ZohoPC.files.ALL,ZohoBugtracker.portals.READ,ZohoBugtracker.projects.ALL,ZohoBugtracker.milestones.ALL,ZohoBugtracker.timesheets.ALL,ZohoBugtracker.bugs.ALL,ZohoBugtracker.events.ALL,ZohoBugtracker.forums.ALL,ZohoBugtracker.users.ALL,ZohoBugtracker.search.READ,ZohoBugtracker.documents.ALL,ZohoBugtracker.tags.ALL","description":"Specifies the scope restriction of your application. The scope of each API is mentioned in the particular module (ZohoProjects.<module>.<operation>). Multiple scopes are separated using commas. Example: ZohoProjects.tasks.READ, ZohoProjects.projects.ALL."},{"key":"client_id","value":"1000.OXGV33YPQFF3GJ31V7HSUG0SHDV29M","description":"Enter the Client ID generated while registering the application."},{"key":"response_type","value":"code","description":"Specify the response_type value as code."},{"key":"access_type","value":"offline","description":"Specify as online or offline. Offline access type generates both access and refresh tokens. Online access type provides only access token."},{"key":"redirect_uri","value":"https://oauth.pstmn.io/v1/callback","description":"Redirect URI is the callback URL mentioned while registering the application."},{"key":"prompt","value":"consent","description":"Specify the prompt value as consent. The server prompts the user for consent every time before generating an authorization code. If consent is required only once then specify the value as none."}]},"description":"This code generated using this API is only valid for two minutes and it is used to obtain access and refresh token."},"response":[]},{"name":"Generate Access & Refresh Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"access_token\", data.access_token);","postman.setGlobalVariable(\"refresh_token\", data.refresh_token);",""]}}],"id":"36976fc4-9cba-4d68-b0f7-45812dda520c","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"code","value":"1000.0a72e59f96d64dd513b25fb1b266c6ba.83e7387a7f26f36994a654e30b98a360","description":"Specify the authorization code.\nNote: This code is valid only for two mins. Regenerate a fresh code if it expires.","type":"text"},{"key":"redirect_uri","value":"{{redirect_uri}}","description":"Redirect URI is the callback URL mentioned while registering the application.","type":"text"},{"key":"client_id","value":"{{client_id}}","description":"Specify the Client ID generated while registering the application.","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"Specify the Client Secret generated while registering the application.","type":"text"},{"key":"grant_type","value":"authorization_code","description":"Specify grant_type value as authorization_code","type":"text"}]},"url":"https://accounts.zoho.com/oauth/v2/token"},"response":[]}],"id":"8c98f6c5-45d4-4e20-961c-672aa33c1002"},{"name":"Regenerate Token","item":[{"name":"Regenerate Access Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var data = JSON.parse(responseBody);","postman.setGlobalVariable(\"access_token\", data.access_token);"]}}],"id":"cc097393-1871-4ee5-afca-92a603470106","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"refresh_token","value":"{{refresh_token}}","type":"text"},{"key":"client_id","value":"{{client_id}}","type":"text"},{"key":"client_secret","value":"{{client_secret}}","type":"text"},{"key":"grant_type","value":"refresh_token","type":"text"}]},"url":"https://accounts.zoho.com/oauth/v2/token"},"response":[]}],"id":"63490511-0102-4418-81ff-68d61e264f6b"}],"id":"59b10873-a1b1-4102-998e-ccbf12233a38","description":"OAuth 2.0 Authentication\nOverview\n\nOAuth 2.0 is a token based authorization framework that enables limited access to the third-party application. OAuth acts as an intermediary on behalf of the user and provides controlled access, i.e. access only to the resources authenticated by the user and blocking the rest. This strengthens the security and also user data compromise is minimal.\nHow does it work?\n\nSteve, a client of Zoho, owns a third-party application (say Zylker). Helen, the end user who uses Zylker, wants to gain access to some of the protected data in Zoho. Let's help Helen to access the data.\n\n    Steve registers Zylker with Zoho Developer Console. Upon successful registration, a Client ID and a Client Secret is generated.\n    Helen raises a request to access the protected resources of Zoho via Zylker. \n    Helen will be asked for consent so that Zylker can access her data via Zoho Projects API.\n    If Helen clicks Accept, she will be redirected to the URL (Redirect URL) mentioned while registering the application. \n        The authorization code is embedded in the URL.\n    The authorization code is exchanged to obtain Access and Refresh tokens.\n    Helen can make requests to the API with the access token for the next hour. \n    Once the access token expires, it can be regenerated using the refresh token.\n    The controlled access can be revoked anytime if Helen faces any security breach or if the access is no longer needed.\n\n\n\n    OAuth2.0 Authentication\n\nLearn the steps to access Zoho Projects' API using OAuth 2.0 authentication.\n\n    Register your application\n    User authorization request\n    Generate access and refresh tokens\n    Regenerate access token\n    Revoke refresh token\n    Use APIs with the access token\n\n\n    These steps are explained in the below link.\n\n    https://www.zoho.com/projects/help/rest-api/get-tickets-api.html","event":[{"listen":"prerequest","script":{"id":"0fa6cccd-c5a0-48b7-ae73-47c225f675a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"955bcb30-a9dc-4bd8-b61f-227026f37ca1","type":"text/javascript","exec":[""]}}]},{"name":"Portals","item":[{"name":"All Portals","event":[{"listen":"prerequest","script":{"id":"7d8c2e07-4180-4f7c-a9af-0bb1c759395c","exec":[""],"type":"text/javascript"}}],"id":"98f03fc5-4bfe-4810-a52e-3f91f9ed94c4","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header","tokenType":"Bearer"}},"method":"GET","header":[],"url":"{{base_url}}/portals/","description":"Scope: ZohoProjects.portals.READ\n\nGets all the portals for the logged in user."},"response":[{"id":"c5a52b13-4bbd-4ffd-8bf3-9f4b0e01659b","name":"All Portals","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/portals/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 05:33:40 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=30A4B0D397251AA7B830075F40EFE90E; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"login_id\": \"639283127\",\n    \"portals\": [\n        {\n            \"trial_enabled\": false,\n            \"gmt_time_zone\": \"(GMT 0:0) Irish Summer Time\",\n            \"project_count\": {\n                \"active\": 2\n            },\n            \"role\": \"admin\",\n            \"avail_user_count\": 0,\n            \"is_crm_partner\": false,\n            \"link\": {\n                \"project\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/647154632/projects/\"\n                }\n            },\n            \"bug_plan\": \"Standard\",\n            \"locale\": {\n                \"country\": \"United States\",\n                \"code\": \"en_US\",\n                \"language\": \"English\"\n            },\n            \"layouts\": {\n                \"projects\": {\n                    \"module_id\": \"1103053000000026005\"\n                },\n                \"tasks\": {\n                    \"module_id\": \"1103053000000018005\"\n                }\n            },\n            \"new_user_plan\": true,\n            \"available_projects\": 8,\n            \"default\": false,\n            \"id\": 647154632,\n            \"bug_plural\": \"Issues\",\n            \"is_new_plan\": true,\n            \"plan\": \"Standard\",\n            \"percentage_calculation\": \"based_on_status\",\n            \"settings\": {\n                \"business_hours\": {\n                    \"business_end\": 1440,\n                    \"business_start\": 0\n                },\n                \"default_dependency_type\": \"finish-start\",\n                \"working_days\": [\n                    \"Sunday\",\n                    \"Monday\",\n                    \"Tuesday\",\n                    \"Wednesday\",\n                    \"Thursday\",\n                    \"Friday\",\n                    \"Saturday\"\n                ],\n                \"timelog_period\": {\n                    \"log_future_time\": {\n                        \"allowed\": false\n                    },\n                    \"log_past_time\": {\n                        \"allowed\": true\n                    }\n                },\n                \"time_zone\": \"Europe/Dublin\",\n                \"startday_of_week\": \"sunday\",\n                \"task_date_format\": \"MM-dd-yyyy\",\n                \"timesheet\": {\n                    \"is_timesheet_approval_enabled\": false,\n                    \"default_billing_status\": \"Billable\"\n                },\n                \"holidays\": [],\n                \"is_budget_enabled\": false,\n                \"company_name\": \"zylkerevents\",\n                \"date_format\": \"MM-dd-yyyy hh:mm aaa\",\n                \"has_budget_permission\": false\n            },\n            \"is_display_taskprefix\": true,\n            \"bug_singular\": \"Issue\",\n            \"is_display_projectprefix\": true,\n            \"project_prefix\": \"ZY-\",\n            \"max_user_count\": 10,\n            \"extensions\": {\n                \"locations\": {\n                    \"app_settings\": \"1103053000000031009\",\n                    \"issue_tab\": \"1103053000000031013\",\n                    \"task_tab\": \"1103053000000031011\",\n                    \"attachment_picker\": \"1103053000000058073\",\n                    \"top_band\": \"1103053000000054003\",\n                    \"project_tab\": \"1103053000000054001\"\n                }\n            },\n            \"profile_id\": 1103053000000017134,\n            \"name\": \"zylkerevents\",\n            \"id_string\": \"647154632\",\n            \"is_time_log_restriction_enabled\": false\n        },\n        {\n            \"trial_enabled\": false,\n            \"gmt_time_zone\": \"(GMT 5:30 ) India Standard Time\",\n            \"project_count\": {\n                \"active\": 1\n            },\n            \"role\": \"manager\",\n            \"avail_user_count\": 0,\n            \"is_crm_partner\": false,\n            \"link\": {\n                \"project\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/649709198/projects/\"\n                }\n            },\n            \"bug_plan\": \"Free\",\n            \"locale\": {\n                \"country\": \"United States\",\n                \"code\": \"en_US\",\n                \"language\": \"English\"\n            },\n            \"layouts\": {\n                \"projects\": {\n                    \"module_id\": \"1122021000000108005\"\n                },\n                \"tasks\": {\n                    \"module_id\": \"1122021000000016005\"\n                }\n            },\n            \"new_user_plan\": true,\n            \"available_projects\": 0,\n            \"default\": false,\n            \"id\": 649709198,\n            \"bug_plural\": \"Bugs\",\n            \"is_new_plan\": false,\n            \"plan\": \"Free\",\n            \"percentage_calculation\": \"based_on_status\",\n            \"settings\": {\n                \"business_hours\": {\n                    \"business_end\": 1440,\n                    \"business_start\": 0\n                },\n                \"default_dependency_type\": \"finish-start\",\n                \"working_days\": [\n                    \"Sunday\",\n                    \"Monday\",\n                    \"Tuesday\",\n                    \"Wednesday\",\n                    \"Thursday\",\n                    \"Friday\",\n                    \"Saturday\"\n                ],\n                \"timelog_period\": {\n                    \"log_future_time\": {\n                        \"allowed\": false\n                    },\n                    \"log_past_time\": {\n                        \"allowed\": true\n                    }\n                },\n                \"time_zone\": \"Asia/Calcutta\",\n                \"startday_of_week\": \"sunday\",\n                \"task_date_format\": \"MM-dd-yyyy\",\n                \"timesheet\": {\n                    \"is_timesheet_approval_enabled\": true,\n                    \"default_billing_status\": \"Billable\"\n                },\n                \"holidays\": [],\n                \"is_budget_enabled\": false,\n                \"company_name\": \"bigcitydreams\",\n                \"date_format\": \"MM-dd-yyyy hh:mm aaa\",\n                \"has_budget_permission\": false\n            },\n            \"time_log_restriction_details\": {\n                \"weekly_log_hour_limit\": \"120:0\",\n                \"daily_log_hour_limit\": \"24:0\"\n            },\n            \"is_display_taskprefix\": true,\n            \"bug_singular\": \"Issue\",\n            \"is_display_projectprefix\": true,\n            \"project_prefix\": \"BI-\",\n            \"max_user_count\": 5,\n            \"extensions\": {\n                \"locations\": {\n                    \"app_settings\": \"1122021000000126009\",\n                    \"issue_tab\": \"1122021000000126013\",\n                    \"task_tab\": \"1122021000000126011\",\n                    \"attachment_picker\": \"1122021000000175073\",\n                    \"top_band\": \"1122021000000170003\",\n                    \"project_tab\": \"1122021000000170001\"\n                }\n            },\n            \"profile_id\": 1122021000000015140,\n            \"name\": \"bigcitydreams\",\n            \"id_string\": \"649709198\",\n            \"is_time_log_restriction_enabled\": true\n        },\n        {\n            \"trial_enabled\": false,\n            \"gmt_time_zone\": \"(GMT -6:0) Central Daylight Time\",\n            \"project_count\": {\n                \"active\": 7\n            },\n            \"role\": \"Employee\",\n            \"avail_user_count\": 8,\n            \"is_crm_partner\": false,\n            \"link\": {\n                \"project\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/671373562/projects/\"\n                }\n            },\n            \"bug_plan\": \"Enterprise\",\n            \"locale\": {\n                \"country\": \"United States\",\n                \"code\": \"en_US\",\n                \"language\": \"English\"\n            },\n            \"layouts\": {\n                \"projects\": {\n                    \"module_id\": \"1306556000000020005\"\n                },\n                \"tasks\": {\n                    \"module_id\": \"1306556000000016005\"\n                }\n            },\n            \"new_user_plan\": true,\n            \"available_projects\": -1,\n            \"default\": false,\n            \"id\": 671373562,\n            \"bug_plural\": \"Issues\",\n            \"is_new_plan\": true,\n            \"plan\": \"Enterprise\",\n            \"percentage_calculation\": \"based_on_status\",\n            \"settings\": {\n                \"business_hours\": {\n                    \"business_end\": 1080,\n                    \"business_start\": 540\n                },\n                \"default_dependency_type\": \"finish-start\",\n                \"working_days\": [\n                    \"Monday\",\n                    \"Tuesday\",\n                    \"Wednesday\",\n                    \"Thursday\",\n                    \"Friday\"\n                ],\n                \"timelog_period\": {\n                    \"log_future_time\": {\n                        \"customize\": {\n                            \"unit\": \"week(s)\",\n                            \"value\": \"2\"\n                        }\n                    },\n                    \"log_past_time\": {\n                        \"customize\": {\n                            \"unit\": \"day(s)\",\n                            \"value\": \"10\"\n                        }\n                    }\n                },\n                \"last_sync_time\": \"10-26-2019 10:12 PM\",\n                \"time_zone\": \"CST\",\n                \"startday_of_week\": \"sunday\",\n                \"task_date_format\": \"MM-dd-yyyy\",\n                \"timesheet\": {\n                    \"is_timesheet_approval_enabled\": false,\n                    \"default_billing_status\": \"Billable\"\n                },\n                \"zia\": {\n                    \"is_enabled\": true,\n                    \"id\": \"692825207\"\n                },\n                \"holidays\": [\n                    {\n                        \"date\": \"02-06-2019\",\n                        \"name\": \"Convention\",\n                        \"id\": \"1306556000000352085\"\n                    },\n                    {\n                        \"date\": \"02-12-2019\",\n                        \"name\": \"Holiday\",\n                        \"id\": \"1306556000000352087\"\n                    },\n                    {\n                        \"date\": \"03-01-2019\",\n                        \"name\": \"holiday\",\n                        \"id\": \"1306556000000500003\"\n                    },\n                    {\n                        \"date\": \"04-12-2019\",\n                        \"name\": \"test\",\n                        \"id\": \"1306556000000500001\"\n                    }\n                ],\n                \"is_budget_enabled\": true,\n                \"company_name\": \"Zoho\",\n                \"date_format\": \"MM-dd-yyyy hh:mm aaa\",\n                \"default_currency\": \"USD\",\n                \"has_budget_permission\": true\n            },\n            \"is_display_taskprefix\": true,\n            \"bug_singular\": \"Issues\",\n            \"is_display_projectprefix\": true,\n            \"project_prefix\": \"PRJU-\",\n            \"max_user_count\": 25,\n            \"extensions\": {\n                \"locations\": {\n                    \"app_settings\": \"1306556000000078009\",\n                    \"issue_tab\": \"1306556000000078013\",\n                    \"task_tab\": \"1306556000000078011\",\n                    \"attachment_picker\": \"1306556000001003073\",\n                    \"top_band\": \"1306556000000809003\",\n                    \"project_tab\": \"1306556000000809001\"\n                }\n            },\n            \"profile_id\": 1306556000000015143,\n            \"name\": \"pr0pr0ject5\",\n            \"id_string\": \"671373562\",\n            \"is_time_log_restriction_enabled\": false\n        }\n    ]\n}"}]},{"name":"Get Portal Details","id":"c0881526-5a68-4b74-b98c-e35331ad44bf","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header","tokenType":"Bearer"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.portals.READ\n\nLists the details of a particular portal."},"response":[{"id":"27e1a4e2-003b-4335-b8d8-183cab246a82","name":"Get Portal Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}",""],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 05:36:56 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"login_id\": \"639283127\",\n    \"portals\": [\n        {\n            \"trial_enabled\": false,\n            \"gmt_time_zone\": \"(GMT 5:30 ) India Standard Time\",\n            \"project_count\": {\n                \"template\": 12,\n                \"archived\": 22,\n                \"active\": 168\n            },\n            \"role\": \"admin\",\n            \"avail_user_count\": 954,\n            \"is_crm_partner\": false,\n            \"link\": {\n                \"project\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/projects/\"\n                }\n            },\n            \"bug_plan\": \"Enterprise\",\n            \"locale\": {\n                \"country\": \"United States\",\n                \"code\": \"en_US\",\n                \"language\": \"English\"\n            },\n            \"layouts\": {\n                \"projects\": {\n                    \"module_id\": \"170876000005348005\"\n                },\n                \"tasks\": {\n                    \"module_id\": \"170876000004668005\"\n                }\n            },\n            \"new_user_plan\": true,\n            \"available_projects\": -1,\n            \"default\": true,\n            \"id\": 2063927,\n            \"bug_plural\": \"Issues\",\n            \"is_new_plan\": false,\n            \"plan\": \"Enterprise\",\n            \"percentage_calculation\": \"based_on_status\",\n            \"settings\": {\n                \"business_hours\": {\n                    \"business_end\": 960,\n                    \"business_start\": 480\n                },\n                \"default_dependency_type\": \"auto\",\n                \"working_days\": [\n                    \"Monday\",\n                    \"Tuesday\",\n                    \"Wednesday\",\n                    \"Thursday\",\n                    \"Friday\"\n                ],\n                \"timelog_period\": {\n                    \"log_future_time\": {\n                        \"customize\": {\n                            \"unit\": \"day(s)\",\n                            \"value\": \"10\"\n                        }\n                    },\n                    \"log_past_time\": {\n                        \"allowed\": false\n                    }\n                },\n                \"last_sync_time\": \"10/27/2019 09:53 AM\",\n                \"time_zone\": \"Asia/Calcutta\",\n                \"startday_of_week\": \"monday\",\n                \"task_date_format\": \"MM/dd/yyyy hh:mm aaa\",\n                \"timesheet\": {\n                    \"is_timesheet_approval_enabled\": true,\n                    \"default_billing_status\": \"Non Billable\"\n                },\n                \"zia\": {\n                    \"is_enabled\": true,\n                    \"id\": \"690159878\"\n                },\n                \"website_url\": \"www.zylker.com\",\n                \"holidays\": [\n                    {\n                        \"date\": \"10-15-2013\",\n                        \"name\": \"Samantha's Birthday\",\n                        \"id\": \"170876000001235073\"\n                    },\n                    {\n                        \"date\": \"11-28-2013\",\n                        \"name\": \"Thanks Giving Day\",\n                        \"id\": \"170876000001217456\"\n                    },\n                    {\n                        \"date\": \"12-25-2013\",\n                        \"name\": \"Christmas Day\",\n                        \"id\": \"170876000001217458\"\n                    },\n                    {\n                        \"date\": \"01-01-2014\",\n                        \"name\": \"New Year Eve\",\n                        \"id\": \"170876000001223007\"\n                    },\n                    {\n                        \"date\": \"11-26-2015\",\n                        \"name\": \"Thanks giving\",\n                        \"id\": \"170876000002860021\"\n                    },\n                    {\n                        \"date\": \"01-29-2016\",\n                        \"name\": \"Taking a break\",\n                        \"id\": \"170876000003066223\"\n                    },\n                    {\n                        \"date\": \"03-22-2016\",\n                        \"name\": \"maydat\",\n                        \"id\": \"170876000003277001\"\n                    },\n                    {\n                        \"date\": \"07-04-2016\",\n                        \"name\": \"Independence\",\n                        \"id\": \"170876000002981518\"\n                    },\n                    {\n                        \"date\": \"01-01-2017\",\n                        \"name\": \"New Year\",\n                        \"id\": \"170876000004229001\"\n                    },\n                    {\n                        \"date\": \"11-11-2018\",\n                        \"name\": \"Veterans Day\",\n                        \"id\": \"170876000005540005\"\n                    },\n                    {\n                        \"date\": \"11-22-2018\",\n                        \"name\": \"Thanksgiving Day\",\n                        \"id\": \"170876000005540007\"\n                    },\n                    {\n                        \"date\": \"12-25-2018\",\n                        \"name\": \"Christmas\",\n                        \"id\": \"170876000005100005\"\n                    },\n                    {\n                        \"date\": \"08-24-2019\",\n                        \"name\": \"Fourth Saturday\",\n                        \"id\": \"170876000007207015\"\n                    }\n                ],\n                \"is_budget_enabled\": true,\n                \"company_name\": \"Zylker\",\n                \"date_format\": \"MM/dd/yyyy hh:mm aaa\",\n                \"default_currency\": \"USD\",\n                \"has_budget_permission\": true\n            },\n            \"is_display_taskprefix\": true,\n            \"bug_singular\": \"Issue\",\n            \"is_display_projectprefix\": true,\n            \"project_prefix\": \"PR-\",\n            \"max_user_count\": 1025,\n            \"extensions\": {\n                \"locations\": {\n                    \"app_settings\": \"170876000005524001\",\n                    \"issue_tab\": \"170876000005524005\",\n                    \"task_tab\": \"170876000005524003\",\n                    \"attachment_picker\": \"170876000006946073\",\n                    \"top_band\": \"170876000006743003\",\n                    \"project_tab\": \"170876000006743001\"\n                }\n            },\n            \"profile_id\": 170876000004602134,\n            \"name\": \"zylker\",\n            \"id_string\": \"2063927\",\n            \"is_time_log_restriction_enabled\": false\n        }\n    ]\n}"}]},{"name":"Get Global Timers","id":"ce670aad-b6ab-47dc-a8e4-4435a36e168e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/timers","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","timers"],"query":[{"key":"owner","value":"","description":"all|me","disabled":true},{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.portals.READ\n\nFetch All Running Timers in a Portal."},"response":[{"id":"4d5b57a0-acf4-4572-a783-b1553c749ac2","name":"Get ALL Timer ","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/timers?owner=all&index&range","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","timers"],"query":[{"key":"owner","value":"all","description":"all|me"},{"key":"index","value":null},{"key":"range","value":null}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 05:45:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"bugs\": [\n        {\n            \"owner_name\": \"Helen\",\n            \"issue_id\": \"170876000004444049\",\n            \"project_id\": 170876000004154005,\n            \"owner_id\": 639283127,\n            \"time_in_millis\": \"8116\",\n            \"timer_status\": \"running\",\n            \"id\": \"170876000007635519\",\n            \"title\": \"Shortage of screws\",\n            \"project_name\": \"Donnelly Apartments Construction\",\n            \"time_spent\": \"00:00:08\"\n        }\n    ],\n    \"tasks\": [\n        {\n            \"owner_name\": \"Charles Stone\",\n            \"project_id\": 170876000003601005,\n            \"owner_id\": \"2063348\",\n            \"time_in_millis\": \"105562879468\",\n            \"timer_status\": \"running\",\n            \"task_id\": \"170876000003601279\",\n            \"id\": \"170876000003608093\",\n            \"title\": \"Installation of lights\",\n            \"project_name\": \"Collaboration Hall Renovation\",\n            \"time_spent\": \"29323:01:19\"\n        },\n        {\n            \"owner_name\": \"Helen\",\n            \"project_id\": 170876000003101155,\n            \"owner_id\": \"639283127\",\n            \"time_in_millis\": \"68913742549\",\n            \"timer_status\": \"running\",\n            \"task_id\": \"170876000004331125\",\n            \"id\": \"170876000004791019\",\n            \"title\": \"Rename bugs page\",\n            \"project_name\": \"Website for Zoholics event\",\n            \"time_spent\": \"19142:42:22\"\n        },\n        {\n            \"owner_name\": \"Helen\",\n            \"project_id\": 170876000003646073,\n            \"owner_id\": \"639283127\",\n            \"time_in_millis\": \"68913798705\",\n            \"timer_status\": \"running\",\n            \"task_id\": \"170876000003649008\",\n            \"id\": \"170876000004798029\",\n            \"title\": \"Task dependency (Duration in hours)\",\n            \"project_name\": \"Wepage Migration Phase V\",\n            \"time_spent\": \"19142:43:18\"\n        },\n        {\n            \"owner_name\": \"Patricia Boyle\",\n            \"project_id\": 170876000004891005,\n            \"owner_id\": \"2060758\",\n            \"time_in_millis\": \"57609492689\",\n            \"timer_status\": \"running\",\n            \"task_id\": \"170876000004891019\",\n            \"id\": \"170876000004970005\",\n            \"title\": \"Connect New Systems\",\n            \"project_name\": \"Industrial Equipments Design\",\n            \"time_spent\": \"16002:38:12\"\n        }\n    ]\n}"}]}],"id":"d7f64a3c-d6e0-4732-bdf5-dbbd396067de"},{"name":"Projects","item":[{"name":"Layouts & Custom Fields","item":[{"name":"Get Project Custom Fields","id":"ded790f5-3429-4322-8c73-b41ac925b4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/customfields/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","customfields",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.READ\n\nGets all the project custom fields."},"response":[{"id":"e2e2bc9a-1a48-459b-aff7-c125a4f710c6","name":"Get Project Custom Fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/customfields/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","customfields",""],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Wed, 30 Oct 2019 07:52:35 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=3BF68611BD92C5F393782B44E4C9E8A8; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"project_custom_fields\": [\n        {\n            \"field_id\": \"UDF_DATE2\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006325007\",\n            \"field_type\": \"date\",\n            \"field_name\": \"POC Submission Deadline\"\n        },\n        {\n            \"field_id\": \"UDF_DATE3\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006325009\",\n            \"field_type\": \"date\",\n            \"field_name\": \"HLD Submission Deadline\"\n        },\n        {\n            \"field_id\": \"UDF_ENCRYPT1\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": true,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006325011\",\n            \"field_type\": \"numeric\",\n            \"field_name\": \"No. of Allocated Resources\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR8\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000006793013\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"Functional Requirements\"\n        },\n        {\n            \"field_id\": \"UDF_DATE4\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006793015\",\n            \"field_type\": \"date\",\n            \"field_name\": \"Code Review Date\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR9\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000006870017\",\n            \"field_type\": \"picklist\",\n            \"field_name\": \"Pick List\"\n        },\n        {\n            \"field_id\": \"UDF_USER2\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006916113\",\n            \"field_type\": \"user_picklist\",\n            \"field_name\": \"Delivery Personnel\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR10\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000006916115\",\n            \"field_type\": \"picklist\",\n            \"field_name\": \"Colors\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR11\",\n            \"is_visible\": false,\n            \"is_pii\": true,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000006916117\",\n            \"field_type\": \"phone\",\n            \"field_name\": \"Contact Number\"\n        },\n        {\n            \"field_id\": \"UDF_DATE5\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"is_mandatory\": false,\n            \"id\": \"170876000006916119\",\n            \"field_type\": \"date\",\n            \"field_name\": \"Delivery Date\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR13\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007011013\",\n            \"field_type\": \"email\",\n            \"field_name\": \"Email Address of the IT Administrator\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR14\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007011015\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"Restaurant Name\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR15\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007011017\",\n            \"field_type\": \"picklist\",\n            \"field_name\": \"Restaurant's Website Status\"\n        },\n        {\n            \"field_id\": \"UDF_TEXT4\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007011019\",\n            \"field_type\": \"multi_line\",\n            \"field_name\": \"Restaurant Address\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR1\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007173011\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"CF Test\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR2\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007209003\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"Custom FIeld\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR3\",\n            \"is_visible\": false,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007520081\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"Line 1\"\n        },\n        {\n            \"field_id\": \"UDF_CHAR4\",\n            \"is_visible\": true,\n            \"is_pii\": false,\n            \"is_encrypted\": false,\n            \"default_value\": \"\",\n            \"is_mandatory\": false,\n            \"id\": \"170876000007594003\",\n            \"field_type\": \"single_line\",\n            \"field_name\": \"dbvsfd\"\n        }\n    ]\n}"}]},{"name":"Get Project Layouts","id":"f98fb983-e322-4c91-87b6-da02796b939f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/module/projects/layouts/?module=Projects","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","module","projects","layouts",""],"query":[{"key":"module","value":"Projects"}],"variable":[{"key":"{{portal_id}}","value":"667320515","type":"string"}]}},"response":[]},{"name":"Get Project Custom Fields Layouts","id":"7d4850d9-e94a-4191-9767-7e6f380fd397","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projcustomfield/defaultlayout/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projcustomfield","defaultlayout",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]}},"response":[]}],"id":"d0314d25-2704-4011-8eeb-e369d4a4b535"},{"name":"Project Groups","item":[{"name":"Get Project Groups","id":"01debb2a-0004-42cb-8039-94a2f3139cfe","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/groups","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","groups"],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]}},"response":[{"id":"574f9980-28fe-45e1-930c-83f9fa35e7ef","name":"Get Project Groups","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/groups?index&range","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","groups"],"query":[{"key":"index","value":null},{"key":"range","value":null}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 06:44:48 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"918"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"groups\": [\n        {\n            \"name\": \"Other Projects\",\n            \"id\": \"170876000001062482\"\n        },\n        {\n            \"name\": \"Germany\",\n            \"id\": \"170876000002843021\"\n        },\n        {\n            \"name\": \"Payroll Projects\",\n            \"id\": \"170876000001062484\"\n        },\n        {\n            \"name\": \"Finance\",\n            \"id\": \"170876000004679031\"\n        },\n        {\n            \"name\": \"SAP Module\",\n            \"id\": \"170876000001066088\"\n        },\n        {\n            \"name\": \"Web Designing\",\n            \"id\": \"170876000001107001\"\n        },\n        {\n            \"name\": \"Marketing Group\",\n            \"id\": \"170876000002877019\"\n        },\n        {\n            \"name\": \"AARON&#39;s Group\",\n            \"id\": \"170876000001300182\"\n        },\n        {\n            \"name\": \"ADP\",\n            \"id\": \"170876000003055003\"\n        },\n        {\n            \"name\": \"Implementation\",\n            \"id\": \"170876000002210013\"\n        },\n        {\n            \"name\": \"Manage Reports\",\n            \"id\": \"170876000003104005\"\n        },\n        {\n            \"name\": \"ERP Projects\",\n            \"id\": \"170876000001062480\"\n        },\n        {\n            \"name\": \"Leester Group\",\n            \"id\": \"170876000003429013\"\n        },\n        {\n            \"name\": \"SAP Phase III\",\n            \"id\": \"170876000002777003\"\n        },\n        {\n            \"name\": \"Miscellaneous\",\n            \"id\": \"170876000004580017\"\n        },\n        {\n            \"name\": \"Finance Projects\",\n            \"id\": \"170876000001062478\"\n        },\n        {\n            \"name\": \"Construction\",\n            \"id\": \"170876000001955013\"\n        },\n        {\n            \"name\": \"SAP projects\",\n            \"id\": \"170876000001192199\"\n        }\n    ]\n}"}]},{"name":"Add Project Groups ","id":"d4a541f0-8293-4a2b-8a04-59aee9822e31","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projectgroups","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projectgroups"],"query":[{"key":"name","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]}},"response":[]}],"id":"b961df3a-e0f4-4e53-99f6-d314ef664bcf"},{"name":"All Projects","id":"75b3abba-38a2-42ff-9d17-648d46126409","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"","description":"active|archived|template|trashed","disabled":true},{"key":"sort_column","value":"","description":"created_time|last_modified_time","disabled":true},{"key":"sort_order","value":"","description":"ascending|descending","disabled":true},{"key":"json_string","value":"","disabled":true},{"key":"last_modified_time","value":"","disabled":true},{"key":"reverse_order","value":"","description":"true|false","disabled":true},{"key":"primary_client","value":"","description":"true|false\"","disabled":true},{"key":"group","value":"","description":"true|false","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.READ\n\nGet all the projects in the portal for the logged in user."},"response":[{"id":"8a1918f2-0979-4ac5-80be-0fb95f7eb7df","name":"All Projects","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/?index=1&range=3","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",""],"query":[{"key":"index","value":"1"},{"key":"range","value":"3"},{"key":"status","value":"active","description":"active|archived|template|trashed","disabled":true},{"key":"sort_column","value":"","description":"created_time|last_modified_time","disabled":true},{"key":"sort_order","value":"","description":"ascending|descending","disabled":true},{"key":"fetchfor","value":"","disabled":true},{"key":"json_string","value":"{\n\t\"filter\" : {\n\t\t\"project_ids\" : [\"4000000023113\"],\n\t\t\"group\" : [\"0\"],\n\t\t\"assignee\" : [\"5629101\"],\n\t}\n}","disabled":true},{"key":"last_modified_time","value":"1567592390488","disabled":true},{"key":"reverse_order","value":"","description":"true|false","disabled":true},{"key":"primary_client","value":"","description":"true|false\"","disabled":true},{"key":"group","value":"","description":"true|false","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 06:43:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"projects\": [\n        {\n            \"end_date\": \"10-31-2019\",\n            \"is_strict\": \"no\",\n            \"project_percent\": \"0\",\n            \"role\": \"admin\",\n            \"bug_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"IS_BUG_ENABLED\": true,\n            \"budget_value\": \"0\",\n            \"owner_id\": \"650639068\",\n            \"taskbug_prefix\": \"TEB0\",\n            \"link\": {\n                \"activity\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/activities/\"\n                },\n                \"document\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/documents/\"\n                },\n                \"forum\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/forums/\"\n                },\n                \"timesheet\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/logs/\"\n                },\n                \"task\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/tasks/\"\n                },\n                \"folder\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/folders/\"\n                },\n                \"milestone\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/milestones/\"\n                },\n                \"bug\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/bugs/\"\n                },\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/\"\n                },\n                \"tasklist\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/tasklists/\"\n                },\n                \"event\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/events/\"\n                },\n                \"user\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/users/\"\n                },\n                \"status\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007623013/statuses/\"\n                }\n            },\n            \"custom_status_id\": \"170876000005348089\",\n            \"milestone_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"start_date_long\": 1571769000000,\n            \"updated_date_long\": 1571983271103,\n            \"show_project_overview\": false,\n            \"end_date_long\": 1572546599000,\n            \"billing_type_value\": 2,\n            \"task_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"updated_date_format\": \"10-25-2019 11:31:11 AM\",\n            \"workspace_id\": \"hbvai43e4f6b2df094717a8dfde0ab68b98fb\",\n            \"custom_status_name\": \"zp.projstatus.active\",\n            \"budget_type_value\": 0,\n            \"bug_defaultview\": \"6\",\n            \"billing_type\": \"Based on staff hours\",\n            \"billing_status\": \"Billable\",\n            \"currency\": \"USD\",\n            \"id\": 170876000007623013,\n            \"key\": \"PR-331\",\n            \"budget_type\": \"none\",\n            \"is_chat_enabled\": true,\n            \"start_date\": \"10-23-2019\",\n            \"custom_status_color\": \"#33927d\",\n            \"owner_name\": \"Tom Lee\",\n            \"created_date_long\": 1571898565827,\n            \"currency_symbol\": \"$\",\n            \"created_date_format\": \"10-24-2019 11:59:25 AM\",\n            \"profile_id\": 170876000004602137,\n            \"enabled_tabs\": [\n                \"dashboard\",\n                \"projectfeed\",\n                \"tasks\",\n                \"milestones\",\n                \"calendar\",\n                \"documents\",\n                \"timesheet\",\n                \"forums\",\n                \"users\",\n                \"reports\"\n            ],\n            \"name\": \"TestBugTracker\",\n            \"is_public\": \"no\",\n            \"id_string\": \"170876000007623013\",\n            \"created_date\": \"10-24-2019\",\n            \"updated_date\": \"10-25-2019\",\n            \"bug_prefix\": \"TEB0-I\",\n            \"cascade_setting\": {\n                \"date\": false,\n                \"logHours\": false,\n                \"plan\": true,\n                \"percentage\": false,\n                \"workHours\": false\n            },\n            \"layout_details\": {\n                \"task\": {\n                    \"name\": \"Standard Layout\",\n                    \"id\": \"170876000004668011\"\n                },\n                \"project\": {\n                    \"name\": \"zp.customfields.defaultlayout\",\n                    \"id\": \"170876000005348008\"\n                }\n            },\n            \"status\": \"active\"\n        },\n        {\n            \"is_strict\": \"no\",\n            \"project_percent\": \"0\",\n            \"role\": \"admin\",\n            \"bug_count\": {\n                \"closed\": 0,\n                \"open\": 9\n            },\n            \"IS_BUG_ENABLED\": true,\n            \"budget_value\": \"0\",\n            \"owner_id\": \"650639068\",\n            \"taskbug_prefix\": \"TEA3\",\n            \"link\": {\n                \"activity\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/activities/\"\n                },\n                \"document\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/documents/\"\n                },\n                \"forum\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/forums/\"\n                },\n                \"timesheet\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/logs/\"\n                },\n                \"task\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/tasks/\"\n                },\n                \"folder\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/folders/\"\n                },\n                \"milestone\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/milestones/\"\n                },\n                \"bug\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/bugs/\"\n                },\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/\"\n                },\n                \"tasklist\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/tasklists/\"\n                },\n                \"event\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/events/\"\n                },\n                \"user\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/users/\"\n                },\n                \"status\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007603017/statuses/\"\n                }\n            },\n            \"custom_status_id\": \"170876000005348089\",\n            \"description\": \"asf\",\n            \"milestone_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"updated_date_long\": 1571983271076,\n            \"show_project_overview\": false,\n            \"billing_type_value\": 2,\n            \"task_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"updated_date_format\": \"10-25-2019 11:31:11 AM\",\n            \"workspace_id\": \"h93fs82b05af255c745d0b744dadb72256040\",\n            \"custom_status_name\": \"zp.projstatus.active\",\n            \"budget_type_value\": 0,\n            \"bug_defaultview\": \"6\",\n            \"billing_type\": \"Based on staff hours\",\n            \"billing_status\": \"Non Billable\",\n            \"currency\": \"USD\",\n            \"id\": 170876000007603017,\n            \"key\": \"PR-330\",\n            \"budget_type\": \"none\",\n            \"is_chat_enabled\": true,\n            \"custom_status_color\": \"#33927d\",\n            \"owner_name\": \"Tom Lee\",\n            \"created_date_long\": 1571729097231,\n            \"currency_symbol\": \"$\",\n            \"custom_fields\": [\n                {\n                    \"CF Test\": \"\"\n                }\n            ],\n            \"created_date_format\": \"10-22-2019 12:54:57 PM\",\n            \"profile_id\": 170876000004602137,\n            \"enabled_tabs\": [\n                \"bugs\",\n                \"dashboard\",\n                \"projectfeed\",\n                \"tasks\",\n                \"milestones\",\n                \"calendar\",\n                \"documents\",\n                \"timesheet\",\n                \"forums\",\n                \"users\",\n                \"reports\"\n            ],\n            \"name\": \"TestProjectWithCustomFields\",\n            \"is_public\": \"no\",\n            \"id_string\": \"170876000007603017\",\n            \"created_date\": \"10-22-2019\",\n            \"updated_date\": \"10-25-2019\",\n            \"bug_prefix\": \"TEA3-I\",\n            \"cascade_setting\": {\n                \"date\": false,\n                \"logHours\": false,\n                \"plan\": true,\n                \"percentage\": false,\n                \"workHours\": false\n            },\n            \"layout_details\": {\n                \"task\": {\n                    \"name\": \"Standard Layout\",\n                    \"id\": \"170876000004668011\"\n                },\n                \"project\": {\n                    \"name\": \"Prasadh_Project_Layout\",\n                    \"id\": \"170876000007173001\"\n                }\n            },\n            \"status\": \"active\"\n        },\n        {\n            \"is_strict\": \"no\",\n            \"project_percent\": \"0\",\n            \"role\": \"admin\",\n            \"bug_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"IS_BUG_ENABLED\": true,\n            \"budget_value\": \"0\",\n            \"owner_id\": \"650639068\",\n            \"taskbug_prefix\": \"TE9\",\n            \"link\": {\n                \"activity\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/activities/\"\n                },\n                \"document\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/documents/\"\n                },\n                \"forum\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/forums/\"\n                },\n                \"timesheet\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/logs/\"\n                },\n                \"task\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/tasks/\"\n                },\n                \"folder\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/folders/\"\n                },\n                \"milestone\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/milestones/\"\n                },\n                \"bug\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/bugs/\"\n                },\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/\"\n                },\n                \"tasklist\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/tasklists/\"\n                },\n                \"event\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/events/\"\n                },\n                \"user\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/users/\"\n                },\n                \"status\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000007562009/statuses/\"\n                }\n            },\n            \"custom_status_id\": \"170876000005348089\",\n            \"milestone_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"updated_date_long\": 1571983271052,\n            \"show_project_overview\": false,\n            \"billing_type_value\": 2,\n            \"task_count\": {\n                \"closed\": 0,\n                \"open\": 0\n            },\n            \"updated_date_format\": \"10-25-2019 11:31:11 AM\",\n            \"workspace_id\": \"h603v01ef5743acb344278f8dd725627eb639\",\n            \"custom_status_name\": \"zp.projstatus.active\",\n            \"budget_type_value\": 0,\n            \"bug_defaultview\": \"6\",\n            \"billing_type\": \"Based on staff hours\",\n            \"billing_status\": \"Billable\",\n            \"currency\": \"USD\",\n            \"id\": 170876000007562009,\n            \"key\": \"PR-329\",\n            \"budget_type\": \"none\",\n            \"is_chat_enabled\": true,\n            \"custom_status_color\": \"#33927d\",\n            \"owner_name\": \"Tom Lee\",\n            \"created_date_long\": 1571305555328,\n            \"currency_symbol\": \"$\",\n            \"created_date_format\": \"10-17-2019 03:15:55 PM\",\n            \"profile_id\": 170876000004602137,\n            \"enabled_tabs\": [\n                \"dashboard\",\n                \"projectfeed\",\n                \"tasks\",\n                \"milestones\",\n                \"calendar\",\n                \"documents\",\n                \"timesheet\",\n                \"forums\",\n                \"users\",\n                \"reports\"\n            ],\n            \"name\": \"TestBugTracker\",\n            \"is_public\": \"no\",\n            \"id_string\": \"170876000007562009\",\n            \"created_date\": \"10-17-2019\",\n            \"updated_date\": \"10-25-2019\",\n            \"bug_prefix\": \"TE9-I\",\n            \"cascade_setting\": {\n                \"date\": false,\n                \"logHours\": false,\n                \"plan\": true,\n                \"percentage\": false,\n                \"workHours\": false\n            },\n            \"layout_details\": {\n                \"task\": {\n                    \"name\": \"Standard Layout\",\n                    \"id\": \"170876000004668011\"\n                },\n                \"project\": {\n                    \"name\": \"zp.customfields.defaultlayout\",\n                    \"id\": \"170876000005348008\"\n                }\n            },\n            \"status\": \"active\"\n        }\n    ]\n}"}]},{"name":"Project Details","id":"ed8571c4-b308-41d2-a1ee-25951b51623c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.READ\n\nLists all the details of the project."},"response":[{"id":"512f0269-611d-45c9-81d7-e26edb693e89","name":"Project Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 06:42:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"projects\": [\n        {\n            \"is_strict\": \"no\",\n            \"bug_count\": {\n                \"closed\": 11,\n                \"open\": 39\n            },\n            \"owner_id\": \"639283127\",\n            \"taskbug_prefix\": \"DC\",\n            \"start_date_long\": 1522175400000,\n            \"threshold\": \"0.000\",\n            \"updated_date_long\": 1571983267285,\n            \"show_project_overview\": false,\n            \"billing_type_value\": 2,\n            \"task_count\": {\n                \"closed\": 87,\n                \"open\": 140\n            },\n            \"updated_date_format\": \"10-25-2019 11:31:07 AM\",\n            \"workspace_id\": \"11cyx7122a7a9951043e38be0170ec69cbc46\",\n            \"budget_type_value\": 3,\n            \"bug_defaultview\": \"6\",\n            \"id\": 170876000004154005,\n            \"is_chat_enabled\": true,\n            \"owner_name\": \"Helen Collins\",\n            \"created_date_long\": 1483524932180,\n            \"group_name\": \"Leester Group\",\n            \"created_date_format\": \"01-04-2017 03:45:32 PM\",\n            \"actual_cost\": \"2008507.356\",\n            \"profile_id\": 170876000004602137,\n            \"name\": \"Donnelly Apartments Construction\",\n            \"bug_prefix\": \"DC-I\",\n            \"status\": \"active\",\n            \"end_date\": \"01-30-2019\",\n            \"project_percent\": \"35\",\n            \"role\": \"admin\",\n            \"IS_BUG_ENABLED\": true,\n            \"completed_on\": \"08-21-2018\",\n            \"budget_value\": \"2800000\",\n            \"link\": {\n                \"activity\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/activities/\"\n                },\n                \"document\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/documents/\"\n                },\n                \"forum\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/\"\n                },\n                \"timesheet\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/logs/\"\n                },\n                \"task\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/tasks/\"\n                },\n                \"folder\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/folders/\"\n                },\n                \"milestone\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/milestones/\"\n                },\n                \"bug\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/bugs/\"\n                },\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/\"\n                },\n                \"tasklist\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/tasklists/\"\n                },\n                \"event\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/events/\"\n                },\n                \"user\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/users/\"\n                },\n                \"status\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/statuses/\"\n                }\n            },\n            \"custom_status_id\": \"170876000005348089\",\n            \"description\": \"This project is built to carry out the planning and construction of Donnelly Apartments for our client Leester Donnelly and Sons. This will involve offsite and onsite employees and supervisors collaborating on the different tasks and transactions.<div><br></div><div>This project spans for over 17 months and is expected to reach fruition by December 2018.</div>\",\n            \"milestone_count\": {\n                \"closed\": 8,\n                \"open\": 12\n            },\n            \"end_date_long\": 1548872999000,\n            \"custom_status_name\": \"zp.projstatus.active\",\n            \"billing_type\": \"Based on staff hours\",\n            \"billing_status\": \"Billable\",\n            \"currency\": \"USD\",\n            \"primary_client_id\": \"170876000005531001\",\n            \"key\": \"PR-139\",\n            \"budget_type\": \"milestone amount\",\n            \"start_date\": \"03-28-2018\",\n            \"custom_status_color\": \"#33927d\",\n            \"currency_symbol\": \"$\",\n            \"forecasted_cost\": 2596544.356,\n            \"completed_on_long\": 1534876199000,\n            \"group_id\": 170876000003429013,\n            \"enabled_tabs\": [\n                \"bugs\",\n                \"tasks\",\n                \"milestones\",\n                \"documents\",\n                \"dashboard\",\n                \"projectfeed\",\n                \"calendar\",\n                \"timesheet\",\n                \"invoices\",\n                \"forums\",\n                \"pages\",\n                \"users\",\n                \"reports\"\n            ],\n            \"is_public\": \"no\",\n            \"id_string\": \"170876000004154005\",\n            \"created_date\": \"01-04-2017\",\n            \"updated_date\": \"10-25-2019\",\n            \"planned_cost\": \"1982316.000\",\n            \"cascade_setting\": {\n                \"date\": false,\n                \"logHours\": false,\n                \"plan\": false,\n                \"percentage\": false,\n                \"workHours\": false\n            },\n            \"layout_details\": {\n                \"task\": {\n                    \"name\": \"Construction\",\n                    \"id\": \"170876000005397115\"\n                },\n                \"project\": {\n                    \"name\": \"zp.customfields.defaultlayout\",\n                    \"id\": \"170876000005348008\"\n                }\n            }\n        }\n    ]\n}"}]},{"name":"Get Project Templates","id":"68e3cd33-2a09-4a77-93cf-67155aea55d3","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/templates","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","templates"],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"This API will only return basic project template details like id, name and description only. To get full information, Please use get all projects API with template as status."},"response":[{"id":"5468636d-559e-42b5-8a66-3af5846b6760","name":"Get Project Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/templates?index=0&range=100","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects","templates"],"query":[{"key":"index","value":"0"},{"key":"range","value":"100"}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 06:44:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"templates\": [\n        {\n            \"name\": \"Northville School Project\",\n            \"description\": \"Sample Project for subtasks<br>\",\n            \"id\": \"170876000000533013\"\n        },\n        {\n            \"name\": \"SAP Training Module\",\n            \"id\": \"170876000000593101\"\n        },\n        {\n            \"name\": \"Finance Module\",\n            \"id\": \"170876000000737003\"\n        },\n        {\n            \"name\": \"Arizona Project\",\n            \"id\": \"170876000000825003\"\n        },\n        {\n            \"name\": \"Benetton Project plan\",\n            \"description\": \"<span class=\\\"GingerNoCheckStart\\\"></span>awsdasd<span class=\\\"GingerNoCheckEnd\\\"></span><br>\",\n            \"id\": \"170876000000941059\"\n        },\n        {\n            \"name\": \"Apartment Construction\",\n            \"description\": \"This project is built to carry out the planning and construction of Donnelly Apartments for our client Leester Donnelly and Sons. This will involve offsite and onsite employees and supervisors collaborating on the different tasks and transactions.<div><br></div><div>This project spans for over 17 months and is expected to reach fruition by December 2018.</div>\",\n            \"id\": \"170876000006237131\"\n        },\n        {\n            \"name\": \"Mobile App Development\",\n            \"description\": \"This template can be used whenever the team develops a new mobile app.\",\n            \"id\": \"170876000006329001\"\n        },\n        {\n            \"name\": \"Zoholics \",\n            \"id\": \"170876000006744013\"\n        },\n        {\n            \"name\": \"Zoho Projects Deployment\",\n            \"id\": \"170876000006845201\"\n        },\n        {\n            \"name\": \"IOS apps\",\n            \"description\": \"This template can be used whenever the team develops a new mobile app.\",\n            \"id\": \"170876000006860021\"\n        },\n        {\n            \"name\": \"Aparment construction\",\n            \"id\": \"170876000007142003\"\n        },\n        {\n            \"name\": \"Coffee shop\",\n            \"description\": \"1<div>2</div><div>3</div><div><br></div>\",\n            \"id\": \"170876000007509121\"\n        }\n    ]\n}"}]},{"name":"Create a Project","event":[{"listen":"test","script":{"id":"3e8d5bcc-c1f9-49fc-81fe-36ddc7bba2c1","exec":[""],"type":"text/javascript"}}],"id":"ce3089cb-8bbd-4bc1-a077-85bed3c66e7d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String [100]","description":"Name of the project.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"Zoho user ID. If this param is not set, the user who creates the project will be mapped as the owner by default.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the project.","type":"text","disabled":true},{"key":"layout_id","value":"","type":"text","disabled":true},{"key":"template_id","value":"","contentType":"Long","description":"Template ID of the project.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the project.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the project.","type":"text","disabled":true},{"key":"strict_project","value":"","contentType":"String","description":"The value for strict projects must be either 1 and 2. (1 = Not strict, 2 = Strict)","type":"text","disabled":true},{"key":"enable_rollup","value":"","contentType":"String","description":"Accepted values: Yes or No.","type":"text","disabled":true},{"key":"public","value":"","contentType":"String","description":"Accepted values: Yes or No.","type":"text","disabled":true},{"key":"UDF_CHAR1","value":"","type":"text","disabled":true},{"key":"UDF_DATE1","value":"","type":"text","disabled":true},{"key":"UDF_LONG1","value":"","type":"text","disabled":true},{"key":"UDF_TEXT1","value":"","type":"text","disabled":true},{"key":"UDF_USER1","value":"","type":"text","disabled":true},{"key":"UDF_ENCRYPT1","value":"","type":"text","disabled":true},{"key":"budget_type","value":"","contentType":"int","description":"Type of your budget. Accepted values 0, 1, and 2. (0 = None, 1 = Based on amount, 2 = Based on hours)","type":"text","disabled":true},{"key":"budget_value","value":"","contentType":"Float","description":"Specify the budget amount or hours based on the selected budget type.","type":"text","disabled":true},{"key":"threshold","value":"","contentType":"Float","description":"Specify the budget threshold limit (Amount or hours).","type":"text","disabled":true},{"key":"currency","value":"","contentType":"String","description":"The default currency of your project. Example: USD, INR, etc.","type":"text","disabled":true},{"key":"project_rate","value":"","contentType":"Float","description":"Specify the rate per hour of your project.","type":"text","disabled":true},{"key":"fixed_cost","value":"","contentType":"Float","description":"Fixed cost for your project.","type":"text","disabled":true},{"key":"billing_method","value":"","contentType":"int","description":"Mention the billing method for invoicing. Accepted values 1, 2, and 3. (1 = Based on project hours, 2 = Based on staff hours, 3 = Fixed cost for project, 4 = Based on task / issue hours)","type":"text","disabled":true},{"key":"group_id","value":"","contentType":"Long","description":"Specify the Group ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Acceptable values: Billable and Non billable.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.CREATE"},"response":[]},{"name":"Update a Project","id":"f37d30ad-5932-41df-a75f-ed62b0586db4","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String [100]","description":"Name of the project.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the project.","type":"text","disabled":true},{"key":"taskbugprefix","value":"","type":"text","disabled":true},{"key":"status","value":"","contentType":"String","description":"Status of the project must be active or archived.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the project.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the project.","type":"text","disabled":true},{"key":"strict_project","value":"","contentType":"String","description":"The value for strict projects must be either 1 or 2. (1 = Not strict, 2 = Strict)","type":"text","disabled":true},{"key":"show_project_overview","value":"","type":"text","disabled":true},{"key":"public","value":"","type":"text","disabled":true},{"key":"custom_status","value":"","type":"text","disabled":true},{"key":"completed_on","value":"","type":"text","disabled":true},{"key":"UDF_CHAR1","value":"","type":"text","disabled":true},{"key":"UDF_DATE1","value":"","type":"text","disabled":true},{"key":"UDF_LONG1","value":"","type":"text","disabled":true},{"key":"UDF_TEXT1","value":"","type":"text","disabled":true},{"key":"UDF_USER1","value":"","type":"text","disabled":true},{"key":"UDF_ENCRYPT1","value":"","type":"text","disabled":true},{"key":"UDF_DOUBLE1","value":"","type":"text","disabled":true},{"key":"uploaddoc","type":"file","src":[],"disabled":true},{"key":"budget_type","value":"","contentType":"int","description":"Type of your budget. Accepted values 0, 1, and 2. (1 = None, 1 = Based on amount, 2 = Based on hours)","type":"text","disabled":true},{"key":"budget_value","value":"","contentType":"Float","description":"Specify the budget amount or hours based on the selected budget type.","type":"text","disabled":true},{"key":"threshold","value":"","contentType":"Float","description":"Specify the budget threshold limit (Amount or hours).","type":"text","disabled":true},{"key":"currency","value":"","contentType":"String","description":"The default currency of your project. Example: USD, INR, etc.","type":"text","disabled":true},{"key":"project_rate","value":"","contentType":"Float","description":"Specify the rate per hour of your project.","type":"text","disabled":true},{"key":"fixed_cost","value":"","contentType":"Float","description":"Fixed cost for your project.","type":"text","disabled":true},{"key":"billing_method","value":"","contentType":"int","description":"Mention the billing method for invoicing. Accepted values 1, 2, and 3. (1 = Based on project hours, 2 = Based on staff hours, 3 = Fixed cost for project, 4 = Based on task / issue hours)","type":"text","disabled":true},{"key":"group_id","value":"","contentType":"Long","description":"Specify the Group ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Acceptable values: Billable and Non billable.","type":"text","disabled":true},{"key":"enable_rollup","value":"","contentType":"Boolean","description":"Accepted values: Yes or No.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.UPDATE"},"response":[]},{"name":"Delete a Project","id":"e4a4d2ac-d603-47de-bc50-5e383d352ee2","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header","tokenType":"Bearer"}},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.projects.DELETE"},"response":[]}],"id":"f973b8bb-0a7d-4b7b-9fe3-77b5a3cc1626"},{"name":"Dashboard API","item":[{"name":"Project Activities","id":"649c2058-e5aa-4b9b-9347-5a182baab969","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/activities/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","activities",""],"query":[{"key":"index","value":"","description":"Index number of the project activity.","disabled":true},{"key":"range","value":"","description":"Range of the project activities.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.activities.READ\n\nList all the recent activities of the project."},"response":[{"id":"76f7d381-e87a-4683-ab23-15acaa3d4c28","name":"Project Activities","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/activities/?index=1&range=10","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","activities",""],"query":[{"key":"index","value":"1"},{"key":"range","value":"10"}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 06:13:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"activities\": [\n        {\n            \"activity_for\": \"task_end date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865863854,\n            \"action_id\": 170876000005570012,\n            \"name\": \"Design floor plan<br>\",\n            \"id_string\": \"170876000007612075\",\n            \"action_id_string\": \"170876000005570012\",\n            \"id\": 170876000007612075,\n            \"state\": \"enddate\",\n            \"time\": \"10/23/2019 06:54 PM\",\n            \"display_time\": \"Wednesday at 6:54 PM\"\n        },\n        {\n            \"activity_for\": \"task_start date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865856880,\n            \"action_id\": 170876000005570012,\n            \"name\": \"Design floor plan<br>\",\n            \"id_string\": \"170876000007612073\",\n            \"action_id_string\": \"170876000005570012\",\n            \"id\": 170876000007612073,\n            \"state\": \"stdate\",\n            \"time\": \"10/23/2019 06:54 PM\",\n            \"display_time\": \"Wednesday at 6:54 PM\"\n        },\n        {\n            \"activity_for\": \"task_end date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865785932,\n            \"action_id\": 170876000006750093,\n            \"name\": \"Layout development\",\n            \"id_string\": \"170876000007612055\",\n            \"action_id_string\": \"170876000006750093\",\n            \"id\": 170876000007612055,\n            \"state\": \"enddate\",\n            \"time\": \"10/23/2019 06:53 PM\",\n            \"display_time\": \"Wednesday at 6:53 PM\"\n        },\n        {\n            \"activity_for\": \"task_end date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865779544,\n            \"action_id\": 170876000006750093,\n            \"name\": \"Layout development\",\n            \"id_string\": \"170876000007612051\",\n            \"action_id_string\": \"170876000006750093\",\n            \"id\": 170876000007612051,\n            \"state\": \"enddate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_end date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865775441,\n            \"action_id\": 170876000006750093,\n            \"name\": \"Layout development\",\n            \"id_string\": \"170876000007612047\",\n            \"action_id_string\": \"170876000006750093\",\n            \"id\": 170876000007612047,\n            \"state\": \"enddate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_end date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865769093,\n            \"action_id\": 170876000005570008,\n            \"name\": \"Excavation\",\n            \"id_string\": \"170876000007612043\",\n            \"action_id_string\": \"170876000005570008\",\n            \"id\": 170876000007612043,\n            \"state\": \"enddate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_start date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865759270,\n            \"action_id\": 170876000005582358,\n            \"name\": \"Plastering\",\n            \"id_string\": \"170876000007612041\",\n            \"action_id_string\": \"170876000005582358\",\n            \"id\": 170876000007612041,\n            \"state\": \"stdate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_start date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865756317,\n            \"action_id\": 170876000005582358,\n            \"name\": \"Plastering\",\n            \"id_string\": \"170876000007612033\",\n            \"action_id_string\": \"170876000005582358\",\n            \"id\": 170876000007612033,\n            \"state\": \"stdate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_start date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865753309,\n            \"action_id\": 170876000005582358,\n            \"name\": \"Plastering\",\n            \"id_string\": \"170876000007612025\",\n            \"action_id_string\": \"170876000005582358\",\n            \"id\": 170876000007612025,\n            \"state\": \"stdate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        },\n        {\n            \"activity_for\": \"task_start date\",\n            \"activity_by\": \"Helen Collins\",\n            \"time_long\": 1571865742120,\n            \"action_id\": 170876000005582358,\n            \"name\": \"Plastering\",\n            \"id_string\": \"170876000007612017\",\n            \"action_id_string\": \"170876000005582358\",\n            \"id\": 170876000007612017,\n            \"state\": \"stdate\",\n            \"time\": \"10/23/2019 06:52 PM\",\n            \"display_time\": \"Wednesday at 6:52 PM\"\n        }\n    ]\n}"}]},{"name":"Project Status","id":"e3491078-245e-4ba9-92e8-5104ec5260c4","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/statuses/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","statuses",""],"query":[{"key":"index","value":"","description":"Index number of the project status.","disabled":true},{"key":"range","value":"","description":"Range of the project statuses.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.portals.READ\n\nGets the statuses for the given project."},"response":[{"id":"0245c1ad-4ac3-42bd-a4b5-8ee497063e8a","name":"Get Project Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/statuses/?index=1&range=200","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","statuses",""],"query":[{"key":"index","value":"1"},{"key":"range","value":"200"}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 05:59:47 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"statuses\": [\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1568888389665,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"09-19-2019\",\n            \"id\": 170876000007375073,\n            \"posted_time_format\": \"09-19-2019 07:49:49 AM\",\n            \"content\": \"<p>I hope the Live Certification track for Projects went on well! </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1568888355175,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"09-19-2019\",\n            \"id\": 170876000007375067,\n            \"posted_time_format\": \"09-19-2019 07:49:15 AM\",\n            \"content\": \"<p>Hey, there! Welcome to Zoholics Sydney 2019. </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1568813667331,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"09-18-2019\",\n            \"id\": 170876000007375001,\n            \"posted_time_format\": \"09-18-2019 11:04:27 AM\",\n            \"content\": \"<p>Testing Status... </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1561143460776,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"06-21-2019\",\n            \"id\": 170876000006845975,\n            \"posted_time_format\": \"06-21-2019 04:27:40 PM\",\n            \"content\": \"<p>zp[@zpuser#639282842]zp Let's meet by 5 </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1561062312458,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"06-20-2019\",\n            \"id\": 170876000006845649,\n            \"posted_time_format\": \"06-20-2019 05:55:12 PM\",\n            \"content\": \"<p>zp[@zpuser#639282842]zp share the file before EOD. </p>\"\n        },\n        {\n            \"attachments\": [\n                {\n                    \"file_url\": \"/saveAttachment/download?file=08ce1d615c1a8df4996b7c2fa9c58d7fc3c64cef0742e340b4347c0e342fb9d5c160d6c7b32ac94cb2cb84e94a5990d8\",\n                    \"content_type\": \"image/png\",\n                    \"attachment_name\": \"screenshot_1557524311000.png\"\n                }\n            ],\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1557524324612,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"05-10-2019\",\n            \"id\": 170876000006606005,\n            \"posted_time_format\": \"05-10-2019 07:08:44 PM\",\n            \"content\": \"<p>zp[@zpuser#639283127]zp  </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1547227436821,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"01-11-2019\",\n            \"id\": 170876000005998013,\n            \"posted_time_format\": \"01-11-2019 02:53:56 PM\",\n            \"content\": \"<p>#DC-I31 needs quality check by zp[@zpuser#54218482]zp </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1526997800835,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"05-22-2018\",\n            \"id\": 170876000005170043,\n            \"posted_time_format\": \"05-22-2018 11:33:20 AM\",\n            \"content\": \"<p>#DC-T39 needs quality check by zp[@zpuser#54218482]zp  </p>\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1506091803376,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"09-22-2017\",\n            \"id\": 170876000004840023,\n            \"posted_time_format\": \"09-22-2017 12:20:03 PM\",\n            \"content\": \"#Y2-25 needs quality check by zp[@zpuser#54218482]zp\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1490111669527,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"03-21-2017\",\n            \"id\": 170876000004416067,\n            \"posted_time_format\": \"03-21-2017 02:24:29 PM\",\n            \"content\": \"#Y2-11  needs quality check by zp[@zpuser#54218482]zp\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1488997829047,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"03-08-2017\",\n            \"id\": 170876000004368025,\n            \"posted_time_format\": \"03-08-2017 04:00:29 PM\",\n            \"content\": \"Site plan approval completed.\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1488466965619,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"03-02-2017\",\n            \"id\": 170876000004351021,\n            \"posted_time_format\": \"03-02-2017 12:32:45 PM\",\n            \"content\": \"Team, we will meet today before EOD to make sure everything is in  place for the electrical walk through.\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1487269898690,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"02-16-2017\",\n            \"id\": 170876000004275031,\n            \"posted_time_format\": \"02-16-2017 04:01:38 PM\",\n            \"content\": \"Phase 1 basement completed.\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1486406850572,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"02-06-2017\",\n            \"id\": 170876000004225045,\n            \"posted_time_format\": \"02-06-2017 04:17:30 PM\",\n            \"content\": \"Monthly stand up meeting at Conference hall in 5. zp[@zpuser#2063270]zp zp[@zpuser#2063348]zp zp[@zpuser#639284667]zp\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1486406202876,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"02-06-2017\",\n            \"id\": 170876000004226059,\n            \"posted_time_format\": \"02-06-2017 04:06:42 PM\",\n            \"content\": \"Construction has come to a halt due to rain.zp[@zpuser#639284667]zp\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1486394870698,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"02-06-2017\",\n            \"id\": 170876000004226053,\n            \"posted_time_format\": \"02-06-2017 12:57:50 PM\",\n            \"content\": \"First phase inspection about to begin. Is everyone set? zp[@zpuser#2063270]zp zp[@zpuser#639284667]zp zp[@zpuser#639282843]zp\"\n        },\n        {\n            \"posted_person\": \"Helen Collins\",\n            \"posted_time_long\": 1486393406180,\n            \"posted_by\": \"639283127\",\n            \"posted_time\": \"02-06-2017\",\n            \"id\": 170876000004227023,\n            \"posted_time_format\": \"02-06-2017 12:33:26 PM\",\n            \"content\": \"How are things at the site? zp[@zpuser#636807707]zp zp[@zpuser#639284667]zp\"\n        }\n    ]\n}"}]},{"name":"Add Project Status","id":"7855c9b0-35ea-4d81-befc-5a4b782bd129","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","value":"","type":"text","disabled":true},{"key":"content","value":"","contentType":"String","description":"Status of the project.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/statuses/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","statuses",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.status.CREATE\n\nAdds a new status for the given project."},"response":[]}],"id":"ab731378-87fa-413b-ada8-a73d538544f2","event":[{"listen":"prerequest","script":{"id":"9839a7bb-333c-4b27-97b3-14b096ac6b06","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c5d6773-b290-4369-a362-4746bbc5b802","type":"text/javascript","exec":[""]}}]},{"name":"Milestones","item":[{"name":"All Milestones","id":"991d8cbc-6dac-4828-ae7b-7924d590d7d1","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",""],"query":[{"key":"index","value":"","description":"Index number of the milestone.","disabled":true},{"key":"range","value":"","description":"Range of the milestones.","disabled":true},{"key":"status","value":"","description":"all|completed|notcompleted|archived","disabled":true},{"key":"display_type","value":"","description":"all|upcoming|delayed","disabled":true},{"key":"flag","value":"","description":"Milestone flag must be allflag or internal or external.","disabled":true},{"key":"last_modified_time","value":"","description":"Last updated time of the milestone.","disabled":true},{"key":"reverse_order","value":null,"description":"Accepted values: true or false.","disabled":true},{"key":"sort_column","value":null,"description":"Sort milestones using the last modified time or time of creation.","disabled":true},{"key":"sort_order","value":null,"description":"Sort in ascending or descending order.","disabled":true},{"key":"owner","value":null,"description":"Owner id of the Milestone.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.READ\n\nGet all the milestones in the given project."},"response":[]},{"name":"My Milestones","id":"ad636ad6-3f8a-4b89-a667-962f5d477ee6","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/milestones","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","milestones"],"query":[{"key":"index","value":"","description":"Index number of the milestone.","disabled":true},{"key":"range","value":"","description":"Range of the milestones.","disabled":true},{"key":"status","value":"","description":"Specify the milestone status(Accepted values: upcoming / overdue / completed / archived).","disabled":true},{"key":"project_ids","value":"","description":"Specify any particular project IDs(if any).","disabled":true},{"key":"flag","value":"","description":"Milestone flag must be allflag or internal or external.","disabled":true},{"key":"last_modified_time","value":"","description":"Last updated time of the milestone.","disabled":true},{"key":"reverse_order","value":"","description":"Accepted values: true or false.","disabled":true},{"key":"sort_column","value":"","description":"Sort milestones using the last modified time or time of creation.","disabled":true},{"key":"sort_order","value":"","description":"Sort in ascending or descending order.","disabled":true},{"key":"owner","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.READ\n\nGet all the milestones assigned to a particular user in the given project."},"response":[]},{"name":"Milestone Details","id":"a04e8fc1-d069-427c-a26d-873cd09c687b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/:{{milestone_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",":{{milestone_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{milestone_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.READ\n\nGet all the details of the milestone."},"response":[]},{"name":"Create Milestone","id":"8d86cbff-fec1-401c-bf27-13658d008d0c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String [100]","description":"Name of the milestone.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the milestone.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the milestone.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID of the project.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"Milestone flag must be internal or external.","type":"text","disabled":true},{"key":"budget","value":"","contentType":"Float","description":"The project's budget type should be set to Based on Milestone Amount or Hours","type":"text","disabled":true},{"key":"threshold","value":"","contentType":"Float","description":"The project's budget type should be set to Based on Milestone Amount or Hours and the Budget Threshold field should be enabled in Budget settings.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.CREATE"},"response":[]},{"name":"Update Milestone","id":"3bdca404-7544-4955-b509-50d347c720ae","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String [100]","description":"Name of the milestone.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the milestone.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the milestone.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID of the project.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"Milestone flag must be internal or external.","type":"text","disabled":true},{"key":"budget","value":"","contentType":"Float","description":"The project's budget type should be set to Based on Milestone Amount or Hours","type":"text","disabled":true},{"key":"threshold","value":"","contentType":"Float","description":"The project's budget type should be set to Based on Milestone Amount or Hours and the Budget Threshold field should be enabled in Budget settings.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/:{{milestone_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",":{{milestone_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{milestone_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.UPDATE"},"response":[]},{"name":"Update Milestone Status","id":"2dcbbcbd-6a09-46f5-94f5-253e49f8dd05","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/:{{milestone_id}}/status/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",":{{milestone_id}}","status",""],"query":[{"key":"status","value":"","description":"1|2","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{milestone_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.UPDATE"},"response":[]},{"name":"Delete Milestone","id":"f4fcbb2f-dd42-4f49-826e-a10d85f78ba1","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/:{{milestone_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones",":{{milestone_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{milestone_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.milestones.DELETE"},"response":[]},{"name":"Reorder Milestone","id":"8d69b04c-b89f-4a3d-918a-5cac32db123b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"sort_order\" : []\n}"},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/milestones/reorder","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","milestones","reorder"],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]}},"response":[]}],"id":"bb0fbd0d-3747-4afc-9e9d-602bb17296dc"},{"name":"TaskLists","item":[{"name":"All Tasklists","event":[{"listen":"test","script":{"type":"text/javascript","exec":[" var body = JSON.parse(responseBody);","  tests[\"Count: \"  + body.tasklists.length] = true;"]}}],"id":"7b6df620-0c31-4604-8571-e2cb60563a61","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",""],"query":[{"key":"index","value":"","description":"Index number of the tasklist.","disabled":true},{"key":"range","value":"","description":"Range of the tasklists.","disabled":true},{"key":"flag","value":"","description":"Tasklists of the flag must beinternal or external.","disabled":true},{"key":"milestone_id","value":"","description":"ID of the milestone.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasklists.READ\n\nGet all the tasklists in the given project."},"response":[]},{"name":"Get TaskList Details","id":"f6cbebc5-4b3e-486f-b09b-179293eb9394","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/:{{tasklist_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",":{{tasklist_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{tasklist_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasklists.READ"},"response":[]},{"name":"Create Tasklist","id":"687f463b-5ce9-42f6-9982-4a460502efa7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"milestone_id","value":"","contentType":"Long","description":"ID of the milestone.","type":"text","disabled":true},{"key":"name","value":"","contentType":"String","description":"Name of of the tasklist.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"Tasklist flag must be internal or external.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasklists.CREATE"},"response":[]},{"name":"Update Tasklist","id":"b44f37f7-643c-4713-bafe-d4599d2e9d88","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"milestone_id","value":"","contentType":"Long","description":"ID of the milestone.","type":"text","disabled":true},{"key":"name","value":"","contentType":"String","description":"Name of the tasklist.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"Tasklist flag must be internal or external.","type":"text","disabled":true},{"key":"status","value":"","contentType":"String","description":"Tasklist status must be active or completed.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/:{{tasklist_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",":{{tasklist_id}}"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{tasklist_id}}"}]},"description":"Scope: ZohoProjects.tasklists.UPDATE"},"response":[]},{"name":"Delete Tasklist","id":"c0531ecf-98d3-4baa-8701-1fbc4fc08ee7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/:{{tasklist_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",":{{tasklist_id}}"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{tasklist_id}}"}]},"description":"Scope: ZohoProjects.tasklists.DELETE"},"response":[]},{"name":"ReOrder  TaskList","id":"4724bb60-8d31-447e-aeb3-2c60e58e6dbc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"json_string","value":"","contentType":"JSONObject","description":" Ex- \n{\n\t\"tasklist_order\" : [1265885000000063001,1265885000000195021,1265885000000195017]\n}","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/reorder","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists","reorder"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasklists.UPDATE"},"response":[]}],"id":"d7ca8341-c474-4d20-9ec0-d707077f6741"},{"name":"Tasks","item":[{"name":"Task Comments","item":[{"name":"Get Comments","id":"e1f16c51-a8f4-457d-95d2-e09f6c014b9f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","comments",""],"query":[{"key":"index","value":"","description":"Index number of the task comment.","disabled":true},{"key":"range","value":"","description":"Range of the task comments.","disabled":true},{"key":"sort_column","value":"","description":"Sort task comments using the last modified time or time of creation. (created_time/last_modified_time)","disabled":true},{"key":"sort_order","value":"","description":"Sort in ascending or descending order.","disabled":true},{"key":"last_modified_time","value":"","description":"Last updated time of the task comment in milliseconds.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{task_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGet all the task comments."},"response":[]},{"name":"Add Comments","id":"f73ee2ba-829a-44f4-ac86-061103c04895","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_User_2}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","contentType":"String","description":"Comment for the task.","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":"Add file in the task comment.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","comments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.CREATE.\nIf you are uploading files in the task comment, you must additionally use this Scope: ZohoPC.files.CREATE\n\nAdds a task comment."},"response":[]},{"name":"Update Comments","event":[{"listen":"prerequest","script":{"id":"25c42a2b-0946-49f6-8b9b-963ff07aed28","exec":[""],"type":"text/javascript"}}],"id":"d6479bf3-bc4a-427f-bcea-55b1fc22f2ab","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","contentType":"String","description":"Comment for the task.","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":"Add file in the task comment.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/comments/:{{comment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","comments",":{{comment_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{task_id}}","value":"","type":"string"},{"key":"{{comment_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasks.UPDATE\n\nUpdates the description of task comment."},"response":[]},{"name":"Delete Comments","id":"7a60c525-8744-4ea2-ae8f-7a0be2af94cc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/comments/:{{comment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","comments",":{{comment_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"},{"key":"{{comment_id}}"}]},"description":"Scope: ZohoProjects.tasks.DELETE\n\nDeletes the task comment."},"response":[]}],"id":"6e7b1ca2-e083-45b8-b948-0feb2abe6614"},{"name":"Task Attachments","item":[{"name":"Get Task Attachments","id":"251802a4-a0bd-4d70-a721-6d4fdef99536","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/attachments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","attachments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ, ZohoPC.files.READ\n\nRetrieve details of attachments associated to the task."},"response":[{"id":"2605d047-4da0-4294-9d3e-15650672d580","name":"Get_Task_Attachments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Zoho-oauthtoken 1000.48b6c38fd56364d102c280c1db59f0a0.92f19385f0841a3f46324a7c1f643cd5"}],"url":{"raw":"{{baseUrl}}portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/attachments/","host":["{{baseUrl}}portal"],"path":[":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","attachments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Length","value":"916","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 13:13:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"ZGS","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=15768000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-UA-Compatible","value":"IE=9, IE=10","name":"X-UA-Compatible","description":"Custom header"},{"key":"X-XSS-Protection","value":"1","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"zoho.com","path":"/","secure":true,"value":"722fb83109bfe4030516e50c71f5fd93b99d543be67f9fb45c7d0652b19b8c2b4c9b1da7c244e20d05857811b4f3494f6ffca1cac448ccaeac4212350dd7fa45","key":"_iamadt"},{"expires":"Invalid Date","httpOnly":true,"domain":"zoho.com","path":"/","secure":true,"value":"9141f9efd77e86d6a1f64d3ac8333a28b76613cc82faed07fbbeff84168e29200802019f5dc1b343be8b3fb92c02f756464eac484177f19193c6ad4c0e6e2ec8","key":"_iambdt"},{"expires":"Invalid Date","httpOnly":false,"domain":"zoho.com","path":"/","secure":true,"value":"2592000","key":"_imtrem"},{"expires":"Invalid Date","httpOnly":false,"domain":"zoho.com","path":"/","secure":true,"value":"true","key":"_z_identity"},{"expires":"Invalid Date","httpOnly":false,"domain":"preprojects.zoho.com","path":"/","secure":false,"value":"d0bc88e75af9d563cc37efe90aa13f1d","key":"db14bad720"},{"expires":"Invalid Date","httpOnly":false,"domain":"preprojects.zoho.com","path":"/","secure":false,"value":"07AA8DBD99D34D41AEA0088A24A2A29E","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"preprojects.zoho.com","path":"/","secure":true,"value":"0760e809bdfd73b4c79bf6fecd5ab9425b24047645a0fd0e96b6e5b8d03b6f7308f097d7825a517f036cd2f9abd31b2e9af2f13774e1a541bb8e5363a1b939f3","key":"zpct"}],"body":"[{\"UPLOADED_TIME\":1534142258228,\"THUMBNAIL_URL\":\"https://download.zoho.com/webdownload?x-service=EX&event-id=60cie4839b9a05b0b4fbfa05f708601a10d07_200x150&x-cli-msg=%7B%22x-h%22%3A150%2C%22x-w%22%3A200%2C%22x-mode%22%3A%222%22%2C%22x-encoding%22%3A%22gzip%22%2C%22x-resource_id%22%3A%2260cie4839b9a05b0b4fbfa05f708601a10d07%22%7D\",\"OWNER\":\"Arun Kumar Palanisamy\",\"AUTHOR_ID\":\"667072933\",\"RESOURCE_ID\":\"60cie4839b9a05b0b4fbfa05f708601a10d07\",\"DOWNLOAD_URL\":\"https://download.zoho.com/webdownload?x-service=EX&event-id=60cie4839b9a05b0b4fbfa05f708601a10d07_1534511632242&x-cli-msg=%7B%22x-encoding%22%3A%22gzip%22%2C%22x-resource_id%22%3A%2260cie4839b9a05b0b4fbfa05f708601a10d07%22%7D\",\"CONTENT_TYPE\":\"image\",\"DOCS_DOWNLOAD_URL\":\"https://docs.zoho.com/api/v2/files/download?resourceId=60cie4839b9a05b0b4fbfa05f708601a10d07\",\"EXTENSION\":\"jpg\",\"FILENAME\":\"linh-nguyen-166-unsplash.jpg\",\"TASK_ID\":\"1265885000000030035\"}]\n"}]},{"name":"Add Task Attachments","id":"80725048-f56a-4ff0-9f71-2efca641f874","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Authorization","value":"0fea847cfa3638c15cfff188587030bf","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","contentType":"File","description":"Add file to task comment.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/attachments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","attachments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ, ZohoPC.files.ALL\n\nAdd attachments to a task."},"response":[]},{"name":"Delete Task_Attachments","id":"19704d2f-2d79-40d3-9203-538b9fb62b99","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/attachments/:{{attachment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","attachments",":{{attachment_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{task_id}}","value":"","type":"string"},{"key":"{{attachment_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasks.DELETE, ZohoPC.files.ALL\n\nDelete attachments associated with the task."},"response":[]}],"id":"af394fa0-7195-4315-b283-0be9c035261c"},{"name":"Task Layouts","item":[{"name":"Get All Task Layouts","id":"695fa92c-d4b7-4840-be5a-e590dd9107cc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/tasklayouts","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","tasklayouts"],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.projects.READ\n\nView the list of all the task layouts available in your portal."},"response":[]},{"name":"Get Task Layout Details","id":"91b5c74e-1d72-49ba-b59f-6a0749aab5d5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklayouts","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklayouts"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.projects.READ\n\nFetch the details of a task layout as necessary."},"response":[]}],"id":"bdd7e685-0bd4-43da-99d8-9ffdd43fdd94"},{"name":"Task Timer","item":[{"name":"Get Task Timer","id":"1a3ae36d-cb90-44ce-83a0-148eba4d0142","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"query":[{"key":"version","value":"new","description":"new","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Start Timer","id":"3f83f307-b72e-4505-9723-414329bdc18b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"action","value":"start","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Pause Time","id":"8b077b12-a30f-47a8-bc77-dfd7757d15b5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"action","value":"pause","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Stop Time","id":"718f587e-ff74-4377-acdd-faaddbdc3dcc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"action","value":"stop","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Resume Timer","id":"f5ad6f61-eefa-45fd-a864-4719795555b3","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"action","value":"resume","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Remove Timer","id":"699de2a6-39c2-4001-b03f-6453de6d2e52","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"action","value":"remove","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]}],"id":"0e79715b-a1bb-4217-be38-8b3cd71a3226"},{"name":"Sub Task","item":[{"name":"Get Subtasks","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var body = JSON.parse(responseBody);","  tests[\"Count: \"  + body.tasks.length] = true;"]}}],"id":"c5f0056e-4280-4814-bcb8-a78a775e4739","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/subtasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","subtasks",""],"query":[{"key":"index","value":"","description":"Index number of the subtask.","disabled":true},{"key":"range","value":"","description":"Range of the subtasks.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGet all the subtasks of the given task."},"response":[]},{"name":"Create SubTask","id":"da96ec2e-c7d8-47ef-9310-35883448acf6","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"person_responsible","value":"","contentType":"Long","description":"Owner ID of the task. User ID for multiple owners must be separated by commas.","type":"text","disabled":true},{"key":"name","value":"","contentType":"String","description":"Name of the task.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the task.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the task. You must also provide the start_date value to update end_date. ","type":"text","disabled":true},{"key":"duration","value":"","contentType":"int","description":"Duration of the task.","type":"text","disabled":true},{"key":"duration_type","value":"","contentType":"String","description":"Duration of the task type in days or hrs.","type":"text","disabled":true},{"key":"priority","value":"","contentType":"String","description":"Priority of the task must be None or Low or Medium or High.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the task.","type":"text","disabled":true},{"key":"custom_fields","value":"","contentType":"JSON Object","description":"Value of the custom field. Example: {“UDF_CHAR1”: ”Hello”}","type":"text","disabled":true},{"key":"reminder","value":"","contentType":"String","description":"Reminder for a subtask can be specified as\n\n    On Same Day to set a reminder for the same day.\n    daily to set a daily reminder.\n    values between 1 to 30 (based on the number of days). ","type":"text","disabled":true},{"key":"reminder_string","value":"","contentType":"JSON Object","description":"Get reminders about tasks at a specified date.\n\nEx: reminder_string   : { \"reminder\" : [ { \"reminder_criteria\" :  \"customdate\" , \"day_before\" : \"5\" , \"custom_date\" : \"12-10-2019\" , \"reminder_time\" : \"21:30\"  , \"reminder_notify_users\" : \"owner,follower\" } ] }\n\n    Set reminder_criteria as daily /  on same day / before due date / customdate\n    day_before: day_before can be used when we set the reminder_criteria before due date.\n    reminder_time: reminder_time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00\n    custom_date: custom_date can be specified in [MM-DD-YYYY]. This param is used when we set customdate as reminder_criteria\n     reminder_notify_users: reminder_notify_users for multiple users must be separated by commas.\n    default notification user contsants: owner, follower, creator, projectowner","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/subtasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","subtasks",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.CREATE"},"response":[]}],"id":"c2fd060d-3f63-4061-9a66-3f9795d95afe"},{"name":"Bugs","item":[{"name":"Get Associated Bugs","id":"41da184d-4e44-45b8-bb23-5b5c2cb51449","request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/bugs","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","bugs"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]}],"id":"d4a76073-15b9-4e96-8229-1bbbcd9349ea"},{"name":"Task Customviews","item":[{"name":"Get Task Custom Views","id":"7552aa9f-d762-464f-acd9-7b8d2a1bc191","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/views","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks","views"],"query":[{"key":"index","value":"","description":"Index number of the task view.","disabled":true},{"key":"range","value":"","description":"Range of the task view.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all the task custom views."},"response":[]},{"name":"Get My Task Custom Views","id":"87b6d972-de30-42db-bcd6-cc83c4594321","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/mytasks/views","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","mytasks","views"],"query":[{"key":"index","value":"","description":"Index number of the task view.","disabled":true},{"key":"range","value":"","description":"Range of the task view.","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all the task custom views that you own."},"response":[]}],"id":"e5c6c718-6d42-4dbd-9cc7-6da6fc2ec4ee"},{"name":"Task Dependency","item":[{"name":"Set Dependency Between Tasks","event":[{"listen":"test","script":{"id":"3a39bfe3-7dcb-43d9-b8dd-806e68c325db","exec":[""],"type":"text/javascript"}}],"id":"329a6267-866f-4b24-a3c6-ead018e0b609","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/taskdependency/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","taskdependency",""],"query":[{"key":"taskid","value":"","description":"ID of the task","disabled":true},{"key":"predids","value":"","description":"Parent ID of the task","disabled":true},{"key":"projId","value":"","description":"ID of the project","disabled":true},{"key":"toupdate","value":"","description":"Set the value to dependencyset","disabled":true},{"key":"childprojId","value":"","description":"Project ID of the child task","disabled":true},{"key":"dependencytype","value":"","description":"FS, SS, SF, or FF","disabled":true},{"key":"gapvalue","value":"","description":"lag time (days/hours)","disabled":true},{"key":"gaptype","value":"","description":"format of lag time in days or hours","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nSet dependency between two tasks."},"response":[]},{"name":"Update Lag between Dependent Tasks","event":[{"listen":"test","script":{"id":"424c90e2-72f6-40cc-94ef-16e3fc13dda3","exec":[""],"type":"text/javascript"}}],"id":"81a9134d-76e3-4071-9fa6-6ce1e9f00bc7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/taskdependency/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","taskdependency",""],"query":[{"key":"taskid","value":"","description":"ID of the task","disabled":true},{"key":"predids","value":"","description":"Parent ID of the task","disabled":true},{"key":"projId","value":"","description":"ID of the project","disabled":true},{"key":"toupdate","value":"","description":"Set the value to dependencyset","disabled":true},{"key":"gapvalue","value":"","description":"lag time (days/hours)","disabled":true},{"key":"gaptype","value":"","description":"format of lag time in days or hours","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nUpdate lag between dependent tasks."},"response":[]},{"name":"Update Dependency Type","event":[{"listen":"test","script":{"id":"f30a06d1-187c-4f7f-9715-243871bb2417","exec":[""],"type":"text/javascript"}}],"id":"d9cf2a01-e108-4bbb-9ca0-b4384348556c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/taskdependency/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","taskdependency",""],"query":[{"key":"taskid","value":"","description":"ID of the task","disabled":true},{"key":"predids","value":"","description":"Parent ID of the task","disabled":true},{"key":"projId","value":"","description":"ID of the project","disabled":true},{"key":"toupdate","value":"","description":"Set the value to dependencyset","disabled":true},{"key":"dependencytype","value":"","description":"FS, SS, SF, or FF","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nUpdate dependency type between tasks."},"response":[]},{"name":"Remove Dependency","event":[{"listen":"test","script":{"id":"5851e247-1e51-4761-9287-f17470faa0ab","exec":[""],"type":"text/javascript"}}],"id":"c2c26311-05f9-4fbd-b949-4462f4220424","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/taskdependency/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","taskdependency",""],"query":[{"key":"taskid","value":"","description":"ID of the task","disabled":true},{"key":"predids","value":"","description":"Parent ID of the task","disabled":true},{"key":"projId","value":"","description":"ID of the project","disabled":true},{"key":"toupdate","value":"","description":"Set the value to dependencyset","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nRemove dependency between tasks."},"response":[]}],"id":"c3665772-8894-4145-84a5-5bd3232c7aec"},{"name":"Get My Tasks","event":[{"listen":"test","script":{"type":"text/javascript","exec":[" var body = JSON.parse(responseBody);","  tests[\"Count: \"  + body.tasks.length] = true;"]}}],"id":"a3c34cb9-1496-49b5-9717-a2452b3ae84c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/mytasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","mytasks",""],"query":[{"key":"index","value":"","description":"Index number of the task.","disabled":true},{"key":"range","value":"","description":"Range of the tasks.","disabled":true},{"key":"owner","value":"","description":"Owner of the task must be provided as all or user ID.\n(all - String, user ID - Long)","disabled":true},{"key":"status","value":"","description":"Status of the task must be all or open or closed.","disabled":true},{"key":"time","value":"","description":"Time period of the task must be all or overdue or today or tomorrow.","disabled":true},{"key":"priority","value":"","description":"Priority of the task must be low or medium or high or none.","disabled":true},{"key":"projects_ids","value":"","description":"The project ID of the task. Multiple project IDs must be separated by commas.","disabled":true},{"key":"sort_column","value":"","description":"Sort tasks using the last modified time or time of creation. (created_time / last_modified_time)","disabled":true},{"key":"sort_order","value":"","description":"Sort in ascending or descending order.","disabled":true},{"key":"reverse_order","value":"","description":"Pass the value as true or false.","disabled":true},{"key":"last_modified_time","value":"","description":"Last updated time of task in milliseconds.","disabled":true},{"key":"customview_id","value":"","description":"Custom view ID of the task. view_id is obtained from the Get My Task Custom Views API.","disabled":true},{"key":"created_by","value":"","description":"Pass the value as all or the user ID (all - String, user ID - Long).","disabled":true},{"key":"owner_email","value":"","description":"Email ID of the owner.","disabled":true},{"key":"reverse_order","value":"","description":"Pass the value as true or false.","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all your tasks in the portal."},"response":[{"id":"7827e568-4415-4a0a-a630-0ed6e23c662f","name":"Get My Tasks","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}portal/:{{portal_id}}/mytasks/","host":["{{baseUrl}}portal"],"path":[":{{portal_id}}","mytasks",""],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;","name":"Content-Disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 31 Aug 2018 07:52:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"ZGS","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=15768000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Download-Options","value":"noopen","name":"X-Download-Options","description":"Custom header"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-UA-Compatible","value":"IE=9, IE=10","name":"X-UA-Compatible","description":"Custom header"},{"key":"X-XSS-Protection","value":"1","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"zoho.com","path":"/","secure":true,"value":"722fb83109bfe4030516e50c71f5fd93b99d543be67f9fb45c7d0652b19b8c2b4c9b1da7c244e20d05857811b4f3494f6ffca1cac448ccaeac4212350dd7fa45","key":"_iamadt"},{"expires":"Invalid Date","httpOnly":true,"domain":"zoho.com","path":"/","secure":true,"value":"9141f9efd77e86d6a1f64d3ac8333a28b76613cc82faed07fbbeff84168e29200802019f5dc1b343be8b3fb92c02f756464eac484177f19193c6ad4c0e6e2ec8","key":"_iambdt"},{"expires":"Invalid Date","httpOnly":false,"domain":"zoho.com","path":"/","secure":true,"value":"2592000","key":"_imtrem"},{"expires":"Invalid Date","httpOnly":false,"domain":"zoho.com","path":"/","secure":true,"value":"true","key":"_z_identity"},{"expires":"Invalid Date","httpOnly":false,"domain":"projectsapi.zoho.com","path":"/","secure":false,"value":"64dc75f94d2bd72d94493d263847c08c","key":"f6fd150548"},{"expires":"Invalid Date","httpOnly":false,"domain":"projectsapi.zoho.com","path":"/","secure":false,"value":"B44B8B6D8E87D904E8E926CFA32E17FD","key":"JSESSIONID"},{"expires":"Invalid Date","httpOnly":false,"domain":"projectsapi.zoho.com","path":"/","secure":true,"value":"037f0b37673d61f4cf3829fc263f2a67a989d7929755949890c442abc32f46f62468ef0bfd52a726cd986c12579cc42a628d37a83c04a94e9c8f5cb46b88dc94","key":"zpct"}],"body":"{\"tasks\":[{\"milestone_id\":\"170876000004154071\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"last_updated_time_long\":1518530491135,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"work\":\"40:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004685009,\"key\":\"DC-T158\",\"created_person\":\"Helen Collins\",\"created_time_long\":1499061211693,\"created_time\":\"07-02-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-02-2017 10:53:31 PM\",\"subtasks\":true,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":true,\"work_type\":\"work_hours\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"10\",\"last_updated_time\":\"02-13-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000004685009\",\"tasklist\":{\"name\":\"Finish coat\",\"id\":170876000004154537},\"last_updated_time_format\":\"02-13-2018 06:01:31 AM\",\"order_sequence\":1,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"milestone_id\":\"170876000004521019\",\"project\":{\"name\":\"Pet Drive\",\"id\":170876000004521007},\"last_updated_time_long\":1507111847000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004850031,\"key\":\"KH-T17\",\"created_person\":\"Patricia Boyle\",\"created_time_long\":1507110576936,\"created_time\":\"10-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-04-2017 02:49:36 AM\",\"subtasks\":false,\"work\":\"200:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000004521105\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"2060758\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"10-04-2017\",\"name\":\"test\",\"id_string\":\"170876000004850031\",\"tasklist\":{\"name\":\"Place and venue\",\"id\":170876000004521023},\"last_updated_time_format\":\"10-04-2017 03:10:47 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000004884030\",\"project\":{\"name\":\"Project template test\",\"id\":170876000004881115},\"last_updated_time_long\":1508837239702,\"details\":{\"owners\":[{\"work\":\"40:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004884200,\"key\":\"K9-T39\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837239702,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:27:19 AM\",\"subtasks\":false,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":false,\"work_type\":\"work_hours\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000004884200\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004884082},\"last_updated_time_format\":\"10-24-2017 02:27:19 AM\",\"order_sequence\":16,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000004886030\",\"project\":{\"name\":\"IDC Project template test\",\"id\":170876000004885019},\"last_updated_time_long\":1508837393314,\"details\":{\"owners\":[{\"work\":\"40:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004886200,\"key\":\"D6-T39\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837393314,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:29:53 AM\",\"subtasks\":false,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":false,\"work_type\":\"work_hours\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000004886200\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004886082},\"last_updated_time_format\":\"10-24-2017 02:29:53 AM\",\"order_sequence\":16,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"last_updated_time_long\":1521007366021,\"details\":{\"owners\":[{\"work\":\"40:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049221,\"key\":\"O5-T45\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":false,\"work_type\":\"work_hours\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-13-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000005049221\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049083},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":17,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"milestone_id\":\"170876000005421950\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"work\":\"40:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422052,\"key\":\"T11-T158\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":true,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":true,\"work_type\":\"work_hours\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000005422052\",\"tasklist\":{\"name\":\"Finish coat\",\"id\":170876000005422004},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":1,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"milestone_id\":\"170876000005421948\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422057,\"key\":\"T11-T3\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Supply contract plans\",\"id_string\":\"170876000005422057\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005422014},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"milestone_id\":\"170876000005421948\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"comments\":[{\"created_time_long\":1483600338360,\"created_time\":\"01-04-2017\",\"created_time_format\":\"01-04-2017 11:12:18 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005422267,\"content\":\"We are meeting to discuss this. Kavitha Raj  Victor Young John Marsh Steve Banks\"}],\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"54218479\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422065,\"key\":\"T11-T5\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":true,\"work\":\"64:00\",\"custom_fields\":[],\"isparent\":true,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Supply contract site plan\",\"id_string\":\"170876000005422065\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005422014},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"work\":\"0:00\",\"name\":\"Lin Brenn\",\"id\":\"639281665\"},{\"work\":\"0:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"work\":\"0:00\",\"name\":\"leesterd\",\"id\":\"640013412\"}]},\"id\":170876000005422066,\"key\":\"T11-T213\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":true,\"work\":\"-\",\"custom_fields\":[],\"isparent\":true,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Basement slab preparation\",\"id_string\":\"170876000005422066\",\"tasklist\":{\"name\":\"General\",\"id\":170876000005422000},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Issues Found\",\"id\":\"170876000004820047\",\"type\":\"open\",\"color_code\":\"#eb5768\"}},{\"milestone_id\":\"170876000005421947\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1535620631621,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422088,\"key\":\"T11-T149\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[{\"column_name\":\"UDF_CHAR7\",\"label_name\":\"Platforms\",\"value\":\"Twitter\"},{\"column_name\":\"UDF_DATE2\",\"label_name\":\"Date for Promotion\",\"value\":\"12-31-1969 07:00:00 AM\"}],\"isparent\":false,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-30-2018\",\"name\":\"Paint touchup\",\"id_string\":\"170876000005422088\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005422002},\"last_updated_time_format\":\"08-30-2018 02:17:11 AM\",\"order_sequence\":7,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"milestone_id\":\"170876000005421947\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"work\":\"3:30\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422094,\"key\":\"T11-T151\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"3:30\",\"custom_fields\":[{\"column_name\":\"UDF_CHAR7\",\"label_name\":\"Platforms\",\"value\":\"Facebook\"},{\"column_name\":\"UDF_DATE2\",\"label_name\":\"Date for Promotion\",\"value\":\"12-31-1969 07:00:00 AM\"}],\"isparent\":false,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Wood polishing\",\"id_string\":\"170876000005422094\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005422002},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":10,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"milestone_id\":\"170876000005421958\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"work\":\"3:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422101,\"key\":\"T11-T116\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"165:00\",\"custom_fields\":[],\"isparent\":false,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"08-17-2018\",\"name\":\"Review sector D\",\"id_string\":\"170876000005422101\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000005422016},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":20,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000005421950\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422116,\"key\":\"T11-T159\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422052\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"demo\",\"id_string\":\"170876000005422116\",\"tasklist\":{\"name\":\"Finish coat\",\"id\":170876000005422004},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000005421948\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"Rough sketch of first floor plan attached.\",\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422119,\"key\":\"T11-T88\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"57:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422065\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"completed_time\":\"02-15-2017\",\"name\":\"Sketch rough plan\",\"id_string\":\"170876000005422119\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005422014},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"milestone_id\":\"170876000005421947\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422125,\"key\":\"T11-T147\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"386:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422061\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"Punch-out walk through list \",\"id_string\":\"170876000005422125\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005422002},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":3,\"status\":{\"name\":\"In Development\",\"id\":\"170876000004796119\",\"type\":\"open\",\"color_code\":\"#8eb15a\"}},{\"milestone_id\":\"170876000005421947\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"2060557\"},{\"name\":\"Einhard Klein\",\"id\":\"2060761\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000005422128,\"key\":\"T11-T110\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422062\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"Hardware import\",\"id_string\":\"170876000005422128\",\"tasklist\":{\"name\":\"Hardware- All tasks\",\"id\":170876000005422009},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000005421948\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"last_updated_time_long\":1534514093842,\"details\":{\"comments\":[{\"created_time_long\":1483609008398,\"created_time\":\"01-05-2017\",\"created_time_format\":\"01-05-2017 01:36:48 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005422279,\"content\":\"Thank you for turning up for the discussion. Here are the finalised  drawings. I have also included a graphic visual. <br />  <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639282843\\\">Kavitha Raj <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639284667\\\">Steve Banks  <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/54218482\\\">Victor Young <\\/a>\"},{\"created_time_long\":1483609033740,\"created_time\":\"01-05-2017\",\"attachments\":[{\"size\":\"59939\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=e33420f887dcfadb6fd381f204367f077c5d6dc560147ea130aa98d21f783d18e37d7bb7af806dfc08ad1c227ee912c2\",\"name\":\"graphic.jpg\"},{\"size\":\"75964\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=e33420f887dcfadb6fd381f204367f0775d53088898d55e430aa98d21f783d18e37d7bb7af806dfc08ad1c227ee912c2\",\"name\":\"siteplan.jpg\"}],\"created_time_format\":\"01-05-2017 01:37:13 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005422281,\"content\":\"\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422131,\"key\":\"T11-T89\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422065\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"completed_time\":\"02-15-2017\",\"name\":\"Finalize site plan drawing\",\"id_string\":\"170876000005422131\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005422014},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"milestone_id\":\"170876000005421947\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"work\":\"0:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422134,\"key\":\"T11-T148\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":true,\"work\":\"-\",\"custom_fields\":[],\"isparent\":true,\"parenttask_id\":\"170876000005422061\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000005422134\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005422002},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":4,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"milestone_id\":\"170876000005421958\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"work\":\"6:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005422167,\"key\":\"T11-T115\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"318:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422086\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"Review sector C\",\"id_string\":\"170876000005422167\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000005422016},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":45,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"milestone_id\":\"170876000005421958\",\"project\":{\"name\":\"Test 1\",\"id\":170876000005420057},\"description\":\"\",\"last_updated_time_long\":1534514093842,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000005422176,\"key\":\"T11-T134\",\"created_person\":\"Helen Collins\",\"created_time_long\":1534514093842,\"created_time\":\"08-17-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-17-2018 06:54:53 AM\",\"subtasks\":false,\"work\":\"434:00\",\"custom_fields\":[],\"isparent\":false,\"parenttask_id\":\"170876000005422059\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"08-17-2018\",\"name\":\"Ledger Reports\",\"id_string\":\"170876000005422176\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000005422016},\"last_updated_time_format\":\"08-17-2018 06:54:53 AM\",\"order_sequence\":54,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"10-07-2016\",\"milestone_id\":\"170876000004154021\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1475724600000,\"end_date_long\":1475839800000,\"end_date_format\":\"10-07-2016 04:30:00 AM\",\"duration\":\"2\",\"last_updated_time_long\":1509971436000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154107,\"key\":\"DC-T3\",\"start_date\":\"10-05-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483527077613,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 02:51:17 AM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-05-2016 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"10\",\"last_updated_time\":\"11-06-2017\",\"name\":\"Supply contract plans\",\"id_string\":\"170876000004154107\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000004154103},\"last_updated_time_format\":\"11-06-2017 04:30:36 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"10-14-2016\",\"milestone_id\":\"170876000004154021\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1476156600000,\"end_date_long\":1476444600000,\"end_date_format\":\"10-14-2016 04:30:00 AM\",\"duration\":\"4\",\"last_updated_time_long\":1509971438000,\"details\":{\"comments\":[{\"created_time_long\":1483600338360,\"created_time\":\"01-04-2017\",\"attachments\":[],\"created_time_format\":\"01-04-2017 11:12:18 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004154719,\"content\":\"We are meeting to discuss this. Kavitha Raj  Victor Young John Marsh Steve Banks\"}],\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"54218479\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154115,\"key\":\"DC-T5\",\"start_date\":\"10-10-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483527143418,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 02:52:23 AM\",\"subtasks\":true,\"work\":\"64:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"10-10-2016 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"10\",\"last_updated_time\":\"11-06-2017\",\"name\":\"Supply contract site plan\",\"id_string\":\"170876000004154115\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000004154103},\"last_updated_time_format\":\"11-06-2017 04:30:38 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"10-17-2016\",\"milestone_id\":\"170876000004154027\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1476675000000,\"completed_time_format\":\"02-06-2017 01:00:28 AM\",\"end_date_long\":1476703800000,\"end_date_format\":\"10-17-2016 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1486371628731,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154239,\"key\":\"DC-T8\",\"start_date\":\"10-16-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483528188937,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 03:09:48 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-16-2016 08:30:00 PM\",\"completed_time_long\":1486371628731,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-06-2017\",\"completed_time\":\"02-06-2017\",\"name\":\"Review and finalize plans\",\"id_string\":\"170876000004154239\",\"tasklist\":{\"name\":\"Review and finalization phase\",\"id\":170876000004154231},\"last_updated_time_format\":\"02-06-2017 01:00:28 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"10-17-2016\",\"milestone_id\":\"170876000004154027\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1476675000000,\"completed_time_format\":\"01-09-2017 10:22:43 PM\",\"end_date_long\":1476703800000,\"end_date_format\":\"10-17-2016 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1484029363841,\"details\":{\"comments\":[{\"created_time_long\":1484028846764,\"created_time\":\"01-09-2017\",\"attachments\":[],\"created_time_format\":\"01-09-2017 10:14:06 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004176019,\"content\":\"Kavitha Raj There are changes in the kitchen layout as  requested by our client.\"},{\"created_time_long\":1484029213059,\"created_time\":\"01-09-2017\",\"attachments\":[{\"size\":\"15195\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=109d1b3bbdb1ed141af4f9038fc5213e703f4f52b143a722ca14782f765b09987f7746ae2a1e3929131251f7b52e9c6d\",\"name\":\"kitchen layout.jpeg\"}],\"created_time_format\":\"01-09-2017 10:20:13 PM\",\"added_by\":\"639282843\",\"added_person\":\"Kavitha Raj\",\"id\":170876000004178027,\"content\":\"Here is the final layout after changes, Helen Collins.  I'm closing the bug assigned to me.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154243,\"key\":\"DC-T9\",\"start_date\":\"10-16-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483528204673,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 03:10:04 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-16-2016 08:30:00 PM\",\"completed_time_long\":1484029363841,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"01-09-2017\",\"completed_time\":\"01-09-2017\",\"name\":\"Review and finalize specifications\",\"id_string\":\"170876000004154243\",\"tasklist\":{\"name\":\"Review and finalization phase\",\"id\":170876000004154231},\"last_updated_time_format\":\"01-09-2017 10:22:43 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"10-18-2016\",\"milestone_id\":\"170876000004154027\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1476761400000,\"completed_time_format\":\"01-09-2017 10:22:47 PM\",\"end_date_long\":1476790200000,\"end_date_format\":\"10-18-2016 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1484029367285,\"details\":{\"comments\":[{\"created_time_long\":1483687175832,\"created_time\":\"01-05-2017\",\"attachments\":[],\"created_time_format\":\"01-05-2017 11:19:35 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004162021,\"content\":\"The site plan review will take place in the South Wing Meeting Room  today at 3 pm. Eduardo Vargas Make sure necessary copies are  available. The contractor and employees will be available at the  meeting.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154247,\"key\":\"DC-T10\",\"start_date\":\"10-17-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483528228659,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 03:10:28 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-17-2016 08:30:00 PM\",\"completed_time_long\":1484029367285,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"01-09-2017\",\"completed_time\":\"01-09-2017\",\"name\":\"Review and finalize site plan\",\"id_string\":\"170876000004154247\",\"tasklist\":{\"name\":\"Review and finalization phase\",\"id\":170876000004154231},\"last_updated_time_format\":\"01-09-2017 10:22:47 PM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"10-20-2016\",\"milestone_id\":\"170876000004154027\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1476934200000,\"completed_time_format\":\"02-06-2017 10:53:00 PM\",\"end_date_long\":1476963000000,\"end_date_format\":\"10-20-2016 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1486450380137,\"details\":{\"comments\":[{\"created_time_long\":1484030403065,\"created_time\":\"01-09-2017\",\"attachments\":[],\"created_time_format\":\"01-09-2017 10:40:03 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004176035,\"content\":\"There will be a meeting to initiate the approval process. The client  company will also be present.  <br /> <br />Kavitha Raj Steve Banks  John Marsh Victor Young\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154255,\"key\":\"DC-T12\",\"start_date\":\"10-19-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483528284414,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 03:11:24 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-19-2016 08:30:00 PM\",\"completed_time_long\":1486450380137,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-06-2017\",\"completed_time\":\"02-06-2017\",\"name\":\"Approve revised specifications\",\"id_string\":\"170876000004154255\",\"tasklist\":{\"name\":\"Approval phase\",\"id\":170876000004154235},\"last_updated_time_format\":\"02-06-2017 10:53:00 PM\",\"order_sequence\":5,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"10-21-2016\",\"milestone_id\":\"170876000004154027\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1477020600000,\"completed_time_format\":\"02-06-2017 02:55:42 AM\",\"end_date_long\":1477049400000,\"end_date_format\":\"10-21-2016 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1486378542692,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154259,\"key\":\"DC-T13\",\"start_date\":\"10-20-2016\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483528293896,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 03:11:33 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-20-2016 08:30:00 PM\",\"completed_time_long\":1486378542692,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-06-2017\",\"completed_time\":\"02-06-2017\",\"name\":\"Approve revised plans\",\"id_string\":\"170876000004154259\",\"tasklist\":{\"name\":\"Approval phase\",\"id\":170876000004154235},\"last_updated_time_format\":\"02-06-2017 02:55:42 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"01-13-2017\",\"milestone_id\":\"170876000004144003\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1484278200000,\"completed_time_format\":\"02-05-2017 11:09:20 PM\",\"end_date_long\":1484307000000,\"end_date_format\":\"01-13-2017 03:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1486364960669,\"details\":{\"owners\":[{\"work\":\"8:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004177035,\"key\":\"V6-T13\",\"start_date\":\"01-12-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1484112964656,\"created_time\":\"01-10-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-10-2017 09:36:04 PM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-12-2017 07:30:00 PM\",\"completed_time_long\":1486364960669,\"work_type\":\"work_hours\",\"completed\":true,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-05-2017\",\"completed_time\":\"02-05-2017\",\"name\":\"Print invitations\",\"id_string\":\"170876000004177035\",\"tasklist\":{\"name\":\"Invitations\",\"id\":170876000004144039},\"last_updated_time_format\":\"02-05-2017 11:09:20 PM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"01-20-2017\",\"milestone_id\":\"170876000004144007\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1484796600000,\"completed_time_format\":\"02-15-2017 10:43:09 PM\",\"end_date_long\":1484911800000,\"end_date_format\":\"01-20-2017 03:30:00 AM\",\"duration\":\"2\",\"last_updated_time_long\":1487227389977,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004144063,\"key\":\"V6-T5\",\"start_date\":\"01-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483433921279,\"created_time\":\"01-03-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-03-2017 12:58:41 AM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-18-2017 07:30:00 PM\",\"completed_time_long\":1487227389977,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-15-2017\",\"completed_time\":\"02-15-2017\",\"name\":\"Call up people who haven't responded\",\"id_string\":\"170876000004144063\",\"tasklist\":{\"name\":\"Final list of attendees\",\"id\":170876000004144055},\"last_updated_time_format\":\"02-15-2017 10:43:09 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"01-25-2017\",\"milestone_id\":\"170876000004144007\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1484931600000,\"end_date_long\":1485385200000,\"end_date_format\":\"01-25-2017 03:00:00 PM\",\"duration\":\"30:0\",\"last_updated_time_long\":1509514861000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004144059,\"key\":\"V6-T4\",\"start_date\":\"01-20-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483433892088,\"created_time\":\"01-03-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-03-2017 12:58:12 AM\",\"subtasks\":false,\"work\":\"30:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-20-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-31-2017\",\"name\":\"Go through replies\",\"id_string\":\"170876000004144059\",\"tasklist\":{\"name\":\"Final list of attendees\",\"id\":170876000004144055},\"last_updated_time_format\":\"10-31-2017 10:41:01 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"01-26-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1484154000000,\"end_date_long\":1485478800000,\"end_date_format\":\"01-26-2017 05:00:00 PM\",\"duration\":\"12\",\"last_updated_time_long\":1529662575266,\"details\":{\"owners\":[{\"name\":\"Lin Brenn\",\"id\":\"639281665\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"leesterd\",\"id\":\"640013412\"}]},\"id\":170876000004154395,\"key\":\"DC-T213\",\"start_date\":\"01-11-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483534143658,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 04:49:03 AM\",\"subtasks\":true,\"work\":\"288:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"01-11-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"40\",\"last_updated_time\":\"06-22-2018\",\"name\":\"Basement slab preparation\",\"id_string\":\"170876000004154395\",\"tasklist\":{\"name\":\"General\",\"id\":170876000005252019},\"last_updated_time_format\":\"06-22-2018 03:16:15 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Issues Found\",\"id\":\"170876000004820047\",\"type\":\"open\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"02-14-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1485919800000,\"completed_time_format\":\"05-21-2018 10:49:35 PM\",\"end_date_long\":1487071800000,\"end_date_format\":\"02-14-2017 03:30:00 AM\",\"duration\":\"10\",\"last_updated_time_long\":1526968175791,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004144093,\"key\":\"V6-T10\",\"start_date\":\"01-31-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483434655673,\"created_time\":\"01-03-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-03-2017 01:10:55 AM\",\"subtasks\":false,\"work\":\"80:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-31-2017 07:30:00 PM\",\"completed_time_long\":1526968175791,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"05-21-2018\",\"completed_time\":\"05-21-2018\",\"name\":\"Review all arrangements \",\"id_string\":\"170876000004144093\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004144091},\"last_updated_time_format\":\"05-21-2018 10:49:35 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Released\",\"id\":\"170876000004820035\",\"type\":\"closed\",\"color_code\":\"#8eb15a\"}},{\"end_date\":\"02-14-2017\",\"milestone_id\":\"170876000004214017\",\"project\":{\"name\":\"Chennai Pet Expo\",\"id\":170876000004214005},\"description\":\"\",\"start_date_long\":1486179000000,\"completed_time_format\":\"02-15-2017 10:42:48 PM\",\"end_date_long\":1487129400000,\"end_date_format\":\"02-14-2017 07:30:00 PM\",\"duration\":\"73:0\",\"last_updated_time_long\":1487227368698,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004214139,\"key\":\"B9-T6\",\"start_date\":\"02-03-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1486008895870,\"created_time\":\"02-01-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"02-01-2017 08:14:55 PM\",\"subtasks\":false,\"work\":\"73:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-03-2017 07:30:00 PM\",\"completed_time_long\":1487227368698,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-15-2017\",\"completed_time\":\"02-15-2017\",\"name\":\"Discuss and confirm sponsorships\",\"id_string\":\"170876000004214139\",\"tasklist\":{\"name\":\"Budget\",\"id\":170876000004214131},\"last_updated_time_format\":\"02-15-2017 10:42:48 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"02-21-2017\",\"milestone_id\":\"170876000004154021\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"Rough sketch of first floor plan attached.\",\"start_date_long\":1487043000000,\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"end_date_long\":1487734200000,\"end_date_format\":\"02-21-2017 07:30:00 PM\",\"duration\":\"57:0\",\"last_updated_time_long\":1509443314086,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154687,\"key\":\"DC-T88\",\"start_date\":\"02-13-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483597777479,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 10:29:37 PM\",\"subtasks\":false,\"work\":\"57:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-13-2017 07:30:00 PM\",\"parenttask_id\":\"170876000004154115\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"10-31-2017\",\"completed_time\":\"02-15-2017\",\"name\":\"Sketch rough plan\",\"id_string\":\"170876000004154687\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000004154103},\"last_updated_time_format\":\"10-31-2017 02:48:34 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"02-22-2017\",\"milestone_id\":\"170876000004154021\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1487734200000,\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"end_date_long\":1487763000000,\"end_date_format\":\"02-22-2017 03:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1515148201000,\"details\":{\"comments\":[{\"created_time_long\":1483609008398,\"created_time\":\"01-05-2017\",\"attachments\":[],\"created_time_format\":\"01-05-2017 01:36:48 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004154727,\"content\":\"Thank you for turning up for the discussion. Here are the finalised  drawings. I have also included a graphic visual. <br />  <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639282843\\\">Kavitha Raj <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639284667\\\">Steve Banks  <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/54218482\\\">Victor Young <\\/a>\"},{\"created_time_long\":1483609033740,\"created_time\":\"01-05-2017\",\"attachments\":[{\"size\":\"59939\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=109d1b3bbdb1ed141af4f9038fc5213ef1d682e70a41cda5ca14782f765b09987f7746ae2a1e3929131251f7b52e9c6d\",\"name\":\"graphic.jpg\"},{\"size\":\"75964\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=109d1b3bbdb1ed141af4f9038fc5213e251aa87d80233c5fca14782f765b09987f7746ae2a1e3929131251f7b52e9c6d\",\"name\":\"siteplan.jpg\"}],\"created_time_format\":\"01-05-2017 01:37:13 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004154737,\"content\":\"\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154691,\"key\":\"DC-T89\",\"start_date\":\"02-21-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483597806327,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 10:30:06 PM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-21-2017 07:30:00 PM\",\"parenttask_id\":\"170876000004154115\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"10\",\"depth\":1,\"last_updated_time\":\"01-05-2018\",\"completed_time\":\"02-15-2017\",\"name\":\"Finalize site plan drawing\",\"id_string\":\"170876000004154691\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000004154103},\"last_updated_time_format\":\"01-05-2018 02:30:01 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"02-28-2017\",\"milestone_id\":\"170876000004154047\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1488166200000,\"completed_time_format\":\"02-15-2017 10:45:22 PM\",\"end_date_long\":1488281400000,\"end_date_format\":\"02-28-2017 03:30:00 AM\",\"duration\":\"2\",\"last_updated_time_long\":1487227522150,\"details\":{\"owners\":[{\"name\":\"Charles Stone\",\"id\":\"2063348\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004154431,\"key\":\"DC-T43\",\"start_date\":\"02-26-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483534751904,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 04:59:11 AM\",\"subtasks\":false,\"work\":\"34:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-26-2017 07:30:00 PM\",\"completed_time_long\":1487227522150,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-15-2017\",\"completed_time\":\"02-15-2017\",\"name\":\"Plumbing rough-in inspection\",\"id_string\":\"170876000004154431\",\"tasklist\":{\"name\":\"Plumbing- All tasks\",\"id\":170876000004154415},\"last_updated_time_format\":\"02-15-2017 10:45:22 PM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"03-02-2017\",\"milestone_id\":\"170876000004214025\",\"project\":{\"name\":\"Chennai Pet Expo\",\"id\":170876000004214005},\"description\":\"\",\"start_date_long\":1487475000000,\"completed_time_format\":\"02-05-2017 11:09:35 PM\",\"end_date_long\":1488454200000,\"end_date_format\":\"03-02-2017 03:30:00 AM\",\"duration\":\"10\",\"last_updated_time_long\":1486364975434,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004214195,\"key\":\"B9-T15\",\"start_date\":\"02-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1486009551537,\"created_time\":\"02-01-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"02-01-2017 08:25:51 PM\",\"subtasks\":false,\"work\":\"80:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-18-2017 07:30:00 PM\",\"completed_time_long\":1486364975434,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-05-2017\",\"completed_time\":\"02-05-2017\",\"name\":\"Police K-9 demonstrations\",\"id_string\":\"170876000004214195\",\"tasklist\":{\"name\":\"Programs/Entertainment\",\"id\":170876000004214179},\"last_updated_time_format\":\"02-05-2017 11:09:35 PM\",\"order_sequence\":5,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"03-28-2017\",\"milestone_id\":\"170876000004143089\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1483673400000,\"end_date_long\":1490758200000,\"end_date_format\":\"03-28-2017 08:30:00 PM\",\"duration\":\"465:0\",\"last_updated_time_long\":1487065502000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004170057,\"key\":\"V6-T11\",\"start_date\":\"01-05-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1484020986929,\"created_time\":\"01-09-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-09-2017 08:03:06 PM\",\"subtasks\":false,\"work\":\"465:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-05-2017 07:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"60\",\"last_updated_time\":\"02-14-2017\",\"name\":\"Select the theme\",\"id_string\":\"170876000004170057\",\"tasklist\":{\"name\":\"Venue, Date and Theme\",\"id\":170876000004144019},\"last_updated_time_format\":\"02-14-2017 01:45:02 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"03-29-2017\",\"milestone_id\":\"170876000004144003\",\"project\":{\"name\":\"Zylker&#39;s Product Launch Celebration\",\"id\":170876000004143007},\"description\":\"\",\"start_date_long\":1490758200000,\"end_date_long\":1490787000000,\"end_date_format\":\"03-29-2017 04:30:00 AM\",\"duration\":\"\",\"last_updated_time_long\":1492781013000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004144043,\"key\":\"V6-T3\",\"start_date\":\"03-28-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483433716017,\"created_time\":\"01-03-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-03-2017 12:55:16 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-28-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"medium\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"04-21-2017\",\"name\":\"Prepare a list of who is to be invited\",\"id_string\":\"170876000004144043\",\"tasklist\":{\"name\":\"Invitations\",\"id\":170876000004144039},\"last_updated_time_format\":\"04-21-2017 06:23:33 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"04-01-2017\",\"milestone_id\":\"170876000004214029\",\"project\":{\"name\":\"Chennai Pet Expo\",\"id\":170876000004214005},\"description\":\"\",\"start_date_long\":1491103800000,\"end_date_long\":1491103800000,\"end_date_format\":\"04-01-2017 08:30:00 PM\",\"duration\":\"\",\"last_updated_time_long\":1494324440000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004214037,\"key\":\"B9-T1\",\"start_date\":\"04-01-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1486008305135,\"created_time\":\"02-01-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"02-01-2017 08:05:05 PM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"04-01-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"20\",\"last_updated_time\":\"05-09-2017\",\"name\":\"Debriefing\",\"id_string\":\"170876000004214037\",\"tasklist\":{\"name\":\"Evaluation\",\"id\":170876000004214033},\"last_updated_time_format\":\"05-09-2017 03:07:20 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"04-03-2017\",\"milestone_id\":\"170876000004214029\",\"project\":{\"name\":\"Chennai Pet Expo\",\"id\":170876000004214005},\"description\":\"\",\"start_date_long\":1491190200000,\"end_date_long\":1491219000000,\"end_date_format\":\"04-03-2017 04:30:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1494324704000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004214115,\"key\":\"B9-T3\",\"start_date\":\"04-02-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1486008357812,\"created_time\":\"02-01-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"02-01-2017 08:05:57 PM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"04-02-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"30\",\"last_updated_time\":\"05-09-2017\",\"name\":\"Vote of thanks\",\"id_string\":\"170876000004214115\",\"tasklist\":{\"name\":\"Evaluation\",\"id\":170876000004214033},\"last_updated_time_format\":\"05-09-2017 03:11:44 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"04-03-2017\",\"milestone_id\":\"170876000004154063\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1490198400000,\"completed_time_format\":\"08-09-2018 12:29:41 AM\",\"end_date_long\":1491264000000,\"end_date_format\":\"04-03-2017 05:00:00 PM\",\"duration\":\"9\",\"last_updated_time_long\":1533799781187,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Steve Banks\",\"id\":\"639284667\"}]},\"id\":170876000004405179,\"key\":\"DC-T106\",\"start_date\":\"03-22-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1490001833265,\"created_time\":\"03-20-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-20-2017 02:23:53 AM\",\"subtasks\":false,\"work\":\"144:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-22-2017 09:00:00 AM\",\"parenttask_id\":\"170876000004405083\",\"completed_time_long\":1533799781187,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"depth\":1,\"last_updated_time\":\"08-09-2018\",\"completed_time\":\"08-09-2018\",\"name\":\"Identify site\",\"id_string\":\"170876000004405179\",\"tasklist\":{\"name\":\"Insulation- All tasks\",\"id\":170876000004154491},\"last_updated_time_format\":\"08-09-2018 12:29:41 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"06-29-2017\",\"milestone_id\":\"170876000004521149\",\"project\":{\"name\":\"Pet Drive\",\"id\":170876000004521007},\"description\":\"\",\"start_date_long\":1496806200000,\"end_date_long\":1498793400000,\"end_date_format\":\"06-29-2017 08:30:00 PM\",\"duration\":\"145:0\",\"last_updated_time_long\":1497436077000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004521161,\"key\":\"KH-T10\",\"start_date\":\"06-06-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1493724121676,\"created_time\":\"05-02-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"05-02-2017 04:22:01 AM\",\"subtasks\":false,\"work\":\"145:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"06-06-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"60\",\"last_updated_time\":\"06-14-2017\",\"name\":\"Arrange photo booths\",\"id_string\":\"170876000004521161\",\"tasklist\":{\"name\":\"Venue\",\"id\":170876000004521153},\"last_updated_time_format\":\"06-14-2017 03:27:57 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"06-29-2017\",\"milestone_id\":\"170876000004521149\",\"project\":{\"name\":\"Pet Drive\",\"id\":170876000004521007},\"description\":\"\",\"start_date_long\":1497843000000,\"end_date_long\":1498797000000,\"end_date_format\":\"06-29-2017 09:30:00 PM\",\"duration\":\"73:0\",\"last_updated_time_long\":1497436072000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004521157,\"key\":\"KH-T9\",\"start_date\":\"06-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1493724073801,\"created_time\":\"05-02-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"05-02-2017 04:21:13 AM\",\"subtasks\":false,\"work\":\"73:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"06-18-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"70\",\"last_updated_time\":\"06-14-2017\",\"name\":\"Arrange decorations \",\"id_string\":\"170876000004521157\",\"tasklist\":{\"name\":\"Venue\",\"id\":170876000004521153},\"last_updated_time_format\":\"06-14-2017 03:27:52 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"06-30-2017\",\"milestone_id\":\"170876000004521177\",\"project\":{\"name\":\"Pet Drive\",\"id\":170876000004521007},\"description\":\"\",\"start_date_long\":1498620600000,\"end_date_long\":1498879800000,\"end_date_format\":\"06-30-2017 08:30:00 PM\",\"duration\":\"33:0\",\"last_updated_time_long\":1499163818000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004521197,\"key\":\"KH-T13\",\"start_date\":\"06-27-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1493724687326,\"created_time\":\"05-02-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"05-02-2017 04:31:27 AM\",\"subtasks\":false,\"work\":\"33:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"06-27-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"50\",\"last_updated_time\":\"07-04-2017\",\"name\":\"Data assessment\",\"id_string\":\"170876000004521197\",\"tasklist\":{\"name\":\"Evaluation and debriefing\",\"id\":170876000004521193},\"last_updated_time_format\":\"07-04-2017 03:23:38 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"07-05-2017\",\"milestone_id\":\"170876000004154039\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1493004600000,\"end_date_long\":1499254200000,\"end_date_format\":\"07-05-2017 04:30:00 AM\",\"duration\":\"53\",\"last_updated_time_long\":1504589278201,\"details\":{\"owners\":[{\"work\":\"6:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004607039,\"key\":\"DC-T115\",\"start_date\":\"04-23-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1496151058401,\"created_time\":\"05-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"05-30-2017 06:30:58 AM\",\"subtasks\":false,\"work\":\"318:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"04-23-2017 08:30:00 PM\",\"parenttask_id\":\"170876000004422097\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"09-04-2017\",\"name\":\"Review sector C\",\"id_string\":\"170876000004607039\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004154341},\"last_updated_time_format\":\"09-04-2017 10:27:58 PM\",\"order_sequence\":45,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"07-11-2017\",\"milestone_id\":\"170876000004154039\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1493177400000,\"end_date_long\":1499772600000,\"end_date_format\":\"07-11-2017 04:30:00 AM\",\"duration\":\"55\",\"last_updated_time_long\":1498727586916,\"details\":{\"owners\":[{\"work\":\"3:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004607043,\"key\":\"DC-T116\",\"start_date\":\"04-25-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1496151112557,\"created_time\":\"05-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"05-30-2017 06:31:52 AM\",\"subtasks\":false,\"work\":\"165:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"04-25-2017 08:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"06-29-2017\",\"name\":\"Review sector D\",\"id_string\":\"170876000004607043\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004154341},\"last_updated_time_format\":\"06-29-2017 02:13:06 AM\",\"order_sequence\":20,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"07-25-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Frank-House Construction\",\"id\":170876000004736005},\"start_date_long\":1500921000000,\"completed_time_format\":\"08-16-2017 04:00:11 AM\",\"end_date_long\":1501007399000,\"end_date_format\":\"07-25-2017 11:29:59 AM\",\"duration\":\"1\",\"last_updated_time_long\":1502881211012,\"details\":{\"comments\":[{\"created_time_long\":1500974871753,\"created_time\":\"07-25-2017\",\"created_time_format\":\"07-25-2017 02:27:51 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004734019,\"content\":\"Get back to Frank regarding this\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004737003,\"key\":\"Wt-T1\",\"start_date\":\"07-24-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1500973849619,\"created_time\":\"07-25-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-25-2017 02:10:49 AM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"07-24-2017 11:30:00 AM\",\"completed_time_long\":1502881211012,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"08-16-2017\",\"completed_time\":\"08-16-2017\",\"name\":\"Interior Designing-Bedrooms\",\"id_string\":\"170876000004737003\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004737001},\"last_updated_time_format\":\"08-16-2017 04:00:11 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"07-25-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Frank-House Construction\",\"id\":170876000004736005},\"start_date_long\":1500921000000,\"completed_time_format\":\"08-16-2017 03:59:49 AM\",\"end_date_long\":1501007399000,\"end_date_format\":\"07-25-2017 11:29:59 AM\",\"duration\":\"1\",\"last_updated_time_long\":1502881189259,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004737007,\"key\":\"Wt-T2\",\"start_date\":\"07-24-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1500974292533,\"created_time\":\"07-25-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-25-2017 02:18:12 AM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"07-24-2017 11:30:00 AM\",\"completed_time_long\":1502881189259,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"08-16-2017\",\"completed_time\":\"08-16-2017\",\"name\":\"Interior Designing-Bedrooms\",\"id_string\":\"170876000004737007\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004737001},\"last_updated_time_format\":\"08-16-2017 03:59:49 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"08-31-2017\",\"milestone_id\":\"170876000004600007\",\"project\":{\"name\":\"ZylSoft Mobile App\",\"id\":170876000004597015},\"start_date_long\":1503504000000,\"completed_time_format\":\"05-08-2018 11:43:48 AM\",\"end_date_long\":1504195200000,\"end_date_format\":\"08-31-2017 09:00:00 AM\",\"duration\":\"57:0\",\"last_updated_time_long\":1525805028262,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004804011,\"key\":\"Q0-T20\",\"start_date\":\"08-23-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1503478643579,\"created_time\":\"08-23-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-23-2017 01:57:23 AM\",\"subtasks\":false,\"work\":\"57:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-23-2017 09:00:00 AM\",\"completed_time_long\":1525805028262,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"05-08-2018\",\"completed_time\":\"05-08-2018\",\"name\":\"Phase I Code review of client side modules\",\"id_string\":\"170876000004804011\",\"tasklist\":{\"name\":\"Checklist \",\"id\":170876000004600016},\"last_updated_time_format\":\"05-08-2018 11:43:48 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"09-01-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Zylker Conference 2017\",\"id\":170876000002977005},\"description\":\"\",\"start_date_long\":1503936000000,\"completed_time_format\":\"09-07-2017 04:45:33 AM\",\"end_date_long\":1504310400000,\"end_date_format\":\"09-01-2017 05:00:00 PM\",\"duration\":\"5\",\"last_updated_time_long\":1531728547000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004822123,\"key\":\"Hc-T67\",\"start_date\":\"08-28-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1504782309628,\"created_time\":\"09-07-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"09-07-2017 04:05:09 AM\",\"subtasks\":false,\"work\":\"40:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-28-2017 09:00:00 AM\",\"completed_time_long\":1504784733889,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"07-16-2018\",\"completed_time\":\"09-07-2017\",\"name\":\"Press meet draft\",\"id_string\":\"170876000004822123\",\"tasklist\":{\"name\":\"Conference Logistics\",\"id\":170876000004822089},\"last_updated_time_format\":\"07-16-2018 01:09:07 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"09-04-2017\",\"milestone_id\":\"170876000004600007\",\"project\":{\"name\":\"ZylSoft Mobile App\",\"id\":170876000004597015},\"description\":\"\",\"start_date_long\":1504063800000,\"completed_time_format\":\"05-08-2018 11:43:44 AM\",\"end_date_long\":1504582200000,\"end_date_format\":\"09-04-2017 08:30:00 PM\",\"duration\":\"41:0\",\"last_updated_time_long\":1525805024259,\"details\":{\"owners\":[{\"name\":\"Kavitha Raj\",\"id\":\"639282843\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004795221,\"key\":\"Q0-T19\",\"start_date\":\"08-29-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1503314136295,\"created_time\":\"08-21-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-21-2017 04:15:36 AM\",\"subtasks\":false,\"work\":\"82:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-29-2017 08:30:00 PM\",\"completed_time_long\":1525805024259,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"05-08-2018\",\"completed_time\":\"05-08-2018\",\"name\":\"Marketing banners in web app\",\"id_string\":\"170876000004795221\",\"tasklist\":{\"name\":\"Checklist \",\"id\":170876000004600016},\"last_updated_time_format\":\"05-08-2018 11:43:44 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"09-05-2017\",\"milestone_id\":\"170876000004600008\",\"project\":{\"name\":\"ZylSoft Mobile App\",\"id\":170876000004597015},\"description\":\"\",\"start_date_long\":1504236600000,\"completed_time_format\":\"02-27-2018 11:05:34 PM\",\"end_date_long\":1504668600000,\"end_date_format\":\"09-05-2017 08:30:00 PM\",\"duration\":\"33:0\",\"last_updated_time_long\":1519801534464,\"details\":{\"owners\":[{\"name\":\"Charles Stone\",\"id\":\"2063348\"},{\"name\":\"Victor Young\",\"id\":\"54218482\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004795215,\"key\":\"Q0-T18\",\"start_date\":\"08-31-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1503314028765,\"created_time\":\"08-21-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-21-2017 04:13:48 AM\",\"subtasks\":false,\"work\":\"99:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-31-2017 08:30:00 PM\",\"completed_time_long\":1519801534464,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-27-2018\",\"completed_time\":\"02-27-2018\",\"name\":\"Test deployment for internal users and early access customers\",\"id_string\":\"170876000004795215\",\"tasklist\":{\"name\":\"Development\",\"id\":170876000004600018},\"last_updated_time_format\":\"02-27-2018 11:05:34 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"09-20-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Demo\",\"id\":170876000004828007},\"description\":\"\",\"start_date_long\":1505577600000,\"end_date_long\":1505926800000,\"end_date_format\":\"09-20-2017 10:00:00 AM\",\"duration\":\"25:0\",\"last_updated_time_long\":1505284269000,\"details\":{\"owners\":[{\"work\":\"4:00\",\"name\":\"Eduardo Vargas\",\"id\":\"2060557\"},{\"work\":\"2:00\",\"name\":\"Amritha Agrawal\",\"id\":\"2063270\"},{\"work\":\"5:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004828023,\"key\":\"Z4-T1\",\"start_date\":\"09-16-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1505283933642,\"created_time\":\"09-12-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"09-12-2017 11:25:33 PM\",\"subtasks\":false,\"work\":\"33:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"09-16-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"09-12-2017\",\"name\":\"Login page\",\"id_string\":\"170876000004828023\",\"tasklist\":{\"name\":\"New list\",\"id\":170876000004828097},\"last_updated_time_format\":\"09-12-2017 11:31:09 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"09-20-2017\",\"milestone_id\":\"170876000004722011\",\"project\":{\"name\":\"London Pet Drive\",\"id\":170876000004720021},\"description\":\"\",\"start_date_long\":1504848600000,\"completed_time_format\":\"11-06-2017 09:50:33 PM\",\"end_date_long\":1505975400000,\"end_date_format\":\"09-20-2017 11:30:00 PM\",\"duration\":\"73:0\",\"last_updated_time_long\":1510033833297,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004722046,\"key\":\"Qs-T3\",\"start_date\":\"09-07-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1500289302103,\"created_time\":\"07-17-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-17-2017 04:01:42 AM\",\"subtasks\":false,\"work\":\"73:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"09-07-2017 10:30:00 PM\",\"completed_time_long\":1510033833297,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"11-06-2017\",\"completed_time\":\"11-06-2017\",\"name\":\"Arrange decorations \",\"id_string\":\"170876000004722046\",\"tasklist\":{\"name\":\"Venue\",\"id\":170876000004722023},\"last_updated_time_format\":\"11-06-2017 09:50:33 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Released\",\"id\":\"170876000004820035\",\"type\":\"closed\",\"color_code\":\"#8eb15a\"}},{\"end_date\":\"09-21-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Zylker Conference 2017\",\"id\":170876000002977005},\"description\":\"\",\"start_date_long\":1506009600000,\"end_date_long\":1506038400000,\"end_date_format\":\"09-21-2017 05:00:00 PM\",\"duration\":\"1\",\"last_updated_time_long\":1504782527000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004822017,\"key\":\"Hc-T60\",\"start_date\":\"09-21-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1504777414702,\"created_time\":\"09-07-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"09-07-2017 02:43:34 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"09-21-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"09-07-2017\",\"name\":\"Create theme description\",\"id_string\":\"170876000004822017\",\"tasklist\":{\"name\":\"Theme\",\"id\":170876000004822007},\"last_updated_time_format\":\"09-07-2017 04:08:47 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"09-21-2017\",\"milestone_id\":\"170876000004722011\",\"project\":{\"name\":\"London Pet Drive\",\"id\":170876000004720021},\"description\":\"\",\"start_date_long\":1503984600000,\"end_date_long\":1506061800000,\"end_date_format\":\"09-21-2017 11:30:00 PM\",\"duration\":\"145:0\",\"last_updated_time_long\":1515492718844,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004722058,\"key\":\"Qs-T9\",\"start_date\":\"08-28-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1500289302103,\"created_time\":\"07-17-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-17-2017 04:01:42 AM\",\"subtasks\":false,\"work\":\"145:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-28-2017 10:30:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"01-09-2018\",\"name\":\"Arrange photo booths\",\"id_string\":\"170876000004722058\",\"tasklist\":{\"name\":\"Venue\",\"id\":170876000004722023},\"last_updated_time_format\":\"01-09-2018 02:11:58 AM\",\"order_sequence\":1,\"status\":{\"name\":\"In Development\",\"id\":\"170876000004796119\",\"type\":\"open\",\"color_code\":\"#8eb15a\"}},{\"end_date\":\"09-24-2017\",\"milestone_id\":\"170876000004722012\",\"project\":{\"name\":\"London Pet Drive\",\"id\":170876000004720021},\"description\":\"\",\"start_date_long\":1505799000000,\"end_date_long\":1506321000000,\"end_date_format\":\"09-24-2017 11:30:00 PM\",\"duration\":\"33:0\",\"last_updated_time_long\":1510049321569,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004722042,\"key\":\"Qs-T1\",\"start_date\":\"09-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1500289302103,\"created_time\":\"07-17-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"07-17-2017 04:01:42 AM\",\"subtasks\":false,\"work\":\"33:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"09-18-2017 10:30:00 PM\",\"parenttask_id\":\"170876000004722054\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"11-07-2017\",\"name\":\"Data assessment\",\"id_string\":\"170876000004722042\",\"tasklist\":{\"name\":\"Evaluation and debriefing\",\"id\":170876000004722021},\"last_updated_time_format\":\"11-07-2017 02:08:41 AM\",\"order_sequence\":4,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"end_date\":\"10-06-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Zylker Conference 2017\",\"id\":170876000002977005},\"start_date_long\":1504137600000,\"end_date_long\":1507309200000,\"end_date_format\":\"10-06-2017 10:00:00 AM\",\"duration\":\"27\",\"last_updated_time_long\":1506083009000,\"details\":{\"owners\":[{\"work\":\"5:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004842025,\"key\":\"Hc-T75\",\"start_date\":\"08-30-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1506083009405,\"created_time\":\"09-22-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"09-22-2017 05:23:29 AM\",\"subtasks\":false,\"work\":\"135:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-30-2017 05:00:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"high\",\"created_by\":\"639283127\",\"percent_complete\":\"80\",\"last_updated_time\":\"09-22-2017\",\"name\":\"Attachments and Discussions can be associated with a task. The pin icon to the left of the check-box indicates the file association.\",\"id_string\":\"170876000004842025\",\"tasklist\":{\"name\":\"Basics of Tasks &amp; Milestones\",\"id\":170876000004842005},\"last_updated_time_format\":\"09-22-2017 05:23:29 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"10-11-2017\",\"milestone_id\":\"170876000004154039\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1504627200000,\"end_date_long\":1507737600000,\"end_date_format\":\"10-11-2017 09:00:00 AM\",\"duration\":\"217:0\",\"last_updated_time_long\":1515148204000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000004818047,\"key\":\"DC-T134\",\"start_date\":\"09-05-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1504613089429,\"created_time\":\"09-05-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"09-05-2017 05:04:49 AM\",\"subtasks\":false,\"work\":\"434:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"09-05-2017 09:00:00 AM\",\"parenttask_id\":\"170876000004154367\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"40\",\"depth\":1,\"last_updated_time\":\"01-05-2018\",\"name\":\"Ledger Reports\",\"id_string\":\"170876000004818047\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004154341},\"last_updated_time_format\":\"01-05-2018 02:30:04 AM\",\"order_sequence\":54,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"10-24-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Industrial Equipments Design\",\"id\":170876000004891005},\"description\":\"\",\"start_date_long\":1507046400000,\"completed_time_format\":\"10-26-2017 03:32:12 AM\",\"end_date_long\":1508860800000,\"end_date_format\":\"10-24-2017 09:00:00 AM\",\"duration\":\"129:0\",\"last_updated_time_long\":1509013932046,\"details\":{\"owners\":[{\"name\":\"Victor Young\",\"id\":\"54218482\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Udhbhav Menon\",\"id\":\"67463879\"}]},\"id\":170876000004891125,\"key\":\"E8-T3\",\"start_date\":\"10-03-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1509013358691,\"created_time\":\"10-26-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-26-2017 03:22:38 AM\",\"subtasks\":false,\"work\":\"387:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-03-2017 09:00:00 AM\",\"completed_time_long\":1509013932046,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"10-26-2017\",\"completed_time\":\"10-26-2017\",\"name\":\"Check Defective Spare parts\",\"id_string\":\"170876000004891125\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004891017},\"last_updated_time_format\":\"10-26-2017 03:32:12 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"11-03-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Industrial Equipments Design\",\"id\":170876000004891005},\"description\":\"\",\"start_date_long\":1508342400000,\"completed_time_format\":\"10-26-2017 03:31:48 AM\",\"end_date_long\":1509724800000,\"end_date_format\":\"11-03-2017 09:00:00 AM\",\"duration\":\"105:0\",\"last_updated_time_long\":1509013908107,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Steve Banks\",\"id\":\"639284667\"}]},\"id\":170876000004891095,\"key\":\"E8-T2\",\"start_date\":\"10-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1509012696175,\"created_time\":\"10-26-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-26-2017 03:11:36 AM\",\"subtasks\":false,\"work\":\"210:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-18-2017 09:00:00 AM\",\"completed_time_long\":1509013908107,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"10-26-2017\",\"completed_time\":\"10-26-2017\",\"name\":\"Fit to Use\",\"id_string\":\"170876000004891095\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004891017},\"last_updated_time_format\":\"10-26-2017 03:31:48 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"11-07-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Industrial Equipments Design\",\"id\":170876000004891005},\"description\":\"\",\"start_date_long\":1508256000000,\"end_date_long\":1510077600000,\"end_date_format\":\"11-07-2017 10:00:00 AM\",\"duration\":\"121:0\",\"last_updated_time_long\":1509704845000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Steve Banks\",\"id\":\"639284667\"}]},\"id\":170876000004891137,\"key\":\"E8-T5\",\"start_date\":\"10-17-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1509013455539,\"created_time\":\"10-26-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-26-2017 03:24:15 AM\",\"subtasks\":false,\"work\":\"242:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-17-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"11-03-2017\",\"name\":\"Check Usage\",\"id_string\":\"170876000004891137\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004891017},\"last_updated_time_format\":\"11-03-2017 03:27:25 AM\",\"order_sequence\":11,\"status\":{\"name\":\"Design Research\",\"id\":\"170876000004891251\",\"type\":\"open\",\"color_code\":\"#b79a74\"}},{\"end_date\":\"11-15-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Industrial Equipments Design\",\"id\":170876000004891005},\"description\":\"\",\"start_date_long\":1509033600000,\"end_date_long\":1510765200000,\"end_date_format\":\"11-15-2017 09:00:00 AM\",\"duration\":\"121:0\",\"last_updated_time_long\":1509012651000,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"name\":\"Victor Young\",\"id\":\"54218482\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004891019,\"key\":\"E8-T1\",\"start_date\":\"10-26-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1509012651474,\"created_time\":\"10-26-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-26-2017 03:10:51 AM\",\"subtasks\":false,\"work\":\"363:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-26-2017 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-26-2017\",\"name\":\"Connect New Systems\",\"id_string\":\"170876000004891019\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004891017},\"last_updated_time_format\":\"10-26-2017 03:10:51 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"11-20-2017\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1510578000000,\"completed_time_format\":\"02-06-2018 04:55:25 AM\",\"end_date_long\":1511211600000,\"end_date_format\":\"11-20-2017 01:00:00 PM\",\"duration\":\"6\",\"last_updated_time_long\":1517921725400,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004928254,\"key\":\"DC-T140\",\"start_date\":\"11-13-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1512114895000,\"created_time\":\"11-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-30-2017 11:54:55 PM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"11-13-2017 05:00:00 AM\",\"completed_time_long\":1517921725400,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-06-2018\",\"completed_time\":\"02-06-2018\",\"name\":\"Electrical walk-through\",\"id_string\":\"170876000004928254\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"02-06-2018 04:55:25 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"11-29-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Industrial Equipments Design\",\"id\":170876000004891005},\"description\":\"\",\"start_date_long\":1509033600000,\"completed_time_format\":\"10-26-2017 06:09:07 AM\",\"end_date_long\":1511974800000,\"end_date_format\":\"11-29-2017 09:00:00 AM\",\"duration\":\"201:0\",\"last_updated_time_long\":1509023347573,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004891147,\"key\":\"E8-T6\",\"start_date\":\"10-26-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1509013526343,\"created_time\":\"10-26-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-26-2017 03:25:26 AM\",\"subtasks\":false,\"work\":\"402:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"10-26-2017 09:00:00 AM\",\"completed_time_long\":1509023347573,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"10-26-2017\",\"completed_time\":\"10-26-2017\",\"name\":\"CAD design\",\"id_string\":\"170876000004891147\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004891017},\"last_updated_time_format\":\"10-26-2017 06:09:07 AM\",\"order_sequence\":5,\"status\":{\"name\":\"Final Design Development\",\"id\":\"170876000004893007\",\"type\":\"closed\",\"color_code\":\"#ac94ea\"}},{\"end_date\":\"12-08-2017\",\"milestone_id\":\"170876000004154071\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1512720000000,\"end_date_long\":1512720000000,\"end_date_format\":\"12-08-2017 12:00:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1518530491135,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004928258,\"key\":\"DC-T159\",\"start_date\":\"12-08-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1512114895000,\"created_time\":\"11-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-30-2017 11:54:55 PM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"12-08-2017 12:00:00 AM\",\"parenttask_id\":\"170876000004685009\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"80\",\"depth\":1,\"last_updated_time\":\"02-13-2018\",\"name\":\"demo\",\"id_string\":\"170876000004928258\",\"tasklist\":{\"name\":\"Finish coat\",\"id\":170876000004154537},\"last_updated_time_format\":\"02-13-2018 06:01:31 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"12-19-2017\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Collaboration Hall Renovation\",\"id\":170876000003601005},\"description\":\"\",\"start_date_long\":1513670400000,\"completed_time_format\":\"03-29-2017 12:26:39 AM\",\"end_date_long\":1513670400000,\"end_date_format\":\"12-19-2017 12:00:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1511773905000,\"details\":{\"owners\":[{\"name\":\"Victor Young\",\"id\":\"54218482\"},{\"name\":\"Kavitha Raj\",\"id\":\"639282843\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Steve Banks\",\"id\":\"639284667\"}]},\"id\":170876000004154679,\"key\":\"S5-T41\",\"start_date\":\"12-19-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1483540160167,\"created_time\":\"01-04-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-04-2017 06:29:20 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"12-19-2017 12:00:00 AM\",\"completed_time_long\":1490772399234,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Medium\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"11-27-2017\",\"completed_time\":\"03-29-2017\",\"name\":\"Final walk through\",\"id_string\":\"170876000004154679\",\"tasklist\":{\"name\":\"Final adjustments- All tasks\",\"id\":170876000004154663},\"last_updated_time_format\":\"11-27-2017 01:11:45 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"12-20-2017\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1513616400000,\"completed_time_format\":\"02-06-2018 12:15:05 PM\",\"end_date_long\":1513792800000,\"end_date_format\":\"12-20-2017 10:00:00 AM\",\"duration\":\"17:0\",\"last_updated_time_long\":1517948105780,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004928255,\"key\":\"DC-T141\",\"start_date\":\"12-18-2017\",\"created_person\":\"Helen Collins\",\"created_time_long\":1512114895000,\"created_time\":\"11-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-30-2017 11:54:55 PM\",\"subtasks\":false,\"work\":\"17:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"12-18-2017 09:00:00 AM\",\"completed_time_long\":1517948105780,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"02-06-2018\",\"completed_time\":\"02-06-2018\",\"name\":\"Install electric service panel\",\"id_string\":\"170876000004928255\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"02-06-2018 12:15:05 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"01-03-2018\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1515002400000,\"end_date_long\":1515002400000,\"end_date_format\":\"01-03-2018 10:00:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1521026712000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004961115,\"key\":\"DC-T149\",\"start_date\":\"01-03-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1513847745666,\"created_time\":\"12-21-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"12-21-2017 01:15:45 AM\",\"subtasks\":false,\"work\":\"8:00\",\"custom_fields\":[{\"column_name\":\"UDF_CHAR7\",\"label_name\":\"Platforms\",\"value\":\"Twitter\"},{\"column_name\":\"UDF_DATE2\",\"label_name\":\"Date for Promotion\",\"value\":\"12-31-1969 07:00:00 AM\"}],\"isparent\":false,\"start_date_format\":\"01-03-2018 10:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"20\",\"last_updated_time\":\"03-14-2018\",\"name\":\"Paint touchup\",\"id_string\":\"170876000004961115\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"03-14-2018 04:25:12 AM\",\"order_sequence\":7,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"01-10-2018\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1515571200000,\"end_date_long\":1515600000000,\"end_date_format\":\"01-10-2018 08:00:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1520326548000,\"details\":{\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"2060557\"},{\"name\":\"Einhard Klein\",\"id\":\"2060761\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000004469001,\"key\":\"DC-T110\",\"start_date\":\"01-10-2018\",\"created_person\":\"Steve Banks\",\"created_time_long\":1491989775448,\"created_time\":\"04-12-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"04-12-2017 02:36:15 AM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-10-2018 12:00:00 AM\",\"parenttask_id\":\"170876000004920003\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639284667\",\"percent_complete\":\"70\",\"depth\":1,\"last_updated_time\":\"03-06-2018\",\"name\":\"Hardware import\",\"id_string\":\"170876000004469001\",\"tasklist\":{\"name\":\"Hardware- All tasks\",\"id\":170876000004154605},\"last_updated_time_format\":\"03-06-2018 12:55:48 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"01-12-2018\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1515776400000,\"end_date_long\":1515805200000,\"end_date_format\":\"01-12-2018 05:00:00 PM\",\"duration\":\"1\",\"last_updated_time_long\":1521026715000,\"details\":{\"owners\":[{\"work\":\"3:30\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004961127,\"key\":\"DC-T151\",\"start_date\":\"01-12-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1513847797363,\"created_time\":\"12-21-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"12-21-2017 01:16:37 AM\",\"subtasks\":false,\"work\":\"3:30\",\"custom_fields\":[{\"column_name\":\"UDF_CHAR7\",\"label_name\":\"Platforms\",\"value\":\"Facebook\"},{\"column_name\":\"UDF_DATE2\",\"label_name\":\"Date for Promotion\",\"value\":\"12-31-1969 07:00:00 AM\"}],\"isparent\":false,\"start_date_format\":\"01-12-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"80\",\"last_updated_time\":\"03-14-2018\",\"name\":\"Wood polishing\",\"id_string\":\"170876000004961127\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"03-14-2018 04:25:15 AM\",\"order_sequence\":10,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"end_date\":\"01-26-2018\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Sample project\",\"id\":170876000005005005},\"description\":\"\",\"start_date_long\":1516813200000,\"end_date_long\":1516986000000,\"end_date_format\":\"01-26-2018 09:00:00 AM\",\"duration\":\"25:0\",\"last_updated_time_long\":1516806737000,\"details\":{\"owners\":[{\"work\":\"4:00\",\"name\":\"Amritha Agrawal\",\"id\":\"2063270\"},{\"work\":\"5:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"work\":\"3:00\",\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000005005035,\"key\":\"OC-T1\",\"start_date\":\"01-24-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1516806737485,\"created_time\":\"01-24-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-24-2018 07:12:17 AM\",\"subtasks\":false,\"work\":\"36:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"01-24-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"01-24-2018\",\"name\":\"Web\",\"id_string\":\"170876000005005035\",\"tasklist\":{\"name\":\"General\",\"id\":170876000005005033},\"last_updated_time_format\":\"01-24-2018 07:12:17 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"02-08-2018\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Sample project\",\"id\":170876000005005005},\"description\":\"\",\"start_date_long\":1517936400000,\"end_date_long\":1518138000000,\"end_date_format\":\"02-08-2018 05:00:00 PM\",\"duration\":\"3\",\"last_updated_time_long\":1516808934000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"agarwal \",\"id\":\"652167159\"}]},\"id\":170876000005005111,\"key\":\"OC-T3\",\"start_date\":\"02-06-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1516806753749,\"created_time\":\"01-24-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-24-2018 07:12:33 AM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-06-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"01-24-2018\",\"name\":\"Login page\",\"id_string\":\"170876000005005111\",\"tasklist\":{\"name\":\"Development\",\"id\":170876000005005123},\"last_updated_time_format\":\"01-24-2018 07:48:54 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"02-13-2018\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1515607200000,\"end_date_long\":1518544800000,\"end_date_format\":\"02-13-2018 10:00:00 AM\",\"duration\":\"25\",\"last_updated_time_long\":1520331839679,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004928266,\"key\":\"DC-T148\",\"start_date\":\"01-10-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1512114895000,\"created_time\":\"11-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-30-2017 11:54:55 PM\",\"subtasks\":true,\"work\":\"200:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"01-10-2018 10:00:00 AM\",\"parenttask_id\":\"170876000004928256\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"70\",\"depth\":1,\"last_updated_time\":\"03-06-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000004928266\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"03-06-2018 02:23:59 AM\",\"order_sequence\":4,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"end_date\":\"03-05-2018\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Daymart Complex Construction\",\"id\":170876000004921003},\"description\":\"\",\"start_date_long\":1519891200000,\"end_date_long\":1520294400000,\"end_date_format\":\"03-05-2018 04:00:00 PM\",\"duration\":\"4\",\"last_updated_time_long\":1521185727000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004922126,\"key\":\"X9-T2\",\"start_date\":\"03-01-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1511331772071,\"created_time\":\"11-21-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-21-2017 10:22:52 PM\",\"subtasks\":false,\"work\":\"32:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-01-2018 12:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-16-2018\",\"name\":\"Final grade and seed\",\"id_string\":\"170876000004922126\",\"tasklist\":{\"name\":\"General\",\"id\":170876000004922083},\"last_updated_time_format\":\"03-16-2018 12:35:27 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"03-09-2018\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Collaboration Hall Renovation\",\"id\":170876000003601005},\"description\":\"\",\"start_date_long\":1520614800000,\"end_date_long\":1520622000000,\"end_date_format\":\"03-09-2018 11:00:00 AM\",\"duration\":\"2\",\"last_updated_time_long\":1524548242152,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004796009,\"key\":\"S5-T42\",\"start_date\":\"03-09-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1503290523581,\"created_time\":\"08-20-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-20-2017 09:42:03 PM\",\"subtasks\":false,\"work\":\"2:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-09-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"80\",\"last_updated_time\":\"04-23-2018\",\"name\":\"Final grade and seed\",\"id_string\":\"170876000004796009\",\"tasklist\":{\"name\":\"Final adjustments- All tasks\",\"id\":170876000004154663},\"last_updated_time_format\":\"04-23-2018 10:37:22 PM\",\"order_sequence\":6,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"03-13-2018\",\"milestone_id\":\"170876000004154079\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1518026400000,\"end_date_long\":1520964000000,\"end_date_format\":\"03-13-2018 11:00:00 AM\",\"duration\":\"193:0\",\"last_updated_time_long\":1525714627137,\"details\":{\"owners\":[{\"name\":\"Patricia Boyle\",\"id\":\"2060758\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004928263,\"key\":\"DC-T147\",\"start_date\":\"02-07-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1512114895000,\"created_time\":\"11-30-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"11-30-2017 11:54:55 PM\",\"subtasks\":false,\"work\":\"386:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"02-07-2018 10:00:00 AM\",\"parenttask_id\":\"170876000004928256\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"60\",\"depth\":1,\"last_updated_time\":\"05-07-2018\",\"name\":\"Punch-out walk through list \",\"id_string\":\"170876000004928263\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004928249},\"last_updated_time_format\":\"05-07-2018 10:37:07 AM\",\"order_sequence\":3,\"status\":{\"name\":\"In Development\",\"id\":\"170876000004796119\",\"type\":\"open\",\"color_code\":\"#8eb15a\"}},{\"end_date\":\"03-20-2018\",\"milestone_id\":\"170876000005049032\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"description\":\"\",\"start_date_long\":1521227880000,\"end_date_long\":1521573480000,\"end_date_format\":\"03-20-2018 12:18:00 PM\",\"duration\":\"2\",\"last_updated_time_long\":1521007366021,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049147,\"key\":\"O5-T8\",\"start_date\":\"03-16-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-16-2018 12:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-13-2018\",\"name\":\"Supply contract plans\",\"id_string\":\"170876000005049147\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005049096},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"03-23-2018\",\"milestone_id\":\"170876000000000073\",\"project\":{\"name\":\"Nexus Language Hub\",\"id\":170876000005037109},\"description\":\"\",\"start_date_long\":1520614800000,\"end_date_long\":1521820800000,\"end_date_format\":\"03-23-2018 09:00:00 AM\",\"duration\":\"10\",\"last_updated_time_long\":1520001824000,\"details\":{\"owners\":[{\"work\":\"8:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005037209,\"key\":\"D3-T2\",\"start_date\":\"03-09-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1519999232012,\"created_time\":\"03-02-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-02-2018 06:00:32 AM\",\"subtasks\":false,\"work\":\"88:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-09-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-02-2018\",\"name\":\"Prepare syllabus for grades 7 & 9\",\"id_string\":\"170876000005037209\",\"tasklist\":{\"name\":\"General\",\"id\":170876000005037207},\"last_updated_time_format\":\"03-02-2018 06:43:44 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"03-27-2018\",\"milestone_id\":\"170876000005049032\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"description\":\"\",\"start_date_long\":1521659880000,\"end_date_long\":1522178280000,\"end_date_format\":\"03-27-2018 12:18:00 PM\",\"duration\":\"4\",\"last_updated_time_long\":1521007366021,\"details\":{\"comments\":[{\"created_time_long\":1483600338360,\"created_time\":\"01-04-2017\",\"attachments\":[],\"created_time_format\":\"01-04-2017 11:12:18 PM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005049365,\"content\":\"We are meeting to discuss this. Kavitha Raj  Victor Young John Marsh Steve Banks\"}],\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"54218479\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049163,\"key\":\"O5-T16\",\"start_date\":\"03-21-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":true,\"work\":\"64:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"03-21-2018 12:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-13-2018\",\"name\":\"Supply contract site plan\",\"id_string\":\"170876000005049163\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005049096},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"03-29-2018\",\"milestone_id\":\"170876000004884030\",\"project\":{\"name\":\"Project template test\",\"id\":170876000004881115},\"description\":\"\",\"start_date_long\":1521659880000,\"end_date_long\":1522351080000,\"end_date_format\":\"03-29-2018 12:18:00 PM\",\"duration\":\"6\",\"last_updated_time_long\":1508837239702,\"details\":{\"comments\":[{\"created_time_long\":1502189621500,\"created_time\":\"08-08-2017\",\"created_time_format\":\"08-08-2017 03:53:41 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004884290,\"content\":\"Steve Banks , everything is all set. Proceed with the arrangements. Keep Victor Young in the loop.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004884124,\"key\":\"K9-T1\",\"start_date\":\"03-21-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837239702,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:27:19 AM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-21-2018 12:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Electrical walk-through\",\"id_string\":\"170876000004884124\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004884082},\"last_updated_time_format\":\"10-24-2017 02:27:19 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"03-29-2018\",\"milestone_id\":\"170876000004886030\",\"project\":{\"name\":\"IDC Project template test\",\"id\":170876000004885019},\"description\":\"\",\"start_date_long\":1521659880000,\"end_date_long\":1522351080000,\"end_date_format\":\"03-29-2018 12:18:00 PM\",\"duration\":\"6\",\"last_updated_time_long\":1508837393314,\"details\":{\"comments\":[{\"created_time_long\":1502189621500,\"created_time\":\"08-08-2017\",\"created_time_format\":\"08-08-2017 03:53:41 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004886290,\"content\":\"Steve Banks , everything is all set. Proceed with the arrangements. Keep Victor Young in the loop.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004886124,\"key\":\"D6-T1\",\"start_date\":\"03-21-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837393314,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:29:53 AM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"03-21-2018 12:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Electrical walk-through\",\"id_string\":\"170876000004886124\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004886082},\"last_updated_time_format\":\"10-24-2017 02:29:53 AM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"05-10-2018\",\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"start_date_long\":1525798800000,\"end_date_long\":1525975200000,\"end_date_format\":\"05-10-2018 11:00:00 AM\",\"duration\":\"17:0\",\"last_updated_time_long\":1525802123000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049167,\"key\":\"O5-T18\",\"start_date\":\"05-08-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"17:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-08-2018 10:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"05-08-2018\",\"name\":\"Install electric service panel\",\"id_string\":\"170876000005049167\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049082},\"last_updated_time_format\":\"05-08-2018 10:55:23 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Level 1 Testing\",\"id\":\"170876000004796117\",\"type\":\"open\",\"color_code\":\"#159c9b\"}},{\"end_date\":\"05-16-2018\",\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"start_date_long\":1525798800000,\"end_date_long\":1526490000000,\"end_date_format\":\"05-16-2018 10:00:00 AM\",\"duration\":\"6\",\"last_updated_time_long\":1525802112000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049153,\"key\":\"O5-T11\",\"start_date\":\"05-08-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-08-2018 10:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"05-08-2018\",\"name\":\"Electrical walk-through\",\"id_string\":\"170876000005049153\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049082},\"last_updated_time_format\":\"05-08-2018 10:55:12 AM\",\"order_sequence\":2,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"06-12-2018\",\"milestone_id\":\"170876000004154087\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"description\":\"\",\"start_date_long\":1527696000000,\"completed_time_format\":\"06-07-2018 06:19:01 AM\",\"end_date_long\":1528848000000,\"end_date_format\":\"06-12-2018 05:00:00 PM\",\"duration\":\"10\",\"last_updated_time_long\":1528377541238,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005053007,\"key\":\"DC-T184\",\"start_date\":\"05-30-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521183187184,\"created_time\":\"03-15-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-15-2018 11:53:07 PM\",\"subtasks\":true,\"work\":\"80:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"05-30-2018 09:00:00 AM\",\"completed_time_long\":1528377541238,\"work_type\":\"work_hrs_per_day\",\"completed\":true,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"100\",\"last_updated_time\":\"06-07-2018\",\"completed_time\":\"06-07-2018\",\"name\":\"Schedule pre-walkthrough meeting\",\"id_string\":\"170876000005053007\",\"tasklist\":{\"name\":\"Walk-through check list\",\"id\":170876000005052001},\"last_updated_time_format\":\"06-07-2018 06:19:01 AM\",\"order_sequence\":3,\"status\":{\"name\":\"Closed\",\"id\":\"170876000004668071\",\"type\":\"closed\",\"color_code\":\"#eb5768\"}},{\"end_date\":\"07-10-2018\",\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"start_date_long\":1531252800000,\"end_date_long\":1531252800000,\"end_date_format\":\"07-10-2018 01:00:00 PM\",\"duration\":\"0\",\"last_updated_time_long\":1531134450285,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049291,\"key\":\"O5-T80\",\"start_date\":\"07-10-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"200:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"07-10-2018 01:00:00 PM\",\"parenttask_id\":\"170876000005049175\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"07-09-2018\",\"name\":\"Roof trusses construction\",\"id_string\":\"170876000005049291\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049082},\"last_updated_time_format\":\"07-09-2018 04:07:30 AM\",\"order_sequence\":7,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"end_date\":\"07-10-2018\",\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"start_date_long\":1531238400000,\"end_date_long\":1531260000000,\"end_date_format\":\"07-10-2018 03:00:00 PM\",\"duration\":\"6:0\",\"last_updated_time_long\":1531135247000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049175,\"key\":\"O5-T22\",\"start_date\":\"07-10-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":true,\"work\":\"6:00\",\"custom_fields\":[],\"isparent\":true,\"start_date_format\":\"07-10-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"07-09-2018\",\"name\":\"Transfer of goods from storage to site.\",\"id_string\":\"170876000005049175\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049082},\"last_updated_time_format\":\"07-09-2018 04:20:47 AM\",\"order_sequence\":4,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"07-31-2018\",\"milestone_id\":\"170876000004884040\",\"project\":{\"name\":\"Project template test\",\"id\":170876000004881115},\"description\":\"\",\"start_date_long\":1526588280000,\"end_date_long\":1533068280000,\"end_date_format\":\"07-31-2018 01:18:00 PM\",\"duration\":\"53\",\"last_updated_time_long\":1508837239702,\"details\":{\"owners\":[{\"work\":\"6:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004884252,\"key\":\"K9-T65\",\"start_date\":\"05-17-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837239702,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:27:19 AM\",\"subtasks\":false,\"work\":\"318:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-17-2018 01:18:00 PM\",\"parenttask_id\":\"170876000004884182\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"10-24-2017\",\"name\":\"Review sector C\",\"id_string\":\"170876000004884252\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004884095},\"last_updated_time_format\":\"10-24-2017 02:27:19 AM\",\"order_sequence\":45,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"07-31-2018\",\"milestone_id\":\"170876000004886040\",\"project\":{\"name\":\"IDC Project template test\",\"id\":170876000004885019},\"description\":\"\",\"start_date_long\":1526588280000,\"end_date_long\":1533068280000,\"end_date_format\":\"07-31-2018 01:18:00 PM\",\"duration\":\"53\",\"last_updated_time_long\":1508837393314,\"details\":{\"owners\":[{\"work\":\"6:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004886252,\"key\":\"D6-T65\",\"start_date\":\"05-17-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837393314,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:29:53 AM\",\"subtasks\":false,\"work\":\"318:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-17-2018 01:18:00 PM\",\"parenttask_id\":\"170876000004886182\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"10-24-2017\",\"name\":\"Review sector C\",\"id_string\":\"170876000004886252\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004886095},\"last_updated_time_format\":\"10-24-2017 02:29:53 AM\",\"order_sequence\":45,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-03-2018\",\"milestone_id\":\"170876000005049032\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"start_date_long\":1533233880000,\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"end_date_long\":1533320280000,\"end_date_format\":\"08-03-2018 11:18:00 AM\",\"duration\":\"1\",\"last_updated_time_long\":1521007366021,\"details\":{\"comments\":[{\"created_time_long\":1483609008398,\"created_time\":\"01-05-2017\",\"attachments\":[],\"created_time_format\":\"01-05-2017 01:36:48 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005049381,\"content\":\"Thank you for turning up for the discussion. Here are the finalised  drawings. I have also included a graphic visual. <br />  <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639282843\\\">Kavitha Raj <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/639284667\\\">Steve Banks  <\\/a> <a target='_blank' class='pointer f_statuslink2' href=\\\"#profile/54218482\\\">Victor Young <\\/a>\"},{\"created_time_long\":1483609033740,\"created_time\":\"01-05-2017\",\"attachments\":[{\"size\":\"59939\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=109d1b3bbdb1ed141af4f9038fc5213ef1d682e70a41cda5ca14782f765b09987f7746ae2a1e3929131251f7b52e9c6d\",\"name\":\"graphic.jpg\"},{\"size\":\"75964\",\"content_type\":\"image\",\"download_url\":\"/saveAttachment/download?file=109d1b3bbdb1ed141af4f9038fc5213e251aa87d80233c5fca14782f765b09987f7746ae2a1e3929131251f7b52e9c6d\",\"name\":\"siteplan.jpg\"}],\"created_time_format\":\"01-05-2017 01:37:13 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005049383,\"content\":\"\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049277,\"key\":\"O5-T73\",\"start_date\":\"08-02-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"0:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-02-2018 11:18:00 AM\",\"parenttask_id\":\"170876000005049163\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"03-13-2018\",\"completed_time\":\"02-15-2017\",\"name\":\"Finalize site plan drawing\",\"id_string\":\"170876000005049277\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005049096},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":3,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"08-03-2018\",\"milestone_id\":\"170876000005049032\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"description\":\"Rough sketch of first floor plan attached.\",\"start_date_long\":1532542680000,\"completed_time_format\":\"02-15-2017 10:43:01 PM\",\"end_date_long\":1533323880000,\"end_date_format\":\"08-03-2018 12:18:00 PM\",\"duration\":\"57:0\",\"last_updated_time_long\":1521007366021,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049273,\"key\":\"O5-T71\",\"start_date\":\"07-25-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"57:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"07-25-2018 11:18:00 AM\",\"parenttask_id\":\"170876000005049163\",\"completed_time_long\":1487227381029,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"depth\":1,\"last_updated_time\":\"03-13-2018\",\"completed_time\":\"02-15-2017\",\"name\":\"Sketch rough plan\",\"id_string\":\"170876000005049273\",\"tasklist\":{\"name\":\"Site plans\",\"id\":170876000005049096},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":2,\"status\":{\"name\":\"Reopen\",\"id\":\"170876000004748007\",\"type\":\"open\",\"color_code\":\"#fa6f57\"}},{\"end_date\":\"08-03-2018\",\"milestone_id\":\"170876000004884040\",\"project\":{\"name\":\"Project template test\",\"id\":170876000004881115},\"description\":\"\",\"start_date_long\":1526674680000,\"end_date_long\":1533327480000,\"end_date_format\":\"08-03-2018 01:18:00 PM\",\"duration\":\"55\",\"last_updated_time_long\":1508837239702,\"details\":{\"owners\":[{\"work\":\"3:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004884204,\"key\":\"K9-T41\",\"start_date\":\"05-18-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837239702,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:27:19 AM\",\"subtasks\":false,\"work\":\"165:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-18-2018 01:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Review sector D\",\"id_string\":\"170876000004884204\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004884095},\"last_updated_time_format\":\"10-24-2017 02:27:19 AM\",\"order_sequence\":20,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-03-2018\",\"milestone_id\":\"170876000004886040\",\"project\":{\"name\":\"IDC Project template test\",\"id\":170876000004885019},\"description\":\"\",\"start_date_long\":1526674680000,\"end_date_long\":1533327480000,\"end_date_format\":\"08-03-2018 01:18:00 PM\",\"duration\":\"55\",\"last_updated_time_long\":1508837393314,\"details\":{\"owners\":[{\"work\":\"3:00\",\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004886204,\"key\":\"D6-T41\",\"start_date\":\"05-18-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837393314,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:29:53 AM\",\"subtasks\":false,\"work\":\"165:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"05-18-2018 01:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Review sector D\",\"id_string\":\"170876000004886204\",\"tasklist\":{\"name\":\"Roof and Basement carpentry\",\"id\":170876000004886095},\"last_updated_time_format\":\"10-24-2017 02:29:53 AM\",\"order_sequence\":20,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-07-2018\",\"milestone_id\":\"170876000004999015\",\"project\":{\"name\":\"New York Pet Drive\",\"id\":170876000004990406},\"description\":\"\",\"start_date_long\":1530115200000,\"end_date_long\":1533686400000,\"end_date_format\":\"08-07-2018 05:00:00 PM\",\"duration\":\"30\",\"last_updated_time_long\":1516370273000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004999048,\"key\":\"Sm-T2\",\"start_date\":\"06-27-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1516369229738,\"created_time\":\"01-19-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"01-19-2018 05:40:29 AM\",\"subtasks\":false,\"work\":\"145:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"06-27-2018 09:00:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"low\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"01-19-2018\",\"name\":\"Arrange photo booths\",\"id_string\":\"170876000004999048\",\"tasklist\":{\"name\":\"Venue\",\"id\":170876000004999027},\"last_updated_time_format\":\"01-19-2018 05:57:53 AM\",\"order_sequence\":1,\"status\":{\"name\":\"In Progress\",\"id\":\"170876000004771005\",\"type\":\"open\",\"color_code\":\"#878b8e\"}},{\"end_date\":\"08-15-2018\",\"milestone_id\":\"170876000005049029\",\"project\":{\"name\":\"Office Renovation\",\"id\":170876000005047021},\"description\":\"\",\"start_date_long\":1533665880000,\"end_date_long\":1534357080000,\"end_date_format\":\"08-15-2018 11:18:00 AM\",\"duration\":\"6\",\"last_updated_time_long\":1521007366021,\"details\":{\"comments\":[{\"created_time_long\":1502189621500,\"created_time\":\"08-08-2017\",\"created_time_format\":\"08-08-2017 03:53:41 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000005049361,\"content\":\"Steve Banks , everything is all set. Proceed with the arrangements. Keep Victor Young in the loop.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000005049133,\"key\":\"O5-T1\",\"start_date\":\"08-07-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1521007366021,\"created_time\":\"03-13-2018\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"03-13-2018 11:02:46 PM\",\"subtasks\":false,\"work\":\"48:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-07-2018 11:18:00 AM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"03-13-2018\",\"name\":\"Electrical walk-through\",\"id_string\":\"170876000005049133\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000005049083},\"last_updated_time_format\":\"03-13-2018 11:02:46 PM\",\"order_sequence\":1,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-23-2018\",\"milestone_id\":\"170876000004884030\",\"project\":{\"name\":\"Project template test\",\"id\":170876000004881115},\"description\":\"Inspection of fire safety systems and alarms every month.\",\"start_date_long\":1534882680000,\"end_date_long\":1535055480000,\"end_date_format\":\"08-23-2018 01:18:00 PM\",\"duration\":\"2\",\"last_updated_time_long\":1508837239702,\"details\":{\"comments\":[{\"created_time_long\":1500026092940,\"created_time\":\"07-14-2017\",\"attachments\":[],\"created_time_format\":\"07-14-2017 02:54:52 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004884302,\"content\":\"Steve Banks I think we should make all employees aware  about the procedures that we will be following by having posters in  places.\"},{\"created_time_long\":1500026379829,\"created_time\":\"07-14-2017\",\"created_time_format\":\"07-14-2017 02:59:39 AM\",\"added_by\":\"639284667\",\"added_person\":\"Steve Banks\",\"id\":170876000004884304,\"content\":\"Yeah Helen Collins , will get to it. We should also plan on having a demo session once the materials are ready.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004884196,\"key\":\"K9-T37\",\"start_date\":\"08-21-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837239702,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:27:19 AM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-21-2018 01:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Monthly Fire Safety Check\",\"id_string\":\"170876000004884196\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004884082},\"last_updated_time_format\":\"10-24-2017 02:27:19 AM\",\"order_sequence\":14,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-23-2018\",\"milestone_id\":\"170876000004886030\",\"project\":{\"name\":\"IDC Project template test\",\"id\":170876000004885019},\"description\":\"Inspection of fire safety systems and alarms every month.\",\"start_date_long\":1534882680000,\"end_date_long\":1535055480000,\"end_date_format\":\"08-23-2018 01:18:00 PM\",\"duration\":\"2\",\"last_updated_time_long\":1508837393314,\"details\":{\"comments\":[{\"created_time_long\":1500026092940,\"created_time\":\"07-14-2017\",\"attachments\":[],\"created_time_format\":\"07-14-2017 02:54:52 AM\",\"added_by\":\"639283127\",\"added_person\":\"Helen Collins\",\"id\":170876000004886302,\"content\":\"Steve Banks I think we should make all employees aware  about the procedures that we will be following by having posters in  places.\"},{\"created_time_long\":1500026379829,\"created_time\":\"07-14-2017\",\"created_time_format\":\"07-14-2017 02:59:39 AM\",\"added_by\":\"639284667\",\"added_person\":\"Steve Banks\",\"id\":170876000004886304,\"content\":\"Yeah Helen Collins , will get to it. We should also plan on having a demo session once the materials are ready.\"}],\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"}]},\"id\":170876000004886196,\"key\":\"D6-T37\",\"start_date\":\"08-21-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1508837393314,\"created_time\":\"10-24-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"10-24-2017 02:29:53 AM\",\"subtasks\":false,\"work\":\"16:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-21-2018 01:18:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"High\",\"created_by\":\"639283127\",\"percent_complete\":\"0\",\"last_updated_time\":\"10-24-2017\",\"name\":\"Monthly Fire Safety Check\",\"id_string\":\"170876000004886196\",\"tasklist\":{\"name\":\"Electricity and wiring- All tasks\",\"id\":170876000004886082},\"last_updated_time_format\":\"10-24-2017 02:29:53 AM\",\"order_sequence\":14,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-31-2018\",\"milestone_id\":\"170876000004154067\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1534219200000,\"end_date_long\":1535752800000,\"end_date_format\":\"08-31-2018 03:00:00 PM\",\"duration\":\"113:0\",\"last_updated_time_long\":1533799534000,\"details\":{\"owners\":[{\"name\":\"Eduardo Vargas\",\"id\":\"2060557\"},{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"Anushree Bose\",\"id\":\"651219802\"}]},\"id\":170876000004814026,\"key\":\"DC-T131\",\"start_date\":\"08-13-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1504170995239,\"created_time\":\"08-31-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-31-2017 02:16:35 AM\",\"subtasks\":false,\"work\":\"339:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-13-2018 09:00:00 PM\",\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"Low\",\"created_by\":\"639283127\",\"percent_complete\":\"50\",\"last_updated_time\":\"08-09-2018\",\"name\":\"Stock roof shingles\",\"id_string\":\"170876000004814026\",\"tasklist\":{\"name\":\"Flooring- All tasks\",\"id\":170876000004154507},\"last_updated_time_format\":\"08-09-2018 12:25:34 AM\",\"order_sequence\":13,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}},{\"end_date\":\"08-31-2018\",\"milestone_id\":\"170876000004154067\",\"project\":{\"name\":\"Donnelly Apartments Construction\",\"id\":170876000004154005},\"start_date_long\":1534953600000,\"completed_time_format\":\"03-16-2018 12:07:06 AM\",\"end_date_long\":1535760000000,\"end_date_format\":\"08-31-2018 05:00:00 PM\",\"duration\":\"8\",\"last_updated_time_long\":1534930529000,\"details\":{\"owners\":[{\"name\":\"Helen Collins\",\"id\":\"639283127\"},{\"name\":\"davidh\",\"id\":\"666511944\"}]},\"id\":170876000004814030,\"key\":\"DC-T132\",\"start_date\":\"08-22-2018\",\"created_person\":\"Helen Collins\",\"created_time_long\":1504171112815,\"created_time\":\"08-31-2017\",\"is_reminder_set\":false,\"is_recurrence_set\":false,\"created_time_format\":\"08-31-2017 02:18:32 AM\",\"subtasks\":false,\"work\":\"128:00\",\"custom_fields\":[],\"isparent\":false,\"start_date_format\":\"08-22-2018 09:00:00 AM\",\"parenttask_id\":\"170876000004371247\",\"completed_time_long\":1521184026450,\"work_type\":\"work_hrs_per_day\",\"completed\":false,\"priority\":\"None\",\"created_by\":\"639283127\",\"percent_complete\":\"40\",\"depth\":2,\"last_updated_time\":\"08-22-2018\",\"completed_time\":\"03-16-2018\",\"name\":\"Basement Tiles\",\"id_string\":\"170876000004814030\",\"tasklist\":{\"name\":\"Flooring- All tasks\",\"id\":170876000004154507},\"last_updated_time_format\":\"08-22-2018 02:35:29 AM\",\"order_sequence\":12,\"status\":{\"name\":\"Open\",\"id\":\"170876000004668068\",\"type\":\"open\",\"color_code\":\"#568dd5\"}}]}\n"}]},{"name":"All_Tasks","event":[{"listen":"test","script":{"type":"text/javascript","exec":["var body = JSON.parse(responseBody);","  tests[\"Count: \"  + body.tasks.length] = true;"]}}],"id":"b1d3d6a1-7378-40b5-af74-97a710adcc9c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",""],"query":[{"key":"index","value":"","description":"Index number of the task.","disabled":true},{"key":"range","value":"","description":"Range of the tasks.","disabled":true},{"key":"owner","value":"","description":"Owner of the task must be provided as all or user ID.\n(all - String, user ID - Long)","disabled":true},{"key":"status","value":"","description":"Status of the task must be all or completed or notcompleted.","disabled":true},{"key":"time","value":"","description":"Time period of the task must be all or overdue or today or tomorrow.","disabled":true},{"key":"priority","value":"","description":"Priority of the task must be all or none or low or medium or high.","disabled":true},{"key":"tasklist_id","value":"","description":"ID of the tasklist.","disabled":true},{"key":"custom_status","value":"","description":"The ID of the custom task status. Example : 932200000000277068.","disabled":true},{"key":"sort_column","value":"","description":"Sort tasks using the last modified time or time of creation. (created_time / last_modified_time)","disabled":true},{"key":"sort_order","value":"","description":"Sort in ascending or descending order.","disabled":true},{"key":"last_modified_time","value":"","description":"Last updated time of task in milliseconds.","disabled":true},{"key":"milestone_id","value":"","description":"ID of the milestone.","disabled":true},{"key":"created_by","value":"","description":"Pass the value as all or the user ID (all - String, user ID - Long).","disabled":true},{"key":"custom_fields","value":"","description":"Value of the custom field. Example: {\"UDF_CHAR1\":\"Hello\"}","disabled":true},{"key":"view_id","value":"","description":"View ID of the Task. view_id is obtained from the Get Task Custom Views API.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all the tasks in the given project. It fetches only the main tasks and not the subtasks.\n\nExample of viewing a task with custom fields\n\nSince custom field <display_name> is not unique, custom fields are referred by their respective < column_name>. The same custom field <display_name> will be referred with different < column_name>. The params that you need to pass for the task custom fields is the value in <column_name> in Get Task Layout Details API. \n\nYou must first get all the custom fields, and then pass the <column_name> value of the custom field as a param to create a task with the custom fields.\n\nExample: {“UDF_CHAR1”:”Hello”}\n\nUDF_CHAR1 is the param that you need to pass while creating tasks.\n\nHello is the value of the custom field. \n\nHere is a sample response of a custom field:\n\n{\n\"section_name\": \"New Section\",\n\"customfield_details\": [{\n\"column_name\": \"UDF_CHAR1\",\n\"is_mandatory\": false,\n\"is_default\": false\",\n\"display_name\": \"My_Field\",\n\"column_type\": \"singleline\" }]\n}\n\n\nNote:\n\n    The task custom field feature is available only in the Enterprise plan."},"response":[]},{"name":"Get All Tasks for TaskList","id":"3097bdd0-1cd8-4e13-a492-1b16b40d00d9","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasklists/:{{tasklist_id}}/tasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasklists",":{{tasklist_id}}","tasks",""],"query":[{"key":"index","value":"","description":"Index number of the task.","disabled":true},{"key":"range","value":"","description":"Range of the tasks.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{tasklist_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all the tasks in the given tasklist ."},"response":[]},{"name":"Task Details","id":"709ec04d-8e58-45cd-9e0b-7a428f6f4a3b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Authorization","type":"text","value":"83c21e6d3e532c8dca2529927c69407e","disabled":true}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nGets all the details for the task."},"response":[]},{"name":"Task Activities","id":"e294db20-85fe-46c4-b403-541deba0bb1d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/activities/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","activities",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.READ\n\nThis API fetches the details of who modified a specific task and when."},"response":[]},{"name":"Create Task","event":[{"listen":"prerequest","script":{"id":"c940b76b-be99-4e05-b002-c6506ad5c6ae","exec":[""],"type":"text/javascript"}}],"id":"e65f0d33-e03f-4de7-9036-bd40b556816d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"b07ddf67fdee21b6d310056be57918ef","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"person_responsible","value":"","contentType":"Long","description":"Owner ID of the task. User ID for multiple owners must be separated by commas.","type":"text","disabled":true},{"key":"tasklist_id","value":"","contentType":"Long","description":"ID of the tasklist.","type":"text","disabled":true},{"key":"name","value":"","contentType":"String","description":"Name of the task.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the task.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the task. You must also provide the start_date value to update end_date. ","type":"text","disabled":true},{"key":"duration","value":"","contentType":"int","description":"Duration of the task.","type":"text","disabled":true},{"key":"duration_type","value":"","contentType":"String","description":"Duration of the task type in days or hrs.","type":"text","disabled":true},{"key":"priority","value":"","contentType":"String","description":"Priority of the task must be None or Low or Medium or High.","type":"text","disabled":true},{"key":"owner_work","value":"","contentType":"JSON Array","description":"user_id and working_hours must be given in the array to assign work hours to task owners. [{\"user_id\":\"xxxxxx\",\"working_hours\":\"2\"}]","type":"text","disabled":true},{"key":"work_type","value":"","contentType":"String","description":"Allocate work_hrs_per_day or work_in_percentage or work_hours.","type":"text","disabled":true},{"key":"work_hours","value":"","description":"float","type":"text","disabled":true},{"key":"start_time","value":"","contentType":"String","description":"Start time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00","type":"text","disabled":true},{"key":"end_time","value":"","contentType":"String","description":"End time can be specified in either 12 hour or 24 hour format. Eg. 09:00 pm or 21:00","type":"text","disabled":true},{"key":"rate_per_hour","value":"","contentType":"Float","description":"Specify rate per hour if your project budget is based on task hours.","type":"text","disabled":true},{"key":"reminder","value":"","contentType":"String","description":"Task reminder can be specified as\n\n    On Same Day to set a reminder for the same day.\n    daily to set a daily reminder.\n    values between 1 to 30 (based on number of days). ","type":"text","disabled":true},{"key":"reminder_string","value":"","contentType":"JSON Object","description":"Get reminders about tasks at a specified date.\n\nEx: reminder_string   : { \"reminder\" : [ { \"reminder_criteria\" :  \"customdate\" , \"day_before\" : \"5\" , \"custom_date\" : \"12-10-2019\" , \"reminder_time\" : \"21:30\"  , \"reminder_notify_users\" : \"owner,follower\" } ] }\n\n    Set reminder_criteria as daily /  on same day / before due date / customdate\n    day_before: day_before can be used when we set the reminder_criteria before due date.\n    reminder_time: reminder_time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00\n    custom_date: custom_date can be specified in [MM-DD-YYYY]. This param is used when we set customdate as reminder_criteria\n     reminder_notify_users: reminder_notify_users for multiple users must be separated by commas.\n    default notification user contsants: owner, follower, creator, projectowner","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description for the task.","type":"text","disabled":true},{"key":"custom_fields","value":"","contentType":"JSON Object","description":"Value of the custom field. Example: {“UDF_CHAR1”:”Hello”}","type":"text","disabled":true},{"key":"completed_on","value":"","contentType":"String [MM-DD-YYYY]","description":"Completed date of the task.","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":"Add file to a task.","type":"file","src":[],"disabled":true},{"key":"json_string","value":"","contentType":"JSON Object","description":"If you set a task as recurring task, it will automatically get recreated after the specified time period. Specify the recurring criteria values in the json_string. Separate multiple values using comma. \n\nEx: { \"recurrence\" : { \"recurring_frequency\" : \"monthly\", \"time_span\" : \"15\", \"number_of_occurrences\" : \"30\",\"is_comments_recurred\":\"true\",\"set_previous_business_day\":\"false\",\"recurrence_type\":\"specified_interval_creation\"} } \n\n    Set recurring_frequency value(String) as daily / weekly / monthly / yearly.\n    Set time_span value(int) based on which the task will recur again.\n    Set number_of_occurrences value(int) to mention how many times the task should recur. \n    Set is_comments_recurred value to true if you want to recur the task comments. \n    set_previous_business_day: (true / false). This is used when the start date of the next recurrence occurs on a holiday or a weekend the previous working day is set as the start date. This param is used when we set recurring_frequency as monthly / yearly.\n    Set recurrence_type: This is used to select the next task recurrence type.  (after_current_task_completed / specified_interval_creation)\n        after_current_task_completed: next recurrence will occur after the current task is complete or closed.\n        specified_interval_creation: next recurrence will occur at the specified interval irrespective of the status of the current task.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.tasks.CREATE\n\nIf you are uploading files in the task, you must additionally use this Scope: ZohoPC.files.CREATE"},"response":[]},{"name":"Update Task","event":[{"listen":"prerequest","script":{"id":"67bf1980-5919-4b66-ab2c-c333ed569c24","exec":[""],"type":"text/javascript"}}],"id":"0dbc10dd-0de1-40f2-b558-e510a0d99e20","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_User_2}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"person_responsible","value":"","contentType":"Long","description":"Owner ID of the task. User ID for multiple owners must be separated by commas.","type":"text","disabled":true},{"key":"name","value":"","contentType":"String","description":"Name of the task.","type":"text","disabled":true},{"key":"start_date","value":"","contentType":"String [MM-DD-YYYY]","description":"Start date of the task.","type":"text","disabled":true},{"key":"end_date","value":"","contentType":"String [MM-DD-YYYY]","description":"End date of the task. You must also provide the start_date value to update end_date. ","type":"text","disabled":true},{"key":"percent_complete","value":"","contentType":"int","description":"Task completed percentage must be provided in multiple of 10's. [10 to 100]","type":"text","disabled":true},{"key":"duration","value":"","contentType":"int","description":"Duration of the task.","type":"text","disabled":true},{"key":"duration_type","value":"","contentType":"String","description":"Duration of the task type in days or hrs.","type":"text","disabled":true},{"key":"priority","value":"","contentType":"String","description":"Priority of the task must be None or Low or Medium or High.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description for the task.","type":"text","disabled":true},{"key":"start_time","value":"","contentType":"String","description":"Start time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00","type":"text","disabled":true},{"key":"end_time","value":"","contentType":"String","description":"End time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00","type":"text","disabled":true},{"key":"owner_work","value":"","contentType":"JSON Array","description":"user_id and working_hours must be given in the array to assign work hours to task owners. - [{\"user_id\":\"xxxxxx\",\"working_hours\":\"2\"}]","type":"text","disabled":true},{"key":"work_type","value":"","contentType":"String","description":"Allocate work_hrs_per_day or work_in_percentage or work_hours.","type":"text","disabled":true},{"key":"rate_per_hour","value":"","contentType":"Float","description":"Specify rate per hour if your project budget is based on task hours.","type":"text","disabled":true},{"key":"task_duration_as_work","value":"","contentType":"String","description":"Allocates entire task duration as work hours for the task owners if value is true","type":"text","disabled":true},{"key":"reminder_string","value":"","contentType":"JSON Object","description":"Get reminders about tasks at a specified date.\n\nEx: reminder_string   : { \"reminder\" : [ { \"reminder_criteria\" :  \"customdate\" , \"day_before\" : \"5\" , \"custom_date\" : \"12-10-2019\" , \"reminder_time\" : \"21:30\"  , \"reminder_notify_users\" : \"owner,follower\" } ] }\n\n    Set reminder_criteria as daily /  on same day / before due date / customdate\n    day_before: day_before can be used when we set the reminder_criteria before due date.\n    reminder_time: reminder_time can be specified in either 12 hour or 24 hour format. Eg. 01:00 pm or 13:00\n    custom_date: custom_date can be specified in [MM-DD-YYYY]. This param is used when we set customdate as reminder_criteria\n     reminder_notify_users: reminder_notify_users for multiple users must be separated by commas.\n    default notification user contsants: owner, follower, creator, projectowner","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":"Add a file to the task.","type":"file","src":[],"disabled":true},{"key":"custom_fields","value":"","contentType":"JSON Object","description":"Value of the custom field. Example : {\"UDF_CHAR1\":\"Hello\"}","type":"text","disabled":true},{"key":"custom_status","value":"","contentType":"Long","description":"The ID of the custom task status. Example : 932200000000277068","type":"text","disabled":true},{"key":"clear_date","value":"","contentType":"Boolean","description":"Clears the start date and end date of the task. (true / false)","type":"text","disabled":true},{"key":"make_as_task","value":"","contentType":"Boolean","description":"Make a sub_task as task. (true / false)","type":"text","disabled":true},{"key":"json_string","value":"","contentType":"JSON Object","description":"If you set a task as recurring task, it will automatically get recreated after the specified time period. Specify the recurring criteria values in the json_string. Separate multiple values using comma. \n\nEx: { \"recurrence\" : { \"recurring_frequency\" : \"monthly\", \"time_span\" : \"15\", \"number_of_occurrences\" : \"30\",\"is_comments_recurred\":\"true\",\"set_previous_business_day\":\"false\",\"recurrence_type\":\"specified_interval_creation\"} }  \n\n    Set recurring_frequency value(String) as daily / weekly / monthly / yearly.\n    Set time_span value(int) based on which the task will recur again.\n    Set number_of_occurrences value(int) to mention how many times the task should recur. \n    Set is_comments_recurred value to true if you want to recur the task comments. \n    set_previous_business_day: (true / false). This is used when the start date of the next recurrence occurs on a holiday or a weekend the previous working day is set as the start date. This param is used when we set recurring_frequency as monthly / yearly.\n    Set recurrence_type: This is used to select the next task recurrence type.  (after_current_task_completed / specified_interval_creation)\n        after_current_task_completed: next recurrence will occur after the current task is complete or closed.\n        specified_interval_creation: next recurrence will occur at the specified interval irrespective of the status of the current task.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.UPDATE.\nIf you are uploading files in the task, you must additionally use this Scope: ZohoPC.files.CREATE\n\nUpdates the task in the given project.\n\nNote:\n\n    Add the param removeLag = true to remove the lag, if any, set between your task and its predecessor."},"response":[]},{"name":"Delete Task","id":"70b970a8-67a1-4be3-87bd-602a040fd5a1","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.DELETE\n\nDeletes the tasks in the given project."},"response":[]},{"name":"Reorder Task","id":"98bebc36-2392-4107-8e3d-517e0e41113c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"json_string","value":"","contentType":"json object","description":"Task will be reordered in-between two tasks based on the previous and next task IDs. Specify the previous_task_id and next_task_id values(Long) in json_string. Separate the values using comma.\n\nEx. { \"task_order\" : { \"previous_task_id\" : 4000000021037, \"next_task_id\" : 4000000029097 } }\n\nIf there is no previous task, you can specify only the next_task_id. The task will be reordered above the task with the next_task_id. ","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/reorder","host":["{{base_url}}portal"],"path":[":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","reorder"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.tasks.UPDATE\n\nReorders the tasks in the given project"},"response":[]},{"name":"Move task","id":"23f5dc16-5a68-4378-beb6-1b8aa54dcda5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from_todolist","value":"","contentType":"Long","description":"long","type":"text","disabled":true},{"key":"to_todolist","value":"","contentType":"Long","description":"long","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/move","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","move"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Add Followers to a Task","id":"5bf04eba-113c-4440-825c-40a7a92dd789","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"followers","value":"","description":"list of long values  (comma separated)","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/follow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","follow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]},{"name":"Unfollow a Task","id":"2cefcd10-c2ee-4a23-a59a-b28a52d9f439","request":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/unfollow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","unfollow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]}},"response":[]}],"id":"5f1d6730-c668-4595-83ef-8881b035da29","event":[{"listen":"prerequest","script":{"id":"7eba2c25-423a-464f-a83f-e760097e48e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9f59666-9818-4bef-be7a-2c9d9a06fafd","type":"text/javascript","exec":[""]}}]},{"name":"Timesheets","item":[{"name":"Task","item":[{"name":"Get Time Logs for a Task","id":"3fd03389-d429-41b5-bf2c-a4921737875c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","logs",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.timesheets.READ\n\nGets the time logs under a specific task."},"response":[]},{"name":"Add Time log for a task","id":"ae958455-110a-4f68-a1ae-bfd40716ab3e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the timesheet.","type":"text","disabled":true},{"key":"owner","value":"","description":"User ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","type":"text","disabled":true},{"key":"hours","value":"","contentType":"String [hh:mm]","description":"Time period of the timesheet.","type":"text","disabled":true},{"key":"notes","value":"","contentType":"String","description":"Additional information about the time log.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","logs",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"}]},"description":"Scope: ZohoProjects.timesheets.CREATE\n\nAdds the time log to a task."},"response":[]},{"name":"Update Time log for a task","id":"aa9f5559-f65b-405c-b8cc-8776e3e1845a","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the timesheet.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","type":"text","disabled":true},{"key":"hours","value":"","contentType":"String [hh:mm]","description":"Time period of the timesheet.","type":"text","disabled":true},{"key":"notes","value":"","contentType":"String","description":"Additional information about the time log.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/logs/:{{log_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","logs",":{{log_id}}",""],"query":[{"key":"date","value":"","disabled":true},{"key":"owner","value":"","disabled":true},{"key":"bill_status","value":"","disabled":true},{"key":"hours","value":"","disabled":true},{"key":"notes","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{task_id}}","value":"","type":"string"},{"key":"{{log_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nUpdates the time log for a task"},"response":[]},{"name":"Approve Time Log for a Task","id":"9063fde7-dfc0-40ce-8199-31dcff7788f5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"approval","value":"","contentType":"String","description":"Accepted values\n\n    approve. The time log is approved if the given value is approve. \n    pending.\n    reject.","type":"text","disabled":true},{"key":"reason","value":"","contentType":"String","description":"Reason should be mentioned if the time log is rejected. The reason shouldn't exceed 250 characters.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/logs/:{{log_id}}/approval","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","logs",":{{log_id}}","approval"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nApprove time log for a task."},"response":[]},{"name":"Delete Time Log for a Task","id":"10c4d2f7-53c9-431a-bbe0-bc4370a799e4","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tasks/:{{task_id}}/logs/:{{log_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tasks",":{{task_id}}","logs",":{{log_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{task_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.DELETE\n\nDeletes the time log for a task."},"response":[]}],"id":"b81297fb-854c-4371-9888-753fb1c0227d"},{"name":"Issue | Bug","item":[{"name":"Get Time Logs for a Bug","id":"549dfa8a-8810-4303-999e-1fe491a37c35","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","logs",""],"query":[{"key":"index","value":"Index of the time log.","disabled":true},{"key":"range","value":"Range of the time logs.","disabled":true}],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{issue_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.timesheets.READ\n\nGets the time logs under a specific bug."},"response":[]},{"name":"Add Time Log for a Bug","id":"5219e6cf-01cb-4827-b76e-4e3d8f6a3bdf","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the timesheet. ","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","type":"text","disabled":true},{"key":"hours","value":"","contentType":"String [hh:mm]","description":"Time period of the timesheet.","type":"text","disabled":true},{"key":"notes","value":"","contentType":"String","description":"Additional information about the time log.","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","logs",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.timesheets.CREATE\n\nAdds the time log to a bug."},"response":[]},{"name":"Update Time Log for a Bug","id":"21c248cd-7f5e-4adb-afc7-cb5566f6d314","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the timesheet. ","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","type":"text","disabled":true},{"key":"hours","value":"","contentType":"String [hh:mm]","description":"Time period of the timesheet.","type":"text","disabled":true},{"key":"notes","value":"","contentType":"String","description":"Additional information about the time log.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/logs/:{{log_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","logs",":{{log_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nUpdates the time log for a bug."},"response":[]},{"name":"Approve Time Log for a Bug","id":"156a50eb-2b5c-4d54-babd-2e1f8968f7b1","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"approval","value":"","contentType":"String","description":"Accepted values\n\n    approve. The time log is approved if the given value is approve. \n    pending.\n    reject.","type":"text","disabled":true},{"key":"reason","value":"","contentType":"String","description":"Reason should be mentioned if the time log is rejected. The reason shouldn't exceed 250 characters.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/logs/:{{log_id}}/approval","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","logs",":{{log_id}}","approval"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nApprove time log for a bug."},"response":[]},{"name":"Delete Time Log for a Bug","id":"066a7c49-8ffc-4f5c-9b97-9fcea57c9e4d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/logs/:{{log_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","logs",":{{log_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.DELETE\n\nDeletes the time log for a bug."},"response":[]}],"id":"ce5fe4c8-f1b7-4074-bee6-ed1460768f43"},{"name":"General","item":[{"name":"Add Time for a General Log","id":"10487b93-a231-47a9-8871-e5cbc221a468","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","logs",""],"query":[{"key":"name","value":"String","description":"Name of the other tasks.","disabled":true},{"key":"owner","value":"Long","description":"User ID.","disabled":true},{"key":"date","value":"String [MM-DD-YYYY]","description":"Date of the timesheet.","disabled":true},{"key":"bill_status","value":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","disabled":true},{"key":"hours","value":"String [hh:mm]","description":"Time period of the timesheet.","disabled":true},{"key":"notes","value":"String","description":"Additional information about the time log.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.timesheets.CREATE\n\nAdds the time log to other tasks."},"response":[]},{"name":"Update Time for a General Log","id":"b2502f69-b224-4fb8-aef6-34802aeb5a2e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","description":"Name of the other tasks.","type":"text","disabled":true},{"key":"owner","value":"","contentType":"Long","description":"User ID.","type":"text","disabled":true},{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the timesheet.","type":"text","disabled":true},{"key":"bill_status","value":"","contentType":"String","description":"Timesheet billable status must be provided as Billable or Non Billable.","type":"text","disabled":true},{"key":"hours","value":"","contentType":"String [hh:mm]","description":"Time period of the timesheet.","type":"text","disabled":true},{"key":"notes","value":"","contentType":"String","description":"Additional information about the time log.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/logs/:{{log_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","logs",":{{log_id}}"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nUpdates the time log for other tasks."},"response":[]},{"name":"Approve Time for a General Log","id":"4c813aa8-f70e-4134-a251-5927f6ef7126","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"approval","value":"","contentType":"String","description":"Accepted values\n\n    approve. The time log is approved if the given value is approve. \n    pending.\n    reject.","type":"text","disabled":true},{"key":"reason","value":"","contentType":"String","description":"Reason should be mentioned if the time log is rejected. The reason shouldn't exceed 250 characters.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/logs/:{{log_id}}/approval","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","logs",":{{log_id}}","approval"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.UPDATE\n\nApprove general time log."},"response":[]},{"name":"Delete Time for a General Log","id":"56919eb8-b18e-4e25-ac76-dd789b335421","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/logs/:{{log_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","logs",":{{log_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{log_id}}"}]},"description":"Scope: ZohoProjects.timesheets.DELETE\n\nDeletes the time log for other tasks."},"response":[]}],"id":"f100781c-f156-42a9-b7df-8e682a5f096b"},{"name":"Get All Time Logs","id":"f76731f1-5163-4163-8a4b-67cb1a3d5608","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/logs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","logs",""],"query":[{"key":"index","value":"","description":"Index of the time log.","disabled":true},{"key":"range","value":"","description":"Range of the time logs.","disabled":true},{"key":"users_list","value":"","description":"User of the time logs must be provided as all or user ID. For multiple users, the user ID must be separated by commas.(all - String, user ID - Long)","disabled":true},{"key":"view_type","value":"","description":"View type of the timesheet must be provided as day or week or month.","disabled":true},{"key":"date","value":"","description":"Date of the timesheet view type. [MM-DD-YYYY]","disabled":true},{"key":"bill_status","value":"","description":"Timesheet billable status must be provided as All or Billable or Non Billable.","disabled":true},{"key":"component_type","value":"","description":"Type of the component must be provided as task or bug or general.","disabled":true},{"key":"approval_status","value":"","description":"Accepted values\n\n    approved\n    pending\n    rejected\n    all","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.timesheets.READ\n\nGets all the time logs in the given project."},"response":[]},{"name":"Get My Time Logs","id":"8d6fb121-2ae1-4b10-ae75-27818434e929","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/logs","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","logs"],"query":[{"key":"index","value":"","description":"Index of the time log.","disabled":true},{"key":"range","value":"","description":"Range of the time logs.","disabled":true},{"key":"users_list","value":"","description":"User of the time logs must be provided as all or user ID. For multiple users, the user ID must be separated by commas.(all - String, user ID - Long)","disabled":true},{"key":"view_type","value":"","description":"View type of the timesheet must be provided as day or week or month.","disabled":true},{"key":"date","value":"","description":"Date of the timesheet view type. [MM-DD-YYYY]","disabled":true},{"key":"bill_status","value":"","description":"Timesheet billable status must be provided as All or Billable or Non Billable.","disabled":true},{"key":"component_type","value":"","description":"Type of the component must be provided as task or bug or general.","disabled":true},{"key":"approval_status","value":"","description":"Accepted values\n\n    approved\n    pending\n    rejected\n    all","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.timesheets.READ\n\nGets the time logs of all users or specific users."},"response":[]},{"name":"Get Timesheet Restriction Details","id":"9b6feb68-bd8c-4d22-8020-002e13a1c021","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/timesheetrestriction","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","timesheetrestriction"],"query":[{"key":"owner","value":"","description":"* type=\"long\"","disabled":true},{"key":"date","value":"","description":"* ","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[]}],"id":"48846256-5540-4407-9aea-a38707106ee5","event":[{"listen":"prerequest","script":{"id":"4a2158ea-aa89-40e2-9484-469dedd40da0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"711fe1e6-00ff-4b00-bf83-ef49769c0315","type":"text/javascript","exec":[""]}}]},{"name":"Bugs | Issues","item":[{"name":"Bug Comments ","item":[{"name":"Get Bug Comments","id":"38e34360-b494-4bcf-8f76-6af90798987d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","comments",""],"query":[{"key":"index","value":"","description":"Start index","disabled":true},{"key":"range","value":"","description":"Range of bugs (Max limit 100)","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nFetch comments for the bug."},"response":[]},{"name":"Get Comments for Multiple Bugs","id":"a2cba14c-62db-4500-bb03-79b9456469c0","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs","comments",""],"query":[{"key":"index","value":"","description":"Start index","disabled":true},{"key":"range","value":"","description":"Range of comments (Max limit 50). If the range exceeds 50, only 50 - limit set by the back end will be fetched.","disabled":true},{"key":"bug_ids","value":"","description":"Bug IDs (Max limit is 25 bugs / request)","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nFetch comments for multiple bugs."},"response":[]},{"name":"Add Comment","id":"46996029-515d-4d46-a58f-11ac7741b4fb","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","contentType":"String","description":"comment","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","comments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.CREATE\n\nAdd comment to a bug."},"response":[]},{"name":"Delete Comment","id":"db3e9d6b-d2ea-478c-bcd1-669305296278","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/comments/:{{comment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","comments",":{{comment_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"},{"key":"{{comment_id}}"}]}},"response":[]}],"id":"cea5f597-bef7-4aba-8ece-02af0b3f50a4","event":[{"listen":"prerequest","script":{"id":"22bc5885-d3ef-494f-bf07-2c7e81c2f8c0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6739c0d2-3593-4ea4-a62a-aa16417a4946","type":"text/javascript","exec":[""]}}]},{"name":"Bug follower","item":[{"name":"Get Bug Followers","id":"344a9461-03cb-44fb-a1d6-f2da0de9d181","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/bugfollowers/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","bugfollowers",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet list of followers for the bug."},"response":[]},{"name":"Add Bug Follower","id":"4f7edea2-2c81-4517-a16e-e9ff440d9e99","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"bug_followers","value":"","contentType":"long","description":"User ID","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/bugfollowers/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","bugfollowers",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.CREATE\n\nAdd follower to a bug."},"response":[]},{"name":"Delete Bug Follower","id":"8b549e72-bcfa-4343-96a2-c1365f4a3f95","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/bugfollowers/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","bugfollowers",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.DELETE\n\nDelete follower for a bug."},"response":[]}],"id":"6923fafe-03d2-4087-9f89-fac0e695164a"},{"name":"Bug Timer","item":[{"name":"Get Bug Timer","id":"742dbff8-8edb-41f1-af38-ebbe6fbdf552","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/timer/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","timer",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet timer details for a bug."},"response":[]}],"id":"2dcc5588-636d-4c50-9518-11fda7106b05"},{"name":"Bug Custom views","item":[{"name":"Get Bug Custom Views","id":"ce067e3d-05e7-476d-a3d1-c583e5a973a3","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/customviews/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs","customviews",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet customviews for bugs."},"response":[]}],"id":"9043615c-d68d-4c0d-a380-015792b3984a"},{"name":"Bug Attachments","item":[{"name":"Get Bug Attachments","id":"a4e89a3e-d0c2-4406-b91f-9e4aa79c08c0","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/attachments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","attachments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet details of attachments for a bug."},"response":[]},{"name":"Add Bug Attachments","id":"9b6db358-332f-4be5-9240-bf3306a0538d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","type":"file","src":[]}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/attachments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","attachments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]}},"response":[]}],"id":"be1b9067-7732-4753-8a80-6254061d9916"},{"name":"All Bugs","id":"63e911ed-9481-43a4-9901-1eda7cad7cb9","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",""],"query":[{"key":"index","value":"","description":"Start index","disabled":true},{"key":"range","value":"","description":"Number of records (bugs)","disabled":true},{"key":"statustype","value":"","description":"Accepted values: open/closed","disabled":true},{"key":"cview_id","value":"","description":"Custom View ID","disabled":true},{"key":"sort_column","value":"","description":"Accepted values: created_time/last_modified_time","disabled":true},{"key":"sort_order","value":"","description":"Accpeted Value: ascending/descending","disabled":true},{"key":"status","value":"","description":"Status IDs as comma separated array","disabled":true},{"key":"severity","value":"","description":"Severity IDs as comma separated array","disabled":true},{"key":"classification","value":"","description":"Classification IDs as comma separated array","disabled":true},{"key":"module","value":"","description":"Module IDs as comma separated array","disabled":true},{"key":"milestone","value":"","description":"Milestons IDs as comma separated array","disabled":true},{"key":"flag","value":"","description":"Accepted values: Internal/External","disabled":true},{"key":"assignee","value":"","description":"Assignee IDs as comma separated array","disabled":true},{"key":"escalation","value":"","description":"Escalation IDs as comma separated array","disabled":true},{"key":"reporter","value":"","description":"Reporter IDs as comma separated array","disabled":true},{"key":"affected","value":"","description":"\tAffected milestone IDs as comma separated array","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGets all the bugs in the given project."},"response":[]},{"name":"My Bugs","id":"cfb1e07e-9142-436e-8464-2f2d2ea22f2c","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/mybugs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","mybugs",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"mybugs_owner","value":"","disabled":true},{"key":"view_type","value":"","description":"reported|owned","disabled":true},{"key":"sort_column","value":"","description":"created_time|last_modified_time|end_date","disabled":true},{"key":"sort_order","value":"","description":"ascending|descending","disabled":true},{"key":"last_modified_time","value":"","disabled":true},{"key":"reverse_order","value":"","description":"true|false","disabled":true},{"key":"statustype","value":"","description":"open|closed","disabled":true},{"key":"time","value":"","description":"JSONArray","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Bug Details","id":"c9e4953f-a28e-46cd-9a36-8a2b1273a76d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGets the details of the bug."},"response":[]},{"name":"Create a Bug","id":"7e056f6f-4851-496a-ad52-0f29b7853443","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","contentType":"String","description":" Name of the bug.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":" Description of the bug.","type":"text","disabled":true},{"key":"assignee","value":"","contentType":"Long","description":" Assignee for the bug.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":" Bug flag must be Internal or External.","type":"text","disabled":true},{"key":"classification_id","value":"","contentType":"Long","description":" Classification ID of the project.","type":"text","disabled":true},{"key":"milestone_id","value":"","contentType":"Long","description":" Milestone ID of the project.","type":"text","disabled":true},{"key":"due_date","value":"","contentType":"String [MM-DD-YYYY]","description":" Due date of the bug.","type":"text","disabled":true},{"key":"module_id","value":"","contentType":"Long","description":" Module ID of the project.","type":"text","disabled":true},{"key":"severity_id","value":"","contentType":"Long","description":" Severity ID of the project.","type":"text","disabled":true},{"key":"reproducible_id","value":"","contentType":"Long","description":" Reproducible ID of the project.","type":"text","disabled":true},{"key":"affectedmile_id","value":"","contentType":"Long","description":" Milestone ID of the project.","type":"text","disabled":true},{"key":"rate_per_hour","value":"","contentType":"Float","description":"Specify rate per hour if your project budget is based on issue hours.","type":"text","disabled":true},{"key":"bug_followers","value":"","contentType":"Long","description":"Follower ID of the user.","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":" The maximum size to upload a file is 128 MB.","type":"file","src":[],"disabled":true},{"key":"CHAR1 - CHAR12","value":"","contentType":"String ","description":"Any text type of custom fields with string or picklist values.","type":"text","disabled":true},{"key":"LONG1 - LONG4","value":"","contentType":"Long","description":"Numeric type of custom field.","type":"text","disabled":true},{"key":"DATE1 - DATE4","value":"","contentType":"String [MM -DD-YYYY]","description":"Bug custom field in date format.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.CREATE\n\nCreates a bug."},"response":[]},{"name":"Update a Bug","id":"93971c86-5f3c-4e26-b8a4-b14e69388adc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":" ","contentType":"String","description":"Name of the bug.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the bug.","type":"text","disabled":true},{"key":"assignee","value":"","contentType":"Long","description":"Assignee for the bug.","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"Bug flag must be Internal or External.","type":"text","disabled":true},{"key":"classification_id","value":"","contentType":"Long","description":"Classification ID of the project.","type":"text","disabled":true},{"key":"milestone_id","value":"","contentType":"Long","description":"Milestone ID of the project.","type":"text","disabled":true},{"key":"due_date","value":"","description":"Due date of the bug.","type":"text","disabled":true},{"key":"module_id","value":"","contentType":"Long","description":"Module ID of the project.","type":"text","disabled":true},{"key":"severity_id","value":"","contentType":"Long","description":"Severity ID of the project.","type":"text","disabled":true},{"key":"reproducible_id","value":"","contentType":"Long","description":"Reproducible ID of the project.","type":"text","disabled":true},{"key":"status_id","value":"","contentType":"Long","description":"Status ID of the project.","type":"text","disabled":true},{"key":"resolution","value":"","contentType":"String","description":"Resolution text.","type":"text","disabled":true},{"key":"affectedmile_id","value":"","contentType":"Long","description":"Milestone ID of the project.","type":"text","disabled":true},{"key":"rate_per_hour","value":"","description":"Specify rate per hour if your project budget is based on issue hours.","type":"text","disabled":true},{"key":"CHAR1 - CHAR12","value":"","contentType":"String","description":"Any text type of custom fields with string or picklist values.","type":"text","disabled":true},{"key":"LONG1 - LONG4","value":"","contentType":"Long","description":"Numeric type of custom field.","type":"text","disabled":true},{"key":"DATE1 - DATE4","value":"","contentType":"String [MM -DD-YYYY]","description":"Bug custom field in date format.","type":"text","disabled":true},{"key":"uploaddoc","contentType":"File","description":"The maximum size to upload a file is 128 MB.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.UPDATE\n\nUpdates the bug."},"response":[]},{"name":"Delete a Bug","id":"733ab995-148b-4d8b-ab36-45b62b8c2565","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]}},"response":[]},{"name":"Get Bug Resolution","id":"3e0418b7-e496-4962-83ea-e83215b599e7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/resolution/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","resolution",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet bug's resolution."},"response":[]},{"name":"Bugs Default Fields","id":"8e07ae5f-6952-40e7-b722-13ab1fbcd287","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/defaultfields/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs","defaultfields",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGets all the default fields in the given project."},"response":[]},{"name":"Bugs Custom Fields","id":"728e63d6-ad10-4f48-91b5-cd2a430361c4","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/customfields/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs","customfields",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGets all the custom fields in the given project."},"response":[]},{"name":"Bugs Activities","id":"c39d60b0-a325-452d-b5e4-e4ee040dd74f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/:{{issue_id}}/activities/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs",":{{issue_id}}","activities",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{issue_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGets all the activities for the given bug."},"response":[]},{"name":"Get Renamed Value","id":"9f54a9d7-d1f3-4168-8006-5570331e5e42","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/bugs/renamedfields/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","bugs","renamedfields",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.bugs.READ\n\nGet renamed value of default field."},"response":[]}],"id":"af723af2-0d27-41aa-8713-7e952001ce59","event":[{"listen":"prerequest","script":{"id":"fcabdf6a-75a3-4cdf-86f1-57025c1ff2b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aba57f36-8da4-4284-a216-d90210d70ff9","type":"text/javascript","exec":[""]}}]},{"name":"Tags","item":[{"name":"Get All Tags","id":"a122f7a8-a093-418d-b48d-06801b436763","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/tags","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","tags"],"query":[{"key":"index","value":null,"description":"Index number of the tag.","disabled":true},{"key":"range","value":null,"description":"Range of the tags.","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.tags.READ\n\nFetches all the tags present in a specific portal."},"response":[{"id":"d0bbdbd8-4fb9-4677-8de8-82811d773645","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Create Tag","id":"47fa1cff-b222-4c68-a334-ae40c1f878e5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tags","value":"","contentType":"JSON Array","description":"\"name\" and \"color_class\" must be given in the array to map the tag with a relevant color. [{\"name\":\"priority\",\"color_class\":\"bgff5acd\"}]","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/tags","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","tags"],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.tags.CREATE\n\nCreates tags for a specific portal."},"response":[{"id":"34da1101-fb69-4375-bf51-25f62201eb7c","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Update Tag","id":"bcdf27e6-6d83-4727-ae6f-df70a6530f0a","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tags","value":"","contentType":"JSON Object","description":"\"name\" and \"color_class\" are the keys to update the details of the tag against a color respectively. {\"name\":\"priority_new\",\"color_class\":\"bg0dd3d3\"}","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/tags/:{{tag_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","tags",":{{tag_id}}"],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{tag_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tags.READ\n\nUpdates a specific tag present in a specific portal."},"response":[{"id":"df81f994-7713-4557-9ed4-e98fefbbd499","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Delete Tag","id":"4e1bf6d4-33a1-4abf-acbb-c6b0f93cb2f0","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/tags/:{{tag_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","tags",":{{tag_id}}"],"variable":[{"key":"{{portal_id}}"},{"key":"{{tag_id}}"}]},"description":"Scope: ZohoProjects.tags.READ\n\nDeletes a specific tag from a specific portal."},"response":[{"id":"a5b5811e-502c-4444-8211-3146b31c5c8b","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Associate Tag","id":"b4a9a300-81d2-4c94-be3e-4f38798170f7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tag_id","value":"","contentType":"Long","description":"The unique identifier for a tag.","type":"text"},{"key":"entity_id ","value":"","contentType":"Long","description":"The unique identifier for an entity.","type":"text"},{"key":"entityType","value":"","contentType":"int","description":"The module with which the tag has to be associated.","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tags/associate","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tags","associate"],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tags.CREATE\n\nAssociates a tag with a specific entity in a specific project. The following are the list of values mapped against each entity in Zoho Projects.\n{\"PROJECT\":2, \"MILESTONE\":3, \"TASKLIST\":4, \"TASK\":5, \"BUG\":6, \"FORUM\":7, \"STATUS\":8}"},"response":[{"id":"5dabeef6-e4d0-4f28-acd5-89c26ad6eb84","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Dissociate Tag","id":"f9662e5e-a410-4bc6-902f-f4a5a9e03d21","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"tag_id","value":"","contentType":"Long","description":"The unique identifier for a tag.","type":"text"},{"key":"entity_id ","value":"","contentType":"Long","description":"The unique identifier for an entity.","type":"text"},{"key":"entityType","value":"","contentType":"int","description":"The module with which the tag has to be associated.","type":"text"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/tags/associate","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","tags","associate"],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.tags.CREATE\n\nDissociates a tag from a specific entity in a specific project. The following are the list of values mapped against each entity in Zoho Projects.\n{\"PROJECT\":2, \"MILESTONE\":3, \"TASKLIST\":4, \"TASK\":5, \"BUG\":6, \"FORUM\":7, \"STATUS\":8}"},"response":[{"id":"d56af7d1-aee1-4d70-9c92-432a2034db8e","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Get Tag Results","id":"1a0d638c-5321-4cc3-9e27-4dfac51447bf","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/globaltags/search","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","globaltags","search"],"query":[{"key":"index","value":"","description":"Index number of the tag.","disabled":true},{"key":"range","value":"","description":"Range of the tags.","disabled":true},{"key":"tag_id","value":"","description":"A unique identifier for a tag","disabled":true},{"key":"filter","value":"","description":"The filter criteria for the tag. The JSON has the project's name, status, and module.\n{\"project\":\"0\",\"projstatus\":\"active\",\"module\":-1}","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoSearch.securesearch.READ, ZohoProjects.tags.READ\n\nFetches the tag results across the portal. If a tag has to be searched across all the modules, the value of the entity is -1."},"response":[{"id":"5b69e41a-b318-44f5-8f10-d90c9ecf7abe","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]}],"id":"cd7991d9-e1a1-40ed-a6c2-831fa386ec83"},{"name":"Events","item":[{"name":"Get My Events","id":"ece35106-b5eb-4fc4-9690-15df95665e80","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/myevents/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","myevents",""],"query":[{"key":"index","value":"","description":"Index number of the event.","disabled":true},{"key":"range","value":"","description":"Range of the events.","disabled":true},{"key":"status","value":"","description":"Status of the event must be open or closed.","disabled":true},{"key":"assignee","value":"","disabled":true},{"key":"project","value":"","disabled":true},{"key":"last_modified_time","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.events.READ"},"response":[]},{"name":"All Events","id":"da9c6b8a-8d67-4a29-bc00-ca0af4d7e95b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","description":"Index number of the event.","disabled":true},{"key":"range","value":"","description":"Range of the events.","disabled":true},{"key":"status","value":"","description":"Status of the event must be open or closed.","disabled":true},{"key":"assignee","value":"","disabled":true},{"key":"last_modified_time","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.events.READ\n\nGets all the events in the given project."},"response":[{"id":"81d6281b-69b9-42fe-bbdd-20767d0800e4","name":"All Events","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/?status=closed","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"status","value":"closed","description":"open|closed"},{"key":"assignee","value":"5629101","disabled":true},{"key":"last_modified_time","value":"1561022577000","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:04:04 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"2 hours\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Client meet\",\n            \"d_hour\": \"2 hours\",\n            \"duration_hour\": \"2 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567924000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660119\",\n            \"location\": \"North Plaza\",\n            \"scheduled_on_long\": 1541458800000,\n            \"id\": 170876000005660119,\n            \"scheduled_on\": \"11/06/2018 04:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly discussion\",\n            \"d_hour\": \"2 hours 30 mins\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1540567790000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005660115\",\n            \"location\": \"Kindle Conference Room\",\n            \"scheduled_on_long\": 1541178000000,\n            \"id\": 170876000005660115,\n            \"scheduled_on\": \"11/02/2018 10:30 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Royalty Club Engineers Meet\",\n            \"d_hour\": \"2 Days\",\n            \"duration_hour\": \"2 Days\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"10/13/2018\",\n            \"created_on\": 1539770252000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005582165\",\n            \"location\": \"Maple Block - Clara Hall\",\n            \"scheduled_on_long\": 1539273600000,\n            \"id\": 170876000005582165,\n            \"scheduled_on\": \"10/11/2018 09:30 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"rufus.david92 rufus.david92\",\n                    \"participant_id\": \"649332655\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Phase 1 Walk-through planning\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1538655537000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005240063\",\n            \"location\": \"Ground floor lobby\",\n            \"scheduled_on_long\": 1538690400000,\n            \"id\": 170876000005240063,\n            \"scheduled_on\": \"10/05/2018 03:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Kavitha Raj\",\n                    \"participant_id\": \"639282843\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Soil test\",\n            \"d_hour\": \"3 hours\",\n            \"duration_hour\": \"3 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1537424354000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000005508001\",\n            \"location\": \"\",\n            \"scheduled_on_long\": 1537540200000,\n            \"id\": 170876000005508001,\n            \"scheduled_on\": \"09/21/2018 08:00 PM\"\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Monthly site visit\",\n            \"d_hour\": \"2\",\n            \"duration_hour\": \"2 hours 30 mins\",\n            \"duration_minutes\": \"30\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1490773038000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004441001\",\n            \"location\": \"Donnelly Construction site\",\n            \"scheduled_on_long\": 1490850000000,\n            \"id\": 170876000004441001,\n            \"scheduled_on\": \"03/30/2017 10:30 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        },\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"on time\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"Weekly round up discussion\",\n            \"d_hour\": \"1\",\n            \"duration_hour\": \"1 hours 00 mins\",\n            \"duration_minutes\": \"00\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1487066136000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000004230143\",\n            \"location\": \"Conference Hall\",\n            \"scheduled_on_long\": 1487331000000,\n            \"id\": 170876000004230143,\n            \"scheduled_on\": \"02/17/2017 05:00 PM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                },\n                {\n                    \"participant_person\": \"kelvinw\",\n                    \"participant_id\": \"640012075\"\n                },\n                {\n                    \"participant_person\": \"delphinm\",\n                    \"participant_id\": \"640012842\"\n                },\n                {\n                    \"participant_person\": \"leesterd\",\n                    \"participant_id\": \"640013412\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Get Events Details","id":"d4d930e0-020b-4ba4-a5a9-da2424056666","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/:{{event_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",":{{event_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{event_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.events.READ"},"response":[{"id":"efbc1ee7-6d62-4e67-b4ea-c0ae4270096b","name":"Get Events Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/:{{event_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",":{{event_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{event_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 06:07:18 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"625"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"events\": [\n        {\n            \"occurrences\": 1,\n            \"reminder\": \"15 mins\",\n            \"occurred\": 0,\n            \"project\": {\n                \"name\": \"Donnelly Apartments Construction\",\n                \"id\": 170876000004154005\n            },\n            \"title\": \"test Meeting\",\n            \"d_hour\": \"1 hours\",\n            \"duration_hour\": \"1 hours\",\n            \"duration_minutes\": \"0\",\n            \"scheduled_on_to\": \"01/01/1970\",\n            \"created_on\": 1562587707000,\n            \"repeat\": \"only once\",\n            \"id_string\": \"170876000006958001\",\n            \"location\": \"west meeting hall\",\n            \"scheduled_on_long\": 1562646600000,\n            \"id\": 170876000006958001,\n            \"scheduled_on\": \"07/09/2019 10:00 AM\",\n            \"participants\": [\n                {\n                    \"participant_person\": \"Amritha Agrawal\",\n                    \"participant_id\": \"2063270\"\n                },\n                {\n                    \"participant_person\": \"Helen Collins\",\n                    \"participant_id\": \"639283127\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Add Event","id":"32d42d77-a457-49c6-baf2-904c940698fc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","contentType":"String","description":"Name of the event.","type":"text","disabled":true},{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the event.","type":"text","disabled":true},{"key":"hour","value":"","contentType":"String [hh]","description":"Hour of the event.","type":"text","disabled":true},{"key":"minutes","value":"","contentType":"String [mm]","description":"Minutes of the event.","type":"text","disabled":true},{"key":"ampm","value":"","contentType":"String","description":"am or pm of the event.","type":"text","disabled":true},{"key":"duration_hour","value":"","contentType":"String [hh]","description":"Duration of the event in hours.","type":"text","disabled":true},{"key":"duration_mins","value":"","contentType":"String [mm]","description":"Duration of the event in minutes.","type":"text","disabled":true},{"key":"participants","value":"","contentType":"Long","description":"Participants of the event. Multiple participants must be provided with comma separated user ID's.","type":"text","disabled":true},{"key":"remind_before","value":"","contentType":"String","description":"Reminder for the event. The reminder must be triggered to remind on time or 15 mins or 30 mins or 1 hour or 2 hours or 6 hours or 12 hours or 1 day.","type":"text","disabled":true},{"key":"repeat","value":"","contentType":"String","description":"Reminder occurrences for the event. It must be only once or everyday or everyweek or everymonth or everyyear.","type":"text","disabled":true},{"key":"nooftimes_repeat","value":"","contentType":"String","description":"Count of the reminder occurrence. It must be an integer value between 2 to 10.","type":"text","disabled":true},{"key":"location","value":"","contentType":"String","description":"Location of the event.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.events.CREATE"},"response":[]},{"name":"Update Event","id":"7ed4ae93-9e0a-4ac5-952b-0b43996c2296","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","contentType":"String","description":"Name of the event.","type":"text","disabled":true},{"key":"date","value":"","contentType":"String [MM-DD-YYYY]","description":"Date of the event.","type":"text","disabled":true},{"key":"hour","value":"","contentType":"String [hh]","description":"Hour of the event.","type":"text","disabled":true},{"key":"minutes","value":"","contentType":"String [mm]","description":"Minutes of the event.","type":"text","disabled":true},{"key":"ampm","value":"","contentType":"String","description":"am or pm of the event.","type":"text","disabled":true},{"key":"duration_hour","value":"","contentType":"String [hh]","description":"Duration of the event in hours.","type":"text","disabled":true},{"key":"duration_mins","value":"","contentType":"String [mm]","description":"Duration of the event in minutes.","type":"text","disabled":true},{"key":"participants","value":"","contentType":"Long","description":"Participants of the event. Multiple participants must be provided with comma separated user ID's.","type":"text","disabled":true},{"key":"remind_before","value":"","contentType":"String","description":"Reminder for the event. The reminder must be triggered to remind on time or 15 mins or 30 mins or 1 hour or 2 hours or 6 hours or 12 hours or 1 day.","type":"text","disabled":true},{"key":"repeat","value":"","contentType":"String","description":"Reminder occurrences for the event. It must be only once or everyday or everyweek or everymonth or everyyear.","type":"text","disabled":true},{"key":"nooftimes_repeat","value":"","contentType":"String","description":"Count of the reminder occurrence. It must be an integer value between 2 to 10.","type":"text","disabled":true},{"key":"location","value":"","contentType":"String","description":"Location of the event.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.events.UPDATE"},"response":[]},{"name":"Delete Event","id":"38dbef34-479a-4515-a752-79ad119b8187","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/events/:{{event_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","events",":{{event_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{event_id}}"}]},"description":"Scope: ZohoProjects.events.DELETE"},"response":[]}],"id":"f7ad1758-16f7-4d5e-bedb-983e69dde9bd"},{"name":"Forums","item":[{"name":"Forum Categories","item":[{"name":"All Forum Categories","id":"9309fd9b-48c8-4dfc-a1ac-abc059c9a271","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/categories/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","categories",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.forums.READ\n\nGets all the forum categories."},"response":[{"id":"8c058a40-f810-458c-a0cc-443eade7f896","name":"All Forum Categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/categories/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","categories",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:38:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"299"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"categories\": [\n        {\n            \"name\": \"Donnelly Apartments Construction\",\n            \"id\": \"170876000004154009\"\n        },\n        {\n            \"name\": \"Billing and expenses\",\n            \"id\": \"170876000004354011\"\n        },\n        {\n            \"name\": \"Post-Launch Activities\",\n            \"id\": \"170876000005594009\"\n        },\n        {\n            \"name\": \"Live Issues\",\n            \"id\": \"170876000005594019\"\n        },\n        {\n            \"name\": \"Finance\",\n            \"id\": \"170876000006845663\"\n        }\n    ]\n}"}]},{"name":"Add Category","id":"9fefba3e-dc21-4e72-909e-c7d99b35430d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_User_2}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","description":"Name of the forum category.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/categories/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","categories",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.forums.CREATE\n\nAdds the forum category."},"response":[]},{"name":"Update Category","id":"13942073-890d-41ab-856c-628ff63d8f3b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","description":"Name of the forum category.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/categories/:{{category_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","categories",":{{category_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{category_id}}","value":"","type":"string"}]}},"response":[]},{"name":"Delete Category","id":"93196647-8a9b-460c-940b-5482f51db3ba","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/categories/:{{category_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","categories",":{{category_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{category_id}}"}]},"description":"Scope: ZohoProjects.forums.DELETE\n\nDeletes a specific forum category."},"response":[]}],"id":"2b2da82e-5725-4c51-bad1-de1a386884e6"},{"name":"Comments - Forums","item":[{"name":"Get Forum Comments","id":"073cf60c-c796-4256-955a-52d14c0fc7da","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",""],"query":[{"key":"index","value":"String","description":"Index number of the forum comment.","disabled":true},{"key":"range","value":"String","description":"Range of the forum comments.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.READ\n\nGets all the forum comments."},"response":[{"id":"f457e084-ed05-481d-ab23-13dc44006535","name":"Get Forum Comments","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:44:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"comments\": [\n        {\n            \"post_date_long\": 1543234032432,\n            \"is_best_answer\": false,\n            \"attachments\": [],\n            \"level\": \"1\",\n            \"type\": \"normal\",\n            \"content\": \"Great read.\",\n            \"parent_posted_by\": \"-\",\n            \"posted_person\": \"Steve Banks\",\n            \"parent_id\": \"-\",\n            \"post_date\": \"11-26-2018\",\n            \"posted_by\": \"639284667\",\n            \"root_id\": \"-\",\n            \"post_date_format\": \"11-26-2018 05:37:12 PM\",\n            \"id\": 170876000005797211\n        },\n        {\n            \"post_date_long\": 1543235290896,\n            \"is_best_answer\": false,\n            \"attachments\": [\n                {\n                    \"file_url\": \"https://projectsapi.zoho.com/portal/zylker/apidl/saveAttachment/download?file=e33420f887dcfadb6fd381f204367f07fe4efc9778c9fef030aa98d21f783d18246d28cc0b01a837f9a4697722127ddcb2cb84e94a5990d8\",\n                    \"file_name\": \"ikr.jpg\",\n                    \"file_id\": 170876000005799589,\n                    \"is_image\": true\n                }\n            ],\n            \"level\": \"1\",\n            \"type\": \"normal\",\n            \"content\": \"Yes!\",\n            \"parent_posted_by\": \"-\",\n            \"posted_person\": \"Helen Collins\",\n            \"parent_id\": \"-\",\n            \"post_date\": \"11-26-2018\",\n            \"posted_by\": \"639283127\",\n            \"root_id\": \"-\",\n            \"post_date_format\": \"11-26-2018 05:58:10 PM\",\n            \"id\": 170876000005799585\n        },\n        {\n            \"post_date_long\": 1545042302706,\n            \"is_best_answer\": false,\n            \"attachments\": [],\n            \"level\": \"1\",\n            \"type\": \"normal\",\n            \"content\": \"This is a must read for all project managers.\",\n            \"parent_posted_by\": \"-\",\n            \"posted_person\": \"Helen Collins\",\n            \"parent_id\": \"-\",\n            \"post_date\": \"12-17-2018\",\n            \"posted_by\": \"639283127\",\n            \"root_id\": \"-\",\n            \"post_date_format\": \"12-17-2018 03:55:02 PM\",\n            \"id\": 170876000005886001\n        }\n    ]\n}"}]},{"name":"Add Forum Comments","id":"c1216173-98df-4d24-82b6-0e2635aff6a2","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","contentType":"String","description":"Content of the forum comment.","type":"text","disabled":true},{"key":"type","value":"","contentType":"String","description":"question/answer (If it is not a question or answer, the default type is \"normal\")","type":"text","disabled":true},{"key":"notify_users","value":"","contentType":"String","description":"Enter the user mail IDs to be notified (separate the mail IDs using comma.)","type":"text","disabled":true},{"key":"parent_id","value":"","contentType":"String","description":"Enter comment ID that needs to be replied to. ","type":"text","disabled":true},{"key":"uploadfile","contentType":"File","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.CREATE\n\nAdds the forum comment."},"response":[]},{"name":"Update Forum Comments","id":"8a778434-f899-41a6-bf66-ad459f0e7f61","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"content","value":"","contentType":"String","description":"Content of the updated forum comment.","type":"text","disabled":true},{"key":"uploadfile","contentType":"File","description":"File to be attached.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/:{{comment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",":{{comment_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"},{"key":"{{comment_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nUpdate a forum comment."},"response":[]},{"name":"Delete Forum Comments","id":"4a7a6eba-aa73-4b31-8950-b79c20164de0","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/:{{comment_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",":{{comment_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"},{"key":"{{comment_id}}"}]},"description":"Scope: ZohoProjects.forums.DELETE\n\nDeletes a specific comment in a specific forum."},"response":[]},{"name":"Delete attachments in a forum comment","id":"ef62d977-df6a-4ccc-8d48-744fe6f8dbc3","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/:{{comment_id}}/attachments?attachment_ids=","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",":{{comment_id}}","attachments"],"query":[{"key":"attachment_ids","value":""}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"},{"key":"{{comment_id}}"}]}},"response":[]},{"name":"Select As Best Answer","id":"7be687be-64a4-4b40-b279-ecda8217fd6f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/:{{comment_id}}/markbestanswer","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",":{{comment_id}}","markbestanswer"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"},{"key":"{{comment_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nSelect a comment as best answer."},"response":[]},{"name":"Unselect As Best Answer","id":"f51337b3-e16b-4f39-9a42-c8bdf41296c8","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/comments/:{{comment_id}}/markbestanswer","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","comments",":{{comment_id}}","markbestanswer"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"},{"key":"{{comment_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nUnselect a comment as best answer."},"response":[]}],"id":"49d7bb4d-1207-4aa8-ae9a-d1e3789bd6eb"},{"name":"All Forums","event":[{"listen":"test","script":{"id":"dbf41fbc-7e60-45d8-a4a9-d53524c787fd","exec":[""],"type":"text/javascript"}}],"id":"a4f9bd2f-74d3-4b25-88b6-fe36c27a6be8","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",""],"query":[{"key":"index","value":"","description":"Index number of the forum.","disabled":true},{"key":"range","value":"","description":"Range of the forums.","disabled":true},{"key":"category_id","value":"","description":"ID of the project category.","disabled":true},{"key":"flag","value":"","description":"internal | external","disabled":true},{"key":"type","value":"","description":"normal | question","disabled":true},{"key":"posted_by","value":"","disabled":true},{"key":"posted_time","value":"","disabled":true},{"key":"sticky","value":"","description":"true | false","disabled":true},{"key":"announcement","value":"","description":"true | false","disabled":true},{"key":"custom_date","value":"","description":"Ex:- {\n\t\"start_date\" : \"12-14-2019\",\n\t\"end_date\" : \"12-19-2019\"\n}","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.forums.READ\n\nGets all the forums in the given project."},"response":[{"id":"f3dea68d-2cc4-4701-a6da-5fa2d1f3d3df","name":"All Forums","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",""],"query":[{"key":"index","value":"1","disabled":true},{"key":"range","value":"8","disabled":true},{"key":"category_id","value":"4000000007013","disabled":true},{"key":"flag","value":"external","description":"internal | external","disabled":true},{"key":"type","value":"question","description":"normal | question","disabled":true},{"key":"posted_by","value":null,"disabled":true},{"key":"posted_time","value":null,"disabled":true},{"key":"commented_by","value":null,"disabled":true},{"key":"is_sticky","value":"fasle","description":"true | false","disabled":true},{"key":"is_announcement","value":"false","description":"true | false","disabled":true},{"key":"custom_date","value":null,"disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:08:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=54747B1BADEBAFF9BEA4DF5170AF3ADF; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"forums\": [\n        {\n            \"comment_count\": 3,\n            \"post_date_long\": 1539256655374,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005594001/\"\n                }\n            },\n            \"last_modified_date\": \"10-11-2018\",\n            \"last_activity_date\": \"12-17-2018\",\n            \"is_sticky_post\": true,\n            \"type\": \"question\",\n            \"content\": \"<p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" data-doc-id=\\\"7619944000000104036\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt;\\\">A project's scope&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">encompasses ever</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">y task, goal, and target you must accomplish before releasing a product or service with the features you laid out in the project's onset.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">So what happens when you're nearing the release date and your client requests a new feature that wasn't&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">part of the initial planning? If you ignore the request to maintain the scope of your project, you could upset the client. But if you accept and underestimate the complexity of the request you could end up missing your&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">deadline and going over budget. You have to find balance.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\",\\\"tc\\\":[{\\\"action\\\":\\\"ins\\\",\\\"time\\\":1461006089095,\\\"zuid\\\":\\\"25235028\\\"}]}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\",\\\"tc\\\":[{\\\"action\\\":\\\"ins\\\",\\\"time\\\":1461006089095,\\\"zuid\\\":\\\"25235028\\\"}]}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">This uncontrollable growth in the scope of your project is known as scope creep and it is a common&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">problem. Here are five causes of scope creep and how you can avoid them.&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700;\\\">Unclear project vision</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">In order to complete a project by the deadline, a succesful project manager has to have a clear vision.</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> The better you plan, the better the results. Every project will undergo changes at some point. Though you&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">are picky in approving the changes that are critical to the project's completion, if you aren't clear about the roadmap of your project, then you will be in an indecisive state.&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Early planning and a clear insight on the requirements will help your team go a long way.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Too&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">rigid or too flexible.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Too much freedom or no freedom at all is not the answer. Just ask any parent of a teenager. Similarly, you have to find the right balance in project management between being too flexible or not flexible at all.</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> Zero tolerance for changes&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">turns out to be a big problem when you have to bill on an hourly basis. Though you can keep adding hours till the job is done, it doesn't really add value to your project. The scope of the project will be taken for granted at the expense of time. Instead, leave some room for changes and bill for the project as a whole. It will not only keep the project open to minor changes, but also helps build a good reputation</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> with clients.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Failure to set the right expectations.</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">You can't always expect your&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">clients to give you a clear picture on what they want. When their expectations aren't conveyed properly, it&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">can lead to lot of rework and confusion. To counter this, you have to ask a lot of questions and conduct frequent discussions with them to&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">talk about the \\\"must-haves\\\" and \\\"nice-to-haves\\\" in your project. Get them involved at an early stage and relay their feedback to the respective teams at regular intervals. This way, you can avoid last minute rushes and create&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">a more relaxed environment free of unnecessary&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">stresses.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"bold\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"bold\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Know when to say no.</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">If you are a project manager who&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">says&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-style: italic;\\\">yes</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">,</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> to everything, your project is prone to scope creep. When changes are made at the eleventh hour, as a manager, you&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">have the power to control them. You have the power to either accept</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> them&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">and fit them into the same project's scope, or convert them into a mini project to be billed in the future. Decision making plays a significant role in avoiding scope creep, and you need to&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">know when to say no.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Poor communication</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">As your team grows in size,  communication may suffer&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">among team members. When issues arise, many people tend to pass the buck; creating unnecessary hassle in the team. To avoid this problem,  be on the look</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">-out for good project management tools that help you create and follow up tasks, send reminders, chat with team members, and generate reports. By emphasizing the importance of collaboration, you can eliminate communication breakdown across your team.&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Careful planning, smart decision making and clear communication can help you finish your projects o</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">n time, without scope creep getting in the way. Have your own tips on dealing with this problem? Let us know by commenting below.</span>\",\n            \"last_activity_time_long\": 1545042302706,\n            \"last_modified_time_long\": 1539256655374,\n            \"last_modified_time_format\": \"10-11-2018 04:47:35 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"12-17-2018 03:55:02 PM\",\n            \"post_date\": \"10-11-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"Five ways scope creep can derail your project\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-11-2018 04:47:35 PM\",\n            \"id\": \"170876000005594001\"\n        },\n        {\n            \"comment_count\": 0,\n            \"post_date_long\": 1539263386848,\n            \"category_name\": \"Post-Launch Activities\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005594013/\"\n                }\n            },\n            \"last_modified_date\": \"10-11-2018\",\n            \"last_activity_date\": \"10-11-2018\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"Dear team,<div><br></div><div>I am very happy to invite all of you for a grand success party owing to the launch of Zylker 6.0. We have scheduled it on the 18th of November 2018. We are expected to be at St.Andrews Hall by 4:30 pm. The evening will start with a music concert, some wine-n-dine, and a DJ night. See you there!</div><div><br></div><div>-Helen</div>\",\n            \"last_activity_time_long\": 1539263386848,\n            \"last_modified_time_long\": 1539263386848,\n            \"last_modified_time_format\": \"10-11-2018 06:39:46 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000005594009\",\n            \"last_activity_time_format\": \"10-11-2018 06:39:46 PM\",\n            \"post_date\": \"10-11-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"Zylker 6.0 Success Meet\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-11-2018 06:39:46 PM\",\n            \"id\": \"170876000005594013\"\n        },\n        {\n            \"comment_count\": 2,\n            \"post_date_long\": 1538571339623,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005547001/\"\n                }\n            },\n            \"last_modified_date\": \"10-03-2018\",\n            \"last_activity_date\": \"10-10-2018\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"We need to come up with giveaways and marketing materials for the upcoming EMC event- brochures, fliers, standees and whatever else you think might be great. As you all know. this event is huge for us. Please post your ideas here.\",\n            \"last_activity_time_long\": 1539157042896,\n            \"last_modified_time_long\": 1538571339623,\n            \"last_modified_time_format\": \"10-03-2018 06:25:39 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"10-10-2018 01:07:22 PM\",\n            \"post_date\": \"10-03-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"EMC 2018\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-03-2018 06:25:39 PM\",\n            \"id\": \"170876000005547001\"\n        },\n        {\n            \"comment_count\": 0,\n            \"post_date_long\": 1486723237495,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000004253037/\"\n                }\n            },\n            \"last_modified_date\": \"03-02-2017\",\n            \"last_activity_date\": \"03-02-2017\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"CAR\",\n            \"last_activity_time_long\": 1488447863936,\n            \"last_modified_time_long\": 1488447863936,\n            \"last_modified_time_format\": \"03-02-2017 03:14:23 PM\",\n            \"posted_person\": \"Kavitha Raj\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"03-02-2017 03:14:23 PM\",\n            \"post_date\": \"02-10-2017\",\n            \"is_announcement_post\": true,\n            \"name\": \"Employee Performance Evaluation Scheme\",\n            \"posted_by\": \"639282843\",\n            \"post_date_format\": \"02-10-2017 04:10:37 PM\",\n            \"id\": \"170876000004253037\"\n        }\n    ]\n}"}]},{"name":"Get Forum Details","id":"12118d7d-6981-4503-9b99-5d66b6c0db58","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}",""],"variable":[{"key":"{{portal_id}}","value":"","type":"string"},{"key":"{{project_id}}","value":"","type":"string"},{"key":"{{forum_id}}","value":"","type":"string"}]},"description":"Scope: ZohoProjects.forums.READ\n\nLists the forum details."},"response":[{"id":"6471ab46-9344-47ba-9ba1-24bfc0a07407","name":"Get Forum Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:18:29 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"949"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"forums\": [\n        {\n            \"comment_count\": 0,\n            \"post_date_long\": 1561034464102,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"external\",\n            \"attachments\": [],\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000006845653/\"\n                }\n            },\n            \"last_modified_date\": \"06-20-2019\",\n            \"last_activity_date\": \"06-20-2019\",\n            \"is_sticky_post\": true,\n            \"type\": \"question\",\n            \"content\": \"Scope Creep&nbsp;Scope Creep\",\n            \"last_activity_time_long\": 1561034464102,\n            \"last_modified_time_long\": 1561034464102,\n            \"last_modified_time_format\": \"06-20-2019 06:11:04 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"followers\": [\n                {\n                    \"name\": \"Fathima Yilmaz\",\n                    \"id\": 2060757\n                },\n                {\n                    \"name\": \"Chaitanya Mella\",\n                    \"id\": 629936858\n                }\n            ],\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"06-20-2019 06:11:04 PM\",\n            \"post_date\": \"06-20-2019\",\n            \"is_announcement_post\": false,\n            \"name\": \"Scope Creep\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"06-20-2019 06:11:04 PM\",\n            \"id\": \"170876000006845653\"\n        }\n    ]\n}"}]},{"name":"Add Forum","id":"d207a8ee-7953-4c72-bb1b-5ab874b96d47","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","description":"Name of the forum post.","type":"text","disabled":true},{"key":"content","value":"","contentType":"String","description":"Content of the forum post.","type":"text","disabled":true},{"key":"category_id","value":"","contentType":"Long","description":"ID of the project category.","type":"text","disabled":true},{"key":"notify","value":"","contentType":"String","description":"Enter the user mail IDs to be notified. (separate the mail IDs using comma.)","type":"text","disabled":true},{"key":"sticky","value":"","contentType":"Boolean","description":"true/false (True if the forum is made as sticky post or false if not.)","type":"text","disabled":true},{"key":"announcement","value":"","contentType":"Boolean","description":"true/false (True if the forum is posted as an announcement or false if not.)","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"internal/external (Internal if the forum is visible only to the project users or external if it is visible to both project and client users.) ","type":"text","disabled":true},{"key":"type","value":" ","contentType":"String","description":"question/normal (Question if it is a Q&A based or normal if it is a discussion.)","type":"text","disabled":true},{"key":"uploadfile","contentType":"File","description":"File to be uploaded in the forum.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.forums.CREATE\n\nAdds the forum post."},"response":[]},{"name":"Update Forum","id":"f3ece97b-a9cc-44a0-b1e7-f158758496a7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","description":"Name of the forum post.","type":"text","disabled":true},{"key":"content","value":"","contentType":"String","description":"Content of the forum post.","type":"text","disabled":true},{"key":"category_id","value":"","contentType":"Long","description":"ID of the project category.","type":"text","disabled":true},{"key":"sticky","value":"","contentType":"String","description":"true/false (To make the post as sticky or not.)","type":"text","disabled":true},{"key":"announcement","value":"","contentType":"String","description":"true/false (To post the forum as announcement or not.)","type":"text","disabled":true},{"key":"flag","value":"","contentType":"String","description":"internal/external (Internal if the forum is visible only to the project users and External if it is visible to both project and client users.) ","type":"text","disabled":true},{"key":"type","value":"","contentType":"String","description":"question/normal (Question if it is Q&A based and Normal if it is a discussion.)","type":"text","disabled":true},{"key":"uploadfile","contentType":"File","description":"File to be uploaded in the forum.","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nUpdates the forum post."},"response":[]},{"name":"Delete Forum","id":"c8a7d2b2-8954-4224-aa3a-1e2819f1cb27","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.DELETE\n\nDeletes the forum post."},"response":[]},{"name":"Delete attachments in a forum","id":"6329ab22-80fe-4a01-a8b7-19090c7bfbce","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/attachments","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","attachments"],"query":[{"key":"attachment_ids","value":"","description":"separated by comma","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"response":[]},{"name":"Follow Forum","id":"b15cf9e0-6521-4849-bd8b-a36b5ec5c45d","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/follow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","follow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nFollow a forum post."},"response":[{"id":"031a5da9-cb62-46db-80c1-bb3a1176374d","name":"Follow Forum","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/follow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","follow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:32:52 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"message\": \"You are already following this forum\"\n}"},{"id":"7480e263-108c-4d31-badf-efd5703ebed7","name":"Follow Forum","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/follow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","follow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:32:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"message\": \"You are now following this forum\"\n}"}]},{"name":"Unfollow Forum","id":"ba164763-4c2f-45ad-b753-83fc0e7bfdd0","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/unfollow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","unfollow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]},"description":"Scope: ZohoProjects.forums.UPDATE\n\nUnfollow a forum post."},"response":[{"id":"1eec3796-3569-49e7-b7c3-f22b4d3405b1","name":"Unfollow Forum","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/unfollow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","unfollow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:33:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"message\": \"You have already unfollowed this forum\"\n}"},{"id":"f94249bb-cb92-4956-a182-81df40d204ae","name":"Unfollow Forum","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/unfollow","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","unfollow"],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:33:26 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"message\": \"You have unfollowed this forum\"\n}"}]},{"name":"Get All Tasks for forum","event":[{"listen":"test","script":{"id":"e862dc85-1ef2-40ef-b18f-c4150a2c1e94","exec":[""],"type":"text/javascript"}}],"id":"529d0335-6437-43c8-84be-bf66cb7bea24","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/:{{forum_id}}/tasks","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",":{{forum_id}}","tasks"],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"},{"key":"{{forum_id}}"}]}},"response":[{"id":"987bebf1-13dd-48fb-8e10-ac7452449975","name":"All Forums","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/forums/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","forums",""],"query":[{"key":"index","value":"1","disabled":true},{"key":"range","value":"8","disabled":true},{"key":"category_id","value":"4000000007013","disabled":true},{"key":"flag","value":"external","description":"internal | external","disabled":true},{"key":"type","value":"question","description":"normal | question","disabled":true},{"key":"posted_by","value":null,"disabled":true},{"key":"posted_time","value":null,"disabled":true},{"key":"commented_by","value":null,"disabled":true},{"key":"is_sticky","value":"fasle","description":"true | false","disabled":true},{"key":"is_announcement","value":"false","description":"true | false","disabled":true},{"key":"custom_date","value":null,"disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 05:08:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=54747B1BADEBAFF9BEA4DF5170AF3ADF; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"forums\": [\n        {\n            \"comment_count\": 3,\n            \"post_date_long\": 1539256655374,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005594001/\"\n                }\n            },\n            \"last_modified_date\": \"10-11-2018\",\n            \"last_activity_date\": \"12-17-2018\",\n            \"is_sticky_post\": true,\n            \"type\": \"question\",\n            \"content\": \"<p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" data-doc-id=\\\"7619944000000104036\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt;\\\">A project's scope&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">encompasses ever</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">y task, goal, and target you must accomplish before releasing a product or service with the features you laid out in the project's onset.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">So what happens when you're nearing the release date and your client requests a new feature that wasn't&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">part of the initial planning? If you ignore the request to maintain the scope of your project, you could upset the client. But if you accept and underestimate the complexity of the request you could end up missing your&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">deadline and going over budget. You have to find balance.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\",\\\"tc\\\":[{\\\"action\\\":\\\"ins\\\",\\\"time\\\":1461006089095,\\\"zuid\\\":\\\"25235028\\\"}]}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\",\\\"tc\\\":[{\\\"action\\\":\\\"ins\\\",\\\"time\\\":1461006089095,\\\"zuid\\\":\\\"25235028\\\"}]}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">This uncontrollable growth in the scope of your project is known as scope creep and it is a common&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">problem. Here are five causes of scope creep and how you can avoid them.&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-weight: 700;\\\">Unclear project vision</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">In order to complete a project by the deadline, a succesful project manager has to have a clear vision.</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> The better you plan, the better the results. Every project will undergo changes at some point. Though you&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">are picky in approving the changes that are critical to the project's completion, if you aren't clear about the roadmap of your project, then you will be in an indecisive state.&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Early planning and a clear insight on the requirements will help your team go a long way.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Too&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">rigid or too flexible.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Too much freedom or no freedom at all is not the answer. Just ask any parent of a teenager. Similarly, you have to find the right balance in project management between being too flexible or not flexible at all.</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> Zero tolerance for changes&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">turns out to be a big problem when you have to bill on an hourly basis. Though you can keep adding hours till the job is done, it doesn't really add value to your project. The scope of the project will be taken for granted at the expense of time. Instead, leave some room for changes and bill for the project as a whole. It will not only keep the project open to minor changes, but also helps build a good reputation</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> with clients.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"none\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Failure to set the right expectations.</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">You can't always expect your&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">clients to give you a clear picture on what they want. When their expectations aren't conveyed properly, it&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">can lead to lot of rework and confusion. To counter this, you have to ask a lot of questions and conduct frequent discussions with them to&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">talk about the \\\"must-haves\\\" and \\\"nice-to-haves\\\" in your project. Get them involved at an early stage and relay their feedback to the respective teams at regular intervals. This way, you can avoid last minute rushes and create&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">a more relaxed environment free of unnecessary&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">stresses.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"bold\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"bold\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Know when to say no.</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">If you are a project manager who&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">says&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-style: italic;\\\">yes</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">,</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> to everything, your project is prone to scope creep. When changes are made at the eleventh hour, as a manager, you&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">have the power to control them. You have the power to either accept</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\"> them&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">and fit them into the same project's scope, or convert them into a mini project to be billed in the future. Decision making plays a significant role in avoiding scope creep, and you need to&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">know when to say no.</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><p class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2; margin-right: 0in; padding-left: 0px; margin-left: 0in;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: 700;\\\">Poor communication</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2;\\\"><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">As your team grows in size,  communication may suffer&nbsp;</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">among team members. When issues arise, many people tend to pass the buck; creating unnecessary hassle in the team. To avoid this problem,  be on the look</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">-out for good project management tools that help you create and follow up tasks, send reminders, chat with team members, and generate reports. By emphasizing the importance of collaboration, you can eliminate communication breakdown across your team.&nbsp;</span></p><p data-textformat=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" data_styles=\\\"{\\\"fv\\\":\\\"normal\\\",\\\"cs\\\":\\\"normal\\\",\\\"fw\\\":\\\"normal\\\",\\\"fgc\\\":\\\"rgb(0, 0, 0)\\\",\\\"type\\\":\\\"text\\\",\\\"fs\\\":\\\"normal\\\"}\\\" class=\\\"zw-paragraph\\\" style=\\\"line-height: 1.2;\\\"><span class=\\\"EOP\\\">&nbsp;</span></p><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">Careful planning, smart decision making and clear communication can help you finish your projects o</span><span style=\\\"font-family: arial, helvetica, sans-serif; font-size: 11pt; font-variant-numeric: normal; font-variant-east-asian: normal;\\\">n time, without scope creep getting in the way. Have your own tips on dealing with this problem? Let us know by commenting below.</span>\",\n            \"last_activity_time_long\": 1545042302706,\n            \"last_modified_time_long\": 1539256655374,\n            \"last_modified_time_format\": \"10-11-2018 04:47:35 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"12-17-2018 03:55:02 PM\",\n            \"post_date\": \"10-11-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"Five ways scope creep can derail your project\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-11-2018 04:47:35 PM\",\n            \"id\": \"170876000005594001\"\n        },\n        {\n            \"comment_count\": 0,\n            \"post_date_long\": 1539263386848,\n            \"category_name\": \"Post-Launch Activities\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005594013/\"\n                }\n            },\n            \"last_modified_date\": \"10-11-2018\",\n            \"last_activity_date\": \"10-11-2018\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"Dear team,<div><br></div><div>I am very happy to invite all of you for a grand success party owing to the launch of Zylker 6.0. We have scheduled it on the 18th of November 2018. We are expected to be at St.Andrews Hall by 4:30 pm. The evening will start with a music concert, some wine-n-dine, and a DJ night. See you there!</div><div><br></div><div>-Helen</div>\",\n            \"last_activity_time_long\": 1539263386848,\n            \"last_modified_time_long\": 1539263386848,\n            \"last_modified_time_format\": \"10-11-2018 06:39:46 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000005594009\",\n            \"last_activity_time_format\": \"10-11-2018 06:39:46 PM\",\n            \"post_date\": \"10-11-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"Zylker 6.0 Success Meet\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-11-2018 06:39:46 PM\",\n            \"id\": \"170876000005594013\"\n        },\n        {\n            \"comment_count\": 2,\n            \"post_date_long\": 1538571339623,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000005547001/\"\n                }\n            },\n            \"last_modified_date\": \"10-03-2018\",\n            \"last_activity_date\": \"10-10-2018\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"We need to come up with giveaways and marketing materials for the upcoming EMC event- brochures, fliers, standees and whatever else you think might be great. As you all know. this event is huge for us. Please post your ideas here.\",\n            \"last_activity_time_long\": 1539157042896,\n            \"last_modified_time_long\": 1538571339623,\n            \"last_modified_time_format\": \"10-03-2018 06:25:39 PM\",\n            \"posted_person\": \"Helen Collins\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"10-10-2018 01:07:22 PM\",\n            \"post_date\": \"10-03-2018\",\n            \"is_announcement_post\": true,\n            \"name\": \"EMC 2018\",\n            \"posted_by\": \"639283127\",\n            \"post_date_format\": \"10-03-2018 06:25:39 PM\",\n            \"id\": \"170876000005547001\"\n        },\n        {\n            \"comment_count\": 0,\n            \"post_date_long\": 1486723237495,\n            \"category_name\": \"Donnelly Apartments Construction\",\n            \"flag\": \"internal\",\n            \"link\": {\n                \"self\": {\n                    \"url\": \"https://projectsapi.zoho.com/restapi/portal/2063927/projects/170876000004154005/forums/170876000004253037/\"\n                }\n            },\n            \"last_modified_date\": \"03-02-2017\",\n            \"last_activity_date\": \"03-02-2017\",\n            \"is_sticky_post\": false,\n            \"type\": \"normal\",\n            \"content\": \"CAR\",\n            \"last_activity_time_long\": 1488447863936,\n            \"last_modified_time_long\": 1488447863936,\n            \"last_modified_time_format\": \"03-02-2017 03:14:23 PM\",\n            \"posted_person\": \"Kavitha Raj\",\n            \"category_id\": \"170876000004154009\",\n            \"last_activity_time_format\": \"03-02-2017 03:14:23 PM\",\n            \"post_date\": \"02-10-2017\",\n            \"is_announcement_post\": true,\n            \"name\": \"Employee Performance Evaluation Scheme\",\n            \"posted_by\": \"639282843\",\n            \"post_date_format\": \"02-10-2017 04:10:37 PM\",\n            \"id\": \"170876000004253037\"\n        }\n    ]\n}"}]}],"id":"885564bf-8cb3-4d9e-ba42-e2ca5554d131"},{"name":"Users","item":[{"name":"Portal Level","item":[{"name":"Client Company","item":[{"name":"Get Portal Clients","id":"175c5100-e258-4805-9994-d1df30b3d94f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[{"id":"45d2065b-2e6a-48ec-b1f7-a37baba6127f","name":"Get Portal Clients","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/?index&range","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients",""],"query":[{"key":"index","value":null},{"key":"range","value":null}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 13:48:45 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"iOS 10\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000003884007/projects\"\n                }\n            },\n            \"id\": 170876000003884007\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Universal Events\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000003941041/projects\"\n                }\n            },\n            \"id\": 170876000003941041,\n            \"users\": [\n                {\n                    \"name\": \"david.henry\",\n                    \"id\": \"636378540\",\n                    \"email\": \"david.henry@yahoo.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Lexcorp\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000003965017/projects\"\n                }\n            },\n            \"id\": 170876000003965017,\n            \"users\": [\n                {\n                    \"name\": \"patrick\",\n                    \"id\": \"636376518\",\n                    \"email\": \"patrick@nexus.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Leester Donnelly and Sons\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004176039/projects\"\n                }\n            },\n            \"id\": 170876000004176039,\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Daymart Complex Construction\",\n                            \"id\": 170876000004921003\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"Pearlyn Anugraha\",\n                    \"id\": \"41961758\",\n                    \"email\": \"pearlynjohnson@gmail.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Daymart Complex Construction\",\n                            \"id\": 170876000004921003\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"kelvinw\",\n                    \"id\": \"640012075\",\n                    \"email\": \"kelvinw@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Daymart Complex Construction\",\n                            \"id\": 170876000004921003\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"delphinm\",\n                    \"id\": \"640012842\",\n                    \"email\": \"delphinm@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Daymart Complex Construction\",\n                            \"id\": 170876000004921003\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"leesterd\",\n                    \"id\": \"640013412\",\n                    \"email\": \"leesterd@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"country\": \"US\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"8, Bay View Street\",\n            \"city\": \"CA\",\n            \"name\": \"Nexus - The Language Studio\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004241005/projects\"\n                }\n            },\n            \"id\": 170876000004241005,\n            \"users\": [\n                {\n                    \"name\": \"mike\",\n                    \"id\": \"641626736\",\n                    \"email\": \"mike@languagehub.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"name\": \"nolan\",\n                    \"id\": \"641627027\",\n                    \"email\": \"nolan@languagehub.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"2277976000000136087\",\n            \"name\": \"Bridgestone Corp\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004305037/projects\"\n                }\n            },\n            \"id\": 170876000004305037,\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Zylker&#39;s Product Launch Celebration\",\n                            \"id\": 170876000004143007\n                        }\n                    ],\n                    \"name\": \"Praveena M\",\n                    \"id\": \"46882857\",\n                    \"email\": \"vaish.aski@gmail.com\",\n                    \"crm_contact_id\": \"2277976000000136091\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"2277976000000183015\",\n            \"name\": \"Home Style\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004487005/projects\"\n                }\n            },\n            \"id\": 170876000004487005,\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Business Breakfast meeting\",\n                            \"id\": 170876000004028005\n                        },\n                        {\n                            \"name\": \"London Pet Drive\",\n                            \"id\": 170876000004720021\n                        },\n                        {\n                            \"name\": \"New York Pet Drive\",\n                            \"id\": 170876000004990406\n                        }\n                    ],\n                    \"name\": \"aa\",\n                    \"id\": \"442858\",\n                    \"email\": \"a@a.com\",\n                    \"crm_contact_id\": \"2277976000000183017\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Happy Pets\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004625003/projects\"\n                }\n            },\n            \"id\": 170876000004625003\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Jasmine\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004711003/projects\"\n                }\n            },\n            \"id\": 170876000004711003,\n            \"users\": [\n                {\n                    \"name\": \"jdsouza987\",\n                    \"id\": \"649997982\",\n                    \"email\": \"jdsouza987@gmail.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Jasmine\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004711007/projects\"\n                }\n            },\n            \"id\": 170876000004711007\n        },\n        {\n            \"crm_account_id\": \"2277976000000337042\",\n            \"name\": \"Kevin and Sarah's\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004711023/projects\"\n                }\n            },\n            \"id\": 170876000004711023,\n            \"users\": [\n                {\n                    \"name\": \"kevinsmith88\",\n                    \"id\": \"649999295\",\n                    \"email\": \"kevinsmith88@gmail.com\",\n                    \"crm_contact_id\": \"2277976000000337044\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"2277976000000349032\",\n            \"name\": \"Frank's House Construction\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004734015/projects\"\n                }\n            },\n            \"id\": 170876000004734015,\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Frank-House Construction\",\n                            \"id\": 170876000004736005\n                        }\n                    ],\n                    \"name\": \"frankxavier006\",\n                    \"id\": \"650334175\",\n                    \"email\": \"frankxavier006@gmail.com\",\n                    \"crm_contact_id\": \"2277976000000349028\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Frank Xavier\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004747003/projects\"\n                }\n            },\n            \"id\": 170876000004747003\n        },\n        {\n            \"crm_account_id\": \"2277976000000360019\",\n            \"name\": \"Frank- House Construction\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004750015/projects\"\n                }\n            },\n            \"id\": 170876000004750015,\n            \"users\": [\n                {\n                    \"name\": \"frank006\",\n                    \"id\": \"650838421\",\n                    \"email\": \"frank006@gmail.com\",\n                    \"crm_contact_id\": \"2277976000000360023\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Software UI\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000004850009/projects\"\n                }\n            },\n            \"id\": 170876000004850009\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Zoho \",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000005492312/projects\"\n                }\n            },\n            \"id\": 170876000005492312,\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"ZPhones\",\n                            \"id\": 170876000006061251\n                        }\n                    ],\n                    \"name\": \"malathie.c+maals\",\n                    \"id\": \"670061241\",\n                    \"email\": \"malathie.c+maals@zohocorp.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Budgetting\",\n                            \"id\": 170876000000008005\n                        },\n                        {\n                            \"name\": \"Logistics\",\n                            \"id\": 170876000000307037\n                        },\n                        {\n                            \"name\": \"ZPhones\",\n                            \"id\": 170876000006061251\n                        }\n                    ],\n                    \"name\": \"malathie1597\",\n                    \"id\": \"675234732\",\n                    \"email\": \"malathie1597@gmail.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"country\": \"India\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"15/16\",\n            \"city\": \"Coimbatore\",\n            \"name\": \"ClientCompanyName\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000005528013/projects\"\n                }\n            },\n            \"second_address\": \"Othakalmandapam\",\n            \"id\": 170876000005528013,\n            \"state\": \"TamilNadu\",\n            \"zip_code\": \"642032\"\n        },\n        {\n            \"country\": \"India\",\n            \"crm_account_id\": \"\",\n            \"city\": \"Chennai\",\n            \"name\": \"Rufus \",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000005531001/projects\"\n                }\n            },\n            \"id\": 170876000005531001,\n            \"state\": \"Tamil Nadu\",\n            \"zip_code\": \"600072\",\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        }\n                    ],\n                    \"name\": \"rufus.david92 rufus.david92\",\n                    \"id\": \"649332655\",\n                    \"email\": \"rufus.david92@gmail.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"country\": \"United States of America\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"21, Maple Bay View Lane\",\n            \"city\": \"San Jose\",\n            \"name\": \"Dine n Dance\",\n            \"link\": {\n                \"associated_projects\": {\n                    \"url\": \"https://projects.zoho.com/restapi/portal/2063927/clients/170876000005540541/projects\"\n                }\n            },\n            \"second_address\": \"Santa Clara\",\n            \"id\": 170876000005540541,\n            \"state\": \"California\",\n            \"zip_code\": \"95110\",\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Brochure design\",\n                            \"id\": 170876000002843011\n                        },\n                        {\n                            \"name\": \"Business Breakfast meeting\",\n                            \"id\": 170876000004028005\n                        }\n                    ],\n                    \"name\": \"support\",\n                    \"id\": \"641626759\",\n                    \"email\": \"support@dinendance.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Brochure design\",\n                            \"id\": 170876000002843011\n                        }\n                    ],\n                    \"name\": \"Kaushik KR\",\n                    \"id\": \"668495355\",\n                    \"email\": \"kaushik.kr@zohocorp.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Brochure design\",\n                            \"id\": 170876000002843011\n                        }\n                    ],\n                    \"name\": \"duke.j\",\n                    \"id\": \"675926474\",\n                    \"email\": \"duke.j@dinendance.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Get Portal Client Details","id":"05279081-25ac-487f-a540-b48d617a1786","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[{"id":"a792b291-07a7-48e7-bb54-9096215de464","name":"Get Portal Client Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 14:17:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=F452AF97886861488B12350B2BC33D56; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"country\": \"\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"\",\n            \"city\": \"\",\n            \"associated_projects\": [\n                {\n                    \"name\": \"Zylker Product Launch\",\n                    \"id\": 170876000002977005\n                },\n                {\n                    \"name\": \"Zapier Integration\",\n                    \"id\": 170876000003686005\n                },\n                {\n                    \"name\": \"Donnelly Apartments Construction\",\n                    \"id\": 170876000004154005\n                },\n                {\n                    \"name\": \"Project template test\",\n                    \"id\": 170876000004881115\n                },\n                {\n                    \"name\": \"IDC Project template test\",\n                    \"id\": 170876000004885019\n                },\n                {\n                    \"name\": \"Office Renovation\",\n                    \"id\": 170876000005047021\n                },\n                {\n                    \"name\": \"Nakshatra Duplex\",\n                    \"id\": 170876000005838007\n                },\n                {\n                    \"name\": \"Supermarket Construction\",\n                    \"id\": 170876000005962023\n                },\n                {\n                    \"name\": \"Insurance renewal\",\n                    \"id\": 170876000006985007\n                }\n            ],\n            \"name\": \"Leester Donnelly and Sons\",\n            \"second_address\": \"\",\n            \"id\": 170876000004176039,\n            \"web_address\": \"\",\n            \"state\": \"\",\n            \"zip_code\": \"\",\n            \"users\": [\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"kelvinw\",\n                    \"id\": \"640012075\",\n                    \"email\": \"kelvinw@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"delphinm\",\n                    \"id\": \"640012842\",\n                    \"email\": \"delphinm@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"associated_projects\": [\n                        {\n                            \"name\": \"Donnelly Apartments Construction\",\n                            \"id\": 170876000004154005\n                        },\n                        {\n                            \"name\": \"Project template test\",\n                            \"id\": 170876000004881115\n                        },\n                        {\n                            \"name\": \"IDC Project template test\",\n                            \"id\": 170876000004885019\n                        },\n                        {\n                            \"name\": \"Office Renovation\",\n                            \"id\": 170876000005047021\n                        },\n                        {\n                            \"name\": \"Nakshatra Duplex\",\n                            \"id\": 170876000005838007\n                        },\n                        {\n                            \"name\": \"Supermarket Construction\",\n                            \"id\": 170876000005962023\n                        }\n                    ],\n                    \"name\": \"leesterd\",\n                    \"id\": \"640013412\",\n                    \"email\": \"leesterd@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Add Client Company to portal","id":"23b42956-a1ba-4078-b8f9-407894579bd9","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","contentType":"String","type":"text","disabled":true},{"key":"work_projects","value":"","contentType":"String","type":"text","disabled":true},{"key":"contact_email","value":"","contentType":"String","type":"text","disabled":true},{"key":"web_address","value":"","contentType":"String","type":"text","disabled":true},{"key":"first_address","value":"","contentType":"String","type":"text","disabled":true},{"key":"second_address","value":"","contentType":"String","type":"text","disabled":true},{"key":"city","value":"","contentType":"String","type":"text","disabled":true},{"key":"state","value":"","contentType":"String","type":"text","disabled":true},{"key":"country","value":"","contentType":"String","type":"text","disabled":true},{"key":"zip_code","value":"","contentType":"String","type":"text","disabled":true},{"key":"primary_client","value":"","contentType":"String","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients",""],"variable":[{"key":"{{portal_id}}"}]},"description":"CLIENT_COMPANY_ID is obtained from Get Portal Users API."},"response":[{"id":"d85d8ef4-a234-4355-b98d-ede8e3f83ac2","name":"Add Client Company to portal","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/?name=Hard ware Developers&work_projects&contact_email=jack@hdcorp.com&web_address=www.hdcorp.com&first_address=first address&second_address=second address&city=Chennai&state=Tamilnadu&country=India&zip_code=600028&primary_client","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients",""],"query":[{"key":"name","value":"Hard ware Developers","description":"*type=\"String\""},{"key":"work_projects","value":null},{"key":"contact_email","value":"jack@hdcorp.com"},{"key":"web_address","value":"www.hdcorp.com","description":"type=\"String\""},{"key":"first_address","value":"first address","description":"type=\"String\""},{"key":"second_address","value":"second address","description":"type=\"String\""},{"key":"city","value":"Chennai","description":"type=\"String\""},{"key":"state","value":"Tamilnadu","description":"type=\"String\""},{"key":"country","value":"India","description":"type=\"String\""},{"key":"zip_code","value":"600028","description":"type=\"String\""},{"key":"primary_client","value":null,"description":"regex=\"yes|no\""}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 14:02:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"country\": \"India\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"first address\",\n            \"city\": \"Chennai\",\n            \"name\": \"Hard ware Developers\",\n            \"second_address\": \"second address\",\n            \"id\": 170876000006265001,\n            \"state\": \"Tamilnadu\",\n            \"zip_code\": \"600028\"\n        }\n    ]\n}"}]},{"name":"update Portal Client Details","id":"711ed677-ecda-41d4-ab87-b7d849418e1e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\" : \"Client comp 1\",\n\t\"projects\" : [4000000005013,4000000005013],\n\t\"web_address\" : \"web_address.com\",\n\t\"first_address\" : \"\",\n\t\"second_address\" : \"\",\n\t\"city\" : \"cty\",\n\t\"state\" : \"12345678901234567890123456789012345678901234567890\",\n\t\"country\" : \"ctry\",\n\t\"zip_code\" : \"12345678901234567890\"\n}"},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}"],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Delete Portal Client Company","id":"a7454288-2c63-43aa-a02e-665469a2d378","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[]}],"id":"d5c12907-b7ee-4922-81af-b8f24957af94"},{"name":"Users","item":[{"name":"Get Portal Users","id":"feb0104d-3e79-4a29-8430-6ee74f0af724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users",""],"query":[{"key":"user_type","value":"","description":"active | inactive |all - By default, the active users will be listed.","disabled":true},{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Get Portal User Details","id":"441200af-a8b7-4629-9e04-6721d5db7bb8","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_1}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_1}}",""],"query":[{"key":"user_type","value":"","description":"project|client","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Add User in Portal","id":"a5a6de1a-e66e-4d7c-8f91-31b16605e9d5","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"","type":"text","disabled":true},{"key":"role","value":"","type":"text","disabled":true},{"key":"profileid","value":"","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Add User in Portal","id":"099c606b-97f5-4497-adb4-bb67a51f6ac3","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"balaji.ramesh@zohocorp.com","type":"text"},{"key":"roleid","value":"170876000004915005","type":"text"},{"key":"profileid","value":"170876000004602146","type":"text"},{"key":"work_projects","value":"","type":"text","disabled":true},{"key":"invoice_rate","value":"10","type":"text"}]},"url":"{{base_url}}/portal/{{portal_id}}/users/"},"response":[{"id":"26be4765-ef42-4603-9074-be383d75020a","name":"Add User in Portal","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"balaji.ramesh@zohocorp.com","description":"Email of user to add","type":"text"},{"key":"roleid","value":"","description":"Long - Specify Role ID. role_id is obtained from Get Roles API.","type":"text"},{"key":"profileid","value":"","description":"Long - Specify Profile ID. profile_id is obtained from Get Portal Users API.","type":"text"},{"key":"work_projects","value":"","description":"Long - Multiple project IDs are separated using comma.","type":"text"},{"key":"invoice_rate","value":"10","description":"Specify an invoice rate. Example 50.000","type":"text"}]},"url":"{{base_url}}/restapi/portal/{{portal_id}}/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Thu, 24 Mar 2022 12:12:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"private,no-cache,no-store,max-age=0,must-revalidate"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=63072000"}],"cookie":[],"body":"{\n    \"users\": [\n        {\n            \"role_name\": \"Employee\",\n            \"zpuid\": \"170876000012709013\",\n            \"profile_name\": \"Contractor\",\n            \"role\": \"Contractor\",\n            \"profile_type\": \"8\",\n            \"role_id\": \"170876000004915005\",\n            \"profile_id\": \"170876000004602146\",\n            \"name\": \"Balaji R\",\n            \"active\": true,\n            \"id\": \"705171569\",\n            \"reporting_to\": 170876000007981001,\n            \"email\": \"balaji.ramesh@zohocorp.com\"\n        }\n    ]\n}"}]},{"name":"Update Portal User","id":"0f8fbc62-2b12-431f-81eb-8a3ff20e3c03","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"profile_id\" : \"1265885000000015140\",\n\t\"role_id\" : \"1265885000000017003\",\n\t\"project_ids\" : [1265885000000214141]\n}"},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_2}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_2}}"],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope ZohoProjects.users.UPDATE\n\nUpdate a user in the portal."},"response":[{"id":"c414b970-9b3b-48a0-8ff9-945791fb286f","name":"Update Portal User","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"profile_id\" : \"1265885000000015140\",\n\t\"role_id\" : \"1265885000000017003\",\n\t\"project_ids\" : [1265885000000214141]\n}"},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_2}}","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_2}}"],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 13:40:17 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"353"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"users\": [\n        {\n            \"role_name\": \"Manager\",\n            \"profile_name\": \"Manager\",\n            \"role\": \"Manager\",\n            \"profile_type\": \"6\",\n            \"role_id\": \"1265885000000017003\",\n            \"profile_id\": \"1265885000000015140\",\n            \"associated_projects\": [\n                {\n                    \"project_id\": \"1265885000000214141\",\n                    \"project_name\": \"Gantt Chart\"\n                }\n            ],\n            \"name\": \"arun.palanisamy+2\",\n            \"active\": true,\n            \"id\": \"669857953\",\n            \"email\": \"arun.palanisamy+2@zohocorp.com\"\n        }\n    ]\n}"}]},{"name":"Delete User from a Portal","id":"f8a4c9c6-669f-4eb3-a7aa-a2fbb45c38cd","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_User_4}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_id}}",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Activate / Deactivate user","id":"7b25cde8-5bd4-4ec4-aa6d-f5908857d5fc","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"activate","value":"","contentType":"Long","type":"text","disabled":true},{"key":"deactivate","value":"","contentType":"Long","type":"text","disabled":true},{"key":"activate_client","value":"","type":"text","disabled":true},{"key":"deactivate_client","value":"","type":"text","disabled":true},{"key":"notify","value":"","description":"true|false","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/activate","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","activate"],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Get remaining no. of users in a portal","id":"dc491de0-61b4-4c60-920b-ef3d1dd1ec6f","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/availcount/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","availcount",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Get Projects associated to a User","id":"d75f77e2-dfc8-4b94-9383-dd9b810784d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_id}}/projects/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_id}}","projects",""],"query":[{"key":"index","value":"1","disabled":true},{"key":"range","value":"200","disabled":true},{"key":"search_term","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[{"id":"430ed09b-1f2c-4476-bee7-f4fc45ca5e99","name":"Get Projects associated to a User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/{{user_id}}/projects/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","{{user_id}}","projects",""],"query":[{"key":"index","value":"1","disabled":true},{"key":"range","value":"200","disabled":true},{"key":"search_term","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 12:55:18 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"175"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=6335987FB489178E14A5B1A7F6C731B7; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"associated_projects\": [\n        {\n            \"end_date\": \"\",\n            \"name\": \"Custom fields in project\",\n            \"id_string\": \"170876000007520089\",\n            \"is_strict_project\": false,\n            \"id\": 170876000007520089,\n            \"start_date\": \"\"\n        }\n    ]\n}"}]},{"name":"Get remaining no. of users in a portal","id":"2f063374-4ce8-42c8-bfae-37697aed8908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"file","file":{}},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/availcount","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","availcount"],"variable":[{"key":"{{portal_id}}"}]},"description":"Fetches the remaining no. of users to be added in a specific portal."},"response":[{"id":"00a0e46f-9fc5-4255-9e70-17f37c4e2759","name":"Get available User count in Portal","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/users/availcount","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","users","availcount"],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 14:26:37 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=347AB81F61713245CB1CF8CE4430A49D; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"available_user_count\": \"954\"\n}"}]}],"id":"7eb15354-74f7-44bc-a830-4a3736a48201"}],"id":"1abaa0ea-948f-46d9-a4d2-e8b69b116077","event":[{"listen":"prerequest","script":{"id":"3bc15ca5-705f-4077-b723-04b6fb7158b5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bbef9efa-a5f6-462e-bc0d-900471e738c8","type":"text/javascript","exec":[""]}}]},{"name":"Project Level","item":[{"name":"Client Company","item":[{"name":"Get Project Clients","id":"a1cf6588-b414-4e8a-ad1c-7032e2e95b1b","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[{"id":"2a47c47a-3668-404f-95f0-85484ed166a6","name":"Get Project Clients","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/?index&range","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients",""],"query":[{"key":"index","value":null},{"key":"range","value":null}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 12:49:37 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=83A569503C3FFB76E826E59747DABA73; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"crm_account_id\": \"2277976000000360019\",\n            \"name\": \"Frank- House Construction\",\n            \"id\": 170876000004750015,\n            \"users\": [\n                {\n                    \"name\": \"frank006\",\n                    \"id\": \"650838421\",\n                    \"email\": \"frank006@gmail.com\",\n                    \"crm_contact_id\": \"2277976000000360023\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Leester Donnelly and Sons\",\n            \"id\": 170876000004176039,\n            \"users\": [\n                {\n                    \"name\": \"kelvinw\",\n                    \"id\": \"640012075\",\n                    \"email\": \"kelvinw@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"name\": \"delphinm\",\n                    \"id\": \"640012842\",\n                    \"email\": \"delphinm@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"name\": \"leesterd\",\n                    \"id\": \"640013412\",\n                    \"email\": \"leesterd@donnelly.com\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"country\": \"India\",\n            \"crm_account_id\": \"\",\n            \"city\": \"Chennai\",\n            \"name\": \"Rufus \",\n            \"id\": 170876000005531001,\n            \"state\": \"Tamil Nadu\",\n            \"zip_code\": \"600072\",\n            \"users\": [\n                {\n                    \"name\": \"rufus.david92 rufus.david92\",\n                    \"id\": \"649332655\",\n                    \"email\": \"rufus.david92@gmail.com\",\n                    \"crm_contact_id\": \"\"\n                },\n                {\n                    \"name\": \"Rufus yahoo\",\n                    \"id\": \"671446050\",\n                    \"email\": \"un39240932487920589r49id\",\n                    \"crm_contact_id\": \"\"\n                }\n            ]\n        },\n        {\n            \"crm_account_id\": \"\",\n            \"name\": \"Universal Events\",\n            \"id\": 170876000003941041\n        }\n    ]\n}"}]},{"name":"Get Project Client Details","id":"eda14965-3a22-4116-a99b-977300f731ff","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[{"id":"4f7f3b66-b415-4df7-9ed8-7ab58bc26f88","name":"Get Project Client Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 12:50:19 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=367186156162BAEB3AC15C42DB4031B2; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"country\": \"India\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"first address\",\n            \"city\": \"Chennai\",\n            \"name\": \"Hard ware Developers\",\n            \"second_address\": \"second address\",\n            \"id\": 170876000006265001,\n            \"web_address\": \"www.hdcorp.com\",\n            \"state\": \"Tamilnadu\",\n            \"zip_code\": \"600028\"\n        }\n    ]\n}"}]},{"name":"Get Projects associated to a Client Company","id":"31b1c770-c583-4cc2-974f-da15618d7299","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/projects","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}","projects"],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"search_term","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[{"id":"0833c20d-1e3a-4f7d-a0cd-fab31ecf8a45","name":"Get Projects associated to a Client Company","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/projects?index&range","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}","projects"],"query":[{"key":"index","value":null},{"key":"range","value":null},{"key":"search_term","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 12:52:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=30C9E92BDFB13E8D302E2140F0BB7F48; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"associated_projects\": [\n        {\n            \"end_date\": \"05/17/2019\",\n            \"name\": \"Zylker Product Launch\",\n            \"id_string\": \"170876000002977005\",\n            \"is_strict_project\": false,\n            \"id\": 170876000002977005,\n            \"start_date\": \"04/02/2019\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Zapier Integration\",\n            \"id_string\": \"170876000003686005\",\n            \"is_strict_project\": false,\n            \"id\": 170876000003686005,\n            \"start_date\": \"\"\n        },\n        {\n            \"end_date\": \"01/30/2019\",\n            \"name\": \"Donnelly Apartments Construction\",\n            \"id_string\": \"170876000004154005\",\n            \"is_strict_project\": false,\n            \"id\": 170876000004154005,\n            \"start_date\": \"03/28/2018\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Project template test\",\n            \"id_string\": \"170876000004881115\",\n            \"is_strict_project\": false,\n            \"id\": 170876000004881115,\n            \"start_date\": \"10/24/2017\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"IDC Project template test\",\n            \"id_string\": \"170876000004885019\",\n            \"is_strict_project\": false,\n            \"id\": 170876000004885019,\n            \"start_date\": \"10/24/2017\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Office Renovation\",\n            \"id_string\": \"170876000005047021\",\n            \"is_strict_project\": false,\n            \"id\": 170876000005047021,\n            \"start_date\": \"03/13/2018\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Nakshatra Duplex\",\n            \"id_string\": \"170876000005838007\",\n            \"is_strict_project\": false,\n            \"id\": 170876000005838007,\n            \"start_date\": \"12/06/2018\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Supermarket Construction\",\n            \"id_string\": \"170876000005962023\",\n            \"is_strict_project\": false,\n            \"id\": 170876000005962023,\n            \"start_date\": \"12/01/2018\"\n        },\n        {\n            \"end_date\": \"\",\n            \"name\": \"Insurance renewal\",\n            \"id_string\": \"170876000006985007\",\n            \"is_strict_project\": false,\n            \"id\": 170876000006985007,\n            \"start_date\": \"\"\n        }\n    ]\n}"}]},{"name":"Add Existing Client Company in Portal to Project","id":"60f149a6-83ab-4b01-b44b-7c5313c60bc6","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"company_id","value":"4000000015029","contentType":"Long","type":"text","disabled":true},{"key":"primary_client","value":"","description":"yes|no","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[{"id":"ee3d1759-9f15-4775-9e72-1653de271664","name":"Add Existing Client Company in Portal to Project","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/?company_id=170876000004241005","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients",""],"query":[{"key":"company_id","value":"170876000004241005","description":"long"},{"key":"primary_client","value":null,"description":"yes|no","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 14:00:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"clients\": [\n        {\n            \"country\": \"US\",\n            \"crm_account_id\": \"\",\n            \"first_address\": \"8, Bay View Street\",\n            \"city\": \"CA\",\n            \"name\": \"Nexus - The Language Studio\",\n            \"id\": 170876000004241005\n        }\n    ]\n}"}]},{"name":"Delete Project Client Company","id":"149cc243-3f83-44da-8d22-3c6dbe9ec8fa","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/clients/{{client_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","clients","{{client_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"CLIENT_COMPANY_ID is obtained from Get Portal Users API."},"response":[]}],"id":"01d7b43c-46fa-439f-a1c9-e1d5f0dee00e"},{"name":"Users","item":[{"name":"Get project users","event":[{"listen":"prerequest","script":{"id":"3dabd69c-4563-4712-80ef-f7ddcee940d2","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"d64ef337-83f6-42e9-9b71-ee73cffa5627","exec":[""],"type":"text/javascript"}}],"id":"5590c54a-3b7e-4043-8356-7887ff919920","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/users/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","users",""],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"user_type","value":"","description":"active | inactive |all - By default, the active users will be listed.","disabled":true},{"key":"last_modified_time","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[{"id":"915a39a6-c4ce-4896-a9b9-af5a2fda755a","name":"Get project users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/users/?user_type=all&index=1&range=10","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","users",""],"query":[{"key":"user_type","value":"all","description":"active | inactive |all - By default, the active users will be listed."},{"key":"index","value":"1"},{"key":"range","value":"10"}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 29 Oct 2019 10:24:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"users\": [\n        {\n            \"profile_type\": \"2\",\n            \"role\": \"admin\",\n            \"portal_role_name\": \"Administrator\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602137\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Eduardo Vargas\",\n            \"portal_profile_name\": \"Admin\",\n            \"portal_role_id\": \"170876000004915001\",\n            \"id\": \"2060557\",\n            \"invoice\": \"80.000\",\n            \"email\": \"eduardov@zillum.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"7\",\n            \"role\": \"Employee\",\n            \"portal_role_name\": \"Employee\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602143\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Jasmine Jasmine Frank\",\n            \"portal_profile_name\": \"Employee\",\n            \"portal_role_id\": \"170876000004915005\",\n            \"id\": \"2060559\",\n            \"invoice\": \"50.000\",\n            \"email\": \"jasminef@zillum.com\",\n            \"chat_access\": false\n        },\n        {\n            \"profile_type\": \"-1\",\n            \"role\": \"hiddennew1530640662000\",\n            \"portal_role_name\": \"Manager\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000005372001\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Fathima Yilmaz\",\n            \"portal_profile_name\": \"Manager\",\n            \"portal_role_id\": \"170876000004915003\",\n            \"id\": \"2060757\",\n            \"invoice\": \"60.000\",\n            \"email\": \"fatimay@zillum.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"-1\",\n            \"role\": \"Employee\",\n            \"portal_role_name\": \"Employee\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000006631041\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Patricia Boyle\",\n            \"portal_profile_name\": \"Employee\",\n            \"portal_role_id\": \"170876000004915005\",\n            \"id\": \"2060758\",\n            \"invoice\": \"30.000\",\n            \"email\": \"patriciab@zillum.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"-1\",\n            \"role\": \"hiddennew1550756724000\",\n            \"portal_role_name\": \"Manager\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000006175331\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Einhard Klein\",\n            \"portal_profile_name\": \"Manager\",\n            \"portal_role_id\": \"170876000004915003\",\n            \"id\": \"2060761\",\n            \"invoice\": \"60.000\",\n            \"email\": \"dieterk@zillum.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"2\",\n            \"role\": \"admin\",\n            \"portal_role_name\": \"Administrator\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602137\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Amritha Agrawal\",\n            \"portal_profile_name\": \"Admin\",\n            \"portal_role_id\": \"170876000004915001\",\n            \"id\": \"2063270\",\n            \"invoice\": \"40.000\",\n            \"email\": \"igrawal@zillum.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"2\",\n            \"role\": \"admin\",\n            \"portal_role_name\": \"Administrator\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602137\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Prameena Subramanian\",\n            \"portal_profile_name\": \"Admin\",\n            \"portal_role_id\": \"170876000004915001\",\n            \"id\": \"4275987\",\n            \"invoice\": \"40.000\",\n            \"email\": \"prameena.s@zohocorp.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"2\",\n            \"role\": \"admin\",\n            \"portal_role_name\": \"Administrator\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602137\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Faiyazudeen Imtiyazudeen\",\n            \"portal_profile_name\": \"Admin\",\n            \"portal_role_id\": \"170876000004915001\",\n            \"id\": \"22142978\",\n            \"invoice\": \"40.000\",\n            \"email\": \"faiyazudeen.i@zohocorp.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"-1\",\n            \"role\": \"hiddennew1551759620000\",\n            \"portal_role_name\": \"Employee\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000006359239\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Sathyanarayanan Singaravelu\",\n            \"portal_profile_name\": \"Employee\",\n            \"portal_role_id\": \"170876000004915005\",\n            \"id\": \"35246316\",\n            \"invoice\": \"40.000\",\n            \"email\": \"sathyanarayanan.sg@zohocorp.com\",\n            \"chat_access\": true\n        },\n        {\n            \"profile_type\": \"2\",\n            \"role\": \"admin\",\n            \"portal_role_name\": \"Administrator\",\n            \"active\": true,\n            \"currency_code\": \"USD\",\n            \"project_profile_id\": \"170876000004602137\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Navaneeth Suresh K\",\n            \"portal_profile_name\": \"Admin\",\n            \"portal_role_id\": \"170876000004915001\",\n            \"id\": \"37053659\",\n            \"invoice\": \"0.000\",\n            \"email\": \"navaneeth.s@zohocorp.com\",\n            \"chat_access\": true\n        }\n    ]\n}"}]},{"name":"Get project existing users","event":[{"listen":"prerequest","script":{"id":"06cd28ef-4446-4357-8140-b05ee4992510","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"b000ff93-c767-4459-bc7c-a2c1b6bbd28d","exec":[""],"type":"text/javascript"}}],"id":"9f93c2fa-f1a3-4d9a-868f-316c5b3ad593","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/existingusers","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","existingusers"],"query":[{"key":"index","value":"","disabled":true},{"key":"range","value":"","disabled":true},{"key":"user_type","value":"","description":"active | inactive |all - By default, the active users will be listed.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[{"id":"27091e49-be38-4b17-b366-50b0ec8eaf06","name":"Get project existing users","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/existingusers?user_type=all&index=1&range=10","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","existingusers"],"query":[{"key":"user_type","value":"all","description":"active | inactive |all - By default, the active users will be listed."},{"key":"index","value":"1"},{"key":"range","value":"10"}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Wed, 30 Oct 2019 07:46:15 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=7299059580B5776E47FE0C1CCEECB56C; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"users\": [\n        {\n            \"role_name\": \"Administrator\",\n            \"profile_name\": \"Manager\",\n            \"role\": \"Manager\",\n            \"profile_type\": \"6\",\n            \"role_id\": \"170876000004915001\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Smrithil Soman\",\n            \"active\": true,\n            \"id\": \"587753\",\n            \"invoice\": \"0.000\",\n            \"email\": \"smrithil@hotmail.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Manager\",\n            \"profile_name\": \"Manager\",\n            \"role\": \"Manager\",\n            \"profile_type\": \"6\",\n            \"role_id\": \"170876000004915003\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Prasanna Udhayanan\",\n            \"active\": true,\n            \"id\": \"923962\",\n            \"invoice\": \"60.000\",\n            \"email\": \"uprasanna@zohocorp.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Administrator\",\n            \"profile_name\": \"Admin\",\n            \"role\": \"Admin\",\n            \"profile_type\": \"2\",\n            \"role_id\": \"170876000004915001\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Eduardo Vargas\",\n            \"active\": true,\n            \"id\": \"2060557\",\n            \"invoice\": \"80.000\",\n            \"email\": \"eduardov@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Employee\",\n            \"profile_name\": \"Employee\",\n            \"role\": \"Employee\",\n            \"profile_type\": \"7\",\n            \"role_id\": \"170876000004915005\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Jasmine Jasmine Frank\",\n            \"active\": true,\n            \"id\": \"2060559\",\n            \"invoice\": \"0.000\",\n            \"email\": \"jasminef@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Employee\",\n            \"profile_name\": \"Employee\",\n            \"role\": \"Employee\",\n            \"profile_type\": \"7\",\n            \"role_id\": \"170876000004915005\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Manish Patel\",\n            \"active\": true,\n            \"id\": \"2060755\",\n            \"invoice\": \"10.000\",\n            \"email\": \"manishcrm@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Manager\",\n            \"profile_name\": \"Manager\",\n            \"role\": \"Manager\",\n            \"profile_type\": \"6\",\n            \"role_id\": \"170876000004915003\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Fathima Yilmaz\",\n            \"active\": true,\n            \"id\": \"2060757\",\n            \"invoice\": \"60.000\",\n            \"email\": \"fatimay@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Employee\",\n            \"profile_name\": \"Employee\",\n            \"role\": \"Employee\",\n            \"profile_type\": \"7\",\n            \"role_id\": \"170876000004915005\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Patricia Boyle\",\n            \"active\": true,\n            \"id\": \"2060758\",\n            \"invoice\": \"20.000\",\n            \"email\": \"patriciab@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Manager\",\n            \"profile_name\": \"Manager\",\n            \"role\": \"Manager\",\n            \"profile_type\": \"6\",\n            \"role_id\": \"170876000004915003\",\n            \"profile_id\": \"170876000004602140\",\n            \"name\": \"Einhard Klein\",\n            \"active\": true,\n            \"id\": \"2060761\",\n            \"invoice\": \"60.000\",\n            \"email\": \"dieterk@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Administrator\",\n            \"profile_name\": \"Admin\",\n            \"role\": \"Admin\",\n            \"profile_type\": \"2\",\n            \"role_id\": \"170876000004915001\",\n            \"profile_id\": \"170876000004602137\",\n            \"name\": \"Amritha Agrawal\",\n            \"active\": true,\n            \"id\": \"2063270\",\n            \"invoice\": \"40.000\",\n            \"email\": \"igrawal@zillum.com\",\n            \"currency_code\": \"USD\"\n        },\n        {\n            \"role_name\": \"Administrator\",\n            \"profile_name\": \"Employee\",\n            \"role\": \"Employee\",\n            \"profile_type\": \"7\",\n            \"role_id\": \"170876000004915001\",\n            \"profile_id\": \"170876000004602143\",\n            \"name\": \"Charles Stone\",\n            \"active\": true,\n            \"id\": \"2063348\",\n            \"invoice\": \"25.000\",\n            \"email\": \"charless@zillum.com\",\n            \"currency_code\": \"USD\"\n        }\n    ]\n}"}]},{"name":"Add Users to a Project","id":"71b050e7-9100-4fbe-b2b0-9c35755e2e38","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"","contentType":"String","description":"Email ID of users separated by a comma.","type":"text","disabled":true},{"key":"role","value":"","contentType":"String","description":"Role of the user (manager, employee, contractor).","type":"text","disabled":true},{"key":"rate","value":"","contentType":"Float","description":"The rate per hour set for a specific user in a project based on staff based billing. Example: 20.750","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/users/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","users",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.users.CREATE\n\nAdds users to a specific project."},"response":[]},{"name":"Update Users in a Project","id":"2a90917b-f648-494a-866b-36552d49617a","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"role","value":"","contentType":"String","description":"Role of the user (manager, employee, contractor).","type":"text","disabled":true}]},"url":{"raw":"{{baseUrl}}portal/:{{portal_id}}/projects/:{{project_id}}/users/{{user_id}}/","host":["{{baseUrl}}portal"],"path":[":{{portal_id}}","projects",":{{project_id}}","users","{{user_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.users.UPDATE\n\nUpdates the details of a specific user in a project."},"response":[]},{"name":"Delete User from a Project","id":"c5a6283a-eef9-4efd-90d2-f8652143e724","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/users/{{user_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","users","{{user_id}}",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.users.DELETE\n\nDeletes the user from a project."},"response":[]},{"name":"Add Users in UserGroups","id":"e77ec695-5cd9-4aa5-8dde-e2fa1b5e9ee8","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/restapi/portal/:{{portal_id}}/projects/:{{project_id}}/usergroups/{{usergroup_id}}/users/?usergroup_users=","host":["{{base_url}}"],"path":["restapi","portal",":{{portal_id}}","projects",":{{project_id}}","usergroups","{{usergroup_id}}","users",""],"query":[{"key":"usergroup_users","value":""}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]}},"response":[]}],"id":"00e442c2-9657-4e38-b9f8-c08f0621553b"}],"id":"e38d38e6-f82f-4e74-9f4f-3079ef34aad5","event":[{"listen":"prerequest","script":{"id":"4fa669ee-0a30-4069-96b3-1398b490c7cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a6e7a3f4-0c3d-474b-aeaa-4d65f6d6995c","type":"text/javascript","exec":[""]}}]},{"name":"Users - Client Level","item":[{"name":"Get Portal Clients","id":"5ed2a577-5f06-4d17-b500-8e301fa57eb7","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients",""],"variable":[{"key":"{{portal_id}}"}]}},"response":[]},{"name":"Add user to a client company","id":"633455c1-883f-46b4-bf6c-ea7526b693ce","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{Access_Token_Portal_Usr}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clients/{{client_id}}/users?contact_email=arunvijay853@gmail.com&work_projects&profile_id&invoice_rate","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clients","{{client_id}}","users"],"query":[{"key":"contact_email","value":"arunvijay853@gmail.com","description":"Email ID of the client user."},{"key":"work_projects","value":"","description":"Long - Multiple project IDs are separated using comma."},{"key":"profile_id","value":"","description":"Long - Specify Profile ID. profile_id is obtained from Get Portal Users API."},{"key":"invoice_rate","value":"","description":"Specify an invoice rate. Example 50.000"}],"variable":[{"key":"{{portal_id}}"}]},"description":"CLIENT_COMPANY_ID is obtained from Get Portal Users API."},"response":[]},{"name":"Add client user in projects","id":"5a6dd294-381a-4936-9b49-23f133bc2d4e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clientusers/{{user_2}}/projects?projids=[170876000004885019]","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clientusers","{{user_2}}","projects"],"query":[{"key":"projids","value":"[170876000004885019]","description":"JSONArray"},{"key":"invoices","value":"","description":"JSONArray","disabled":true},{"key":"projId","value":"","description":"long","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"response":[{"id":"343ddeff-4ae4-4bd0-81d0-5ceb72f93174","name":"Add client user in projects","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clientusers/{{user_2}}/projects?projids=%5B170876000004885019%5D","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clientusers","{{user_2}}","projects"],"query":[{"key":"projids","value":"%5B170876000004885019%5D","description":"JSONArray"},{"key":"invoices","value":null,"description":"JSONArray","disabled":true},{"key":"projId","value":null,"description":"long","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 14:17:56 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"response\": \"User Added Successfully\"\n}"}]},{"name":"Delete client user in projects","id":"fe6c77ae-4ad4-4b13-93ad-1e40b089a426","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/restapi/portal/{{portal_id}}/clientusers/:{{user_id}}/projects?projids=%5B%22170876000012631211%22%5D","host":["{{base_url}}"],"path":["restapi","portal","{{portal_id}}","clientusers",":{{user_id}}","projects"],"query":[{"key":"projId","value":"","description":"long","disabled":true},{"key":"projids","value":"%5B%22170876000012631211%22%5D"}],"variable":[{"key":"{{user_id}}","value":"670061241"}]}},"response":[{"id":"4041e910-8f38-468c-a049-0084637a12bd","name":"Delete client user in projects","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/clientusers/{{user_id}}/projects?projids=%5B170876000004885019%5D","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","clientusers","{{user_id}}","projects"],"query":[{"key":"projids","value":"%5B170876000004885019%5D","description":"JSONArray"},{"key":"projId","value":null,"description":"long","disabled":true}],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Tue, 12 Mar 2019 14:19:13 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"response\": \"User Deleted Successfully from project\"\n}"}]}],"id":"f43a0e6a-e019-4037-b1cd-508c4829a058"}],"id":"3fe582c4-4645-4ec7-b25a-790cddd0ec77"},{"name":"Documents","item":[{"name":"All_Documents","event":[{"listen":"test","script":{"id":"c37d4ef5-1b00-48b9-8904-55c5aaf06b55","exec":[""],"type":"text/javascript"}}],"id":"ada4d672-dd5f-4694-83ec-3fababb92e2a","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/documents/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","documents",""],"query":[{"key":"index","value":"","description":"Index number of the document.","disabled":true},{"key":"range","value":"","description":"Range of the documents.","disabled":true},{"key":"folder_id","value":"","description":"ID of the project folder.","disabled":true},{"key":"sort_column","value":"","description":"Sort based on date order, kind or name.","disabled":true},{"key":"sort_order","value":"","description":"Specify the sorting order(ascending or descending).","disabled":true},{"key":"category","value":"","description":"Document category. Example: all, documents, spreadsheets, presentations, pdf, images, audio, videos","disabled":true},{"key":"action","value":"","description":"Range of the documents.","disabled":true},{"key":"custom_status","value":"","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.READ, ZohoPC.files.READ\n\nGets all the documents in the given project."},"response":[]},{"name":"Version details of the document","event":[{"listen":"test","script":{"id":"7c9bb7f5-b61c-487a-82ff-b939e17048e3","exec":[""],"type":"text/javascript"}}],"id":"3ba60eba-e3ed-4b6f-b558-37c9af990acb","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/documents/{{document_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","documents","{{document_id}}",""],"query":[{"key":"version","value":"","description":"Version of the document.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.READ, ZohoPC.files.READ\n\nFetch the version details of the document."},"response":[]},{"name":"Add document","event":[{"listen":"test","script":{"id":"c516a8e4-2ca2-4ee6-9198-e45fc06add6f","exec":[""],"type":"text/javascript"}}],"id":"d69ff78b-563f-4813-b821-f79ae1a5c996","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","contentType":"File","description":"The selected file for upload.","type":"file","src":[],"disabled":true},{"key":"folder_id","value":"","contentType":"Long","description":"ID of the project folder.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the document.","type":"text","disabled":true},{"key":"tags","value":"","contentType":"String","description":"Document tags must be separated by space or comma.","type":"text","disabled":true},{"key":"notify","value":"","contentType":"Long","description":"User ID's must be separated by commas for multiple users.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/documents/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","documents",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.CREATE, ZohoPC.files.CREATE\n\nAdd a document."},"response":[]},{"name":"Upload a document to the project","event":[{"listen":"test","script":{"id":"b5211a23-1bad-4e4e-aa12-f5a6b9b74d47","exec":[""],"type":"text/javascript"}}],"id":"206348cf-7ff4-43c3-97b6-0182f2c4fd8e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","contentType":"File","description":"The selected file for upload.","type":"file","src":[],"disabled":true},{"key":"folder_id","value":"","contentType":"Long","description":"ID of the project folder.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the document.","type":"text","disabled":true},{"key":"tags","value":"","contentType":"String","description":"Document tags must be separated by space or comma.","type":"text","disabled":true},{"key":"notify","value":"","contentType":"Long","description":"User ID's must be separated by commas for multiple users.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/documents/{{document_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","documents","{{document_id}}",""],"query":[{"key":"version","value":"","description":"Version of the document.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.UPDATE, ZohoPC.files.CREATE\n\nUploads a document to the project."},"response":[]},{"name":"Delete a document","event":[{"listen":"test","script":{"id":"a6ba4664-3737-4706-806f-c1024f7db7b3","exec":[""],"type":"text/javascript"}}],"id":"98d25d5c-af19-42d9-ae16-e6747fb7eac3","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"uploaddoc","contentType":"File","description":"The selected file for upload.","type":"file","src":[],"disabled":true},{"key":"folder_id","value":"","contentType":"Long","description":"ID of the project folder.","type":"text","disabled":true},{"key":"description","value":"","contentType":"String","description":"Description of the document.","type":"text","disabled":true},{"key":"tags","value":"","contentType":"String","description":"Document tags must be separated by space or comma.","type":"text","disabled":true},{"key":"notify","value":"","contentType":"Long","description":"User ID's must be separated by commas for multiple users.","type":"text","disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/documents/{{document_id}}/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","documents","{{document_id}}",""],"query":[{"key":"version","value":"","description":"Version of the document.","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.DELETE, ZohoPC.files.DELETE\n\nDeletes the document."},"response":[]},{"name":"All folders","event":[{"listen":"test","script":{"id":"dffe23ff-50a2-4ce2-8c7c-da878b2962f7","exec":[""],"type":"text/javascript"}}],"id":"6a9c2b8e-ab69-41a7-ab10-30bc1fc33a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/folders/","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","folders",""],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.documents.READ, ZohoPC.files.READ\n\nReturns all the folders from the project specified."},"response":[]},{"name":"Add Inline Attachments","id":"02961581-8547-4a23-bd5e-ea17414c9d9e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_file","contentType":"File","description":"Adds the image. Allowed extensions\n\n    jpg\n    png\n    gif\n    jpeg\n    bmp","type":"file","src":[],"disabled":true}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/inline-attachments","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","inline-attachments"],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.portals.READ\n\nInline attachment URL is used for upload inline image in the editor. You will get an image URL, once you upload the image using this URL. you can use that URL in our Zoho Projects API to add inline images."},"response":[{"id":"18106638-1665-40c6-aea2-181799768b4b","name":"Add Inline Attachments","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"upload_file","type":"file","src":"/Users/arun-6690/Desktop/cart-issue35.jpg"}]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/inline-attachments","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","inline-attachments"],"variable":[{"key":"{{portal_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"ZGS"},{"key":"Date","value":"Sun, 27 Oct 2019 05:53:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1"},{"key":"Pragma","value":"no-cache"},{"key":"Cache-Control","value":"no-cache"},{"key":"Expires","value":"Thu, 01 Jan 1970 00:00:00 GMT"},{"key":"Set-Cookie","value":"JSESSIONID=B93914996FEA476638748B79D2D489A0; Path=/; Secure"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-UA-Compatible","value":"IE=9, IE=10"},{"key":"Content-Disposition","value":"attachment; filename=response.txt;"},{"key":"X-Download-Options","value":"noopen"},{"key":"Strict-Transport-Security","value":"max-age=15768000"}],"cookie":[],"body":"{\n    \"inline_attachments\": [\n        {\n            \"content_type\": \"image/jpeg\",\n            \"name\": \"cart-issue35.jpg\",\n            \"id\": 6070500000000373001,\n            \"url\": \"https://projectsapi.zoho.com/viewInlineAttachmentForApi/image?file=a86105877fab6550fa5075089e1b9b316fd381f204367f074df815d5aa8f289f28dd6a0ba4c5512r\"\n        }\n    ]\n}"}]}],"id":"534b5ab6-05f3-48ea-9ce1-a37824aeb9db"},{"name":"Search","item":[{"name":"Search across portal","id":"8c82bd64-326a-420b-b4fd-961fde4cf11e","request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/search","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","search"],"query":[{"key":"index","value":null,"disabled":true},{"key":"range","value":null,"disabled":true},{"key":"search_term","value":"","disabled":true},{"key":"module","value":"","description":"all|tasks|bugs|forums|forumcomments|events|documents|projects$","disabled":true},{"key":"custom_status","value":"","description":"all|open|closed","disabled":true},{"key":"created_by","value":null,"description":"For Task Module only","disabled":true},{"key":"flag","value":null,"description":"TaskList Module --- all|internal|external","disabled":true}],"variable":[{"key":"{{portal_id}}"}]},"description":"Scope: ZohoProjects.search.READ\n\nLists the modules across the portal based on the search term. The API returns both active and archived projects for the users having admin privileges."},"response":[]},{"name":"Search across projects","id":"1ff4e962-fb1b-4820-b5ba-d5e0793a7685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"accessToken":"{{access_token}}","addTokenTo":"header"}},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/portal/:{{portal_id}}/projects/:{{project_id}}/search","host":["{{base_url}}"],"path":["portal",":{{portal_id}}","projects",":{{project_id}}","search"],"query":[{"key":"index","value":null,"disabled":true},{"key":"range","value":null,"disabled":true},{"key":"search_term","value":"","disabled":true},{"key":"module","value":"","description":"all|tasks|bugs|forums|forumcomments|events|documents|projects$","disabled":true},{"key":"custom_status","value":"","description":"all|open|closed","disabled":true},{"key":"created_by","value":null,"description":"For Task Module only","disabled":true},{"key":"flag","value":null,"description":"TaskList Module --- all|internal|external","disabled":true}],"variable":[{"key":"{{portal_id}}"},{"key":"{{project_id}}"}]},"description":"Scope: ZohoProjects.search.READ\n\nLists the search details within a project."},"response":[]}],"id":"49e5967a-332d-4bb3-a915-2678eaaf6a2d"}],"event":[{"listen":"prerequest","script":{"id":"4c8bdbe6-b486-4898-94ae-f659b00a7213","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4cdcc228-65ae-4ab8-886a-0d249724dc27","type":"text/javascript","exec":[""]}}],"variable":[{"id":"813a5798-cba4-42f8-8d7b-7948f9bc306f","key":"base_url","value":"https://projectsapi.zoho.com"},{"id":"2bb080e0-d747-43f8-a049-672bae90da16","key":"base_url_v3","value":""},{"id":"a4dd6fb9-25e2-4759-b4ae-1dd54d09ec2c","key":"client_id","value":"1000.OXGV33YPQFF3GJ31V7HSUG0SHDV29M"},{"id":"cc3e93c7-1574-48be-bf7c-461564b04091","key":"client_secret","value":"b58e26b9bcb7ac6f56a3468b4bf8be2fa7ce067027"},{"id":"f4e2cb71-74cc-4311-aeab-e95b9ca55d45","key":"redirect_uri","value":"https://oauth.pstmn.io/v1/callback"},{"id":"ccbf5fe1-cc6b-49bd-9450-bd8ed17c0cd3","key":"access_token_url","value":"https://accounts.zoho.com/oauth/v2/token"},{"id":"d32fcf84-c5ba-4a0b-ac3f-3e024fe5c87c","key":"auth_url","value":"https://accounts.zoho.com/oauth/v2/auth"},{"id":"afb03115-fc98-42d2-a190-f4d62b44f122","key":"scopes","value":"ZohoProjects.portals.READ,ZohoProjects.projects.ALL,ZohoProjects.activities.READ,ZohoProjects.status.READ,ZohoProjects.status.CREATE,ZohoProjects.milestones.ALL,ZohoProjects.tasklists.ALL,ZohoProjects.tasks.ALL,ZohoProjects.timesheets.ALL,ZohoProjects.bugs.ALL,ZohoProjects.events.ALL,ZohoProjects.forums.ALL,ZohoProjects.users.ALL,ZohoProjects.tags.ALL,ZohoProjects.search.READ,ZohoProjects.clients.ALL,ZohoProjects.documents.ALL,ZohoPC.files.ALL,ZohoBugtracker.portals.READ,ZohoBugtracker.projects.ALL,ZohoBugtracker.milestones.ALL,ZohoBugtracker.timesheets.ALL,ZohoBugtracker.bugs.ALL,ZohoBugtracker.events.ALL,ZohoBugtracker.forums.ALL,ZohoBugtracker.users.ALL,ZohoBugtracker.search.READ,ZohoBugtracker.documents.ALL,ZohoBugtracker.tags.ALL"}]}