{"info":{"_postman_id":"5f1d6097-6fcd-45f3-981d-c76a809691a5","name":"LawGro API","description":"<html><head></head><body><p>Welcome to LawGro API documentation. Developers can use LawGro API to build an integration between LawGro and another application or service.</p>\n<p>Before you begin, you must register your application by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a> with app name, app website and redirect url details. After review LawGro will allot client_id and client_secret to your application. so, that you can make API calls.</p>\n<p>API Endpoint: <a href=\"https://api.lawgro.com\">https://api.lawgro.com</a></p>\n<p>Version: V1</p>\n<p>We look forward to seeing your creations and creating successful relationships!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3779293","collectionId":"5f1d6097-6fcd-45f3-981d-c76a809691a5","publishedId":"RzZ9HKo1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-11-19T09:30:22.000Z"},"item":[{"name":"Authentication","item":[{"name":"Connect Link","id":"aa1f2449-df06-4080-8e52-b20cb2f0cfae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://up.lawgro.com/oauth2/authorize?client_id={{client_id}}&response_type=code&redirect_uri={{redirect_uri}}&state=string","description":"<p>Once you obtain your client_id and client_secret, the first step will be to add a connect link in your app, to send the user to LawGro and grant third party access to your app for his LawGro account.</p>\n","urlObject":{"protocol":"https","path":["oauth2","authorize"],"host":["up","lawgro","com"],"query":[{"description":{"content":"<p>The client ID of the application requesting authentication. To get the client ID for your application. Please register your application with LawGro by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a></p>\n","type":"text/plain"},"key":"client_id","value":"{{client_id}}"},{"description":{"content":"<p>The type of OAuth 2 grant you are requesting. Use the value code.</p>\n","type":"text/plain"},"key":"response_type","value":"code"},{"description":{"content":"<p>The URL to which LawGro redirects the browser when authentication completes. The user's actual interaction with your application begins when LawGro redirects to this URL. You must supply the redirect URL in the registration process  of your application. It must be a valid HTTPS URL that resolves to a valid IP address.</p>\n","type":"text/plain"},"key":"redirect_uri","value":"{{redirect_uri}}"},{"description":{"content":"<p>A text string that you choose. LawGro sends the same string to your redirect URL when authentication is complete. This parameter is provided for your use in protecting against hijacked sessions and other attacks.</p>\n","type":"text/plain"},"key":"state","value":"string"}],"variable":[]}},"response":[],"_postman_id":"aa1f2449-df06-4080-8e52-b20cb2f0cfae"},{"name":"Get Access Token","id":"25227ea0-54d8-4df9-a400-25122997b4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"authorization_code\",\n\t\"code\":\"{{auth_code}}\",\n\t\"redirect_uri\":\"{{redirect_uri}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token","description":"<p>Your application should save access_token and refresh_token for future requests to the API.</p>\n<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id*</td>\n<td>The client ID of the application requesting authentication. To get the client ID for your application. Please register your application with LawGro by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a> (Required)</td>\n</tr>\n<tr>\n<td>client_secret*</td>\n<td>The client secret of the application requesting authentication. To get the client secret for your application. Please register your application with LawGro by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a> (Required)</td>\n</tr>\n<tr>\n<td>grant_type*</td>\n<td>authorization_code (Required)</td>\n</tr>\n<tr>\n<td>code*</td>\n<td>The authorization code returned by LawGro in response to a successfull authentication request. (Required)</td>\n</tr>\n<tr>\n<td>redirect_uri*</td>\n<td>The URL to which LawGro redirects the browser when authentication completes. The user's actual interaction with your application begins when LawGro redirects to this URL. You must supply the redirect URL in the registration process  of your application. It must be a valid HTTPS URL that resolves to a valid IP address. (Required)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"1d2c4a64-b081-4b64-8568-b13c31746e88","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"authorization_code\",\n\t\"code\":\"{{auth_code}}\",\n\t\"redirect_uri\":\"{{redirect_uri}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"161"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Nov 2018 09:58:36 GMT"},{"key":"x-amzn-RequestId","value":"da464ec1-e7f3-11e8-ad1b-eb35be028666"},{"key":"CF-RAY","value":"47989edb3c2cc1f4-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QWK33E_8oAMF4IA="},{"key":"Cache-Control","value":"no-store"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Nov 2018 09:58:36 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b72519ee5ed84e4e3db077b5b7e93d38.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"-cqeg0f9H5q6YE_OCByUy6JWlxarrpG--SMX3G9bFj9Bh6WxuNB7Dg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"98558269a739a29a20216d311077d7d1e0869d15\",\n    \"expires_in\": \"3600\",\n    \"token_type\": \"Bearer\",\n    \"scope\": \"default\",\n    \"refresh_token\": \"dffe850030da7beff343abd6ed0e13194b21236f\"\n}"},{"id":"283d3909-cf4f-43a1-bbd8-4b800e334dfc","name":"Invalid Authorization Code","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"authorization_code\",\n\t\"code\":\"{{auth_code}}\",\n\t\"redirect_uri\":\"{{redirect_uri}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Nov 2018 09:59:04 GMT"},{"key":"x-amzn-RequestId","value":"eaddbf05-e7f3-11e8-aae7-cbd0bb006dcb"},{"key":"CF-RAY","value":"47989f89083bc1d6-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QWK8OHI2oAMFTmw="},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Cache-Control","value":"no-store"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Nov 2018 09:59:03 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b72519ee5ed84e4e3db077b5b7e93d38.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"BUCXNN541X0h1lfLjexJ7PAoi7BYx7ykXjfCrFPhDIJQ2JeV-eijLw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"Authorization code doesn't exist or is invalid for the client\"\n}"},{"id":"d95fc3ca-17a4-49ab-92f2-daa62e3182f2","name":"Missing grant type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"code\":\"{{auth_code}}\",\n\t\"redirect_uri\":\"{{redirect_uri}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Nov 2018 09:59:42 GMT"},{"key":"x-amzn-RequestId","value":"019e5468-e7f4-11e8-bc0a-3943d4cbc915"},{"key":"CF-RAY","value":"4798a077c864c1c7-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QWLCLGDIoAMFo4g="},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Cache-Control","value":"no-store"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Nov 2018 09:59:42 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b72519ee5ed84e4e3db077b5b7e93d38.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"d33LR1owWV7ARaFwwwEC_vSrpy8Mxs5PxlYYk4-Li1bAIgN71vURPQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_request\",\n    \"error_description\": \"The grant type was not specified in the request\"\n}"}],"_postman_id":"25227ea0-54d8-4df9-a400-25122997b4e0"},{"name":"Refresh Access Token","id":"782b40cc-74fb-4a59-906a-6e1a179530fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"refresh_token\",\n\t\"refresh_token\":\"{{refresh_token}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token","description":"<p>When the user grants access to your application, you receive both an access token and a refresh token. The access token has a limited lifespan and will eventually expire. Once it expires, you can use your refresh token to refresh your access.</p>\n<p>If your access token has expired, you can refresh your access. You use your refresh token with the grant_type: \"refresh_token\".</p>\n<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id*</td>\n<td>The client ID of the application requesting authentication. To get the client ID for your application. Please register your application with LawGro by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a> (Required)</td>\n</tr>\n<tr>\n<td>client_secret*</td>\n<td>The client secret of the application requesting authentication. To get the client secret for your application. Please register your application with LawGro by sending an email to <a href=\"mailto:support@lawgro.com\">support@lawgro.com</a> (Required)</td>\n</tr>\n<tr>\n<td>grant_type*</td>\n<td>refresh_token (Required)</td>\n</tr>\n<tr>\n<td>refresh_token*</td>\n<td>TThe refresh token returned by LawGro in response to a successfull access token request. (Required)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"522652c6-ce49-4015-8523-0299f56cd0e9","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"refresh_token\",\n\t\"refresh_token\":\"{{refresh_token}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"159"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Nov 2018 10:00:58 GMT"},{"key":"x-amzn-RequestId","value":"2ed1fc35-e7f4-11e8-b94c-9fc06b1aeddb"},{"key":"CF-RAY","value":"4798a251a9eac1e5-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QWLOCGRIIAMFQlw="},{"key":"Cache-Control","value":"no-store"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Pragma","value":"no-cache"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Nov 2018 10:00:58 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b72519ee5ed84e4e3db077b5b7e93d38.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"48FZDe-A1ADDlNm83lUW7KjOB4BuTz7e1pCKYQbFXTRl52cMZSUGLg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"229e4e00e3f3bb407647d416bce1a23aee2175d7\",\n    \"expires_in\": \"3600\",\n    \"token_type\": \"Bearer\",\n    \"scope\": \"default\",\n    \"refresh_token\": \"abfc07ee5be59114ab071420c93155d3e20a64e3\"\n}"},{"id":"81f7d773-db2e-43c9-96bb-93c132be0512","name":"Invalid Refresh Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"client_id\":\"{{client_id}}\",\n\t\"client_secret\":\"{{client_secret}}\",\n\t\"grant_type\":\"refresh_token\",\n\t\"refresh_token\":\"{{refresh_token}}\"\n}"},"url":"https://api.lawgro.com/oauth2/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Wed, 14 Nov 2018 10:01:16 GMT"},{"key":"x-amzn-RequestId","value":"3a0ff23d-e7f4-11e8-8f21-b111f1c306c9"},{"key":"CF-RAY","value":"4798a2c78c85c1e0-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QWLQ-FDZIAMFQ8A="},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Cache-Control","value":"no-store"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Wed, 14 Nov 2018 10:01:16 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b72519ee5ed84e4e3db077b5b7e93d38.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"Laq2Jy78NIOm-3S1qhNXxru5B9cqDKqhm6AzDSUbljpao-lCFRsCfg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_grant\",\n    \"error_description\": \"Invalid refresh token\"\n}"}],"_postman_id":"782b40cc-74fb-4a59-906a-6e1a179530fc"}],"id":"e38e7c3b-e9fd-42f6-9fe6-8890a8df0c3a","description":"<p>LawGro uses <a href=\"http://tools.ietf.org/html/rfc6749\">OAuth 2.0</a> to authenticate connections that use the LawGro APIs. OAuth 2 is an open protocol for authentication used with web, mobile, and desktop applications. Every use of LawGro APIs requires authentication so that LawGro can ensure that only authorized users can interact with LawGro content. OAuth 2 is the protocol that LawGro uses for such authentication.</p>\n<p>LawGro uses the standard OAuth 2 three-legged authentication process, which proceeds as follows:</p>\n<ol>\n<li>The application asks an authentication service to present a login request to a user.</li>\n<li>After a successful login, the authentication service returns an authorization code to the application if grant approved.</li>\n<li>The application exchanges the authorization code for an access token.</li>\n</ol>\n<p>Grant Approved:</p>\n<p>If the user grants your application access, LawGro will redirect their browser to the redirect url with an authorization code and any supplied state parameters. This code is only valid for 5 minutes.</p>\n<pre><code>{{redirect_uri}}?code={{auth_code}}&amp;state=xyz</code></pre>\n\n<p>Grant Declined:</p>\n<p>If the user declines your application access, LawGro will redirect their browser to the redirect url with an error parameter value of \"access_denied\".</p>\n<pre><code>{{redirect_uri}}?error=access_denied&amp;state=xyz</code></pre>","event":[{"listen":"prerequest","script":{"id":"09119e3a-db36-4f35-9110-eaeb9a9a0d3c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d32dfa3b-7dda-49fa-9d42-df6d3441a9ce","type":"text/javascript","exec":[""]}}],"_postman_id":"e38e7c3b-e9fd-42f6-9fe6-8890a8df0c3a"},{"name":"Pagination","item":[],"id":"9c028f48-d68f-43a8-b0be-945fb88d57e2","description":"<p>LawGro APIs uses Offset-based paging.</p>\n<h4 id=\"offset-based-paging\">Offset-based Paging</h4>\n<p>APIs that use offset-based paging use the offset and limit query parameters. The API returns an object that contains the set of records in the data array, as well as returning the offset, limit, and total_count fields. Default limit is 20.</p>\n<p>To fetch the first set of records, call the API with offset = 0 and limit = {{your-limit}}. The maximum limit permitted is 200.</p>\n<p>To fetch the next set of records, call the API with offset =  + . Note that you should increment the offset by the previous limit -- not by the size of the records array (which may be less than limit). Use the value of limit that is returned in the response object rather than the value you passed in the query parameter.</p>\n<p>If  +  &gt;= total_count, then you have retrieved all of the records and there are no more to fetch. The total number of records in the entire collection may be less than total_count. Note that the total_count may change between API calls, so always use the most recent value.</p>\n<p>Query Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>number</td>\n<td>The 0-based offset of the first entry to return. The default is 0.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>The maximum number of records to return. If the value exceeds the maximum, then the maximum value will be used and returned in the limit field in the response. The default is 20.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response Object:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td>Array</td>\n<td>The array of objects for the current set of results. It will be an empty array if there are no results.</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>number</td>\n<td>The 0-based offset of the first record in this set. This will be the same as the offset query parameter.</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>The limit that was used for these records. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed.</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>number</td>\n<td>The total number of records in the result.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"ba704f3a-7e87-43bb-85c9-9e7472830862","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8482adb9-6084-4c7b-b7d8-f6d697aa5e7d","type":"text/javascript","exec":[""]}}],"_postman_id":"9c028f48-d68f-43a8-b0be-945fb88d57e2"},{"name":"Date Format","item":[],"id":"1099b593-3ea2-4ddd-a56c-85ec244f6d4b","description":"<p>All date with time component sent in requests should be formatted in <a href=\"https://validator.w3.org/feed/docs/error/InvalidRFC3339Date.html\">RFC 3339</a> and returned in responses will be formated as YYYY-MM-DDTHH:MM:SS+00:00 (UTC).</p>\n<p>Incase where date without time component are sent in requests and returned in responses should be formatted as YYYY-MM-DD.</p>\n","_postman_id":"1099b593-3ea2-4ddd-a56c-85ec244f6d4b"},{"name":"Errors","item":[],"id":"007f5a3f-4d23-411a-89ec-bcc76d348629","description":"<p>The LawGro API communicates errors <a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html\">through standard HTTP status codes</a> with details supplied in JSON objects. Generally the following pattern applies:</p>\n<p>2xx - LawGro received, understood, and accepted a request.</p>\n<p>3xx - The user agent must take further action in order to complete the request.</p>\n<p>4xx - An error occurred in handling the request. The most common cause of this error is an invalid parameter.</p>\n<p>5xx- LawGro received and accepted the request, but an error occurred in the LawGro service while handling it.</p>\n<h2 id=\"http-status-codes\">HTTP Status Codes</h2>\n<p>200 OK</p>\n<p>201 Created</p>\n<p>202 Accepted</p>\n<p>302 Redirect</p>\n<p>400 Bad Request</p>\n<p>401 Unauthorized</p>\n<p>403 Forbidden</p>\n<p>404 Not Found</p>\n<p>422 Unprocessable Entity</p>\n<p>429 Too Many Requests</p>\n<p>500 Internal Server Error</p>\n<p>503 Unavailable</p>\n<h2 id=\"json-error-response-structure\">JSON Error Response Structure</h2>\n<p>Our APIs will through any one of the following error response based on the situtation.</p>\n<h4 id=\"authorization-error-response\">Authorization Error Response</h4>\n<pre><code>{\n  \"error\": \"string\",\n  \"error_description\": \"string\"\n}</code></pre>\n\n<p>Example - Invalid Grant Response (400 Bad Request)</p>\n<pre><code>{\n  \"error\": \"invalid_grant\",\n  \"error_description\": \"Authorization code doesn't exist or is invalid for the client\"\n}</code></pre>\n\n<p>Example - Invalid Access Token Response (401 Unauthorized)</p>\n<pre><code>{\n  \"error\": \"invalid_token\",\n  \"error_description\": \"The access token provided is invalid\"\n}</code></pre>\n\n<h4 id=\"resource-error-response\">Resource Error Response</h4>\n<pre><code>{\n  \"error\": {\n    \"type\": \"string\",\n    \"message\": \"string\"\n  }\n}</code></pre>\n\n<p>Example - Record Not Found Response (404 Not Found)</p>\n<pre><code>{\n  \"error\": {\n    \"type\": \"Not Found\",\n    \"message\": \"No Record Found\"\n  }\n}</code></pre>\n\n<p>Example - Unprocessable Entity Response (422 Unprocessable Entity)</p>\n<pre><code>{\n  \"error\": {\n    \"type\": \"Unprocessable Entity\",\n    \"message\": \"data parameter is missing\"\n  }\n}</code></pre>","event":[{"listen":"prerequest","script":{"id":"0e9ea537-5e2c-4a04-b85a-1b4f5ffa913f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"299ca274-98b6-4866-a2db-d880ad58e8a1","type":"text/javascript","exec":[""]}}],"_postman_id":"007f5a3f-4d23-411a-89ec-bcc76d348629"},{"name":"Contacts","item":[{"name":"Get All Contacts","id":"8dbd6724-2ad0-4a08-9104-a049a4a34527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.lawgro.com/v1/contacts?offset={{offset}}&limit={{limit}}","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["api","lawgro","com"],"query":[{"description":{"content":"<p>The 0-based offset of the first record to return. The default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>The maximum number of records to return. The default is 20..</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"}],"variable":[]}},"response":[{"id":"babb4ced-c37b-451a-814b-eb61fc64d15c","name":"Invalid Access Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.lawgro.com/v1/contacts?offset=0&limit=20","protocol":"https","host":["api","lawgro","com"],"path":["v1","contacts"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:45:15 GMT"},{"key":"x-amzn-RequestId","value":"d675257d-ec8f-11e8-a6d7-7b172721ca46"},{"key":"CF-RAY","value":"47c8f3e56bcdc172-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"QpgLVHpgIAMFtmw="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-store"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-WWW-Authenticate","value":"Bearer realm=\"Service\", error=\"invalid_token\", error_description=\"The access token provided is invalid\""},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:45:15 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0f97553f43226e8f38d60cb120d63536.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"th54lLRjlSHyRcLQv3_c6dGhuyKJSMEkb2_XzpIdr7A31tqMREdldw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_token\",\n    \"error_description\": \"The access token provided is invalid\"\n}"},{"id":"cb42f57f-f9a6-468a-8cad-3caa259d267c","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.lawgro.com/v1/contacts?offset=0&limit=20","protocol":"https","host":["api","lawgro","com"],"path":["v1","contacts"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1260"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:43:57 GMT"},{"key":"x-amzn-RequestId","value":"a78882d0-ec8f-11e8-8ff9-9dbdc530ec4b"},{"key":"CF-RAY","value":"47c8f1f97a3f2456-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=XlDAWF9UhqTqLAVoQEUQ37Y9kUxpLYpZGvXzLYyh0yM; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"Qpf_CFyhIAMFw_Q="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:43:57 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0f97553f43226e8f38d60cb120d63536.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"CDVcwvpUtWCVZhOgY3sBnnzHuuFth-OFG62FraWcX7fXS5teZpDyNA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"1533\",\n            \"created\": \"2017-07-04T05:53:37+00:00\",\n            \"changed\": \"2018-11-13T09:53:30+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"company\",\n            \"name\": \"Google LLC\",\n            \"email\": \"legal@google.com\",\n            \"phone\": \"+1 (408) 555 5557\",\n            \"address\": {\n                \"address_line1\": \"1600 Amphitheatre Parkway\",\n                \"city\": \"Mountain View\",\n                \"state\": \"CA\",\n                \"country\": \"US\",\n                \"zip_code\": \"94043\"\n            },\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1534\",\n            \"created\": \"2017-09-15T05:54:00+00:00\",\n            \"changed\": \"2018-11-13T09:55:52+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"company\",\n            \"name\": \"Facebook, Inc.\",\n            \"email\": \"legal@fb.com\",\n            \"phone\": \"+1(408) 555 5555\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1719\",\n            \"created\": \"2017-08-09T07:18:05+00:00\",\n            \"changed\": \"2017-12-18T11:47:45+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Lynda Simpson\",\n            \"email\": \"lynda@gmail.com\",\n            \"phone\": \"+1 (408) 555 5551\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1720\",\n            \"created\": \"2017-08-26T07:18:36+00:00\",\n            \"changed\": \"2017-12-18T11:48:06+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Donald Henry\",\n            \"email\": \"donal@henry.com\",\n            \"phone\": \"+1 (408) 888 5551\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1721\",\n            \"created\": \"2017-10-06T07:19:00+00:00\",\n            \"changed\": \"2018-11-13T09:59:58+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Eric Simon\",\n            \"email\": \"simon@yahoo.com\",\n            \"phone\": \"+1 (408) 555 7771\",\n            \"birthday\": \"1979-11-01\",\n            \"related_contacts\": [\n                {\n                    \"contact_id\": \"163615\",\n                    \"relation\": \"Brother\"\n                }\n            ],\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1723\",\n            \"created\": \"2017-10-19T07:20:13+00:00\",\n            \"changed\": \"2017-12-18T11:48:54+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"company\",\n            \"name\": \"Cisco, Inc.\",\n            \"email\": \"legal@cisco.com\",\n            \"phone\": \"+1 (408) 777 7771\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"1725\",\n            \"created\": \"2017-11-10T07:21:21+00:00\",\n            \"changed\": \"2017-12-18T11:49:24+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Marc White\",\n            \"email\": \"marc@gmail.com\",\n            \"phone\": \"+1 (408) 555 5552\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"24906\",\n            \"created\": \"2017-11-24T04:23:12+00:00\",\n            \"changed\": \"2018-11-13T09:59:07+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Elon Musk\",\n            \"email\": \"elon@tesla.com\",\n            \"phone\": \"+1 (408) 123 1234\",\n            \"contact_title\": \"CEO\",\n            \"company\": \"122635\",\n            \"birthday\": \"1971-06-28\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"107074\",\n            \"created\": \"2017-12-08T15:52:34+00:00\",\n            \"changed\": \"2017-12-18T11:50:23+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Peter Friend\",\n            \"email\": \"peter@gmail.com\",\n            \"phone\": \"+1 (408) 660 1522\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"122635\",\n            \"created\": \"2017-06-20T19:56:34+00:00\",\n            \"changed\": \"2018-11-13T10:07:31+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"company\",\n            \"name\": \"Tesla, Inc.\",\n            \"email\": \"legal@tesla.com\",\n            \"phone\": \"+1(408) 555 5556\",\n            \"address\": {\n                \"address_line1\": \"3500 Deer Creek Road\",\n                \"city\": \"Palo Alto\",\n                \"state\": \"CA\",\n                \"country\": \"US\",\n                \"zip_code\": \"94304\"\n            },\n            \"related_contacts\": [\n                {\n                    \"contact_id\": \"24906\",\n                    \"relation\": \"CEO\"\n                }\n            ],\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"163615\",\n            \"created\": \"2017-12-18T16:26:01+00:00\",\n            \"changed\": \"2017-12-19T10:41:30+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Michael Patrick\",\n            \"email\": \"mike@gmail.com\",\n            \"phone\": \"+1-408-123-2254\",\n            \"category\": \"lead\",\n            \"lead_source\": \"web\",\n            \"active\": true\n        },\n        {\n            \"id\": \"163619\",\n            \"created\": \"2017-12-18T16:27:55+00:00\",\n            \"changed\": \"2017-12-18T16:27:55+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Jeff Brown\",\n            \"email\": \"jeff@gmail.com\",\n            \"phone\": \"+1-650-123-1111\",\n            \"category\": \"lead\",\n            \"lead_source\": \"web\",\n            \"active\": true\n        },\n        {\n            \"id\": \"163623\",\n            \"created\": \"2017-12-18T16:29:32+00:00\",\n            \"changed\": \"2017-12-18T16:29:32+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Diana Cameroon\",\n            \"email\": \"diana@gmail.com\",\n            \"phone\": \"+1-408-111-2222\",\n            \"category\": \"lead\",\n            \"lead_source\": \"web\",\n            \"active\": true\n        },\n        {\n            \"id\": \"163627\",\n            \"created\": \"2017-12-18T16:32:00+00:00\",\n            \"changed\": \"2017-12-18T16:32:00+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"George Albert\",\n            \"email\": \"george@gmail.com\",\n            \"phone\": \"+1-408-199-2100\",\n            \"category\": \"lead\",\n            \"lead_source\": \"web\",\n            \"active\": true\n        },\n        {\n            \"id\": \"195528\",\n            \"created\": \"2018-07-09T15:40:14+00:00\",\n            \"changed\": \"2018-07-09T15:40:14+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"mlees\",\n            \"email\": \"mlees@hbplaw.com\",\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"207530\",\n            \"created\": \"2018-11-13T10:15:35+00:00\",\n            \"changed\": \"2018-11-13T10:15:35+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"company\",\n            \"name\": \"LawGro, Inc.\",\n            \"email\": \"support@lawgro.com\",\n            \"phone\": \"415-966-1230\",\n            \"address\": {\n                \"address_line1\": \"46746 Crawford Street\",\n                \"address_line2\": \"Unit 1A\",\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"country\": \"US\",\n                \"zip_code\": \"94539\"\n            },\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"207532\",\n            \"created\": \"2018-11-13T10:17:05+00:00\",\n            \"changed\": \"2018-11-13T10:17:05+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Victor\",\n            \"email\": \"victor@lawgro.com\",\n            \"phone\": \"415-966-1230\",\n            \"contact_title\": \"CEO\",\n            \"company\": \"207530\",\n            \"birthday\": \"1981-05-14\",\n            \"address\": {\n                \"address_line1\": \"46746 Crawford Street\",\n                \"address_line2\": \"Unit 1A\",\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"country\": \"US\",\n                \"zip_code\": \"94539\"\n            },\n            \"related_contacts\": [\n                {\n                    \"contact_id\": \"24906\",\n                    \"relation\": \"Friend\"\n                }\n            ],\n            \"category\": \"client\",\n            \"active\": true\n        },\n        {\n            \"id\": \"208419\",\n            \"created\": \"2018-11-19T19:53:52+00:00\",\n            \"changed\": \"2018-11-19T19:53:52+00:00\",\n            \"uid\": \"30\",\n            \"type\": \"person\",\n            \"name\": \"Vikash Rungta\",\n            \"email\": \"vikashrugta@gmail.com\",\n            \"address\": {\n                \"address_line1\": \"39997 cedar blvd\",\n                \"address_line2\": \"#253\",\n                \"city\": \"Newark\",\n                \"state\": \"CA\",\n                \"country\": \"US\",\n                \"zip_code\": \"94560\"\n            },\n            \"category\": \"client\",\n            \"active\": true\n        }\n    ],\n    \"offset\": 0,\n    \"limit\": \"20\",\n    \"total_count\": 18\n}"}],"_postman_id":"8dbd6724-2ad0-4a08-9104-a049a4a34527"},{"name":"Get Individual Contact","id":"43a09575-9ff7-47b6-8b00-c81975ba6c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/contacts/{{id}}","description":"<p>{id} - The unique identifier of Contact.</p>\n","urlObject":{"protocol":"https","path":["v1","contacts","{{id}}"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"840b9d2b-0869-4124-9b74-4417b3acade4","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/contacts/207532"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"326"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:46:41 GMT"},{"key":"x-amzn-RequestId","value":"09ac911c-ec90-11e8-b460-4ff4aaf28613"},{"key":"CF-RAY","value":"47c8f5fe8fadc1d1-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=0olxrfidsuzQsajkFCo4nhed51phFtGOUK-yXrqA8zc; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpgYwEvBIAMFlyA="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:46:41 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0f97553f43226e8f38d60cb120d63536.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"TCdcS7Noq5p4tnjVUlehuJ6Wr1BZ0VXPx5UwE0yYjK5cW79FdKemDQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"207532\",\n        \"created\": \"2018-11-13T10:17:05+00:00\",\n        \"changed\": \"2018-11-13T10:17:05+00:00\",\n        \"uid\": \"30\",\n        \"type\": \"person\",\n        \"name\": \"Victor\",\n        \"email\": \"victor@lawgro.com\",\n        \"phone\": \"415-966-1230\",\n        \"contact_title\": \"CEO\",\n        \"company\": \"207530\",\n        \"birthday\": \"1981-05-14\",\n        \"address\": {\n            \"address_line1\": \"46746 Crawford Street\",\n            \"address_line2\": \"Unit 1A\",\n            \"city\": \"Fremont\",\n            \"state\": \"CA\",\n            \"country\": \"US\",\n            \"zip_code\": \"94539\"\n        },\n        \"related_contacts\": [\n            {\n                \"contact_id\": \"24906\",\n                \"relation\": \"Friend\"\n            }\n        ],\n        \"category\": \"client\",\n        \"active\": true\n    }\n}"},{"id":"ca8b7010-249f-4027-8a8a-820b2022ca93","name":"Record Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/contacts/2075321"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:47:25 GMT"},{"key":"x-amzn-RequestId","value":"23ca5b5b-ec90-11e8-8fda-2be095f69861"},{"key":"CF-RAY","value":"47c8f710bff4c1c2-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=KG47QB8Ll4XX7EU4zHUVXW4Exm1D3NRyysrfufcLxZI; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpgfmG4HoAMF8OQ="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:47:25 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 0f97553f43226e8f38d60cb120d63536.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"0ub_gAxCf0v5jYdRwv1iDiwUgITlUdCEbpfrrM_-PeN0WENW4KCQNw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Not Found\",\n        \"message\": \"No Record Found\"\n    }\n}"}],"_postman_id":"43a09575-9ff7-47b6-8b00-c81975ba6c2a"},{"name":"Create New Contact","id":"a1878aeb-b624-40ab-bc04-11136107f1e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"Victor\",\n        \"type\": \"person\",\n        \"email\": \"victor@lawgro.com\",\n        \"phone\": \"415-966-1230\",\n        \"address\": {\n            \"address_line1\": \"46746 Crawford Street\",\n            \"address_line2\": \"Unit 1A\",\n            \"city\": \"Fremont\",\n            \"state\": \"CA\",\n            \"country\": \"US\",\n            \"zip_code\": \"94539\"\n        },\n        \"category\": \"client\",\n        \"birthday\": \"1981-05-14\",\n        \"contact_title\": \"CEO\",\n        \"company\": 207530,\n        \"related_contacts\": [\n            {\n                \"contact_id\": 24906,\n                \"relation\": \"Friend\"\n            }\n        ],\n        \"active\": 1\n    }\n}"},"url":"https://api.lawgro.com/v1/contacts","description":"<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Contact Full Name (Required)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Contact Type (Allowed values: person, company, Default: person)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>Contact email (Provide valid email address)</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Contact phone</td>\n</tr>\n<tr>\n<td>address</td>\n<td>Object</td>\n<td>Contact Address</td>\n</tr>\n<tr>\n<td>address_line1</td>\n<td>String</td>\n<td>Address Line1 in address Object</td>\n</tr>\n<tr>\n<td>address_line2</td>\n<td>String</td>\n<td>Address Line2 in address Object</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>City in address Object</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>State Name or ISO Alpha-2 State Code like AL, AK, CA, NY, FL, IL,  etc.. in address Object</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Country Name or <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes\">ISO Alpha-2 Country Code</a> like US, EU, IN etc.. in address Object</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>String</td>\n<td>ZIP or Postal Code in address Object</td>\n</tr>\n<tr>\n<td>category</td>\n<td>String</td>\n<td>Contact Category (Allowed values: client, lead, vendor, other)</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>String</td>\n<td>Contact Birthday (Format: yyyy-mm-dd)</td>\n</tr>\n<tr>\n<td>contact_title</td>\n<td>String</td>\n<td>Contact Title/Designation</td>\n</tr>\n<tr>\n<td>company</td>\n<td>Number</td>\n<td>Contact ID of type company</td>\n</tr>\n<tr>\n<td>related_contacts</td>\n<td>Array of Objects</td>\n<td>Related Contacts</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>Number</td>\n<td>Related Contact ID in related_contacts Object</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>String</td>\n<td>Related Contact Relation in related_contacts Object</td>\n</tr>\n<tr>\n<td>lead_source</td>\n<td>String</td>\n<td>Lead Source (Allowed values: advt, email, phone, referral, social media, web, others)</td>\n</tr>\n<tr>\n<td>active</td>\n<td>Number</td>\n<td>1 = Active, 0 = Not Active</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"0ed59c5b-4fe1-47f8-b8ea-d3779389925d","name":"Unprocessable Entity - data parameter is missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\":\"Victor\",\r\n\t\"type\":\"person\",\r\n\t\"email\":\"victor@lawgro.com\",\r\n\t\"phone\":\"415-966-1230\",\r\n\t\"address\": {\r\n\t\t\"address_line1\":\"46746 Crawford Street\",\r\n\t\t\"address_line2\":\"Unit 1A\",\r\n\t\t\"city\":\"Fremont\",\r\n\t\t\"state\":\"CA\",\r\n\t\t\"country\":\"US\",\r\n\t\t\"zip_code\":\"94539\"\r\n\t},\r\n\t\"category\":\"client\",\r\n\t\"birthday\":\"1981-05-14\",\r\n\t\"contact_title\":\"CEO\",\r\n\t\"company\": 2075301,\r\n\t\"related_contacts\":[\r\n\t\t{\r\n\t\t\t\"id\" : 24906,\r\n\t\t\t\"relation\":\"Friend\"\r\n\t\t}\r\n\t],\r\n\t\"active\":1\r\n}"},"url":"https://api.lawgro.com/v1/contacts"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Nov 2018 10:20:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Vary","value":"Accept"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4790810b190dc3ab-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Unprocessable Entity\",\n        \"message\": \"data parameter is missing\"\n    }\n}"},{"id":"7da9c619-64ca-45ed-a001-019bb1f5f83c","name":"Create contact of type company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"LawGro, Inc.\",\n        \"type\": \"company\",\n        \"email\": \"support@lawgro.com\",\n        \"phone\": \"415-966-1230\",\n        \"address\": {\n            \"address_line1\": \"46746 Crawford Street\",\n            \"address_line2\": \"Unit 1A\",\n            \"city\": \"Fremont\",\n            \"state\": \"CA\",\n            \"country\": \"US\",\n            \"zip_code\": \"94539\"\n        },\n        \"category\": \"client\",\n        \"related_contacts\": [\n            {\n                \"contact_id\": 207532,\n                \"relation\": \"CEO\"\n            }\n        ],\n        \"active\": 1\n    }\n}"},"url":"https://api.lawgro.com/v1/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Nov 2018 11:17:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Vary","value":"Accept"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4790d456ba75c347-SIN"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"207543\",\n    \"created\": \"2018-11-13T11:17:02+00:00\",\n    \"changed\": \"2018-11-13T11:17:02+00:00\",\n    \"uid\": \"30\",\n    \"type\": \"company\",\n    \"name\": \"LawGro, Inc.\",\n    \"email\": \"support@lawgro.com\",\n    \"phone\": \"415-966-1230\",\n    \"address\": {\n        \"address_line1\": \"46746 Crawford Street\",\n        \"address_line2\": \"Unit 1A\",\n        \"city\": \"Fremont\",\n        \"state\": \"CA\",\n        \"country\": \"US\",\n        \"zip_code\": \"94539\"\n    },\n    \"related_contacts\": [\n        {\n            \"contact_id\": \"207532\",\n            \"relation\": \"CEO\"\n        }\n    ],\n    \"category\": \"client\",\n    \"active\": true\n}"},{"id":"85c3cca9-2c2a-4c02-98a9-eebc6dc1d9f6","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\":{\r\n\t\t\"name\":\"Victor\",\r\n\t\t\"type\":\"person\",\r\n\t\t\"email\":\"victor@lawgro.com\",\r\n\t\t\"phone\":\"415-966-1230\",\r\n\t\t\"address\": {\r\n\t\t\t\"address_line1\":\"46746 Crawford Street\",\r\n\t\t\t\"address_line2\":\"Unit 1A\",\r\n\t\t\t\"city\":\"Fremont\",\r\n\t\t\t\"state\":\"CA\",\r\n\t\t\t\"country\":\"US\",\r\n\t\t\t\"zip_code\":\"94539\"\r\n\t\t},\r\n\t\t\"category\":\"client\",\r\n\t\t\"birthday\":\"1981-05-14\",\r\n\t\t\"contact_title\":\"CEO\",\r\n\t\t\"company\": 207530,\r\n\t\t\"related_contacts\":[\r\n\t\t\t{\r\n\t\t\t\t\"contact_id\" : 24906,\r\n\t\t\t\t\"relation\":\"Friend\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"active\":1\r\n\t}\r\n}"},"url":"https://api.lawgro.com/v1/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Nov 2018 10:17:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Vary","value":"Accept"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"47907c861f3bc3ab-SIN"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"207532\",\n    \"created\": \"2018-11-13T10:17:05+00:00\",\n    \"changed\": \"2018-11-13T10:17:05+00:00\",\n    \"uid\": \"30\",\n    \"type\": \"person\",\n    \"name\": \"Victor\",\n    \"email\": \"victor@lawgro.com\",\n    \"phone\": \"415-966-1230\",\n    \"contact_title\": \"CEO\",\n    \"company\": 207530,\n    \"birthday\": \"1981-05-14\",\n    \"address\": {\n        \"address_line1\": \"46746 Crawford Street\",\n        \"address_line2\": \"Unit 1A\",\n        \"city\": \"Fremont\",\n        \"state\": \"CA\",\n        \"country\": \"US\",\n        \"zip_code\": \"94539\"\n    },\n    \"related_contacts\": [\n        {\n            \"contact_id\": \"24906\",\n            \"relation\": \"Friend\"\n        }\n    ],\n    \"category\": \"client\",\n    \"active\": true\n}"},{"id":"a7d34bae-8403-4244-b2f6-33c31a474bff","name":"Unprocessable Entity - Unkown country in address","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\":{\r\n\t\t\"name\":\"Victor\",\r\n\t\t\"type\":\"person\",\r\n\t\t\"email\":\"victor@lawgro.com\",\r\n\t\t\"phone\":\"415-966-1230\",\r\n\t\t\"address\": {\r\n\t\t\t\"address_line1\":\"46746 Crawford Street\",\r\n\t\t\t\"address_line2\":\"Unit 1A\",\r\n\t\t\t\"city\":\"Fremont\",\r\n\t\t\t\"state\":\"CA\",\r\n\t\t\t\"country\":\"USAB\",\r\n\t\t\t\"zip_code\":\"94539\"\r\n\t\t},\r\n\t\t\"category\":\"client\",\r\n\t\t\"birthday\":\"1981-05-14\",\r\n\t\t\"contact_title\":\"CEO\",\r\n\t\t\"company\": 207530,\r\n\t\t\"related_contacts\":[\r\n\t\t\t{\r\n\t\t\t\t\"id\" : 24906,\r\n\t\t\t\t\"relation\":\"Friend\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"active\":1\r\n\t}\r\n}"},"url":"https://api.lawgro.com/v1/contacts"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Nov 2018 10:17:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Vary","value":"Accept"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"47907d76ea05c3ab-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Unprocessable Entity\",\n        \"message\": \"Unkown country in address\"\n    }\n}"},{"id":"dbdc9b2d-0432-4c06-b782-a8d98228a9cd","name":"Unprocessable Entity - Company id is not valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"data\":{\r\n\t\t\"name\":\"Victor\",\r\n\t\t\"type\":\"person\",\r\n\t\t\"email\":\"victor@lawgro.com\",\r\n\t\t\"phone\":\"415-966-1230\",\r\n\t\t\"address\": {\r\n\t\t\t\"address_line1\":\"46746 Crawford Street\",\r\n\t\t\t\"address_line2\":\"Unit 1A\",\r\n\t\t\t\"city\":\"Fremont\",\r\n\t\t\t\"state\":\"CA\",\r\n\t\t\t\"country\":\"US\",\r\n\t\t\t\"zip_code\":\"94539\"\r\n\t\t},\r\n\t\t\"category\":\"client\",\r\n\t\t\"birthday\":\"1981-05-14\",\r\n\t\t\"contact_title\":\"CEO\",\r\n\t\t\"company\": 2075301,\r\n\t\t\"related_contacts\":[\r\n\t\t\t{\r\n\t\t\t\t\"id\" : 24906,\r\n\t\t\t\t\"relation\":\"Friend\"\r\n\t\t\t}\r\n\t\t],\r\n\t\t\"active\":1\r\n\t}\r\n}"},"url":"https://api.lawgro.com/v1/contacts"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Nov 2018 10:18:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"Vary","value":"Accept"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"47907eb0abe7c3ab-SIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Unprocessable Entity\",\n        \"message\": \"company id is not valid\"\n    }\n}"}],"_postman_id":"a1878aeb-b624-40ab-bc04-11136107f1e3"}],"id":"dc49e686-232d-4557-a30d-7127de8e8c39","_postman_id":"dc49e686-232d-4557-a30d-7127de8e8c39","description":""},{"name":"Matters","item":[{"name":"Get All Matters","id":"feca8233-60a4-4e4f-a458-ee638cb47e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.lawgro.com/v1/matters?offset={{offset}}&limit={{limit}}","urlObject":{"protocol":"https","path":["v1","matters"],"host":["api","lawgro","com"],"query":[{"description":{"content":"<p>The 0-based offset of the first record to return. The default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>The maximum number of records to return. The default is 20.</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"}],"variable":[]}},"response":[{"id":"848e3acb-0837-485f-9698-7ba95587b027","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.lawgro.com/v1/matters?offset=0&limit=20","protocol":"https","host":["api","lawgro","com"],"path":["v1","matters"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1687"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:52:10 GMT"},{"key":"x-amzn-RequestId","value":"ccf27ecc-ec90-11e8-8828-bdd9c1cc9028"},{"key":"CF-RAY","value":"47c8fdfe9b902456-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=X6V_xiLRNeDPedonu3j095MH5wlavTO8113zF3ROVEQ; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QphL8G5XoAMFQ1w="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:52:10 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 070a5e2bbb29535dedfb96629aba98f8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ELk5XWjG_-VsZlCzzXEFWslFC5uKg9isaTjcaggqbEEZoJGOTgwTBQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"164123\",\n            \"created\": \"2017-12-19T12:10:48+00:00\",\n            \"changed\": \"2017-12-29T14:19:50+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"1\",\n            \"name\": \"Documentation for new office lease at Newark\",\n            \"contact_id\": \"122635\",\n            \"description\": \"Review the lease deed, negotiate with property owner and close by registering the lease deed\",\n            \"fee_structure\": {\n                \"max_cap\": 6000\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-06-26\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-07-03\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"164128\",\n            \"created\": \"2017-12-19T12:15:07+00:00\",\n            \"changed\": \"2017-12-29T14:20:16+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"2\",\n            \"name\": \"Due Diligence for acquistion of Halli Labs\",\n            \"contact_id\": \"1533\",\n            \"description\": \"Legal due diligence of contracts, structure and agreements\",\n            \"fee_structure\": {\n                \"max_cap\": 50000\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-07-06\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-07-18\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"164133\",\n            \"created\": \"2017-12-19T12:21:13+00:00\",\n            \"changed\": \"2017-12-29T14:20:41+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"3\",\n            \"name\": \"Responding to Tax notice from IRS\",\n            \"contact_id\": \"1719\",\n            \"description\": \"Review the tax notice and respond with details\",\n            \"fee_structure\": {\n                \"max_cap\": 2500\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-08-10\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-08-14\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"164136\",\n            \"created\": \"2017-12-19T12:29:35+00:00\",\n            \"changed\": \"2017-12-30T03:48:55+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"4\",\n            \"name\": \"Documentation for villa purchase at Menlo Park\",\n            \"contact_id\": \"1720\",\n            \"description\": \"Review, negotiate and prepare documents for purchase of Villa in Menlo Park\",\n            \"fee_structure\": {\n                \"flat_fee\": 8000\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-09-05\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-09-15\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"164138\",\n            \"created\": \"2017-12-19T12:32:36+00:00\",\n            \"changed\": \"2017-12-30T03:50:27+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"5\",\n            \"name\": \"Restructuring ESOP plan for TBH App employees post acquistion\",\n            \"contact_id\": \"1534\",\n            \"fee_structure\": {\n                \"flat_fee\": 15000\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-09-15\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-09-26\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"164140\",\n            \"created\": \"2017-12-19T12:34:25+00:00\",\n            \"changed\": \"2018-01-01T11:04:11+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"6\",\n            \"name\": \"Consulting on setting up a new company - upto 1.5 Hours\",\n            \"contact_id\": \"1721\",\n            \"fee_structure\": {\n                \"flat_fee\": 700\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-10-12\",\n            \"closed_date\": \"2018-01-01\",\n            \"expected_close_date\": \"2017-10-12\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"164143\",\n            \"created\": \"2017-12-19T12:37:00+00:00\",\n            \"changed\": \"2017-12-19T12:37:00+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"7\",\n            \"name\": \"Reviewing commercial contract with African Vendors\",\n            \"contact_id\": \"1723\",\n            \"fee_structure\": {\n                \"max_cap\": 100000\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-10-25\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"164145\",\n            \"created\": \"2017-12-19T12:40:11+00:00\",\n            \"changed\": \"2017-12-30T03:57:22+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"8\",\n            \"name\": \"Incorporate a C-Corp in Delaware\",\n            \"contact_id\": \"1725\",\n            \"description\": \"The company's operating office shall be in Fremont, CA\",\n            \"fee_structure\": {\n                \"flat_fee\": 4000\n            },\n            \"status\": \"Closed\",\n            \"open_date\": \"2017-11-20\",\n            \"closed_date\": \"2017-12-29\",\n            \"expected_close_date\": \"2017-11-29\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"164148\",\n            \"created\": \"2017-12-19T12:42:48+00:00\",\n            \"changed\": \"2017-12-19T12:42:48+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"9\",\n            \"name\": \"Restructuing of Holdings company\",\n            \"contact_id\": \"24906\",\n            \"description\": \"Review the current structure and propose a tax efficient holding structure\",\n            \"fee_structure\": {\n                \"max_cap\": 250000\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-12-01\",\n            \"expected_close_date\": \"2018-01-30\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"164150\",\n            \"created\": \"2017-12-19T12:44:39+00:00\",\n            \"changed\": \"2017-12-30T04:01:25+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"10\",\n            \"name\": \"LLC Incorporation at Delaware\",\n            \"contact_id\": \"107074\",\n            \"description\": \"Complete support as under:\\r\\n- Issuing stocks and certificates\\r\\n- Preparing Byelaws and resolutions\\r\\n- Implement a ESOP plan\\r\\n- Consulting on need basis upto 10 hours for 1 year\",\n            \"fee_structure\": {\n                \"flat_fee\": 12500\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-12-14\",\n            \"expected_close_date\": \"2017-12-29\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"164152\",\n            \"created\": \"2017-12-19T12:48:29+00:00\",\n            \"changed\": \"2017-12-30T04:03:15+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"11\",\n            \"name\": \"Incorporate C-Corp at Delaware\",\n            \"contact_id\": \"1721\",\n            \"fee_structure\": {\n                \"flat_fee\": 4000\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-12-18\",\n            \"expected_close_date\": \"2017-12-26\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"195803\",\n            \"created\": \"2018-07-12T16:33:02+00:00\",\n            \"changed\": \"2018-07-12T16:33:02+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"12\",\n            \"name\": \"LLC Incorporation at Delaware\",\n            \"contact_id\": \"1534\",\n            \"description\": \"Complete support as under:\\r\\n- Issuing stocks and certificates\\r\\n- Preparing Byelaws and resolutions\\r\\n- Implement a ESOP plan\\r\\n- Consulting on need basis upto 10 hours for 1 year\",\n            \"fee_structure\": {\n                \"flat_fee\": 12500\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-12-14\",\n            \"expected_close_date\": \"2017-12-29\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"195805\",\n            \"created\": \"2018-07-12T16:33:44+00:00\",\n            \"changed\": \"2018-07-12T16:33:44+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"13\",\n            \"name\": \"Reviewing commercial contract with African Vendors\",\n            \"contact_id\": \"1720\",\n            \"fee_structure\": {\n                \"max_cap\": 100000\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-10-25\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"204638\",\n            \"created\": \"2018-10-15T15:43:43+00:00\",\n            \"changed\": \"2018-10-15T15:43:43+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"14\",\n            \"name\": \"LLC Incorporation at Delaware\",\n            \"contact_id\": \"24906\",\n            \"description\": \"Complete support as under:\\r\\n- Issuing stocks and certificates\\r\\n- Preparing Byelaws and resolutions\\r\\n- Implement a ESOP plan\\r\\n- Consulting on need basis upto 10 hours for 1 year\",\n            \"fee_structure\": {\n                \"flat_fee\": 15000\n            },\n            \"status\": \"Open\",\n            \"open_date\": \"2017-12-14\",\n            \"expected_close_date\": \"2017-12-29\",\n            \"is_invoiced\": \"No\"\n        },\n        {\n            \"id\": \"208086\",\n            \"created\": \"2018-11-16T07:23:55+00:00\",\n            \"changed\": \"2018-11-16T07:23:55+00:00\",\n            \"uid\": \"30\",\n            \"matter_number\": \"15\",\n            \"name\": \"Donald Henry vs. Rikki Comeaux\",\n            \"contact_id\": \"1720\",\n            \"description\": \"Hello this is Dr. Michael Fuller. I'm the psychiatrist that's been appointed to evaluate a client of yours named Ricky como(?) COME a UX who has a case with Judge ricard. I need to see her for a competency evaluation and I've been unable to track her down as of yet. If you'd be so kind as to give me a call on my cell phone at 409-939-7865 so I can discuss Ricky with you. Thank you so much. Bye bye\",\n            \"fee_structure\": {\n                \"flat_fee\": 2000,\n                \"contingency_fee\": {\n                    \"type\": \"%\",\n                    \"value\": \"10\",\n                    \"award_amount\": 10000\n                },\n                \"max_cap\": 10000\n            },\n            \"related_contacts\": [\n                {\n                    \"contact_id\": \"1719\",\n                    \"relation\": \"Friend\"\n                }\n            ],\n            \"status\": \"Open\",\n            \"open_date\": \"2018-05-03\",\n            \"expected_close_date\": \"2019-05-03\",\n            \"is_invoiced\": \"No\"\n        }\n    ],\n    \"offset\": 0,\n    \"limit\": \"20\",\n    \"total_count\": 15\n}"}],"_postman_id":"feca8233-60a4-4e4f-a458-ee638cb47e52"},{"name":"Get Individual Matter","id":"bf4b68f0-3a48-4780-818b-aba13d1d6f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/matters/{{id}}","description":"<p>{id} - The unique identifier of Matter.</p>\n","urlObject":{"protocol":"https","path":["v1","matters","{{id}}"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"5b3cf48e-a08f-4a37-9aa5-c57e10415904","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/matters/208086"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"568"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:53:14 GMT"},{"key":"x-amzn-RequestId","value":"f3aff23c-ec90-11e8-824a-4df6415d185c"},{"key":"CF-RAY","value":"47c8ff944ae2c1e0-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=YT6aYLCxEXTBsCsjmC0XJktIQ_P5oRWiFJjmz9Sz9Vs; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QphWGGK8oAMFt0A="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:53:14 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 070a5e2bbb29535dedfb96629aba98f8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"CNSHwnY92pucpbZsQdzTArWcjdBIuAu6SySa5qeP2Podk-x3PNupwg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"208086\",\n        \"created\": \"2018-11-16T07:23:55+00:00\",\n        \"changed\": \"2018-11-16T07:23:55+00:00\",\n        \"uid\": \"30\",\n        \"matter_number\": \"15\",\n        \"name\": \"Donald Henry vs. Rikki Comeaux\",\n        \"contact_id\": \"1720\",\n        \"description\": \"Hello this is Dr. Michael Fuller. I'm the psychiatrist that's been appointed to evaluate a client of yours named Ricky como(?) COME a UX who has a case with Judge ricard. I need to see her for a competency evaluation and I've been unable to track her down as of yet. If you'd be so kind as to give me a call on my cell phone at 409-939-7865 so I can discuss Ricky with you. Thank you so much. Bye bye\",\n        \"fee_structure\": {\n            \"flat_fee\": 2000,\n            \"contingency_fee\": {\n                \"type\": \"%\",\n                \"value\": \"10\",\n                \"award_amount\": 10000\n            },\n            \"max_cap\": 10000\n        },\n        \"related_contacts\": [\n            {\n                \"contact_id\": \"1719\",\n                \"relation\": \"Friend\"\n            }\n        ],\n        \"status\": \"Open\",\n        \"open_date\": \"2018-05-03\",\n        \"expected_close_date\": \"2019-05-03\",\n        \"is_invoiced\": \"No\"\n    }\n}"},{"id":"c001db73-c7a9-4663-bcad-bd680c6c8c68","name":"Record Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/matters/2080861"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:53:30 GMT"},{"key":"x-amzn-RequestId","value":"fd6d1439-ec90-11e8-b021-4b2b12c79f37"},{"key":"CF-RAY","value":"47c8fffa693ec1e5-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=PmmiaG63ZDM4AM3oC-gdJ7pnp5b083Y_bTCW_PElgBw; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QphYqFOzIAMFZmg="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:53:30 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 070a5e2bbb29535dedfb96629aba98f8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"vS3uGRhhleahBKx8xNwPfxyz-K566JqDeHy3j7-9gB0v0_jnXMvebg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Not Found\",\n        \"message\": \"No Record Found\"\n    }\n}"}],"_postman_id":"bf4b68f0-3a48-4780-818b-aba13d1d6f82"},{"name":"Create New Matter","id":"606ea03f-e1cf-4475-9c1e-0526c6029995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"Donald Henry vs. Rikki Comeaux\",\n        \"contact_id\": \"1720\",\n        \"description\": \"Land dispute between Donald and Rikki situated at Pleasonton.\",\n        \"fee_structure\": {\n            \"flat_fee\": 2000,\n            \"contingency_fee\": {\n                \"type\": \"%\",\n                \"value\": \"10\",\n                \"award_amount\": 50000\n            },\n            \"max_cap\": 10000\n        },\n        \"related_contacts\": [\n            {\n                \"contact_id\": 1719,\n                \"relation\": \"Friend\"\n            }\n        ],        \n        \"status\": \"Open\",\n        \"open_date\": \"2018-05-03\",\n        \"expected_close_date\": \"2019-05-03\"\n    }\n}"},"url":"https://api.lawgro.com/v1/matters","description":"<p>Matter number is auto generated and assigned to creted user.</p>\n<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Matter Name (Required)</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>number</td>\n<td>Contact ID (Required)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Matter Description</td>\n</tr>\n<tr>\n<td>fee_structure</td>\n<td>Object</td>\n<td>Matter Fee Structure (Flat Fee, Contingency Fee, Max Cap)</td>\n</tr>\n<tr>\n<td>flat_fee</td>\n<td>number</td>\n<td>Flat fee amount in fee_structure Object (No need to provide currency, API will consider firm default currency)</td>\n</tr>\n<tr>\n<td>contingency_fee</td>\n<td>Object</td>\n<td>Matter Contingency/Success based fee.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>number</td>\n<td>Contingency Fee Value in contingency_fee Object</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Contingency Fee Type in contingency_fee Object (Allowed Values: %, Flat)</td>\n</tr>\n<tr>\n<td>award_amount</td>\n<td>number</td>\n<td>Award amount in contingency_fee Object (No need to provide currency. API will consider firm default currency)</td>\n</tr>\n<tr>\n<td>related_contacts</td>\n<td>Array of Objects</td>\n<td>Related Contacts</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>Number</td>\n<td>Related Contact ID in related_contacts Object</td>\n</tr>\n<tr>\n<td>relation</td>\n<td>String</td>\n<td>Related Contact Relation in related_contacts Object</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Matter Status (Allowed values: Open, Closed)</td>\n</tr>\n<tr>\n<td>open_date</td>\n<td>String</td>\n<td>Matter Open Date (Format: yyyy-mm-dd)</td>\n</tr>\n<tr>\n<td>closed_date</td>\n<td>String</td>\n<td>Matter Closed Date (Format: yyyy-mm-dd)</td>\n</tr>\n<tr>\n<td>expected_close_date</td>\n<td>String</td>\n<td>Matter Expected Close Date (Format: yyyy-mm-dd)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","matters"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"26250c82-047b-4970-bc2f-bb7025d03d31","name":"Unknown contingency fee type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"Donald Henry vs. Rikki Comeaux\",\n        \"contact\": \"1720\",\n        \"description\": \"Hello this is Dr. Michael Fuller. I'm the psychiatrist that's been appointed to evaluate a client of yours named Ricky como(?) COME a UX who has a case with Judge ricard. I need to see her for a competency evaluation and I've been unable to track her down as of yet. If you'd be so kind as to give me a call on my cell phone at 409-939-7865 so I can discuss Ricky with you. Thank you so much. Bye bye\",\n        \"fee_structure\": {\n            \"flat_fee\": 2000,\n            \"contingency_fee\": {\n                \"type\": \"%%\",\n                \"value\": \"10\",\n                \"award_amount\": 50000\n            },\n            \"max_cap\": 10000\n        },\n        \"related_contacts\": [\n            {\n                \"id\": 1719,\n                \"relation\": \"Friend\"\n            }\n        ],        \n        \"status\": \"Open\",\n        \"open_date\": \"2018-05-03\",\n        \"expected_close_date\": \"2019-05-03\"\n    }\n}"},"url":"https://api.lawgro.com/v1/matters"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 16 Nov 2018 07:24:16 GMT"},{"key":"x-amzn-RequestId","value":"a02a852c-e970-11e8-a651-594ac7cda66c"},{"key":"CF-RAY","value":"47a8378cdbd6c177-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=Z7170JFm7V51zm6ebBGbobfcYTuQtoD2Z3ijQ613Ej4; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QcaJHEY2oAMFtKg="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Fri, 16 Nov 2018 07:24:16 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 3b0f6cdb3957679b7dc65531d996193e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"QxlSCXmsrPb5SHsi0yNp2l48gCW-pEQKDYHKGZBjWeJq6pbdBEg3ew=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Unprocessable Entity\",\n        \"message\": \"Unknown contingency_fee type value. Accepted values: %, Flat\"\n    }\n}"},{"id":"e3e13fa7-a0e9-4876-ae72-b5f8a658e32c","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"name\": \"Donald Henry vs. Rikki Comeaux\",\n        \"contact\": \"1720\",\n        \"description\": \"Land dispute between Donald and Rikki situated at Pleasonton.\",\n        \"fee_structure\": {\n            \"flat_fee\": 2000,\n            \"contingency_fee\": {\n                \"type\": \"%\",\n                \"value\": \"10\",\n                \"award_amount\": 50000\n            },\n            \"max_cap\": 10000\n        },\n        \"related_contacts\": [\n            {\n                \"id\": 1719,\n                \"relation\": \"Friend\"\n            }\n        ],        \n        \"status\": \"Open\",\n        \"open_date\": \"2018-05-03\",\n        \"expected_close_date\": \"2019-05-03\"\n    }\n}"},"url":"https://api.lawgro.com/v1/matters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"554"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 16 Nov 2018 07:23:44 GMT"},{"key":"x-amzn-RequestId","value":"8c4aa08a-e970-11e8-9873-8d3a2fa9dbba"},{"key":"CF-RAY","value":"47a836bc9d8e567b-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=XOo4Xnt3Ex3ltuQ_6c8NTn9t3M3iSfEKpmCAsjCRYs4; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QcaD6HSJoAMF5sQ="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Fri, 16 Nov 2018 07:23:44 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3b0f6cdb3957679b7dc65531d996193e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"thI2wxmtI10fdm-tS_HWTBjcc1zJmLy11G4-D9Q2czB5soEY0cwQIw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"208086\",\n    \"created\": \"2018-11-16T07:23:55+00:00\",\n    \"changed\": \"2018-11-16T07:23:55+00:00\",\n    \"uid\": \"30\",\n    \"matter_number\": \"15\",\n    \"name\": \"Donald Henry vs. Rikki Comeaux\",\n    \"contact_id\": \"1720\",\n    \"description\": \"Land dispute between Donald and Rikki situated at Pleasonton.\",\n    \"fee_structure\": {\n        \"flat_fee\": 2000,\n        \"contingency_fee\": {\n            \"type\": \"%\",\n            \"value\": 10,\n            \"award_amount\": 50000\n        },\n        \"max_cap\": 10000\n    },\n    \"related_contacts\": [\n        {\n            \"contact_id\": \"1719\",\n            \"relation\": \"Friend\"\n        }\n    ],\n    \"status\": \"Open\",\n    \"open_date\": \"2018-05-03\",\n    \"expected_close_date\": \"2019-05-03\",\n    \"is_invoiced\": \"No\"\n}"}],"_postman_id":"606ea03f-e1cf-4475-9c1e-0526c6029995"}],"id":"06524bff-c9f1-4d72-930f-0611721e25ea","_postman_id":"06524bff-c9f1-4d72-930f-0611721e25ea","description":""},{"name":"Time Entries","item":[{"name":"Get All Time Entries","id":"07516a8d-63b1-4ada-989a-b486d37ff186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/timeentries?offset={{offset}}&limit={{limit}}","urlObject":{"protocol":"https","path":["v1","timeentries"],"host":["api","lawgro","com"],"query":[{"description":{"content":"<p>The 0-based offset of the first record to return. The default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>The maximum number of records to return. The default is 20.</p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"}],"variable":[]}},"response":[{"id":"b996e2e8-ba71-41c2-9bb5-9af75d6c540e","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":{"raw":"https://api.lawgro.com/v1/timeentries?offset=0&limit=20","protocol":"https","host":["api","lawgro","com"],"path":["v1","timeentries"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"902"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:58:22 GMT"},{"key":"x-amzn-RequestId","value":"ab271c2c-ec91-11e8-8ace-e9a1c9f04832"},{"key":"CF-RAY","value":"47c907181834c1a9-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=2TirBb7I_TAIqtIzt9JBY3XQwiq7PPwTGVqWr9wijPc; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpiGMEjiIAMFrDA="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:58:22 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1a121d2367b85366ca7c4cfe54657adb.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"ut_VepFWN38BX9aVy2bzRd1jQ7jVpIO2rmZGd38JTITqplvzDV6uAA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"165167\",\n            \"created\": \"2017-12-29T12:31:10+00:00\",\n            \"changed\": \"2017-12-29T14:35:06+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"122635\",\n            \"matter_id\": \"164123\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-06-28\",\n            \"actual_time_spent\": \"3.25\",\n            \"time_spent\": 3.25,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"Review of lease documents\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165170\",\n            \"created\": \"2017-12-29T12:33:03+00:00\",\n            \"changed\": \"2017-12-29T14:35:06+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"122635\",\n            \"matter_id\": \"164123\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-06-29\",\n            \"actual_time_spent\": \"6\",\n            \"time_spent\": 6,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"Review of supporting documents\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165174\",\n            \"created\": \"2017-12-29T12:36:41+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-06\",\n            \"actual_time_spent\": \"1.2\",\n            \"time_spent\": 1.25,\n            \"time_spent_on\": \"Email\",\n            \"description\": \"Sending detailed email about the steps and documents needed for due diligence\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165177\",\n            \"created\": \"2017-12-29T12:37:55+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-10\",\n            \"actual_time_spent\": \"6.5\",\n            \"time_spent\": 6.5,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"Review of documents\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165182\",\n            \"created\": \"2017-12-29T12:48:03+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-07-10\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"description\": \"review of documents\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165186\",\n            \"created\": \"2017-12-29T12:50:05+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-10\",\n            \"actual_time_spent\": \"3\",\n            \"time_spent\": 3,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165188\",\n            \"created\": \"2017-12-29T12:53:07+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-11\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165192\",\n            \"created\": \"2017-12-29T12:55:33+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-07-11\",\n            \"actual_time_spent\": \"6\",\n            \"time_spent\": 6,\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165194\",\n            \"created\": \"2017-12-29T12:56:44+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-12\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165197\",\n            \"created\": \"2017-12-29T13:07:04+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-13\",\n            \"actual_time_spent\": \"4\",\n            \"time_spent\": 4,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165199\",\n            \"created\": \"2017-12-29T13:09:12+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-14\",\n            \"actual_time_spent\": \"4\",\n            \"time_spent\": 4,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165201\",\n            \"created\": \"2017-12-29T13:12:41+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-17\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Meeting\",\n            \"description\": \"meeting to discuss the diligence findings\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165203\",\n            \"created\": \"2017-12-29T13:13:59+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"6258\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-07-18\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Meeting\",\n            \"description\": \"meeting to discuss diligence findings\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165205\",\n            \"created\": \"2017-12-29T13:14:55+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-07-13\",\n            \"actual_time_spent\": \"6\",\n            \"time_spent\": 6,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165207\",\n            \"created\": \"2017-12-29T13:19:08+00:00\",\n            \"changed\": \"2017-12-29T14:43:04+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 500,\n            \"time_spent_date\": \"2017-07-14\",\n            \"actual_time_spent\": \"8\",\n            \"time_spent\": 8,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"review of diligence docs\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165213\",\n            \"created\": \"2017-12-29T13:44:29+00:00\",\n            \"changed\": \"2017-12-30T03:47:35+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1719\",\n            \"matter_id\": \"164133\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 300,\n            \"time_spent_date\": \"2017-08-13\",\n            \"actual_time_spent\": \"8\",\n            \"time_spent\": 8,\n            \"time_spent_on\": \"Writing\",\n            \"description\": \"reviewing and preparing the response to tax notice\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165215\",\n            \"created\": \"2017-12-29T13:46:05+00:00\",\n            \"changed\": \"2017-12-30T03:47:35+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1719\",\n            \"matter_id\": \"164133\",\n            \"team_member_id\": \"163369\",\n            \"hourly_rate\": 300,\n            \"time_spent_date\": \"2017-08-14\",\n            \"actual_time_spent\": \"0.2\",\n            \"time_spent\": 0.25,\n            \"time_spent_on\": \"Email\",\n            \"description\": \"sending email with instructions\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165219\",\n            \"created\": \"2017-12-29T13:51:59+00:00\",\n            \"changed\": \"2017-12-30T03:54:52+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-10-27\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"reviewing the contract with abc technologies, kenya\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165221\",\n            \"created\": \"2017-12-29T13:52:55+00:00\",\n            \"changed\": \"2017-12-30T03:54:52+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-10-30\",\n            \"actual_time_spent\": \"5\",\n            \"time_spent\": 5,\n            \"time_spent_on\": \"Research\",\n            \"description\": \"reviewing contract with abc technologies, kenya\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        },\n        {\n            \"id\": \"165223\",\n            \"created\": \"2017-12-29T13:53:56+00:00\",\n            \"changed\": \"2017-12-30T03:54:52+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"team_member_id\": \"2691\",\n            \"hourly_rate\": 1000,\n            \"time_spent_date\": \"2017-10-31\",\n            \"actual_time_spent\": \"1.3\",\n            \"time_spent\": 1.5,\n            \"time_spent_on\": \"Email\",\n            \"description\": \"sending email highlighting the features of the contract\",\n            \"is_billable\": \"Yes\",\n            \"is_invoiced\": \"Yes\"\n        }\n    ],\n    \"offset\": 0,\n    \"limit\": \"20\",\n    \"total_count\": 38\n}"}],"_postman_id":"07516a8d-63b1-4ada-989a-b486d37ff186"},{"name":"Get Individual Time Entry","id":"930aa32f-4367-4a0f-8392-b5ec7d9c69d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/timeentries/{{id}}","description":"<p>{id} - The unique identifier of Time Entry.</p>\n","urlObject":{"protocol":"https","path":["v1","timeentries","{{id}}"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"076fa827-ff07-4c82-8dc7-9739263b5d83","name":"Record Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/timeentries/1651671"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:59:36 GMT"},{"key":"x-amzn-RequestId","value":"d73cd099-ec91-11e8-ba85-55afe5b526c2"},{"key":"CF-RAY","value":"47c908e65abdc1ae-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=PLpvlSQ-6C5Ybe1JudEdEZo9SHQdUzxiUr46ZLUiugg; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpiRwHh-IAMFj1g="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:59:36 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1a121d2367b85366ca7c4cfe54657adb.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"S7mEsGtzuNgSJ_kTtT-nSSbU_ImCEmwSK0olKO4mY_szsRUPTebW1g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Not Found\",\n        \"message\": \"No Record Found\"\n    }\n}"},{"id":"b3bda287-01ce-4788-ad44-87166fc91f0c","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/timeentries/165167"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"260"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 06:59:22 GMT"},{"key":"x-amzn-RequestId","value":"cf32407f-ec91-11e8-bbab-03fedff0316d"},{"key":"CF-RAY","value":"47c908920a0ac1f4-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=Zim5_UllY_w8YU2dc3OQ0pMSLNEwM9OctZvdmZ-0cV4; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpiPpEX1oAMFT5w="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 06:59:22 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1a121d2367b85366ca7c4cfe54657adb.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"jv2k38V9DauH4TsXHpre5bdSR-Z5RVZzYNcdvXLIy09mAApQQvh-Hg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"165167\",\n        \"created\": \"2017-12-29T12:31:10+00:00\",\n        \"changed\": \"2017-12-29T14:35:06+00:00\",\n        \"uid\": \"30\",\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"team_member_id\": \"2691\",\n        \"hourly_rate\": 500,\n        \"time_spent_date\": \"2017-06-28\",\n        \"actual_time_spent\": \"3.25\",\n        \"time_spent\": 3.25,\n        \"time_spent_on\": \"Research\",\n        \"description\": \"Review of lease documents\",\n        \"is_billable\": \"Yes\",\n        \"is_invoiced\": \"Yes\"\n    }\n}"}],"_postman_id":"930aa32f-4367-4a0f-8392-b5ec7d9c69d6"},{"name":"Create New Time Entry","id":"b385c0aa-3ed0-46b4-abfb-58fcfde214e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"description\":\"Time Spent on Court Hearing for David\",\n        \"hourly_rate\": 100.50,\n        \"time_spent_date\": \"2018-11-02\",\n        \"actual_time_spent\": \"0.01\",\n        \"time_spent_on\": \"Court\",\n        \"is_billable\": \"Yes\"\n    }\n}"},"url":"https://api.lawgro.com/v1/timeentries","description":"<p>Time Entry is created only for the user who is making the api request.</p>\n<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_id*</td>\n<td>number</td>\n<td>Contact ID (Required)</td>\n</tr>\n<tr>\n<td>matter_id*</td>\n<td>number</td>\n<td>Matter ID (Required)</td>\n</tr>\n<tr>\n<td>hourly_rate*</td>\n<td>number</td>\n<td>Hourly Rate (Required. No need to provide currency. API will consider firm default currency)</td>\n</tr>\n<tr>\n<td>time_spent_date*</td>\n<td>String</td>\n<td>Time Spent Date (Required, Format: yyyy-mm-dd)</td>\n</tr>\n<tr>\n<td>actual_time_spent*</td>\n<td>number</td>\n<td>Actual Time Spent (Required) Format should be <a href=\"https://en.wikipedia.org/wiki/Decimal_time#Decimal_hours\">Decimal Hours</a> Eg: 2.1 means 2hr 6m</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Describe Time Spent</td>\n</tr>\n<tr>\n<td>time_spent_on</td>\n<td>String</td>\n<td>Time Spent on Activity (Allowed Values: Call, Court, Email, Meeting, Research, Writing, Other)</td>\n</tr>\n<tr>\n<td>is_billable</td>\n<td>String</td>\n<td>Is Billable or not (Allowed Values: Yes, No)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","timeentries"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"62a1481e-9be8-49e2-a900-cf7ec9449061","name":"Invalid Time Spent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"description\":\"Time Spent on Court Hearing for David\",\n        \"hourly_rate\": 100.50,\n        \"time_spent_date\": \"2018-11-02\",\n        \"actual_time_spent\": \"02:30\",\n        \"time_spent_on\": \"Court\",\n        \"is_billable\": \"Yes\"\n    }\n}"},"url":"https://api.lawgro.com/v1/timeentries"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 07:02:00 GMT"},{"key":"x-amzn-RequestId","value":"2cebef10-ec92-11e8-a798-973942829b10"},{"key":"CF-RAY","value":"47c90c68fbdac1b8-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=hFeJzr1oOkG-HHZ8mNV4DNSHVxbnhLN_aPCiZtBC4t0; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QpioNFTyoAMF1yg="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 07:02:00 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1a121d2367b85366ca7c4cfe54657adb.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"x-MSUe7X-O7enw3sL1A_XR4FmvinY1xqH7SbLSe2tMGdf_siR1Keag=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Unprocessable Entity\",\n        \"message\": \"actual_time_spent is not valid number\"\n    }\n}"},{"id":"63ce16ad-e366-4bc3-8bc1-2dd86b71ed76","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"description\":\"Time Spent on Court Hearing for David\",\n        \"hourly_rate\": 100.50,\n        \"time_spent_date\": \"2018-11-02\",\n        \"actual_time_spent\": \"0.01\",\n        \"time_spent_on\": \"Court\",\n        \"is_billable\": \"Yes\"\n    }\n}"},"url":"https://api.lawgro.com/v1/timeentries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"254"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 07:01:01 GMT"},{"key":"x-amzn-RequestId","value":"09b57f60-ec92-11e8-8186-057dcdf842e3"},{"key":"CF-RAY","value":"47c90af7996dc1b3-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=Feuyf0VnAibiC4pMLX7DwRWAefAjcFPxC0k7HQTAGrE; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"Qpie_FjwoAMF1Qg="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Tue, 20 Nov 2018 07:01:01 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 1a121d2367b85366ca7c4cfe54657adb.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"8HKrcTFFKKXxGs81NU1Z6MPLL6i2qoXvfGr_4MFW0lS6KF59uPgeqA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"208460\",\n    \"created\": \"2018-11-20T07:01:29+00:00\",\n    \"changed\": \"2018-11-20T07:01:29+00:00\",\n    \"uid\": \"30\",\n    \"contact_id\": \"122635\",\n    \"matter_id\": \"164123\",\n    \"team_member_id\": \"2691\",\n    \"hourly_rate\": 100.5,\n    \"time_spent_date\": \"2018-11-02\",\n    \"actual_time_spent\": 0.01,\n    \"time_spent_after_increment\": 0.1,\n    \"time_spent_on\": \"Court\",\n    \"description\": \"Time Spent on Court Hearing for David\",\n    \"is_billable\": \"Yes\",\n    \"is_invoiced\": \"No\"\n}"}],"_postman_id":"b385c0aa-3ed0-46b4-abfb-58fcfde214e5"}],"id":"6092b820-b60c-4167-bc1a-9ec3c136cefb","_postman_id":"6092b820-b60c-4167-bc1a-9ec3c136cefb","description":""},{"name":"Tasks","item":[{"name":"Get All Tasks","id":"4b08404e-6a5b-4ce5-9c45-3b0ad7714641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/tasks?offset={{offset}}&limit={{limit}}","urlObject":{"protocol":"https","path":["v1","tasks"],"host":["api","lawgro","com"],"query":[{"description":{"content":"<p>The 0-based offset of the first record to return. The default is 0.</p>\n","type":"text/plain"},"key":"offset","value":"{{offset}}"},{"description":{"content":"<p>The maximum number of records to return. The default is 20. </p>\n","type":"text/plain"},"key":"limit","value":"{{limit}}"}],"variable":[]}},"response":[{"id":"54e558e5-2f24-43bb-914e-40bfbcb68512","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":{"raw":"https://api.lawgro.com/v1/tasks?offset=0&limit=20","protocol":"https","host":["api","lawgro","com"],"path":["v1","tasks"],"query":[{"key":"offset","value":"0"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1195"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:05:27 GMT"},{"key":"x-amzn-RequestId","value":"410a6c95-ebda-11e8-a75a-a3c0f662a061"},{"key":"CF-RAY","value":"47c183daf82c5681-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=xPIU6mNyNQ2ma94wW8JkrMwgGnnem-yMPKlyjDFoBAU; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmhxdHcrIAMFUhw="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:05:27 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"mLMUpevi2DBUasjoZ3e-GNz1pGqYqSpdAeeCz2emO_cCqb3YbzvTXQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"164949\",\n            \"created\": \"2017-12-28T10:13:22+00:00\",\n            \"changed\": \"2017-12-28T11:16:59+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"122635\",\n            \"matter_id\": \"164123\",\n            \"name\": \"Review of lease documents\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-06-29T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164967\",\n            \"created\": \"2017-12-28T10:36:58+00:00\",\n            \"changed\": \"2018-03-08T10:20:21+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"122635\",\n            \"matter_id\": \"164123\",\n            \"name\": \"Review of Supporting documents\",\n            \"description\": \"Review property ownership documents, Government licenses and other permissions for commercial use of property\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-06-30T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164969\",\n            \"created\": \"2017-12-28T10:38:48+00:00\",\n            \"changed\": \"2017-12-28T11:17:30+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"name\": \"Send a checklist of documents needed to client\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2017-07-06T00:00:00+00:00\",\n            \"priority\": \"Highest\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164971\",\n            \"created\": \"2017-12-28T10:39:57+00:00\",\n            \"changed\": \"2017-12-28T11:20:39+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"name\": \"Review the documents received from client\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2017-07-13T00:00:00+00:00\",\n            \"priority\": \"Highest\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164973\",\n            \"created\": \"2017-12-28T10:41:08+00:00\",\n            \"changed\": \"2017-12-28T11:20:18+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1533\",\n            \"matter_id\": \"164128\",\n            \"name\": \"Share due diligence report for review and discussions\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2017-07-14T00:00:00+00:00\",\n            \"priority\": \"Highest\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164975\",\n            \"created\": \"2017-12-28T10:44:08+00:00\",\n            \"changed\": \"2017-12-28T11:19:55+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1719\",\n            \"matter_id\": \"164133\",\n            \"name\": \"Prepare response to tax notice\",\n            \"assigned_to_id\": \"163369\",\n            \"due_date_time\": \"2017-08-14T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164977\",\n            \"created\": \"2017-12-28T10:47:21+00:00\",\n            \"changed\": \"2018-03-08T10:20:21+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1720\",\n            \"matter_id\": \"164136\",\n            \"name\": \"Review of documentation for Villa Purchase\",\n            \"description\": \"- Bank Loan documents\\r\\n- Current ownership documents\\r\\n- Licenses & Permissions\\r\\n-Check with District office for approvals\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-09-13T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164979\",\n            \"created\": \"2017-12-28T10:48:57+00:00\",\n            \"changed\": \"2017-12-28T11:19:07+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1534\",\n            \"matter_id\": \"164138\",\n            \"name\": \"Review existing ESOP Plan of TBH App\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-09-18T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164980\",\n            \"created\": \"2017-12-28T10:49:45+00:00\",\n            \"changed\": \"2017-12-28T11:18:51+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1534\",\n            \"matter_id\": \"164138\",\n            \"name\": \"Review of existing ESOP plan of FB\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-09-20T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164983\",\n            \"created\": \"2017-12-28T10:50:41+00:00\",\n            \"changed\": \"2017-12-28T11:18:27+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1534\",\n            \"matter_id\": \"164138\",\n            \"name\": \"Share a ppt about proposed changes\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-09-21T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164985\",\n            \"created\": \"2017-12-28T11:14:55+00:00\",\n            \"changed\": \"2017-12-28T11:17:52+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1534\",\n            \"matter_id\": \"164138\",\n            \"name\": \"Share Draft version of the restructured ESOP plan\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-09-25T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"164998\",\n            \"created\": \"2017-12-28T11:27:53+00:00\",\n            \"changed\": \"2017-12-28T11:43:53+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"name\": \"Review contract with ABC Technologies, Kenya\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-10-31T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"165000\",\n            \"created\": \"2017-12-28T11:29:44+00:00\",\n            \"changed\": \"2017-12-28T11:45:17+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"name\": \"Review contract with Adams Systems, Nairobi\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-11-14T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"165002\",\n            \"created\": \"2017-12-28T11:30:57+00:00\",\n            \"changed\": \"2017-12-28T11:46:00+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"name\": \"Review contract with BHP Technologies, Nairobi\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2017-11-27T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"165004\",\n            \"created\": \"2017-12-28T11:36:54+00:00\",\n            \"changed\": \"2017-12-28T11:36:54+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"1723\",\n            \"matter_id\": \"164143\",\n            \"name\": \"Review contract with Quess Info, Kenya\",\n            \"assigned_to_id\": \"2691\",\n            \"due_date_time\": \"2018-01-10T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"165006\",\n            \"created\": \"2017-12-28T11:39:15+00:00\",\n            \"changed\": \"2017-12-28T11:47:26+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"24906\",\n            \"matter_id\": \"164148\",\n            \"name\": \"Review existing structure of the Holdings company\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2017-12-19T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Closed\"\n        },\n        {\n            \"id\": \"165008\",\n            \"created\": \"2017-12-28T11:40:30+00:00\",\n            \"changed\": \"2017-12-28T11:40:30+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"24906\",\n            \"matter_id\": \"164148\",\n            \"name\": \"Review of tax laws of friendly states\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2018-01-10T00:00:00+00:00\",\n            \"priority\": \"High\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"165010\",\n            \"created\": \"2017-12-28T11:41:36+00:00\",\n            \"changed\": \"2017-12-28T11:41:36+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"24906\",\n            \"matter_id\": \"164148\",\n            \"name\": \"Review of tax laws of Cayman Islands & summarize in a report\",\n            \"assigned_to_id\": \"163369\",\n            \"due_date_time\": \"2018-01-05T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"165012\",\n            \"created\": \"2017-12-28T11:42:36+00:00\",\n            \"changed\": \"2017-12-28T11:42:36+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"24906\",\n            \"matter_id\": \"164148\",\n            \"name\": \"Share a presentation about proposed restructure\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2018-01-19T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"165014\",\n            \"created\": \"2017-12-28T11:43:27+00:00\",\n            \"changed\": \"2017-12-28T12:24:30+00:00\",\n            \"uid\": \"30\",\n            \"contact_id\": \"24906\",\n            \"matter_id\": \"164148\",\n            \"name\": \"Present the draft structure to Elon\",\n            \"assigned_to_id\": \"6258\",\n            \"due_date_time\": \"2018-01-23T00:00:00+00:00\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"offset\": 0,\n    \"limit\": \"20\",\n    \"total_count\": 33\n}"},{"id":"7a94c38c-8b18-405f-bbab-c45f9e5c69ef","name":"Pagination","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":{"raw":"https://api.lawgro.com/v1/tasks?offset=21&limit=40","protocol":"https","host":["api","lawgro","com"],"path":["v1","tasks"],"query":[{"key":"offset","value":"21"},{"key":"limit","value":"40"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"617"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:06:10 GMT"},{"key":"x-amzn-RequestId","value":"5b89695a-ebda-11e8-8bc1-5f55521be3d9"},{"key":"CF-RAY","value":"47c184f07e975735-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=xe6CYyCBe1s6MyKYEH_9FUL_ppMk7SsLQ2DV7GUstM8; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"Qmh4ZEpJIAMF-TQ="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:06:10 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"S5SaLlISBlaCRJYJOnk5Mzj1sY9uGRjklQtlZR-LX3V6o9MASxDoFQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"165543\",\n            \"created\": \"2018-01-01UTC02:18:560\",\n            \"changed\": \"2018-01-01UTC02:18:560\",\n            \"uid\": \"30\",\n            \"contact\": \"1723\",\n            \"matter\": \"164143\",\n            \"name\": \"Send contract draft for review \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-01-16UTC02:15:000\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"165888\",\n            \"created\": \"2018-01-02UTC07:14:550\",\n            \"changed\": \"2018-03-08UTC10:20:210\",\n            \"uid\": \"30\",\n            \"contact\": \"24906\",\n            \"matter\": \"164148\",\n            \"name\": \"Include Hyperloop in Holding company\",\n            \"description\": \"Complete the documents required to add hyperloop \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-01-09UTC07:15:000\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"169889\",\n            \"created\": \"2018-01-25UTC05:07:050\",\n            \"changed\": \"2018-01-25UTC05:07:050\",\n            \"uid\": \"30\",\n            \"contact\": \"122635\",\n            \"matter\": \"164123\",\n            \"name\": \"Send welcoe email \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-01-25UTC09:07:050\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"169890\",\n            \"created\": \"2018-01-25UTC05:07:050\",\n            \"changed\": \"2018-01-25UTC05:07:050\",\n            \"uid\": \"30\",\n            \"contact\": \"122635\",\n            \"matter\": \"164123\",\n            \"name\": \"Complete IP research on USPTO website\",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-01-31UTC09:07:050\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"172450\",\n            \"created\": \"2018-02-06UTC07:14:470\",\n            \"changed\": \"2018-02-06UTC07:14:470\",\n            \"uid\": \"30\",\n            \"contact\": \"122635\",\n            \"matter\": \"164123\",\n            \"name\": \"Send welcoe email \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-02-06UTC11:14:470\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"172451\",\n            \"created\": \"2018-02-06UTC07:14:470\",\n            \"changed\": \"2018-02-06UTC07:14:470\",\n            \"uid\": \"30\",\n            \"contact\": \"122635\",\n            \"matter\": \"164123\",\n            \"name\": \"Complete IP research on USPTO website\",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-02-12UTC11:14:470\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"172668\",\n            \"created\": \"2018-02-07UTC10:27:340\",\n            \"changed\": \"2018-02-07UTC10:27:340\",\n            \"uid\": \"30\",\n            \"contact\": \"24906\",\n            \"matter\": \"164148\",\n            \"name\": \"Send welcoe email \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-02-08UTC02:27:340\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"172669\",\n            \"created\": \"2018-02-07UTC10:27:340\",\n            \"changed\": \"2018-02-07UTC10:27:340\",\n            \"uid\": \"30\",\n            \"contact\": \"24906\",\n            \"matter\": \"164148\",\n            \"name\": \"Complete IP research on USPTO website\",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-02-14UTC02:27:340\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"195807\",\n            \"created\": \"2018-07-12UTC16:35:180\",\n            \"changed\": \"2018-07-12UTC16:35:180\",\n            \"uid\": \"30\",\n            \"contact\": \"1534\",\n            \"matter\": \"195803\",\n            \"name\": \"Send welcoe email \",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-07-13UTC09:35:180\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"195808\",\n            \"created\": \"2018-07-12UTC16:35:180\",\n            \"changed\": \"2018-07-12UTC16:35:180\",\n            \"uid\": \"30\",\n            \"contact\": \"1534\",\n            \"matter\": \"195803\",\n            \"name\": \"Complete IP research on USPTO website\",\n            \"assigned_to\": \"2691\",\n            \"due_date\": \"2018-07-19UTC09:35:180\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"198223\",\n            \"created\": \"2018-08-06UTC15:31:120\",\n            \"changed\": \"2018-08-06UTC15:31:120\",\n            \"uid\": \"30\",\n            \"contact\": \"195814\",\n            \"name\": \"Send welcoe email \",\n            \"due_date\": \"2018-08-07UTC08:31:120\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        },\n        {\n            \"id\": \"198224\",\n            \"created\": \"2018-08-06UTC15:31:120\",\n            \"changed\": \"2018-08-06UTC15:31:120\",\n            \"uid\": \"30\",\n            \"contact\": \"195814\",\n            \"name\": \"Complete IP research on USPTO website\",\n            \"due_date\": \"2018-08-13UTC08:31:120\",\n            \"priority\": \"Normal\",\n            \"status\": \"Open\"\n        }\n    ],\n    \"offset\": \"21\",\n    \"limit\": 20,\n    \"total_count\": 33\n}"}],"_postman_id":"4b08404e-6a5b-4ce5-9c45-3b0ad7714641"},{"name":"Get Individual Task","id":"84fc6fa3-8e69-4b9e-90b7-01c52d91ca7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"url":"https://api.lawgro.com/v1/tasks/{{id}}","description":"<p>{id} - The unique identifier of Task.</p>\n","urlObject":{"protocol":"https","path":["v1","tasks","{{id}}"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"50789ffa-b0de-4445-bdd1-8db9cd44daa8","name":"No Record Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/tasks/165889"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:07:32 GMT"},{"key":"x-amzn-RequestId","value":"8c1b30b4-ebda-11e8-b091-d13d8ec4c4b4"},{"key":"CF-RAY","value":"47c186ed8cc8c1b3-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=yJknRcmGiuxBIdb8Ara2liizpC2QhnSzdHn8btf8YOA; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmiFIGLUoAMF2yA="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:07:32 GMT"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"yjy0mrWTwt38k7_AiQQXGga0RaOjqx8Z8Qc8P21EXoZYTAQvp9x6NA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"type\": \"Not Found\",\n        \"message\": \"No Record Found\"\n    }\n}"},{"id":"717cc6b8-3f7c-454c-bdc4-7e6f67ea4a7c","name":"Valid Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"url":"https://api.lawgro.com/v1/tasks/164967"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"261"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:07:16 GMT"},{"key":"x-amzn-RequestId","value":"82932823-ebda-11e8-b091-d13d8ec4c4b4"},{"key":"CF-RAY","value":"47c18689d9c1c1b3-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=RLmTnR-tbODtcqqSLOFBfvkieKyf76FeECMq0ve3loU; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmiCoFjnoAMF2yA="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:07:16 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"WjJGNGkoc7Ep7-xaVA4Ux4WeRD5-VpxJE9F9UdDc-YAoG2Ix42We0Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"164967\",\n        \"created\": \"2017-12-28T10:36:58+00:00\",\n        \"changed\": \"2018-03-08T10:20:21+00:00\",\n        \"uid\": \"30\",\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"name\": \"Review of Supporting documents\",\n        \"description\": \"Review property ownership documents, Government licenses and other permissions for commercial use of property\",\n        \"assigned_to_id\": \"2691\",\n        \"due_date_time\": \"2017-06-30T00:00:00+00:00\",\n        \"priority\": \"Normal\",\n        \"status\": \"Closed\"\n    }\n}"}],"_postman_id":"84fc6fa3-8e69-4b9e-90b7-01c52d91ca7f"},{"name":"Create New Task","id":"9a381f96-f4f0-412b-b44e-ee7af8634e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token returned by LawGro in response to a successfull token request.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"name\":\"Prepare NDA between Cisco and Eric\",\n        \"description\":\"Employment NDA need to be prepared between Cisco and Eric.\",\n        \"due_date_time\": \"2018-11-02T22:30:00+08:30\",\n        \"priority\": \"Normal\",\n        \"status\":\"Open\"\n    }\n}"},"url":"https://api.lawgro.com/v1/tasks","description":"<p>Task is created and auto to the user who is making the api request.</p>\n<p>REQUEST PAYLOAD (BODY PARAMETERS)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Data Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_id</td>\n<td>number</td>\n<td>Contact ID</td>\n</tr>\n<tr>\n<td>matter_id</td>\n<td>number</td>\n<td>Matter ID</td>\n</tr>\n<tr>\n<td>name*</td>\n<td>String</td>\n<td>Task Name (Required)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Describe Task</td>\n</tr>\n<tr>\n<td>due_date_time</td>\n<td>String</td>\n<td>Task Due Date &amp; Time (Format: <a href=\"https://validator.w3.org/feed/docs/error/InvalidRFC3339Date.html\">RFC 3339</a>)</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>String</td>\n<td>Task Priority (Allowed Values: Normal, High, Highest)</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Task Status (Allowed Values: Open, Closed)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","tasks"],"host":["api","lawgro","com"],"query":[],"variable":[]}},"response":[{"id":"2201b4f9-f2ee-4942-bf48-7906f563c1bd","name":"Valid Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"name\":\"Prepare NDA between Cisco and Eric\",\n        \"description\":\"Employment NDA need to be prepared between Cisco and Eric.\",\n        \"due_date_time\": \"2018-11-02T22:30:00+08:30\",\n        \"priority\": \"Normal\",\n        \"status\":\"Open\"\n    }\n}"},"url":"https://api.lawgro.com/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:08:47 GMT"},{"key":"x-amzn-RequestId","value":"b8f175d2-ebda-11e8-b2a8-cf428f2cfc24"},{"key":"CF-RAY","value":"47c188c3f9f4c1e0-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=nKgt46ROXiCUtefDOdVORSVYQY-De0rLj3SFXYVQhJA; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmiQ5GwZIAMFX3Q="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:08:47 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"0Z9DsWyrDs1TPFURqo3D5WLLT7ahJqyNnDjmGC8U3Y0G40pMIfahlw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"208665\",\n    \"created\": \"2018-11-22T06:35:00+00:00\",\n    \"changed\": \"2018-11-22T06:35:00+00:00\",\n    \"uid\": \"30\",\n    \"contact_id\": \"122635\",\n    \"matter_id\": \"164123\",\n    \"name\": \"Prepare NDA between Cisco and Eric\",\n    \"description\": \"Employment NDA need to be prepared between Cisco and Eric.\",\n    \"assigned_to_id\": \"2691\",\n    \"due_date_time\": \"2018-11-02T14:00:00+00:00\",\n    \"priority\": \"Normal\",\n    \"status\": \"Open\"\n}"},{"id":"6a6d38d7-885b-49e2-a4ee-d734ab1a9caf","name":"Create Closed Task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"name\":\"Prepare NDA between Cisco and Eric\",\n        \"description\":\"Employment NDA need to be prepared between Cisco and Eric.\",\n        \"due_date_time\": \"2018-11-02T22:30:00+08:30\",\n        \"priority\": \"Normal\",\n        \"status\":\"Closed\"\n    }\n}"},"url":"https://api.lawgro.com/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:09:34 GMT"},{"key":"x-amzn-RequestId","value":"d4b8aad6-ebda-11e8-8c7e-e92322890269"},{"key":"CF-RAY","value":"47c189e73952c1d1-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=8XwGUYGr4AYyP3xQBYokIcRUJnqxAtl6qXO-8JbK2Pk; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmiYLHbWoAMF5fA="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:09:34 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"8lkoiD3xS2rkGt9EN5ujV0uO1SKFxbvsj5nCUTUVFM2eLPlhyt7DWQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"208665\",\n    \"created\": \"2018-11-22T06:35:00+00:00\",\n    \"changed\": \"2018-11-22T06:35:00+00:00\",\n    \"uid\": \"30\",\n    \"contact_id\": \"122635\",\n    \"matter_id\": \"164123\",\n    \"name\": \"Prepare NDA between Cisco and Eric\",\n    \"description\": \"Employment NDA need to be prepared between Cisco and Eric.\",\n    \"assigned_to_id\": \"2691\",\n    \"due_date_time\": \"2018-11-02T14:00:00+00:00\",\n    \"priority\": \"Normal\",\n    \"status\": \"Closed\"\n}"},{"id":"ce662f89-39b2-44bc-a7c3-dd44b179581c","name":"Create High Priority Task","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token returned by LawGro in response to a successfull token request.","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"contact_id\": \"122635\",\n        \"matter_id\": \"164123\",\n        \"name\":\"Prepare NDA between Cisco and Eric\",\n        \"description\":\"Employment NDA need to be prepared between Cisco and Eric.\",\n        \"due_date_time\": \"2018-11-02T22:30:00+08:30\",\n        \"priority\": \"High\",\n        \"status\":\"Open\"\n    }\n}"},"url":"https://api.lawgro.com/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"241"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 19 Nov 2018 09:09:10 GMT"},{"key":"x-amzn-RequestId","value":"c673dd5f-ebda-11e8-aff0-e5967ad6a123"},{"key":"CF-RAY","value":"47c18951d94dc1d1-IAD"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Content-Encoding","value":"gzip"},{"key":"p3p","value":"CP=\"ALL IDC DSP COR CURa ADMa PHY ONL COM STA ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"SSESS1a10c0099935bd4abdd76223b73c4d96=Q6TGsWPIjG4z6mGNJ0VyEP4j9uQpoSF6T6pg6swCwvA; path=/; domain=.up.lawgro.com; secure; HttpOnly"},{"key":"x-amz-apigw-id","value":"QmiUbHOgoAMFQuw="},{"key":"Vary","value":"Accept"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"x-amzn-Remapped-Server","value":"cloudflare"},{"key":"Expires","value":"Sun, 19 Nov 1978 05:00:00 GMT"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Powered-By","value":"PHP/5.5.9-1ubuntu4.26"},{"key":"x-amzn-Remapped-Date","value":"Mon, 19 Nov 2018 09:09:10 GMT"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 aa9157a1414f639397a5dc6f51b7df10.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"hmkWkfL9fzZm2KCTzcSac_Vq5MpL40db3q4sQcPiAwUJdRYN4w88QQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"208665\",\n    \"created\": \"2018-11-22T06:35:00+00:00\",\n    \"changed\": \"2018-11-22T06:35:00+00:00\",\n    \"uid\": \"30\",\n    \"contact_id\": \"122635\",\n    \"matter_id\": \"164123\",\n    \"name\": \"Prepare NDA between Cisco and Eric\",\n    \"description\": \"Employment NDA need to be prepared between Cisco and Eric.\",\n    \"assigned_to_id\": \"2691\",\n    \"due_date_time\": \"2018-11-02T14:00:00+00:00\",\n    \"priority\": \"High\",\n    \"status\": \"Open\"\n}"}],"_postman_id":"9a381f96-f4f0-412b-b44e-ee7af8634e03"}],"id":"b65ea058-328a-43a1-ad78-3413307eec32","_postman_id":"b65ea058-328a-43a1-ad78-3413307eec32","description":""}],"event":[{"listen":"prerequest","script":{"id":"3fd70efb-f6dd-4bd9-9524-75d99f9f6c13","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2194cf24-4e5a-43db-9c80-05b17e19e85e","type":"text/javascript","exec":[""]}}]}