{"info":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","description":"<html><head></head><body><p>Welcome to the Lawcus API Documentation. This documentation is the reference point for the users who want to create applications using the Lawcus API. You can integrate with the Lawcus API to create customized application as per your requirement.</p>\n<h1 id=\"lawcus-overview\">Lawcus Overview</h1>\n<p>Lawcus is a legal practice management software that allows you to organize and manage various components of legal practice. You can use the features available in the Lawcus application to simplify the day-to-day workflows and business operations in your law firm.</p>\n<p>Lawcus API gives you access to the core features available in the Lawcus application so that you can design and create an application that is best fitted to suit your organizational needs. In addition, you can access the Lawcus resources (matters, contacts, and leads) and perform various actions on them using the Lawcus API.</p>\n<p>Lawcus API allows you to access the resources via multiple endpoints that can be used to access and manage data in Lawcus application. You can access these endpoints using the Lawcus API Server. The server has been installed in two different geographic regions. Depending on your requirements, you can access the Lawcus API via the following geographic regions:</p>\n<ul>\n<li>USA (api.us.lawcus.com)</li>\n<li>Europe (api.eu.lawcus.com)</li>\n</ul>\n<p>Each endpoint defines an action that you can perform. For example, you can create a new matter using the <a href=\"https://api.us.lawcus.com/matters\"><i>https://api.us.lawcus.com/matters</i></a> endpoint. Similarly, there are various other endpoints for each action in Lawcus. You can use these endpoints to interact with the Lawcus resources and create your system. Refer to the Lawcus API Documentation for further details on the API endpoints and their use.</p>\n<h2 id=\"roles-and-permissions\">Roles and Permissions</h2>\n<p>Lawcus uses role-based access control to allow or restrict access to critical information based on a users role. You can define roles and permissions for different users from the <strong>Manage your organization</strong> section in your Lawcus application.</p>\n<p>There are two types of roles in the Lawcus application:</p>\n<ul>\n<li>Default roles</li>\n<li>Custom roles</li>\n</ul>\n<h3 id=\"default-roles\">Default Roles</h3>\n<p>The Lawcus application supports the following default roles:</p>\n<p><strong>Admin</strong>: The <strong>Admin</strong> role allows users to act as the ultimate owner of the application. Users in the admin role can create and manage new contacts and matters, access the financial information, and add new roles and new members.</p>\n<p><strong>Member</strong>: The <strong>Member</strong> role allows users to create new matters and contacts and manage all the contacts and matters in the Lawcus application.</p>\n<p>The following table summarizes the permissions for the admin and member roles.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Lawcus Resources</th>\n<th>Admin</th>\n<th>Member</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Account</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Invoice</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Reports</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n<tr>\n<td>CRM Reports</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Contacts</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Leads</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Matters</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Workflows</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Intake Forms</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Document Templates</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Team Activities</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Personal Activities</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Interactions</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td>Yes</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>User Management</td>\n<td>Yes</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"custom-roles\">Custom roles</h3>\n<p>If the existing default roles do not suffice your organization needs, you can also define custom roles in the Lawcus application. The custom roles can have custom permission depending on your organization requirements. Only an admin user can add custom roles.</p>\n<hr>\n<p><strong>NOTE</strong></p>\n<ul>\n<li><p>The Lawcus API returns a <strong>406 Error</strong> if the user does not have the permission to access the Lawcus resources.</p>\n</li>\n<li><p>Lawcus API endpoints accept and return the dates in the UTC time format only. Therefore, all dates should be in the <em>YYYY-MM-DD HH:mm:ss</em> format.</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"lawcus-api-integration\">Lawcus API Integration</h2>\n<p>The Lawcus API connects your application to the Lawcus application. To integrate the Lawcus API endpoints in your application, you must first register in Lawcus. You can contact the Lawcus Team to obtain your Lawcus application.</p>\n<p>Once you are registered in Lawcus, you must contact the <a href=\"https://desktop.postman.com/?desktopVersion=9.19.0&amp;webVersion=9.21.2-ui-220603-1117&amp;userId=15467115&amp;teamId=1771794\">Lawcus Team</a> to obtain your client ID and client secret key for API authentication. Then your application can request an access token from the Lawcus Authorization Server, extract the token from the response, and sends the token to the Lawcus API to fetch data from the server.</p>\n<h1 id=\"authorization-in-the-lawcus-api\">Authorization in the Lawcus API</h1>\n<p>Lawcus API uses Oauth2 to authenticate its clients and API requests. Oauth2 uses authentication tokens instead of passwords to authorize the API requests. Using the authentication token, you can make requests to fetch and modify the Lawcus data from your application.</p>\n<p>You must follow the steps below to authenticate your application in Lawcus:</p>\n<h2 id=\"step-1-obtaining-oauth2-credentials-from-lawcus\">Step 1: Obtaining Oauth2 Credentials from Lawcus</h2>\n<p>To begin, you will need the OAuth2 credentials for your application. The OAuth2 credentials includes the <strong>client ID</strong> and <strong>client secret key</strong>.</p>\n<p>Contact the <a href=\"https://lawcus.com/contact-us\">Lawcus Team</a> to obtain the credentials for Oauth authentication.</p>\n<h2 id=\"step-2-obtaining-the-authorization-token\">Step 2: Obtaining the Authorization Token</h2>\n<p>After obtaining the Oauth2 credentials, follow the steps below to obtain the authentication token:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client_id</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td>redirect_uri</td>\n<td>Your application URL.</td>\n</tr>\n<tr>\n<td>response_type</td>\n<td>Response type. The value of this parameter must be \"code\".</td>\n</tr>\n<tr>\n<td>state</td>\n<td>State between the request and the callback. Optional parameter.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request URL:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://auth.lawcus.com/auth?response_type=code&amp;state=&amp;client_id=1234&amp;scope=&amp;redirect_uri=https://api-hostname/oauth\n\n</code></pre><p><strong>Grant Approved</strong>:</p>\n<p>After the application is authenticated, the Lawcus API redirects you <em>redirect_uri</em> along with the authorization code and the state of the request mentioned earlier.The authorization code is passed in the <em>code</em> parameter in the url. You must use this code in the next step to obtain the authorization token.</p>\n<p><strong>Grant Approved Redirect URL:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  https://your-application.com/oauth?code=fc70a440b1a911eb846a6140b7c6cb7a&amp;state=xyz\n\n</code></pre><ol>\n<li>Obtain the access token required to authenticate your API requests. You must make a <em>POST</em> request to the <a href=\"https://auth.lawcus.com/oauth/token\"><i>https://auth.lawcus.com/oauth/token</i></a> url obtain the access token.</li>\n</ol>\n<p><strong>Request URL:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  https://auth.lawcus.com/oauth/token\n\n</code></pre><p><strong>Request Body Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grant_type</td>\n<td>Application grant type. The value of this parameter must be <em>authorization_code</em>.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>Authentication code. Value of the <em>code</em> parameter obtained from step 1.</td>\n</tr>\n<tr>\n<td>redirect_uri</td>\n<td>Your application URL.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td>client_secret</td>\n<td>Client secret key.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n    \"code\": \"fc70a440b1a911eb846a6140b7c6cb7a\",\n    \"grant_type\": \"authorization_code\",\n    \"client_id\": \"1234\",\n    \"client_secret\": \"1234\",\n    \"redirect_uri\": \"https://your-application.com/oauth\"\n  }\n\n</code></pre><p><strong>Response Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> HTTP/1.1 200 OK\n {\n   \"access_token\":\"fd6cee60b1a911ebbebbf548c3991b60VZfd6cf170b1a911eb898b950834c3ffbf\",\n   \"refresh_token\":\"fd6cf1e0b1a911eb9f0f3b697f3cd8e6A63*@kjfd6cf240b1a911ebb59d7528e27c33d5\",\n   \"expires_in\":\"3660\",\n   \"region\":\"us\"\n }\n\n</code></pre><p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>Access token for the API requests.</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>Refresh token code required to generate a refresh token for the API requests.</td>\n</tr>\n<tr>\n<td>expires_in</td>\n<td>Expiry time for the access token in seconds.</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Region of the API request. Value can be \"us\" for USA and \"eu\" or Europe.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can use the <em>access_token</em> in each API request access data from Lawcus using the API.</p>\n<p>The access token expires after the given time, you must make a <em>POST</em> request to the <a href=\"https://auth.lawcus.com/oauth/token\"><i>https://auth.lawcus.com/oauth/token</i></a> url with the following parameters to obtain a new access token:</p>\n<p><strong>Request Body Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grant_type</td>\n<td>Application grant type. The value of this parameter must be <em>refresh_token</em>.</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>Refresh token code. Value of the <em>refresh_token</em> parameter obtained from step 2.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>Client ID.</td>\n</tr>\n<tr>\n<td>client_secret</td>\n<td>Client secret key.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n    \"grant_type\": \"refresh_token\",\n    \"client_id\": \"1234\",\n    \"client_secret\": \"1234\",\n    \"redirect_uri\": \"https://your-application.com/oauth\"\n  }\n\n</code></pre><p><strong>Response Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>  HTTP/1.1 200 OK\n {\n     \"access_token\": \"ede90e20b72f11eb8402cf457c1d45d2VZede910c0b72f11eb850b695ca8ee73a4\",\n     \"refresh_token\": \"ede91130b72f11eb98e4b570ce4f2ee4A63*@kjede91170b72f11eb9b73312727e4d8fc\",\n     \"expires_in\": \"3660\",\n     \"region\": \"us\"\n }\n\n</code></pre><p><strong>Response Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access_token</td>\n<td>Access token for the API requests.</td>\n</tr>\n<tr>\n<td>refresh_token</td>\n<td>Refresh token code required to generate a refresh token for the API requests.</td>\n</tr>\n<tr>\n<td>expires_in</td>\n<td>Expiry time for the access token in seconds.</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Region of the API request. Value can be \"us\" for USA and \"eu\" or Europe.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"using-the-authorization-token-to-access-lawcus-apis\">Using the Authorization Token to access Lawcus APIs</h2>\n<p>After obtaining the authorization token, you can use them to access the Lawcus APIs. You must pass the token in the request header in the following format:</p>\n<p><code>Authorization: Oauth Bearer &lt; access_token &gt;</code></p>\n<p>For more information, you can watch the following demo video on how to obtain access token for Lawcus APIs using Postman:</p>\n<p><a href=\"https://lawcus-assets.s3.amazonaws.com/video/lawcus.mp4\">Authorization in Lawcus using Postman</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Lawcus Overview","slug":"lawcus-overview"},{"content":"Authorization in the Lawcus API","slug":"authorization-in-the-lawcus-api"}],"owner":"15405515","collectionId":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","publishedId":"TzJrCKcK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"3047ED"},"publishDate":"2021-05-24T17:53:08.000Z"},"item":[{"name":"Contacts","item":[{"name":"Delete Contacts","item":[{"name":"Delete Multiple Contacts","id":"37eb4871-9bfa-402b-9b1b-48ebb3a07d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"696cc400-a2bb-11eb-a89e-d1ea13b44c8d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts/remove","description":"<p>Delete a list of contacts in your Lawcus application.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ids</td>\n<td>[String]</td>\n<td>Mandatory</td>\n<td>List of the contact IDs that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts","remove"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"17f1f915-52df-4847-8d7e-09501bc40696","name":"Delete Contacts Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"696cc400-a2bb-11eb-a89e-d1ea13b44c8d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts/remove"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"37eb4871-9bfa-402b-9b1b-48ebb3a07d61"},{"name":"Delete Single Contact","id":"7251f35f-8f10-4818-90b5-0babb38e6e1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/contacts/{{uuid}}","description":"<p>Delete a single contact using the contact ID in your lawcus application. You must include the uuid of the contact that you want to delete in the request url.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the contact that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts","{{uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d95be6e6-0013-4879-af09-2892166935ca","name":"Delete Single Contact","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"{{host}}/contacts/09c22f80-af37-11eb-aac6-a5d96e90fcb3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 May 2021 13:42:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"7251f35f-8f10-4818-90b5-0babb38e6e1b"}],"id":"7f1a674b-e347-4c57-8b80-a7764a6acc29","_postman_id":"7f1a674b-e347-4c57-8b80-a7764a6acc29","description":"","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Create Contacts","id":"374aa527-e7d1-4141-ac2c-5b173fc2af74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts","description":"<p>Create new contacts for your firm. A contact can be a person or an organization. The endpoint accepts all parameters in the String or the JSON string format. The following parameters are required while creating a contacts:</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Type of the contact. Value of the parameter can be \"Person\" or \"Company\".</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>Optional</td>\n<td>Prefix for the contact name.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>First name of the contact. Mandatory only while creating contact as a person.</td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle name of the contact.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Last name of the contact. Mandatory only while creating contact as a person.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Full name of the contact. Mandatory only while creating contact as an company.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender for the contact. Value can be \"MALE\", \"FEMALE\", \"NON-BINARY\", or \"OTHER\".</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>String</td>\n<td>Optional</td>\n<td>Avatar for the contact.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Optional</td>\n<td>Business title used by the contact.</td>\n</tr>\n<tr>\n<td>date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact in YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>website</td>\n<td>String</td>\n<td>Optional</td>\n<td>Contact website.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Id of the company in the Lawcus system where the contact is associated.</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for the contact.</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of address for the contact in string json format. The address type can be <em>WORK</em>, <em>HOME</em>, <em>BILLING</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary street address of the contact.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary city address of the contact.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary state address of the contact.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary zip address of the contact.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary country address of the contact.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary phone number of the contact.</td>\n</tr>\n<tr>\n<td>date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact in YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of phone numbers for the contact in string json format. The phone type can be <em>WORK</em>, <em>HOME</em>, <em>FAX</em>, <em>MOBILE</em>, <em>PAGER</em>, <em>SKYPE</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>source_id</td>\n<td>int</td>\n<td>Optional</td>\n<td>ID of the Lead Source.</td>\n</tr>\n<tr>\n<td>referred_by</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the company or the person who referred the contact to your organization.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>Custom fields. You can define the custom fields using the Custom Fields API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Refer to the <strong>Custom Fields</strong> collection for information on the custom fields parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"da983e41-38ad-429c-a4cf-cf359d7bf58a","name":"Create Contacts Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"avatar\": \"rgb(120, 56, 175)\",\n    \"first_name\": \"Marco\",\n    \"last_name\": \"Welch\",\n    \"company_id\": 440469,\n    \"title\": \"Contract administrator\",\n    \"website\": \"papercartdaily.com\",\n    \"custom_fields\": \"[]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n    \"source_id\": 31690,\n    \"referred_by\": 419560,\n    \"prefix\": \"Mr.\",\n    \"gender\": \"MALE\",\n    \"date_of_birthday\": \"1985-07-11 06:23:34\",\n    \"type\": \"Person\",\n    \"name\": \"Marco Welch\",\n    \"email\": \"MarcoEWelch@armyspy.com\",\n    \"phone\": \"+12177053279\",\n    \"street\": \"3462 Scenic Way\",\n    \"city\": \"Spring Field\",\n    \"state\": \"IL\",\n    \"zip\": \"35401\",\n    \"country\": \"USA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 06:11:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"avatar\": \"rgb(120, 56, 175)\",\n    \"first_name\": \"Marco\",\n    \"last_name\": \"Welch\",\n    \"company_id\": 440469,\n    \"title\": \"Contract administrator\",\n    \"website\": \"papercartdaily.com\",\n    \"custom_fields\": \"[]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n    \"source_id\": 31690,\n    \"referred_by\": 419560,\n    \"prefix\": \"Mr.\",\n    \"gender\": \"MALE\",\n    \"date_of_birthday\": \"1985-07-11 06:23:34\",\n    \"type\": \"Person\",\n    \"name\": \"Marco Welch\",\n    \"email\": \"MarcoEWelch@armyspy.com\",\n    \"phone\": \"+12177053279\",\n    \"street\": \"3462 Scenic Way\",\n    \"city\": \"Spring Field\",\n    \"state\": \"IL\",\n    \"zip\": \"35401\",\n    \"country\": \"USA\",\n    \"team_id\": 16652,\n    \"uuid\": \"f5f437e0-f0fc-11eb-8fb8-6b962a99d01d\",\n    \"updated_at\": \"2021-07-30 06:11:21\",\n    \"created_at\": \"2021-07-30 06:11:21\",\n    \"id\": 461705,\n    \"lawcus_url\": \"https://lawcus-team.lawcus.com/contact/f5f437e0-f0fc-11eb-8fb8-6b962a99d01d\",\n    \"matters\": []\n}"}],"_postman_id":"374aa527-e7d1-4141-ac2c-5b173fc2af74"},{"name":"Get Contact","id":"37a2c9be-00f3-44b9-a0d1-00d5dab00f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/contacts/{{uuid}}","description":"<p>Fetch a contact with the contact's <em>uuid</em>. You must include the <em>uuid</em> of the contact that you want to fetch in the request url.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Contact uuid.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts","{{uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dc353df4-ef7f-43a0-9de7-67006cbcfe0f","name":"Get Contacts Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/contacts/398efed0-e3d2-11eb-a9ae-736fb130585c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Apr 2022 03:28:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 446869,\n    \"uuid\": \"398efed0-e3d2-11eb-a9ae-736fb130585c\",\n    \"name\": \"Elbi Publication\",\n    \"first_name\": null,\n    \"last_name\": null,\n    \"middle_name\": null,\n    \"type\": \"Company\",\n    \"email\": \"contact@elbipub.com\",\n    \"phone\": \"+1123468300\",\n    \"avatar\": \"rgb(247, 9, 13)\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"contact@elbipub.com\\\",\\\"is_primary\\\":true}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+1123468300\\\"}]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"504 Vine Street\\\",\\\"city\\\":\\\"Waukegan\\\",\\\"state\\\":\\\"IL\\\",\\\"zip\\\":\\\"60085\\\",\\\"country\\\":\\\"United States\\\"}]\",\n    \"custom_fields\": [],\n    \"number\": \"02\",\n    \"tags\": null,\n    \"source_id\": 31693,\n    \"referred_by\": null,\n    \"referred_by_type\": null,\n    \"box_folder_id\": null,\n    \"box_shared_link\": null,\n    \"google_drive_folder_id\": null,\n    \"one_drive_folder_id\": null,\n    \"xero_id\": null,\n    \"prefix\": null,\n    \"gender\": null,\n    \"date_of_birthday\": null,\n    \"note\": null,\n    \"title\": null,\n    \"website\": \"www.elbipub.com\",\n    \"last_contacted_at\": null,\n    \"company_id\": null,\n    \"quickbooks_id\": null,\n    \"quickbooks_error\": null,\n    \"is_lead\": null,\n    \"ledes_client_id\": null,\n    \"team_id\": 16652,\n    \"associated_user_id\": null,\n    \"client_portal_settings\": null,\n    \"employees\": [],\n    \"matters\": [\n        {\n            \"id\": 227531,\n            \"uuid\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n            \"color_code\": null,\n            \"tags\": null,\n            \"custom_fields\": [],\n            \"created_by\": 26159,\n            \"close_date\": null,\n            \"name\": \"Norve lo book copyright issue\",\n            \"position\": 0,\n            \"stage_id\": 61870,\n            \"is_private\": null,\n            \"practice\": 67595,\n            \"display_number\": \"02-Elbi Publication\",\n            \"rates\": null,\n            \"number\": \"02\",\n            \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n            \"status\": \"OPEN\",\n            \"closed_at\": null,\n            \"lead_created_at\": null,\n            \"not_hire_at\": null,\n            \"billing_type\": \"HOURLY\",\n            \"open_date\": \"2021-07-13 12:05:38\",\n            \"due_date\": null,\n            \"stage_position\": 1,\n            \"archived\": 0,\n            \"stagename\": \"Case Assessment\",\n            \"location\": null,\n            \"location_id\": null,\n            \"rate\": null,\n            \"estimated_cost\": null,\n            \"settlement_amount\": null,\n            \"billing_attorney_id\": 26159,\n            \"not_hire_reason\": null,\n            \"not_hire_note\": null,\n            \"practice_name\": \"Copyright\",\n            \"client_reference_number\": null,\n            \"converted_at\": null,\n            \"box_folder_id\": null,\n            \"box_shared_link\": null,\n            \"originating_timekeeper_id\": 26159,\n            \"responsible_attorney_id\": 26159,\n            \"google_drive_folder_id\": null,\n            \"one_drive_folder_id\": null,\n            \"starred\": null,\n            \"assignees\": [\n                26159\n            ],\n            \"document_count\": 0,\n            \"comments_count\": 0,\n            \"completed_tasks_count\": 0,\n            \"uncompleted_tasks_count\": 3,\n            \"relations\": [],\n            \"team_id\": 16652,\n            \"workflow_id\": 36700,\n            \"client_id\": 446869,\n            \"evergreen_retainer_amount\": null,\n            \"is_use_evergreen_retainer\": false,\n            \"last_contacted_at\": null,\n            \"workflowname\": \"Default\",\n            \"assignId\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ],\n            \"assignee\": [\n                {\n                    \"id\": 26159\n                }\n            ]\n        }\n    ],\n    \"is_client\": true,\n    \"mattersFromRelation\": [],\n    \"lawcus_url\": \"https://lawcus-team.lawcus.com/contact/398efed0-e3d2-11eb-a9ae-736fb130585c\"\n}"}],"_postman_id":"37a2c9be-00f3-44b9-a0d1-00d5dab00f8b"},{"name":"List Contacts","id":"dd1f8523-e2ae-481f-87ec-0d57952cac96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6InBvZnV3YTNAY2xybWFpbC5jb20iLCJsb2NhbGUiOiJlbiIsInRlYW0iOiJ2aXRhbGwiLCJkZXZpY2UiOiJkZjY2MjBlMC1hZTVjLTExZWItODUxNi01NTc4MTQwNjEwNGMiLCJyZXF1ZXN0IjpbXX0=.HqF22Jec3aFdFeuVmISA6BbpPUqA+GomW8p/EE+IYTs=","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{host}}/contacts","description":"<p>List of all contacts in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4feadad2-e912-45a2-8c70-8335cc61a55e","name":"Succes list all team contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Oauth Bearer 066299a09e2f11eb9b267b23e39f9780VZ06629ad09e2f11eb845b476e212cd0e2","type":"text","disabled":true}],"url":"https://api.lawcus.com/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Apr 2021 15:25:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"id\": 1614335,\n            \"type\": \"Person\",\n            \"name\": \"John Doe\",\n            \"first_name\": \"John\",\n            \"middle_name\": null,\n            \"last_name\": \"Doe\",\n            \"title\": null,\n            \"email\": \"john.doe@lawcus.com\",\n            \"website\": \"john.doe.lawcus.com\",\n            \"home_phone\": 1234567,\n            \"work_phone\": 1234568,\n            \"mobile\": 1234569,\n            \"fax\": 1234,\n            \"home_address\": \"New Street\",\n            \"work_address\": \"Old Street\",\n            \"created_by\": null,\n            \"created_at\": \"2021-04-07 02:23:03\",\n            \"updated_at\": \"2021-04-07 02:23:03\",\n            \"uuid\": \"2e4c2c70-9748-11eb-814c-45530ff067cb\",\n            \"avatar\": \"#a8915f\",\n            \"team_id\": 1083,\n            \"company_id\": null,\n            \"custom_fields\": null,\n            \"integration\": null,\n            \"integration_id\": null,\n            \"box_folder_id\": null,\n            \"box_shared_link\": null,\n            \"number\": null,\n            \"quickbooks_id\": null,\n            \"google_drive_folder_id\": null,\n            \"one_drive_folder_id\": null,\n            \"addresses\": \"[{\\\"street\\\":\\\"\\\",\\\"city\\\":\\\"\\\",\\\"state\\\":\\\"\\\",\\\"zip\\\":\\\"\\\",\\\"country\\\":\\\"\\\",\\\"is_primary\\\":true,\\\"type\\\":\\\"OTHER\\\"}]\",\n            \"phones\": null,\n            \"tags\": null,\n            \"emails\": \"[{\\\"type\\\":\\\"OTHER\\\",\\\"value\\\":null,\\\"is_primary\\\":true}]\",\n            \"phone\": null,\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"source\": null,\n            \"source_id\": 14164,\n            \"referred_by\": null,\n            \"referred_by_type\": null,\n            \"prefix\": null,\n            \"gender\": null,\n            \"date_of_birthday\": null,\n            \"note\": null,\n            \"street2\": null,\n            \"is_lead\": true,\n            \"quickbooks_error\": null,\n            \"ledes_client_id\": null\n        },\n        {\n            \"id\": 1614341,\n            \"type\": \"Organization\",\n            \"name\": \" \",\n            \"first_name\": \"\",\n            \"middle_name\": null,\n            \"last_name\": \"\",\n            \"title\": null,\n            \"email\": \"\",\n            \"website\": null,\n            \"home_phone\": null,\n            \"work_phone\": null,\n            \"mobile\": null,\n            \"fax\": null,\n            \"home_address\": null,\n            \"work_address\": null,\n            \"created_by\": null,\n            \"created_at\": \"2021-04-07 02:24:19\",\n            \"updated_at\": \"2021-04-07 02:24:19\",\n            \"uuid\": \"5b6a6080-9748-11eb-bf5b-b71c74f23787\",\n            \"avatar\": \"#d007f7\",\n            \"team_id\": 1083,\n            \"company_id\": null,\n            \"custom_fields\": null,\n            \"integration\": null,\n            \"integration_id\": null,\n            \"box_folder_id\": null,\n            \"box_shared_link\": null,\n            \"number\": null,\n            \"quickbooks_id\": null,\n            \"google_drive_folder_id\": null,\n            \"one_drive_folder_id\": null,\n            \"addresses\": \"[{\\\"street\\\":\\\"\\\",\\\"city\\\":\\\"\\\",\\\"state\\\":\\\"\\\",\\\"zip\\\":\\\"\\\",\\\"country\\\":\\\"\\\",\\\"is_primary\\\":true,\\\"type\\\":\\\"OTHER\\\"}]\",\n            \"phones\": null,\n            \"tags\": null,\n            \"emails\": \"[{\\\"type\\\":\\\"OTHER\\\",\\\"value\\\":null,\\\"is_primary\\\":true}]\",\n            \"phone\": null,\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"source\": null,\n            \"source_id\": 14164,\n            \"referred_by\": null,\n            \"referred_by_type\": null,\n            \"prefix\": null,\n            \"gender\": null,\n            \"date_of_birthday\": null,\n            \"note\": null,\n            \"street2\": null,\n            \"is_lead\": true,\n            \"quickbooks_error\": null,\n            \"ledes_client_id\": null\n        }\n    ],\n    \"total\": 2\n}"}],"_postman_id":"dd1f8523-e2ae-481f-87ec-0d57952cac96"},{"name":"Update Contacts","id":"44876fb6-98aa-4a35-8214-421365c4a69a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"avatar\": \"rgb(120, 56, 175)\",\n    \"first_name\": \"Marco\",\n    \"last_name\": \"Welch\",\n    \"company_id\": 440469,\n    \"title\": \"PR Head\",\n    \"website\": \"papercartdaily.com\",\n    \"custom_fields\": \"[]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n    \"source_id\": 31690,\n    \"referred_by\": 419560,\n    \"prefix\": \"Mr.\",\n    \"gender\": \"MALE\",\n    \"date_of_birthday\": \"1985-07-11 06:23:34\",\n    \"type\": \"Person\",\n    \"name\": \"Marco Welch\",\n    \"email\": \"MarcoEWelch@armyspy.com\",\n    \"phone\": \"+12177053279\",\n    \"street\": \"3462 Scenic Way\",\n    \"city\": \"Spring Field\",\n    \"state\": \"IL\",\n    \"zip\": \"35401\",\n    \"country\": \"USA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts/{{uuid}}","description":"<p>Update the existing Lawcus contact. You must provide the uuid of the contact that you want to edit in the request url.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the contact that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Type of the contact. Value of the parameter can be \"Person\" or \"Company\".</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>Optional</td>\n<td>Prefix for the contact name.</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>First name of the contact. Mandatory only while creating contact as a person.</td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle name of the contact.</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Last name of the contact. Mandatory only while creating contact as a person.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Full name of the contact. Mandatory only while creating contact as an company.</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender for the contact. Value can be \"MALE\", \"FEMALE\", \"NON-BINARY\", or \"OTHER\".</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>String</td>\n<td>Optional</td>\n<td>Avatar for the contact.</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Optional</td>\n<td>Business title used by the contact.</td>\n</tr>\n<tr>\n<td>date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact in YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>website</td>\n<td>String</td>\n<td>Optional</td>\n<td>Contact website.</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Id of the company in the Lawcus system where the contact is associated.</td>\n</tr>\n<tr>\n<td>note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for the contact.</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of address for the contact in string json format. The address type can be <em>WORK</em>, <em>HOME</em>, <em>BILLING</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary street address of the contact.</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary city address of the contact.</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary state address of the contact.</td>\n</tr>\n<tr>\n<td>zip</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary zip address of the contact.</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary country address of the contact.</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary phone number of the contact.</td>\n</tr>\n<tr>\n<td>date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact in YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of phone numbers for the contact in string json format. The phone type can be <em>WORK</em>, <em>HOME</em>, <em>FAX</em>, <em>MOBILE</em>, <em>PAGER</em>, <em>SKYPE</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>source_id</td>\n<td>int</td>\n<td>Optional</td>\n<td><br /><br />ID of the Lead Source. The value of the sources IDs are as follows:<br /><br /><ul><li><p>Twitter: 31695</p></li><li><p>LinkedIn: 31694</p></li><li><p>Google: 31693</p></li><li><p>Facebook: 31692</p></li><li><p>Avvo: 31691</p></li><li><p>Event: 31690</p></li><li><p>Unassigned: 31689</p></li><li><p>Website: 31688</p></li><li><p>Referral: 31687</p></li></ul></td>\n</tr>\n<tr>\n<td>referred_by</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the company or the person who referred the contact to your organization.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>Custom fields. You can define the custom fields using the Custom Fields API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Refer to the <strong>Custom Fields</strong> collection for information on the custom fields parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["contacts","{{uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c1d962e2-c03d-4795-aae2-f63e2f0f3ebc","name":"Update Contacts Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"avatar\": \"rgb(120, 56, 175)\",\n    \"first_name\": \"Marco\",\n    \"last_name\": \"Welch\",\n    \"company_id\": 440469,\n    \"title\": \"PR Head\",\n    \"website\": \"papercartdaily.com\",\n    \"custom_fields\": \"[]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n    \"source_id\": 31690,\n    \"referred_by\": 419560,\n    \"prefix\": \"Mr.\",\n    \"gender\": \"MALE\",\n    \"date_of_birthday\": \"1985-07-11 06:23:34\",\n    \"type\": \"Person\",\n    \"name\": \"Marco Welch\",\n    \"email\": \"MarcoEWelch@armyspy.com\",\n    \"phone\": \"+12177053279\",\n    \"street\": \"3462 Scenic Way\",\n    \"city\": \"Spring Field\",\n    \"state\": \"IL\",\n    \"zip\": \"35401\",\n    \"country\": \"USA\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/contacts/f5f437e0-f0fc-11eb-8fb8-6b962a99d01d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 30 Jul 2021 06:13:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 461705,\n    \"uuid\": \"f5f437e0-f0fc-11eb-8fb8-6b962a99d01d\",\n    \"name\": \"Marco Welch\",\n    \"first_name\": \"Marco\",\n    \"last_name\": \"Welch\",\n    \"middle_name\": null,\n    \"type\": \"Person\",\n    \"email\": \"MarcoEWelch@armyspy.com\",\n    \"phone\": \"+12177053279\",\n    \"avatar\": \"rgb(120, 56, 175)\",\n    \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n    \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n    \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n    \"custom_fields\": [],\n    \"number\": null,\n    \"tags\": null,\n    \"source_id\": 31690,\n    \"referred_by\": 419560,\n    \"referred_by_type\": null,\n    \"box_folder_id\": null,\n    \"box_shared_link\": null,\n    \"google_drive_folder_id\": null,\n    \"one_drive_folder_id\": null,\n    \"prefix\": \"Mr.\",\n    \"gender\": \"MALE\",\n    \"date_of_birthday\": \"1985-07-11 06:23:34\",\n    \"note\": null,\n    \"title\": \"PR Head\",\n    \"website\": \"papercartdaily.com\",\n    \"last_contacted_at\": null,\n    \"company_id\": 440469,\n    \"quickbooks_id\": null,\n    \"quickbooks_error\": null,\n    \"is_lead\": null,\n    \"ledes_client_id\": null,\n    \"associated_user_id\": null,\n    \"client_portal_settings\": null,\n    \"matters\": [],\n    \"is_client\": false,\n    \"mattersFromRelation\": [],\n    \"lawcus_url\": \"https://lawcus-team.lawcus.com/contact/f5f437e0-f0fc-11eb-8fb8-6b962a99d01d\"\n}"}],"_postman_id":"44876fb6-98aa-4a35-8214-421365c4a69a"}],"id":"2203fb72-79ab-4c98-99de-5f9151fef18f","description":"<p><strong>Contacts</strong> is a collection of endpoints that allow you to record and manage detailed information of people and organizations. A contact may be a person or a company.</p>\n","_postman_id":"2203fb72-79ab-4c98-99de-5f9151fef18f","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Matters","item":[{"name":"Create Matters","id":"dd26e554-75cd-4075-9350-14cc59f7f61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/matters","description":"<p>Create matters in Lawcus. A matter can be associated with an organization or a person, or can be created on its own. The following parameters are required while creating a matter:</p>\n<h5 id=\"request-body-parameters\">Request Body Parameters</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Matter name.</td>\n</tr>\n<tr>\n<td>stage_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Stage of the matter.</td>\n</tr>\n<tr>\n<td>billing_type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Billing type for the matter.</td>\n</tr>\n<tr>\n<td>workflow_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Matter workflow ID.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter description.</td>\n</tr>\n<tr>\n<td>open_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date when the matter was first opened.</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Due date for the matter.</td>\n</tr>\n<tr>\n<td>close_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter close date.</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of custom fields for the matter in string json format.  <br />  <br />If the custom field configured for the matter is defined as <em>Is Required</em>, it must be present in the request body and must have values.</td>\n</tr>\n<tr>\n<td>assign_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>User to whom the matter is assigned.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Hourly rate for the matter.</td>\n</tr>\n<tr>\n<td>originating_timekeeper_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who brought the lead into the firm.</td>\n</tr>\n<tr>\n<td>responsible_attorney_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who is responsible for handling the matter.</td>\n</tr>\n<tr>\n<td>billing_attorney_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney to whom the matter is billed.</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Matter position.</td>\n</tr>\n<tr>\n<td>rates</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of user and their corresponding hourly rate for custom hourly rate.</td>\n</tr>\n<tr>\n<td>estimated_cost</td>\n<td>String</td>\n<td>Optional</td>\n<td>Estimated cost for the matter.</td>\n</tr>\n<tr>\n<td>client_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the client who is binded to matter.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c7e56d59-3682-4798-bdd5-559ae4ef363a","name":"Create Matters Example","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"<p>dmaknsflanf</p>\",\n    \"name\": \"Jennifer J. Shanahan\",\n    \"open_date\": \"2022-03-30 17:07:49\",\n    \"due_date\": \"2022-04-06 17:12:49\",\n    \"close_date\": \"2022-05-31 17:12:54\",\n    \"workflow_id\": 36700,\n    \"display_number\": \"03-Jennifer J. Shanahan\",\n    \"client_id\": 709243,\n    \"stage_id\": 61870,\n    \"practice\": 67584,\n    \"color_code\": null,\n    \"custom_fields\": \"[]\",\n    \"assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"billing_type\": \"HOURLY\",\n    \"rate\": 0,\n    \"is_private\": null,\n    \"originating_timekeeper_id\": 26159,\n    \"responsible_attorney_id\": 26159,\n    \"tags\": null,\n    \"relations\": [],\n    \"estimated_cost\": \"3000.00\",\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 26159,\n    \"is_use_evergreen_retainer\": true,\n    \"evergreen_retainer_amount\": \"200.00\",\n    \"location_id\": 31288,\n    \"rates\": \"[{\\\"item_id\\\":26159,\\\"item_type\\\":\\\"USER\\\",\\\"rate\\\":\\\"20\\\"}]\",\n    \"client_reference_number\": \"1234567\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/matters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Mar 2022 17:28:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 407814,\n    \"uuid\": \"ce591020-b04e-11ec-8a5b-73feaa0f9b73\",\n    \"color_code\": null,\n    \"tags\": null,\n    \"custom_fields\": [],\n    \"created_by\": 26159,\n    \"close_date\": \"2022-05-31 17:12:54\",\n    \"name\": \"Jennifer J. Shanahan\",\n    \"position\": 0,\n    \"stage_id\": 61870,\n    \"is_private\": null,\n    \"practice\": 67584,\n    \"display_number\": \"04-Jennifer J. Shanahan\",\n    \"rates\": \"[{\\\"item_id\\\":26159,\\\"item_type\\\":\\\"USER\\\",\\\"rate\\\":\\\"20\\\"}]\",\n    \"number\": \"04\",\n    \"description\": \"<p>dmaknsflanf</p>\",\n    \"status\": \"OPEN\",\n    \"closed_at\": null,\n    \"lead_created_at\": null,\n    \"not_hire_at\": null,\n    \"billing_type\": \"HOURLY\",\n    \"open_date\": \"2022-03-30 17:07:49\",\n    \"due_date\": \"2022-04-06 17:12:49\",\n    \"stage_position\": 1,\n    \"archived\": 0,\n    \"stagename\": \"Case Assessment\",\n    \"location\": \"USA\",\n    \"location_id\": 31288,\n    \"rate\": \"0.00\",\n    \"estimated_cost\": \"3000.00\",\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 26159,\n    \"not_hire_reason\": null,\n    \"not_hire_note\": null,\n    \"practice_name\": \"Administrative\",\n    \"client_reference_number\": \"1234567\",\n    \"converted_at\": null,\n    \"box_folder_id\": null,\n    \"box_shared_link\": null,\n    \"originating_timekeeper_id\": 26159,\n    \"responsible_attorney_id\": 26159,\n    \"google_drive_folder_id\": null,\n    \"one_drive_folder_id\": null,\n    \"starred\": null,\n    \"assignees\": [\n        26159\n    ],\n    \"document_count\": 0,\n    \"comments_count\": 0,\n    \"completed_tasks_count\": 0,\n    \"uncompleted_tasks_count\": 0,\n    \"relations\": [],\n    \"team_id\": 16652,\n    \"workflow_id\": 36700,\n    \"client_id\": 709243,\n    \"evergreen_retainer_amount\": \"200.00\",\n    \"is_use_evergreen_retainer\": true,\n    \"last_contacted_at\": null,\n    \"workflowname\": \"Default\",\n    \"assignId\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/ce591020-b04e-11ec-8a5b-73feaa0f9b73\"\n}"}],"_postman_id":"dd26e554-75cd-4075-9350-14cc59f7f61f"},{"name":"List all matters","id":"7dc6c44f-9166-4757-836d-3d79cfe15340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/matters","description":"<p>List all matters in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dc6c44f-9166-4757-836d-3d79cfe15340"},{"name":"Get Single Matter","id":"9dcc2d89-d726-4e78-9ffa-7e79aa994a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/matters/cb77ec00-e3d2-11eb-b8d4-fb3400adf156","description":"<p>Fetches the details of the matter with the provided matter ID.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters","cb77ec00-e3d2-11eb-b8d4-fb3400adf156"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"321daff9-3f36-4357-994a-b7129e779ac5","name":"Get Single Matter Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/matters/cb77ec00-e3d2-11eb-b8d4-fb3400adf156"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Oct 2022 15:40:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 227531,\n    \"uuid\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n    \"color_code\": null,\n    \"tags\": null,\n    \"custom_fields\": [],\n    \"created_by\": 26159,\n    \"close_date\": null,\n    \"name\": \"Norve lo book copyright issue\",\n    \"position\": 0,\n    \"stage_id\": 61870,\n    \"is_private\": null,\n    \"practice\": 67595,\n    \"display_number\": \"02-Elbi Publication\",\n    \"rates\": null,\n    \"number\": \"02\",\n    \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n    \"status\": \"OPEN\",\n    \"closed_at\": null,\n    \"lead_created_at\": null,\n    \"not_hire_at\": null,\n    \"billing_type\": \"HOURLY\",\n    \"open_date\": \"2021-07-13 12:05:38\",\n    \"due_date\": null,\n    \"stage_position\": 1,\n    \"archived\": 0,\n    \"stagename\": \"Case Assessment\",\n    \"location\": null,\n    \"location_id\": null,\n    \"rate\": null,\n    \"estimated_cost\": null,\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 26159,\n    \"not_hire_reason\": null,\n    \"not_hire_note\": null,\n    \"practice_name\": \"Copyright\",\n    \"client_reference_number\": null,\n    \"converted_at\": null,\n    \"integration\": null,\n    \"box_folder_id\": null,\n    \"box_shared_link\": null,\n    \"originating_timekeeper_id\": 26159,\n    \"responsible_attorney_id\": 26159,\n    \"google_drive_folder_id\": null,\n    \"one_drive_folder_id\": null,\n    \"starred\": null,\n    \"assignees\": [\n        26159\n    ],\n    \"document_count\": 0,\n    \"comments_count\": 0,\n    \"completed_tasks_count\": 0,\n    \"uncompleted_tasks_count\": 3,\n    \"relations\": [],\n    \"team_id\": 16652,\n    \"workflow_id\": 36700,\n    \"client_id\": 446869,\n    \"evergreen_retainer_amount\": null,\n    \"is_use_evergreen_retainer\": false,\n    \"last_contacted_at\": null,\n    \"workflowname\": \"Default\",\n    \"assignId\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/cb77ec00-e3d2-11eb-b8d4-fb3400adf156\"\n}"}],"_postman_id":"9dcc2d89-d726-4e78-9ffa-7e79aa994a3d"},{"name":"Get Matter Documents","id":"216dc8f7-367b-4e29-94aa-d233b06d6691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/matter/ca46aef0-b7c7-11e6-991a-c3bb874c94a3/documents","description":"<p>Returns the list of documents related to the given matter.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matter","ca46aef0-b7c7-11e6-991a-c3bb874c94a3","documents"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a5d87dc6-f5a0-4209-a40d-8fac2d573204","name":"List all Matters Documents Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/matter/ca46aef0-b7c7-11e6-991a-c3bb874c94a3/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 21 Apr 2021 14:23:13 GMT"},{"key":"Date","value":"Wed, 21 Apr 2021 14:23:13 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Type","value":"application/json"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"file_location\": \"vitall/prod matter/test\",\n        \"uuid\": \"vitall/prod matter/test\",\n        \"type\": \"FOLDER\"\n    },\n    {\n        \"id\": 184913,\n        \"uuid\": \"f96890c0-a2ab-11eb-a348-b7e3984937ed\",\n        \"title\": \"Screenshot 2021-04-21 at 07.21.55.png\",\n        \"file_location\": \"vitall/prod matter/f600a5a0-a2ab-11eb-b611-7311c87967e0Screenshot 2021-04-21 at 07.21.55.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-21 14:15:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 184914,\n        \"uuid\": \"f96ce140-a2ab-11eb-9268-bb8c7ae67d7e\",\n        \"title\": \"Screenshot 2021-04-21 at 07.36.31.png\",\n        \"file_location\": \"vitall/prod matter/f60023d0-a2ab-11eb-b8c3-c96fafe1cf73Screenshot 2021-04-21 at 07.36.31.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-21 14:15:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 184915,\n        \"uuid\": \"f96d7e30-a2ab-11eb-a67e-7d54e31c9796\",\n        \"title\": \"Screenshot 2021-04-21 at 07.01.47.png\",\n        \"file_location\": \"vitall/prod matter/f600b730-a2ab-11eb-bcad-ebe2d64b43eeScreenshot 2021-04-21 at 07.01.47.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-21 14:15:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 184916,\n        \"uuid\": \"0facc2f0-a2ac-11eb-9428-19f46ede646c\",\n        \"title\": \"Screenshot 2021-04-21 at 07.36.31.png\",\n        \"file_location\": \"vitall/prod matter/0c7071a0-a2ac-11eb-893d-dfae69ec733dScreenshot 2021-04-21 at 07.36.31.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-21 14:15:44\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13119,\n        \"uuid\": \"86855600-761e-11e8-afd6-c7aff9214e8f\",\n        \"title\": \"profile\",\n        \"file_location\": \"vitall/prod matter/867bd4e0-761e-11e8-b344-6b0686becf23.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:16:51\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13120,\n        \"uuid\": \"86aa34b0-761e-11e8-b179-91b20447bdee\",\n        \"title\": \"1\",\n        \"file_location\": \"vitall/prod matter/868f9a70-761e-11e8-8fbb-75bca6a41d07.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:16:51\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13121,\n        \"uuid\": \"86bde3a0-761e-11e8-9500-058c9796a45f\",\n        \"title\": \"1\",\n        \"file_location\": \"vitall/prod matter/86a00d80-761e-11e8-a691-1b58526ebbb3.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:16:51\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13122,\n        \"uuid\": \"86fca8a0-761e-11e8-ae77-cb9b1535c6e9\",\n        \"title\": \"2\",\n        \"file_location\": \"vitall/prod matter/86e567a0-761e-11e8-bdd3-1fad1cd2e2d6.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:16:52\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13123,\n        \"uuid\": \"8704eac0-761e-11e8-89b5-5b10e6f6b517\",\n        \"title\": \"pay\",\n        \"file_location\": \"vitall/prod matter/86f1b870-761e-11e8-b107-47725fa8ecb2.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:16:52\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13124,\n        \"uuid\": \"8f44b610-761e-11e8-b519-c1b8354ed332\",\n        \"title\": \"Screenshot_from_2017-09-07_07-37-22\",\n        \"file_location\": \"vitall/prod matter/8f1e3ba0-761e-11e8-9c78-1f6b1780cb4b.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:17:05\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13125,\n        \"uuid\": \"8f48c8d0-761e-11e8-9fc9-ad46da5ff6d8\",\n        \"title\": \"Screenshot_from_2017-09-07_07-42-59\",\n        \"file_location\": \"vitall/prod matter/8f24f680-761e-11e8-9d10-8757ab871f93.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:17:05\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13126,\n        \"uuid\": \"8f50f390-761e-11e8-85a9-f9b496d52701\",\n        \"title\": \"Screenshot_from_2017-10-03_19-59-07\",\n        \"file_location\": \"vitall/prod matter/8f304590-761e-11e8-8e10-91bbc5b343c1.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:17:06\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13127,\n        \"uuid\": \"8fa164b0-761e-11e8-97cd-113a15d682b5\",\n        \"title\": \"Screenshot_from_2017-09-07_07-37-11\",\n        \"file_location\": \"vitall/prod matter/8f896e30-761e-11e8-bb8b-a5b68a9f77f1.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 13:17:06\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13141,\n        \"uuid\": \"465fd6e0-762b-11e8-9137-318de1c6686d\",\n        \"title\": \"1\",\n        \"file_location\": \"vitall/prod matter/test/4650ff00-762b-11e8-acc8-6dd6ab7911e9.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 14:48:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13142,\n        \"uuid\": \"46aab360-762b-11e8-82f6-879605537bfc\",\n        \"title\": \"profile\",\n        \"file_location\": \"vitall/prod matter/test/468f0310-762b-11e8-a3d3-31a56b67376f.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 14:48:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13143,\n        \"uuid\": \"4714ac70-762b-11e8-b0ad-bfdb2279e726\",\n        \"title\": \"1\",\n        \"file_location\": \"vitall/prod matter/test/4708a960-762b-11e8-9986-d34ab4decfb8.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-06-22 14:48:08\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13436,\n        \"uuid\": \"c3e01cf0-838d-11e8-805f-957e49ffbd87\",\n        \"title\": \"test_template_diff_keys-Jul_9__2018.docx\",\n        \"file_location\": \"vitall/prod matter/c3c0c2f0-838d-11e8-b9ea-c343ec68342ftest_template_diff_keys-Jul_9__2018Jul 9, 2018.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-07-09 15:35:53\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 13437,\n        \"uuid\": \"cf7830b0-838d-11e8-9711-b142629c3eae\",\n        \"title\": \"test_template_diff_keys-Jul_9__2018.docx\",\n        \"file_location\": \"vitall/prod matter/cf60ad70-838d-11e8-9b3e-3db31ddb28b2test_template_diff_keys-Jul_9__2018Jul 9, 2018.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-07-09 15:36:12\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15618,\n        \"uuid\": \"a1c772f0-e986-11e8-abff-ffa9b4f8782b\",\n        \"title\": \"download\",\n        \"file_location\": \"vitall/prod matter/test2/a1bc7d00-e986-11e8-9bad-0714353dc1d4.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:48\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15619,\n        \"uuid\": \"a1d6fe20-e986-11e8-930b-270c3ba9b3b3\",\n        \"title\": \"images_(1)\",\n        \"file_location\": \"vitall/prod matter/test2/a1c911c0-e986-11e8-acef-27b114041fea.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:48\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15620,\n        \"uuid\": \"a22c92a0-e986-11e8-b6a7-1f9ab59f353b\",\n        \"title\": \"images\",\n        \"file_location\": \"vitall/prod matter/test2/a21e27d0-e986-11e8-865c-c194d7377584.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15621,\n        \"uuid\": \"a25a3a40-e986-11e8-8905-49ef7ea276be\",\n        \"title\": \"images\",\n        \"file_location\": \"vitall/prod matter/test2/a2477e10-e986-11e8-b9ad-b3397d5079bd.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15622,\n        \"uuid\": \"a26ce750-e986-11e8-8c4e-51182f758a02\",\n        \"title\": \"American_Eskimo_Dog_1\",\n        \"file_location\": \"vitall/prod matter/test2/a241e340-e986-11e8-9e1e-07d7cfcd3639.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15623,\n        \"uuid\": \"a29350b0-e986-11e8-a42c-774fbe614f85\",\n        \"title\": \"images_(3)\",\n        \"file_location\": \"vitall/prod matter/test2/a2898860-e986-11e8-89a0-1182abed47eb.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15624,\n        \"uuid\": \"a2a84750-e986-11e8-9b3b-b341b8fb8ac9\",\n        \"title\": \"img\",\n        \"file_location\": \"vitall/prod matter/test2/a2900980-e986-11e8-a176-a74e29b783ab.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15625,\n        \"uuid\": \"a2f2ebc0-e986-11e8-a63d-d7512dd9b3b7\",\n        \"title\": \"images_(2)\",\n        \"file_location\": \"vitall/prod matter/test2/a2e7a0e0-e986-11e8-95fd-0d481219c904.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:50\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 15626,\n        \"uuid\": \"a30508d0-e986-11e8-9d08-d3f546ee1b05\",\n        \"title\": \"images_(4)\",\n        \"file_location\": \"vitall/prod matter/test2/a2f53cc0-e986-11e8-86e9-713f9762aaa3.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2018-11-16 10:01:50\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 16992,\n        \"uuid\": \"8f058f20-2066-11e9-a472-058d732eaf00\",\n        \"title\": \"Чек-2018-12-30-204222\",\n        \"file_location\": \"vitall/prod matter/8ef47390-2066-11e9-97a4-9b79123c8b3c.jpg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-01-25 06:00:46\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 16993,\n        \"uuid\": \"31c9db00-208c-11e9-aab1-eff5137692d5\",\n        \"title\": \"images\",\n        \"file_location\": \"vitall/prod matter/31bfc350-208c-11e9-b35e-07249c644b92.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-01-25 10:30:11\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 16994,\n        \"uuid\": \"63ef9790-208e-11e9-ae98-ef6b750c064a\",\n        \"title\": \"images\",\n        \"file_location\": \"vitall/prod matter/63e25190-208e-11e9-bd55-4b6dfaf5896b.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-01-25 10:45:54\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 16995,\n        \"uuid\": \"776e26c0-208e-11e9-ace4-43fb10efe2d7\",\n        \"title\": \"images_(3)\",\n        \"file_location\": \"vitall/prod matter/77632f80-208e-11e9-8a7d-87b031d39ff0.jpeg\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-01-25 10:46:27\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 17045,\n        \"uuid\": \"7879d880-2392-11e9-83fa-e7a53b5411d5\",\n        \"title\": \"Screen_Shot_2019-01-23_at_21.13.10\",\n        \"file_location\": \"vitall/prod matter/78624e40-2392-11e9-a5be-555c6b2e0ef2.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-01-29 06:52:40\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 18863,\n        \"uuid\": \"72c5f460-7003-11e9-8557-89fd6eff6eb6\",\n        \"title\": \"test_template_diff_keys-Jul_9__2018.docx\",\n        \"file_location\": \"vitall/prod matter/72a85bc0-7003-11e9-a27a-39f6550dbf92test_template_diff_keys-Jul_9__2018May 6, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-05-06 13:32:52\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 19129,\n        \"uuid\": \"b00c6d80-723b-11e9-a72f-2ba3ad472958\",\n        \"title\": \"Limited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019.docx\",\n        \"file_location\": \"vitall/prod matter/aff40690-723b-11e9-87ad-e7c78d2105ddLimited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019May 9, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-05-09 09:20:29\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 20168,\n        \"uuid\": \"5fa48410-9ea2-11e9-8a30-e9244150ab5b\",\n        \"title\": \"Limited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019.docx\",\n        \"file_location\": \"vitall/prod matter/5f8c1b20-9ea2-11e9-8fc5-3b5fc6c4f86cLimited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019Jul 4, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-07-04 21:26:23\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 20452,\n        \"uuid\": \"e6a4bdc0-a48a-11e9-8999-0f6e69c8b001\",\n        \"title\": \"Screen_Shot_2019-06-19_at_19.45.40\",\n        \"file_location\": \"vitall/prod matter/e6868910-a48a-11e9-8bc2-afd7924b7f7c.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-07-12 09:53:29\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 20453,\n        \"uuid\": \"fe17bde0-a48a-11e9-8ad7-4119aaf556f1\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/fdcf3e30-a48a-11e9-bf9d-8755ee4a2b35allcustomfieldsJul 12, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-07-12 09:54:08\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 23058,\n        \"uuid\": \"73df33a0-b429-11e9-8a6b-c540a069494c\",\n        \"title\": \"allcustomfieldsJul_29__2019\",\n        \"file_location\": \"vitall/prod matter/73be60c0-b429-11e9-97c5-15c688c4177fallcustomfieldsJul 29, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-08-01 06:56:14\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27104,\n        \"uuid\": \"ca269160-cc86-11e9-8627-15e14b51ddab\",\n        \"title\": \"Limited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019.docx\",\n        \"file_location\": \"vitall/prod matter/c9fbe0c0-cc86-11e9-97fb-d1970c3b532cLimited_Scope_Representation_Fee_Agreement_-_SMLLC-May_8__2019-May_9__2019Sep 1, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-09-01 07:04:50\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27106,\n        \"uuid\": \"0a0df6f0-cc93-11e9-8a62-8b33137853cb\",\n        \"title\": \"test10Mb\",\n        \"file_location\": \"vitall/prod matter/09c20560-cc93-11e9-9a4c-bd41d58fe5ectest10Mb.db\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-09-01 08:32:31\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27107,\n        \"uuid\": \"317e3d20-ccab-11e9-b605-1f7c903ea572\",\n        \"title\": \"SpeedTest_16MB\",\n        \"file_location\": \"vitall/prod matter/31201540-ccab-11e9-8b6b-2344d29b221eSpeedTest_16MB.dat\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-09-01 11:25:25\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27108,\n        \"uuid\": \"41e58aa0-ccab-11e9-b386-8f9c6a3dc885\",\n        \"title\": \"Office2010DevRefs\",\n        \"file_location\": \"vitall/prod matter/40f3beb0-ccab-11e9-9070-59f7716a43ddOffice2010DevRefs.exe\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-09-01 11:25:52\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27597,\n        \"uuid\": \"d556ba30-d0ac-11e9-a8df-25340811f481\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"file_location\": \"vitall/email/attachments/1567777634Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-09-06 13:47:14\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27598,\n        \"uuid\": \"d56d25b0-d0ac-11e9-b076-9f469b0bfc52\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"file_location\": \"vitall/email/attachments/1567777634Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-09-06 13:47:14\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27599,\n        \"uuid\": \"d5a55e60-d0ac-11e9-bc22-c3e42202bf0f\",\n        \"title\": \"a.png\",\n        \"file_location\": \"vitall/email/attachments/1567777634a.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-09-06 13:47:14\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 27600,\n        \"uuid\": \"d5b795b0-d0ac-11e9-aba2-fda07dd4d8c2\",\n        \"title\": \"b.png\",\n        \"file_location\": \"vitall/email/attachments/1567777634b.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-09-06 13:47:15\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33849,\n        \"uuid\": \"7c3beab0-f4b8-11e9-9697-1bf31c7a4380\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/7be5eac0-f4b8-11e9-85a7-07b3de6a495aallcustomfieldsOct 22, 2019.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-10-22 10:41:20\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33961,\n        \"uuid\": \"17c2e580-f56d-11e9-b1b0-55aacdf47a55\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"file_location\": \"vitall/email/attachments/1571818450Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 08:14:11\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33962,\n        \"uuid\": \"18022180-f56d-11e9-a5cc-9dbdb1231e6a\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"file_location\": \"vitall/email/attachments/1571818451Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 08:14:11\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33991,\n        \"uuid\": \"fdac2110-f5bf-11e9-8237-9d4f28832e1b\",\n        \"title\": \"image001.png\",\n        \"file_location\": \"vitall/email/attachments/1571854055image001.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 18:07:35\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33992,\n        \"uuid\": \"fdc5c980-f5bf-11e9-847b-ef910f85dff0\",\n        \"title\": \"image002.png\",\n        \"file_location\": \"vitall/email/attachments/1571854055image002.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 18:07:35\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33993,\n        \"uuid\": \"d5fa6b90-f5c0-11e9-b20a-53dd9fb61fa5\",\n        \"title\": \"image001.png\",\n        \"file_location\": \"vitall/email/attachments/1571854418image001.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 18:13:38\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 33994,\n        \"uuid\": \"d613f7f0-f5c0-11e9-804c-992b441f18ed\",\n        \"title\": \"image002.png\",\n        \"file_location\": \"vitall/email/attachments/1571854418image002.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-23 18:13:38\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34063,\n        \"uuid\": \"1188ec00-f612-11e9-8091-9fc19c5d0f0e\",\n        \"title\": \"Guru Nanak ji.jpg\",\n        \"file_location\": \"vitall/email/attachments/1571889307Guru Nanak ji.jpg\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 03:55:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34064,\n        \"uuid\": \"a906ed90-f612-11e9-b8c5-dd4048c83956\",\n        \"title\": \"Guru Nanak ji.jpg\",\n        \"file_location\": \"vitall/email/attachments/1571889561Guru Nanak ji.jpg\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 03:59:21\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34065,\n        \"uuid\": \"e627dae0-f612-11e9-ae67-3bf4f3f55948\",\n        \"title\": \"Guru Nanak ji.jpg\",\n        \"file_location\": \"vitall/email/attachments/1571889664Guru Nanak ji.jpg\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 04:01:04\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34106,\n        \"uuid\": \"5761da10-f66e-11e9-88c1-15783e665edc\",\n        \"title\": \"ENG jagat guru nanak leaflet4.pdf\",\n        \"file_location\": \"vitall/email/attachments/1571928937ENG jagat guru nanak leaflet4.pdf\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 14:55:38\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34107,\n        \"uuid\": \"9c58bbf0-f66e-11e9-a877-d1539767676d\",\n        \"title\": \"image001.png\",\n        \"file_location\": \"vitall/email/attachments/1571929054image001.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 14:57:34\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34108,\n        \"uuid\": \"f707f940-f66f-11e9-86c6-4d234e06db4e\",\n        \"title\": \"image001.png\",\n        \"file_location\": \"vitall/email/attachments/1571929635image001.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 15:07:15\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34125,\n        \"uuid\": \"d01c6ae0-f678-11e9-8370-7fb7beed2f7b\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"file_location\": \"vitall/email/attachments/1571933435Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:10:35\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34126,\n        \"uuid\": \"d04c4760-f678-11e9-8191-d1049532b11f\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"file_location\": \"vitall/email/attachments/1571933436Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:10:36\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34127,\n        \"uuid\": \"f9761ce0-f678-11e9-920d-0b5f29853a35\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"file_location\": \"vitall/email/attachments/1571933505Screen Shot 2019-08-15 at 16.53.00.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:11:45\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34128,\n        \"uuid\": \"f9a08460-f678-11e9-8eb5-cbc87e553784\",\n        \"title\": \"Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"file_location\": \"vitall/email/attachments/1571933505Screen Shot 2019-08-15 at 16.52.50.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:11:45\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34129,\n        \"uuid\": \"f9e83980-f678-11e9-8bb2-fb552b07073a\",\n        \"title\": \"a.png\",\n        \"file_location\": \"vitall/email/attachments/1571933506a.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:11:46\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 34130,\n        \"uuid\": \"f9f64680-f678-11e9-bde8-db1eef797c52\",\n        \"title\": \"b.png\",\n        \"file_location\": \"vitall/email/attachments/1571933506b.png\",\n        \"description\": null,\n        \"created_by\": 0,\n        \"created_at\": \"2019-10-24 16:11:46\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 36722,\n        \"uuid\": \"fa03fd00-0b47-11ea-86dc-6d3b69799e89\",\n        \"title\": \"Screenshot_2019-11-19_at_21.08.07\",\n        \"file_location\": \"vitall/prod matter/f9eff7e0-0b47-11ea-9aa7-dba0147ddb8eScreenshot 2019-11-19 at 21.08.07.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-11-20 03:43:55\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 37298,\n        \"uuid\": \"35cd5bb0-10e6-11ea-9954-9f9ac630e27e\",\n        \"title\": \"Screenshot_2019-11-27_at_06.42.35\",\n        \"file_location\": \"vitall/prod matter/35b45570-10e6-11ea-9429-59f46a611fadScreenshot 2019-11-27 at 06.42.35.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2019-11-27 07:19:11\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 41294,\n        \"uuid\": \"31da7f30-31e9-11ea-b4eb-075bc13b9d87\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/31867a30-31e9-11ea-8974-c525e4ade75dallcustomfieldsJan 8, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-01-08 07:33:42\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 43115,\n        \"uuid\": \"25be9720-3db4-11ea-bf81-8fe1d3296cb0\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/253e80c0-3db4-11ea-88ad-1918df5a7305allcustomfieldsJan 23, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-01-23 07:44:12\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 43116,\n        \"uuid\": \"25f248f0-3db4-11ea-9029-c1ac07c99564\",\n        \"title\": \"Blacker_Med_Recs-Jul_5__2018-Sep_14__2018-Jul_3__2019.docx\",\n        \"file_location\": \"vitall/prod matter/25cce580-3db4-11ea-85ef-b7781fe865b3Blacker_Med_Recs-Jul_5__2018-Sep_14__2018-Jul_3__2019Jan 23, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-01-23 07:44:12\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 44433,\n        \"uuid\": \"e3eb0270-445b-11ea-b0fb-536219a9acdf\",\n        \"title\": \"Agreement_to_Hire_Lawyers1.docx\",\n        \"file_location\": \"vitall/prod matter/e333d260-445b-11ea-bfa5-19d97962932aAgreement_to_Hire_Lawyers1Jan 31, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-01-31 19:00:04\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 44461,\n        \"uuid\": \"18fae0e0-4645-11ea-b165-efdc7dca4da6\",\n        \"title\": \"Agreement_to_Hire_Lawyers_-_Contingent_with_co-counsel-new.docx\",\n        \"file_location\": \"vitall/prod matter/18e67650-4645-11ea-9502-ff66718f766dAgreement_to_Hire_Lawyers_-_Contingent_with_co-counsel-newFeb 3, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-02-03 05:21:57\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 44462,\n        \"uuid\": \"2f38e490-4645-11ea-b714-3954eb4c12f3\",\n        \"title\": \"Agreement_to_Hire_Lawyers_-_Contingent_with_co-counsel-ms.docx\",\n        \"file_location\": \"vitall/prod matter/2f1dad90-4645-11ea-82cb-5d4e7d149422Agreement_to_Hire_Lawyers_-_Contingent_with_co-counsel-msFeb 3, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-02-03 05:22:34\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 44463,\n        \"uuid\": \"e74033c0-4654-11ea-ba92-013025037a27\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/e6d76540-4654-11ea-95c4-ad815f4045e0allcustomfieldsFeb 3, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-02-03 07:15:05\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 44468,\n        \"uuid\": \"80eea790-467e-11ea-9871-616802b45f8b\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/809e9060-467e-11ea-897f-0932937045cballcustomfieldsFeb 3, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-02-03 12:12:53\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 48390,\n        \"uuid\": \"383bc3e0-5e15-11ea-8fe1-13f1c84feeac\",\n        \"title\": \"10MB\",\n        \"file_location\": \"vitall/prod matter/37fbfc90-5e15-11ea-8102-41d450da50db10MB.zip\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-03-04 12:39:41\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 48679,\n        \"uuid\": \"93f21930-5ea4-11ea-abe3-9f48aa70e9da\",\n        \"title\": \"100MB\",\n        \"file_location\": \"vitall/prod matter/new folder/92aaba40-5ea4-11ea-88f5-b946557a28e4100MB.zip\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-03-05 05:45:53\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 51307,\n        \"uuid\": \"8c3e0920-6de1-11ea-b77e-61ebcf484ee7\",\n        \"title\": \"invoice\",\n        \"file_location\": \"vitall/prod matter/new folder/8c28b2e0-6de1-11ea-9f8d-09c2d8a57281invoice.pdf\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-03-24 15:10:07\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 63544,\n        \"uuid\": \"33ba4f60-8850-11ea-a5c0-112bc259266d\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/332c9370-8850-11ea-bad4-1b90ae4951b7allcustomfieldsApr 27, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-04-27 06:27:43\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 63545,\n        \"uuid\": \"612bb0e0-8850-11ea-bead-f5690545a003\",\n        \"title\": \"test.docx\",\n        \"file_location\": \"vitall/prod matter/60d8aa60-8850-11ea-9507-7d8e1b8475bdtestApr 27, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-04-27 06:28:59\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 74077,\n        \"uuid\": \"69837ef0-9ffd-11ea-8cab-e346a21b0b7a\",\n        \"title\": \"Invoice_#002\",\n        \"file_location\": \"vitall/prod matter/6970dce0-9ffd-11ea-9377-cf21fd9143eaInvoice #002.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-05-27 09:35:33\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 74078,\n        \"uuid\": \"8764f910-9ffd-11ea-b6ad-89fd03d730a1\",\n        \"title\": \"Invoice_3\",\n        \"file_location\": \"vitall/prod matter/87496c00-9ffd-11ea-9720-5fe348db16bbInvoice 3.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-05-27 09:36:23\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 85713,\n        \"uuid\": \"c04c91c0-c4ba-11ea-b54f-4fe9e0f6d2a9\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/bfdaf6f0-c4ba-11ea-8d54-652c379c2715allcustomfieldsJul 13, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-07-13 03:41:35\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 85714,\n        \"uuid\": \"69856df0-c4bc-11ea-8bf8-7bcf474222bb\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/68a7dcc0-c4bc-11ea-8cca-a921af76e23fallcustomfieldsJul 13, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-07-13 03:53:29\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 85716,\n        \"uuid\": \"bd728ff0-c4bc-11ea-9c9b-bfff902b7db0\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/new folder/bc9f4b20-c4bc-11ea-ba56-0dcfd9695695allcustomfieldsJul 13, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-07-13 03:55:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 90198,\n        \"uuid\": \"d484a890-f06e-11ea-83e2-a1026102c5ba\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/d37d5b40-f06e-11ea-a46f-8b4e99c2f645allcustomfieldsSep 6, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-09-06 18:28:59\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 90199,\n        \"uuid\": \"bca60200-f06f-11ea-846a-5196ebd6975b\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/bbcfed60-f06f-11ea-a58a-ddb1838b243eallcustomfieldsSep 6, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-09-06 18:35:28\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 91701,\n        \"uuid\": \"44812cb0-fbd7-11ea-a940-8b393c5747dc\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/4390ec30-fbd7-11ea-a929-4ffe12a20ae6allcustomfieldsSep 21, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-09-21 06:54:17\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 91824,\n        \"uuid\": \"2a206490-fc95-11ea-92e8-cb4874fbe27a\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/294c27e0-fc95-11ea-835f-ed17855cda85allcustomfieldsSep 22, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-09-22 05:33:37\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 94645,\n        \"uuid\": \"f8d697a0-0fc4-11eb-a0a8-ab8ccf43e4cd\",\n        \"title\": \"Screenshot_2020-10-16_at_07.35.53\",\n        \"file_location\": \"vitall/prod matter/f8bf1000-0fc4-11eb-99b3-25cb2c04ffc5Screenshot 2020-10-16 at 07.35.53.png\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-10-16 15:33:42\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 98117,\n        \"uuid\": \"da99b320-2385-11eb-84d8-fbb03fb62386\",\n        \"title\": \"allcustomfields_(1)\",\n        \"file_location\": \"vitall/prod matter/da866b70-2385-11eb-a27f-4d43e52799eeallcustomfields (1).docx\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-10 18:52:17\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 98186,\n        \"uuid\": \"2ae2bac0-2435-11eb-bb40-e975925bae5b\",\n        \"title\": \"allcustomfields_(1)\",\n        \"file_location\": \"vitall/prod matter/2acd9cd0-2435-11eb-bb88-ed63ed0494f4allcustomfields (1).docx\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-11 15:47:13\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 98901,\n        \"uuid\": \"186a46b0-2908-11eb-811c-076ac4de70b9\",\n        \"title\": \"Client_Credit_Card_Authorization_Form_2020_LAW_-_fillable_(1)\",\n        \"file_location\": \"vitall/prod matter/184d7760-2908-11eb-ae21-81ddef330cf1Client Credit Card Authorization Form 2020 LAW - fillable (1).pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-17 19:07:11\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 99443,\n        \"uuid\": \"163be130-2b4a-11eb-b0be-cd440ec446ee\",\n        \"title\": \"Invoice_01617\",\n        \"file_location\": \"vitall/prod matter/162d6bb0-2b4a-11eb-bd39-b9dc99e4ed10Invoice 01617.pdf\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-20 16:04:36\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 99579,\n        \"uuid\": \"afc152c0-2bb6-11eb-b9d6-e9bc47c5efa3\",\n        \"title\": \"Invoice_01617_(1)\",\n        \"file_location\": \"vitall/prod matter/afaddc30-2bb6-11eb-8930-19012c8f927dInvoice 01617 (1).pdf\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-21 05:01:59\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 99580,\n        \"uuid\": \"0ffaace0-2bbb-11eb-a8f4-7b2d1506fc0d\",\n        \"title\": \"Invoice_01617_(1)_(1)\",\n        \"file_location\": \"vitall/prod matter/0fef24d0-2bbb-11eb-bdcd-31f295179d92Invoice 01617 (1) (1).pdf\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-11-21 05:33:19\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 110257,\n        \"uuid\": \"9d6dcd10-4047-11eb-96ce-f3ddb15f1d7f\",\n        \"title\": \"How_to_Designate_Roles.docx\",\n        \"file_location\": \"vitall/prod matter/9ca82360-4047-11eb-9c34-0f26d33b728cHow_to_Designate_RolesDec 17, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-12-17 09:09:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 110258,\n        \"uuid\": \"08a53f20-4048-11eb-a294-238cce19ee77\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/07bd97b0-4048-11eb-92b7-17dc6724f619allcustomfieldsDec 17, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 750,\n        \"created_at\": \"2020-12-17 09:12:49\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 110653,\n        \"uuid\": \"76289050-410e-11eb-bc87-bbac9ca318ba\",\n        \"title\": \"allcustomfields_(1).docx\",\n        \"file_location\": \"vitall/prod matter/75212400-410e-11eb-b2c6-198ed269d21ballcustomfields_(1)Dec 18, 2020.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2020-12-18 08:53:13\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 112271,\n        \"uuid\": \"cb8e3b20-45aa-11eb-b225-819365a192b3\",\n        \"title\": \"blank-80110455846101\",\n        \"file_location\": \"vitall/prod matter/cb746b50-45aa-11eb-9a03-4de0a3efa0e1blank-80110455846101.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-12-24 05:42:22\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 112272,\n        \"uuid\": \"84396560-45b7-11eb-90c3-155d5e34a060\",\n        \"title\": \"blank-80110455846101\",\n        \"file_location\": \"vitall/prod matter/8424b250-45b7-11eb-9a0b-c92d26402603blank-80110455846101.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-12-24 07:13:26\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 112273,\n        \"uuid\": \"80df6d80-45b9-11eb-b757-b50bb8fba2c5\",\n        \"title\": \"blank-80110455846101.pdf - signed\",\n        \"file_location\": \"vitall/documents/phpbIonJoDec 24, 2020.pdf\",\n        \"description\": null,\n        \"created_by\": 2,\n        \"created_at\": \"2020-12-24 07:27:39\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 112274,\n        \"uuid\": \"0a13c1f0-45be-11eb-820b-c3aacb4ae703\",\n        \"title\": \"Invoice_07898\",\n        \"file_location\": \"vitall/prod matter/09f91800-45be-11eb-b0e7-2b244a44c82cInvoice 07898.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2020-12-24 08:00:08\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 112275,\n        \"uuid\": \"51901b20-45c0-11eb-a26b-cd0e03886f58\",\n        \"title\": \"Invoice%2007898.pdf - signed\",\n        \"file_location\": \"vitall/documents/phpGMLfbcDec 24, 2020.pdf\",\n        \"description\": null,\n        \"created_by\": 2,\n        \"created_at\": \"2020-12-24 08:16:26\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 119252,\n        \"uuid\": \"a5ce7810-54bb-11eb-9030-a5bb87fdd6fd\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/a4e9c3a0-54bb-11eb-b4cd-a705f27d602aallcustomfieldsJan 12, 2021.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-01-12 09:50:48\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 159312,\n        \"uuid\": \"e5fafd40-817d-11eb-a863-9d18c8226359\",\n        \"title\": \"allcustomfields_(1).docx\",\n        \"file_location\": \"vitall/prod matter/e4a26c00-817d-11eb-824f-4908bf5b89a6allcustomfields_(1)Mar 10, 2021.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-03-10 08:52:09\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 167585,\n        \"uuid\": \"1a2a26e0-8f32-11eb-90af-d74e2dd3e608\",\n        \"title\": \"Lawcus__Manage_Invoice\",\n        \"file_location\": \"vitall/prod matter/1a1e3510-8f32-11eb-a50b-3bd79139d232Lawcus_ Manage Invoice.pdf\",\n        \"description\": \"\",\n        \"created_by\": 131,\n        \"created_at\": \"2021-03-27 19:24:51\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 172401,\n        \"uuid\": \"ddf64d40-9879-11eb-839b-75e4f6f51597\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/dcc803e0-9879-11eb-85b1-f1d2bcec65bdallcustomfieldsApr 8, 2021.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-08 14:51:14\",\n        \"type\": \"FILE\"\n    },\n    {\n        \"id\": 172414,\n        \"uuid\": \"789b1010-987b-11eb-8914-eb6cdc6c26d0\",\n        \"title\": \"allcustomfields.docx\",\n        \"file_location\": \"vitall/prod matter/7730b9b0-987b-11eb-b327-758b87e54a99allcustomfieldsApr 8, 2021.docx\",\n        \"description\": null,\n        \"created_by\": 131,\n        \"created_at\": \"2021-04-08 15:02:43\",\n        \"type\": \"FILE\"\n    }\n]"}],"_postman_id":"216dc8f7-367b-4e29-94aa-d233b06d6691"},{"name":"Update Matters","id":"0204cafa-e0bb-4077-962a-638ec14465c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"> New Desciption </p>\",\n    \"name\": \"Poudel Aashutosh\",\n    \"open_date\": \"2021-05-06 11:54:39\",\n    \"due_date\": null,\n    \"close_date\": null,\n    \"workflow_id\": 634,\n    \"display_number\": \"2084.-\",\n    \"client_id\": 2514376,\n    \"stage_id\": 2740,\n    \"practice\": null,\n    \"color_code\": null,\n    \"custom_fields\": \"[{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date1\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"practice_ids\\\":[],\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Nationality\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n    \"assign_id\": [\n        \"94d98420-4e8a-11eb-86fd-b93d959c6df5\"\n    ],\n    \"billing_type\": \"HOURLY\",\n    \"rate\": 0,\n    \"is_private\": null,\n    \"originating_timekeeper_id\": 7579,\n    \"responsible_attorney_id\": 7579,\n    \"tags\": null,\n    \"relations\": [],\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 7579,\n    \"is_use_evergreen_retainer\": false,\n    \"evergreen_retainer_amount\": null,\n    \"location_id\": null,\n    \"estimated_cost\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/matters/{{uuid}}","description":"<p>Update the matter with the given <strong>uuid</strong>.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters","{{uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c80dcc58-7727-4bbe-9fed-422a65038700","name":"Update Matters Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"> New Desciption </p>\",\n    \"name\": \"Doe John\",\n    \"open_date\": \"2021-05-06 11:54:39\",\n    \"due_date\": null,\n    \"close_date\": null,\n    \"workflow_id\": 634,\n    \"display_number\": \"2084.-\",\n    \"client_id\": 2514376,\n    \"stage_id\": 2740,\n    \"practice\": null,\n    \"color_code\": null,\n    \"custom_fields\": \"[{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date1\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"practice_ids\\\":[],\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Nationality\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n    \"assign_id\": [\n        \"94d98420-4e8a-11eb-86fd-b93d959c6df5\"\n    ],\n    \"billing_type\": \"HOURLY\",\n    \"rate\": 0,\n    \"is_private\": null,\n    \"originating_timekeeper_id\": 7579,\n    \"responsible_attorney_id\": 7579,\n    \"tags\": null,\n    \"relations\": [],\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 7579,\n    \"is_use_evergreen_retainer\": false,\n    \"evergreen_retainer_amount\": null,\n    \"location_id\": null,\n    \"estimated_cost\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/matters/355a8e90-ae63-11eb-b424-b1476089e0d8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 May 2021 12:15:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1484689,\n    \"uuid\": \"355a8e90-ae63-11eb-b424-b1476089e0d8\",\n    \"color_code\": null,\n    \"tags\": null,\n    \"custom_fields\": [\n        {\n            \"type\": \"DATE\",\n            \"name\": \"date1\",\n            \"isDefault\": true,\n            \"isRequired\": false,\n            \"practice_ids\": [],\n            \"value\": \"\"\n        },\n        {\n            \"type\": \"TEXT\",\n            \"name\": \"Nationality\",\n            \"isDefault\": true,\n            \"isRequired\": false,\n            \"value\": \"\"\n        }\n    ],\n    \"close_date\": null,\n    \"name\": \"Doe John\",\n    \"position\": 174,\n    \"stage_id\": 2740,\n    \"is_private\": null,\n    \"practice\": null,\n    \"display_number\": \"2084.-\",\n    \"number\": \"32\",\n    \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"> New Desciption </p>\",\n    \"status\": \"OPEN\",\n    \"closed_at\": null,\n    \"billing_type\": \"HOURLY\",\n    \"open_date\": \"2021-05-06 11:54:39\",\n    \"due_date\": null,\n    \"stage_position\": 0,\n    \"archived\": 0,\n    \"stagename\": \"new stage\",\n    \"location\": null,\n    \"location_id\": null,\n    \"rate\": \"0.00\",\n    \"estimated_cost\": null,\n    \"settlement_amount\": null,\n    \"billing_attorney_id\": 7579,\n    \"not_hire_reason\": null,\n    \"not_hire_note\": null,\n    \"practice_name\": null,\n    \"box_folder_id\": null,\n    \"box_shared_link\": null,\n    \"originating_timekeeper_id\": 7579,\n    \"responsible_attorney_id\": 7579,\n    \"google_drive_folder_id\": null,\n    \"one_drive_folder_id\": null,\n    \"starred\": null,\n    \"assignees\": [\n        7579\n    ],\n    \"document_count\": 0,\n    \"comments_count\": 0,\n    \"completed_tasks_count\": 0,\n    \"uncompleted_tasks_count\": 2,\n    \"relations\": [],\n    \"team_id\": 121,\n    \"workflow_id\": 634,\n    \"client_id\": 2514376,\n    \"evergreen_retainer_amount\": null,\n    \"is_use_evergreen_retainer\": false,\n    \"last_contacted_at\": null,\n    \"workflowname\": \"new workflow\",\n    \"assignId\": [\n        \"94d98420-4e8a-11eb-86fd-b93d959c6df5\"\n    ]\n}"}],"_postman_id":"0204cafa-e0bb-4077-962a-638ec14465c3"},{"name":"Delete Single Matter","id":"9cb4cfea-d393-40a8-ba52-71baa672de17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/matters/5a2dc150-ae65-11eb-b822-e52218b1e73d","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters","5a2dc150-ae65-11eb-b822-e52218b1e73d"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"62b1a2bd-9428-4972-92ef-d4cc2b98c9c3","name":"Delete Single Matter Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/matters/5a2dc150-ae65-11eb-b822-e52218b1e73d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 06 May 2021 12:20:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"OPEN\"\n}"}],"_postman_id":"9cb4cfea-d393-40a8-ba52-71baa672de17"},{"name":"Close Matters","id":"0a8c62e6-7ee1-4ff5-b535-17b8f0e12f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"549338c0-bc71-11eb-94bb-f9319cae46ed\",\n        \"edff4320-c346-11eb-9b7c-03f968bda8ff\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/archived/matters","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["archived","matters"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"51d8f00b-c996-4362-899a-de006d23525f","name":"Close Matters Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        \"549338c0-bc71-11eb-94bb-f9319cae46ed\",\n        \"edff4320-c346-11eb-9b7c-03f968bda8ff\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/archived/matters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:02:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"0a8c62e6-7ee1-4ff5-b535-17b8f0e12f4e"},{"name":"Upload matter document","id":"eb23174b-ad8c-4d40-b929-8fc303b1934e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/renukashiwakoti/Downloads/1.png"}]},"url":"{{host}}/document/upload/549338c0-bc71-11eb-94bb-f9319cae46ed?folder=test%20share/","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["document","upload","549338c0-bc71-11eb-94bb-f9319cae46ed"],"host":["{{host}}"],"query":[{"key":"folder","value":"test%20share/"}],"variable":[]}},"response":[{"id":"4bc193a2-0d34-45f8-956f-8710767536b3","name":"Upload Matter Document Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/renukashiwakoti/Downloads/1.png"}]},"url":{"raw":"{{host}}/document/upload/549338c0-bc71-11eb-94bb-f9319cae46ed?folder=test%20share/","host":["{{host}}"],"path":["document","upload","549338c0-bc71-11eb-94bb-f9319cae46ed"],"query":[{"key":"folder","value":"test%20share/"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:06:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"eb23174b-ad8c-4d40-b929-8fc303b1934e"},{"name":"Remove matter document","id":"9fa33a16-cfc4-4e73-9e2f-34c4d55a56f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/document/{{document-id}}","description":"<p>Remove a document from matter in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["document","{{document-id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"162c6c93-d60a-4d2a-9ada-c1867d83ace6","name":"Remove Matter Document Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/document/220049"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:17:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"9fa33a16-cfc4-4e73-9e2f-34c4d55a56f8"},{"name":"Close Single Matter","id":"02d1b03f-4b8e-475b-b184-a8176590e131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":"{{host}}/archive/matter/549338c0-bc71-11eb-94bb-f9319cae46ed","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["archive","matter","549338c0-bc71-11eb-94bb-f9319cae46ed"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"79bb51e3-5a72-491b-87f1-04ee54636a35","name":"Close Single Matter Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":"{{host}}/archive/matter/549338c0-bc71-11eb-94bb-f9319cae46ed"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:13:41 GMT"},{"key":"Content-Type","value":"text/plain; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"02d1b03f-4b8e-475b-b184-a8176590e131"},{"name":"Reopen Matter","id":"ee53dffe-c388-48b3-b1b9-d6f3428359d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[]"},"url":"{{host}}/unarchive/matter/549338c0-bc71-11eb-94bb-f9319cae46ed","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["unarchive","matter","549338c0-bc71-11eb-94bb-f9319cae46ed"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dd3375a6-0623-4724-9639-76adc0d88866","name":"Reopen Matter Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[]"},"url":"{{host}}/unarchive/matter/549338c0-bc71-11eb-94bb-f9319cae46ed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Jun 2021 06:03:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"ee53dffe-c388-48b3-b1b9-d6f3428359d8"},{"name":"Get matter contacts","id":"ad1ff9cf-97f6-4f60-ad02-c42285030bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/matter/{{test_get_matter_contacts_matter_id}}/explain-contacts","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matter","{{test_get_matter_contacts_matter_id}}","explain-contacts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad1ff9cf-97f6-4f60-ad02-c42285030bd0"},{"name":"Share matter folder files","id":"875b1aee-81aa-42ce-902a-2b377e7ab9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"folder\":\"vitall/prod matter/test share\",\"user_client_id\":942}","options":{"raw":{"language":"json"}}},"url":"{{host}}/share/matter/ca46aef0-b7c7-11e6-991a-c3bb874c94a3/folder","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["share","matter","ca46aef0-b7c7-11e6-991a-c3bb874c94a3","folder"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"875b1aee-81aa-42ce-902a-2b377e7ab9a8"}],"id":"eb6f3705-c89a-45b1-87bb-5839495cf2af","description":"<p><strong>Matters</strong> refers to the legal cases managed via the Lawcus application. A matter can be associated with a person or an organization.</p>\n","_postman_id":"eb6f3705-c89a-45b1-87bb-5839495cf2af","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Leads","item":[{"name":"Create Leads","id":"2e1ecd1c-88a4-4b26-9b97-eb1c40de8232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads","description":"<p>Create a new leads in Lawcus. Lawcus API allows you to add leads for a new contact or existing contacts.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<h6 id=\"adding-lead-from-a-new-contact\">Adding Lead from a New Contact</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_avatar</td>\n<td>String</td>\n<td>Optional</td>\n<td>Avatar for the contact.</td>\n</tr>\n<tr>\n<td>contact_first_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>First name for the contact.</td>\n</tr>\n<tr>\n<td>contact_middle_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle name for the contact.</td>\n</tr>\n<tr>\n<td>contact_last_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Due date for the task to be completed.</td>\n</tr>\n<tr>\n<td>contact_addresses</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of address for the contact in string json format. The address type can be <em>WORK</em>, <em>HOME</em>, <em>BILLING</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>contact_phones</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of phone numbers for the contact in string json format. The phone type can be <em>WORK</em>, <em>HOME</em>, <em>FAX</em>, <em>MOBILE</em>, <em>PAGER</em>, <em>SKYPE</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>contact_emails</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of email addresses for the contact in string json format. The phone type can be <em>WORK</em>, <em>HOME</em>, and <em>OTHER</em>.</td>\n</tr>\n<tr>\n<td>contact_source_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the Lead Source.</td>\n</tr>\n<tr>\n<td>contact_prefix</td>\n<td>String</td>\n<td>Optional</td>\n<td>Prefix for the contact.</td>\n</tr>\n<tr>\n<td>contact_gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender for the contact. Value can be \"MALE\", \"FEMALE\", \"Non-Binary\", or \"Other\".</td>\n</tr>\n<tr>\n<td>contact_date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact in the YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>contact_type</td>\n<td>json</td>\n<td>Optional</td>\n<td>Type of the contact. Value of the parameter can be \"Person\" or \"Company\".</td>\n</tr>\n<tr>\n<td>contact_email</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary email address for the contact.</td>\n</tr>\n<tr>\n<td>contact_phone</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary phone number for the contact.</td>\n</tr>\n<tr>\n<td>contact_note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for the contact.</td>\n</tr>\n<tr>\n<td>contact_referred_by</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the company or the person who referred this contact to your organization.</td>\n</tr>\n<tr>\n<td>contact_street</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary street address of the contact.</td>\n</tr>\n<tr>\n<td>contact_city</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary city address of the contact.</td>\n</tr>\n<tr>\n<td>contact_state</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary state address of the contact.</td>\n</tr>\n<tr>\n<td>contact_zip</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary zip address of the contact.</td>\n</tr>\n<tr>\n<td>contact_country</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary country address of the contact.</td>\n</tr>\n<tr>\n<td>matter_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter name. If the name for matter is not provided, the endpoint uses the contact name to create the matter.</td>\n</tr>\n<tr>\n<td>matter_description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the matter.</td>\n</tr>\n<tr>\n<td>matter_originating_timekeeper_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who brought the lead into the firm.</td>\n</tr>\n<tr>\n<td>matter_responsible_attorney_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who is responsible for handling the matter.</td>\n</tr>\n<tr>\n<td>matter_custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of custom fields for the matter in string json format.</td>\n</tr>\n<tr>\n<td>matter_stage_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Matter stage ID.</td>\n</tr>\n<tr>\n<td>matter_assign_id</td>\n<td>[String]</td>\n<td>Optional</td>\n<td>List of users to whom the matter is assigned.</td>\n</tr>\n<tr>\n<td>matter_open_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter open date in the YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>matter_client_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Client reference ID for the matter.</td>\n</tr>\n<tr>\n<td>matter_location_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter location ID.</td>\n</tr>\n<tr>\n<td>matter_estimated_cost</td>\n<td>String</td>\n<td>Optional</td>\n<td>Estimated cost for the matter.</td>\n</tr>\n<tr>\n<td>matter_practice</td>\n<td>String</td>\n<td>Optional</td>\n<td>Practice ID to which the matter is related.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"adding-lead-from-an-existing-contact\">Adding Lead from an Existing Contact</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_avatar</td>\n<td>String</td>\n<td>Optional</td>\n<td>Avatar for the contact.</td>\n</tr>\n<tr>\n<td>matter_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter name. If the name for matter is not provided, the endpoint uses the contact name to create the matter.</td>\n</tr>\n<tr>\n<td>matter_description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the matter.</td>\n</tr>\n<tr>\n<td>matter_originating_timekeeper_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who brought the lead into the firm.</td>\n</tr>\n<tr>\n<td>matter_responsible_attorney_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who is responsible for handling the matter.</td>\n</tr>\n<tr>\n<td>matter_custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of custom fields for the matter in string json format.</td>\n</tr>\n<tr>\n<td>matter_stage_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Matter stage ID.</td>\n</tr>\n<tr>\n<td>matter_assign_id</td>\n<td>[String]</td>\n<td>Optional</td>\n<td>Contact UUID of the existing contact who initiated the lead.</td>\n</tr>\n<tr>\n<td>matter_open_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter open date in the YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n<tr>\n<td>matter_client_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Client reference ID for the matter.</td>\n</tr>\n<tr>\n<td>matter_location_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter location ID.</td>\n</tr>\n<tr>\n<td>matter_estimated_cost</td>\n<td>String</td>\n<td>Optional</td>\n<td>Estimated cost for the matter.</td>\n</tr>\n<tr>\n<td>matter_practice</td>\n<td>String</td>\n<td>Optional</td>\n<td>Practice ID to which the matter is related.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leads"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8b44a52c-6526-4315-8ec3-42cfe5ab0eaa","name":"Create Leads from New Contact Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contact_avatar\": \"rgb(38, 102, 132)\",\n    \"contact_first_name\": \"Bob\",\n    \"contact_last_name\": \"Smith\",\n    \"contact_addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n    \"contact_phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n    \"contact_emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"bob.smith@lawcus.com\\\",\\\"is_primary\\\":true}]\",\n    \"contact_type\": \"Person\",\n    \"contact_email\": \"Bob Smith\",\n    \"matter_description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n    \"matter_originating_timekeeper_id\": 7579,\n    \"matter_responsible_attorney_id\": 7579,\n    \"matter_custom_fields\": \"[]\",\n    \"matter_stage_id\": 10304,\n    \"matter_open_date\": \"2021-05-17 17:58:03\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 18:06:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"matter\": {\n        \"id\": 1596976,\n        \"uuid\": \"8ec62fc0-b73a-11eb-8ea0-29ac31a70fd7\",\n        \"color_code\": null,\n        \"tags\": null,\n        \"custom_fields\": [],\n        \"close_date\": null,\n        \"name\": \"Smith Bob\",\n        \"position\": null,\n        \"stage_id\": 10304,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2021-05-17 17:58:03\",\n        \"due_date\": null,\n        \"stage_position\": 0,\n        \"archived\": 0,\n        \"stagename\": \"Prospect\",\n        \"location\": null,\n        \"location_id\": null,\n        \"rate\": null,\n        \"estimated_cost\": null,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"not_hire_reason\": null,\n        \"not_hire_note\": null,\n        \"practice_name\": null,\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"originating_timekeeper_id\": 7579,\n        \"responsible_attorney_id\": 7579,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"starred\": null,\n        \"assignees\": [],\n        \"document_count\": 0,\n        \"comments_count\": 0,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"relations\": [],\n        \"team_id\": 121,\n        \"workflow_id\": 3615,\n        \"client_id\": 2643252,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"last_contacted_at\": null,\n        \"workflowname\": \"Lead Intake\",\n        \"assignId\": [],\n        \"email\": \"bob.smith@lawcus.com\",\n        \"phone\": \"\",\n        \"first_name\": \"Bob\",\n        \"middle_name\": null,\n        \"last_name\": \"Smith\",\n        \"date_of_birthday\": null\n    },\n    \"contact\": {\n        \"id\": 2643252,\n        \"uuid\": \"8ec54b30-b73a-11eb-af83-9b16ac002ed9\",\n        \"name\": \"sita ram\",\n        \"first_name\": \"ram\",\n        \"last_name\": \"sita\",\n        \"middle_name\": null,\n        \"type\": \"Person\",\n        \"email\": \"sitaram\",\n        \"phone\": \"\",\n        \"avatar\": \"rgb(38, 102, 132)\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"ramsita\\\",\\\"is_primary\\\":true}]\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"custom_fields\": null,\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"referred_by_type\": null,\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"title\": null,\n        \"website\": null,\n        \"last_contacted_at\": null,\n        \"company_id\": null,\n        \"quickbooks_id\": null,\n        \"quickbooks_error\": null,\n        \"is_lead\": true,\n        \"ledes_client_id\": null,\n        \"associated_user_id\": null,\n        \"client_portal_settings\": null\n    }\n}"},{"id":"809cc940-1e1e-4bbe-9b8d-8d360165fb2c","name":"Create Leads from an Existing Contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contact_avatar\": \"rgb(108, 209, 87)\",\n    \"matter_name\": \"Potential Matter - A\",\n    \"matter_originating_timekeeper_id\": 750,\n    \"matter_responsible_attorney_id\": 750,\n    \"matter_custom_fields\": \"[]\",\n    \"matter_stage_id\": 61866,\n    \"matter_assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"matter_client_id\": 440470,\n    \"matter_open_date\": \"2022-08-29 16:46:47\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 16:54:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"matter\": {\n        \"id\": 502443,\n        \"uuid\": \"316d2de0-27bb-11ed-b356-fb08aac0dc94\",\n        \"color_code\": null,\n        \"tags\": null,\n        \"custom_fields\": [],\n        \"created_by\": 26159,\n        \"close_date\": null,\n        \"name\": \"Potential Matter - A\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"lead_created_at\": \"2022-08-29 16:54:05\",\n        \"not_hire_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-08-29 16:46:47\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"archived\": 0,\n        \"stagename\": \"Prospect\",\n        \"location\": null,\n        \"location_id\": null,\n        \"rate\": null,\n        \"estimated_cost\": null,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"not_hire_reason\": null,\n        \"not_hire_note\": null,\n        \"practice_name\": null,\n        \"client_reference_number\": null,\n        \"converted_at\": null,\n        \"integration\": \"dev test\",\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"originating_timekeeper_id\": 750,\n        \"responsible_attorney_id\": 750,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"starred\": null,\n        \"assignees\": [\n            {\n                \"uuid\": \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            }\n        ],\n        \"document_count\": 0,\n        \"comments_count\": 0,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"relations\": [],\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 440470,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"last_contacted_at\": null,\n        \"workflowname\": \"Lead Intake\",\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"email\": \"kimkarstens@hyart.com\",\n        \"phone\": \"+15034194285\",\n        \"first_name\": \"Kim\",\n        \"middle_name\": null,\n        \"last_name\": \"Karsten\",\n        \"date_of_birthday\": \"1990-07-02 09:16:24\"\n    },\n    \"contact\": {\n        \"id\": 440470,\n        \"uuid\": \"e9520a80-de3a-11eb-9fcf-7f6bcabb3dc2\",\n        \"name\": \"Kim Karsten\",\n        \"first_name\": \"Kim\",\n        \"last_name\": \"Karsten\",\n        \"middle_name\": null,\n        \"type\": \"Person\",\n        \"email\": \"kimkarstens@hyart.com\",\n        \"phone\": \"+15034194285\",\n        \"avatar\": \"rgb(127, 137, 15)\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"kimkarstens@hyart.com\\\",\\\"is_primary\\\":true}]\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+15034194285\\\"}]\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"\\\"}]\",\n        \"custom_fields\": \"[]\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": 31688,\n        \"referred_by\": 440469,\n        \"referred_by_type\": null,\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"xero_id\": null,\n        \"prefix\": \"\",\n        \"gender\": \"NON_BINARY\",\n        \"integration\": null,\n        \"date_of_birthday\": \"1990-07-02 09:16:24\",\n        \"note\": \"note for client\",\n        \"title\": \"Managing Director\",\n        \"website\": \"kim-karsten.hayat.com\",\n        \"last_contacted_at\": null,\n        \"company_id\": 440469,\n        \"quickbooks_id\": null,\n        \"quickbooks_error\": null,\n        \"is_lead\": null,\n        \"ledes_client_id\": \"1123456\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-07-06 09:16:56\",\n        \"associated_user_id\": null,\n        \"client_portal_settings\": null\n    }\n}"}],"_postman_id":"2e1ecd1c-88a4-4b26-9b97-eb1c40de8232"},{"name":"Create Lead Sources","id":"215db607-d40f-489a-9bfe-670f5b4bd030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"test name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leadsources","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leadsources"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"40a80214-1098-4b6c-87c9-b8c9610eac04","name":"Create Lead Sources Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Lead Source A\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leadsources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 17:03:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"team_id\": 16652,\n    \"name\": \"Lead Source A\",\n    \"created_at\": \"2022-08-29T17:03:50.133001Z\",\n    \"updated_at\": \"2022-08-29T17:03:50.133012Z\",\n    \"id\": 68549\n}"}],"_postman_id":"215db607-d40f-489a-9bfe-670f5b4bd030"},{"name":"List Lead Sources","id":"bbef0ec5-cb13-44c1-bb24-4b00771f9e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/leadsources","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leadsources"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"addea6ca-4d82-479f-bf0a-24b440f9c5ce","name":"List Lead Sources Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/leadsources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 29 Aug 2022 16:59:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 31688,\n        \"name\": \"Website\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31689,\n        \"name\": \"Unassigned\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31695,\n        \"name\": \"Twitter\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31687,\n        \"name\": \"Referral\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31694,\n        \"name\": \"LinkedIn\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31693,\n        \"name\": \"Google\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31692,\n        \"name\": \"Facebook\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31690,\n        \"name\": \"Event\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    },\n    {\n        \"id\": 31691,\n        \"name\": \"Avvo\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-11 06:20:04\",\n        \"updated_at\": \"2021-06-11 06:20:04\"\n    }\n]"}],"_postman_id":"bbef0ec5-cb13-44c1-bb24-4b00771f9e6d"},{"name":"Update Leads","id":"56235f98-9ebf-4768-84e8-4be9dc3029e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"contact_name\": \"Rijan Sita\",\n    \"contact_avatar\": \"rgb(38, 102, 132)\",\n    \"contact_id\": 2643251,\n    \"contact_uuid\": \"d8001870-b739-11eb-93d0-b7108ab8bc09\",\n    \"contact_first_name\": \"Sita\",\n    \"contact_last_name\": \"Ravi\",\n    \"contact_addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n    \"contact_phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n    \"contact_emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"ramsita\\\",\\\"is_primary\\\":true}]\",\n    \"contact_custom_fields\": \"[]\",\n    \"contact_type\": \"Person\",\n    \"contact_email\": \"ramsita\",\n    \"matter_uuid\": \"d8018ec0-b739-11eb-b6bb-756acb5b84e2\",\n    \"matter_id\": 1596975,\n    \"matter_description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n    \"matter_name\": \"Raju Sita\",\n    \"matter_originating_timekeeper_id\": 7579,\n    \"matter_responsible_attorney_id\": 7579,\n    \"matter_custom_fields\": \"[{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date1\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"practice_ids\\\":[],\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Nationality\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n    \"matter_stage_id\": 10304,\n    \"matter_assign_id\": [],\n    \"matter_open_date\": \"2021-05-17 17:58:03\",\n    \"matter_relations\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads","description":"<p>Update an existing lead in lawcus.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the lead that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_avatar</td>\n<td>String</td>\n<td>Optional</td>\n<td>Avatar for the contact.</td>\n</tr>\n<tr>\n<td>contact_first_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>First name for the contact.</td>\n</tr>\n<tr>\n<td>contact_middle_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Middle name for the contact.</td>\n</tr>\n<tr>\n<td>contact_last_name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Due date for the task to be completed.</td>\n</tr>\n<tr>\n<td>contact_addresses</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of address for the contact in string json format. The address type can be Work, Home, Billing, and Other.</td>\n</tr>\n<tr>\n<td>contact_phones</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of phone numbers for the contact in string json format. The phone type can be Work, Home, Fax, Mobile, Pager, Skype, and Other.</td>\n</tr>\n<tr>\n<td>contact_emails</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of email addresses for the contact in string json format. The phone type can be Work, Personal, and Other.</td>\n</tr>\n<tr>\n<td>contact_source_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the Lead Source.</td>\n</tr>\n<tr>\n<td>contact_prefix</td>\n<td>String</td>\n<td>Optional</td>\n<td>Prefix for the contact.</td>\n</tr>\n<tr>\n<td>contact_gender</td>\n<td>String</td>\n<td>Optional</td>\n<td>Gender for the contact. Value can be \"MALE\", \"FEMALE\", \"Non-Binary\", or \"Other\".</td>\n</tr>\n<tr>\n<td>contact_date_of_birthday</td>\n<td>String</td>\n<td>Optional</td>\n<td>Date of birth of the contact.</td>\n</tr>\n<tr>\n<td>contact_type</td>\n<td>json</td>\n<td>Optional</td>\n<td>Type of the contact. Value of the parameter can be \"Person\" or \"Company\". Value of the parameter should be null to add lead from an existing contact.</td>\n</tr>\n<tr>\n<td>contact_email</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary email address for the contact.</td>\n</tr>\n<tr>\n<td>contact_phone</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary phone number for the contact.</td>\n</tr>\n<tr>\n<td>contact_note</td>\n<td>String</td>\n<td>Optional</td>\n<td>Note for the contact.</td>\n</tr>\n<tr>\n<td>contact_referred_by</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the company or the person who referred this contact to your organization.</td>\n</tr>\n<tr>\n<td>contact_street</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary street address of the contact.</td>\n</tr>\n<tr>\n<td>contact_city</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary city address of the contact.</td>\n</tr>\n<tr>\n<td>contact_state</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary state address of the contact.</td>\n</tr>\n<tr>\n<td>contact_zip</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary zip address of the contact.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>contact_country</td>\n<td>String</td>\n<td>Optional</td>\n<td>Primary country address of the contact.</td>\n</tr>\n<tr>\n<td>matter_name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Name for the matter.</td>\n</tr>\n<tr>\n<td>matter_description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the matter.</td>\n</tr>\n<tr>\n<td>matter_originating_timekeeper_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who brought the lead into the firm.</td>\n</tr>\n<tr>\n<td>matter_responsible_attorney_id</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the attorney who is responsible for handling the matter.</td>\n</tr>\n<tr>\n<td>matter_custom_fields</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of custom fields for the matter in string json format.</td>\n</tr>\n<tr>\n<td>matter_stage_id</td>\n<td>Integer</td>\n<td>Mandatory</td>\n<td>Matter stage ID.</td>\n</tr>\n<tr>\n<td>matter_assign_id</td>\n<td>[String]</td>\n<td>Optional</td>\n<td>List of users to whom the matter is assigned.</td>\n</tr>\n<tr>\n<td>matter_open_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter open date.</td>\n</tr>\n<tr>\n<td>matter_client_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Client reference ID for the matter.</td>\n</tr>\n<tr>\n<td>matter_location_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter location ID.</td>\n</tr>\n<tr>\n<td>matter_estimated_cost</td>\n<td>String</td>\n<td>Optional</td>\n<td>Estimated cost for the matter.</td>\n</tr>\n<tr>\n<td>matter_practice</td>\n<td>String</td>\n<td>Optional</td>\n<td>Practice ID to which the matter is related.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leads"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"147107a9-a69a-4a65-a598-78c0eac53b0c","name":"Update Leads Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"contact_name\": \"Rijan Sita\",\n    \"contact_avatar\": \"rgb(38, 102, 132)\",\n    \"contact_id\": 2643251,\n    \"contact_uuid\": \"d8001870-b739-11eb-93d0-b7108ab8bc09\",\n    \"contact_first_name\": \"Sita\",\n    \"contact_last_name\": \"Ravi\",\n    \"contact_addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n    \"contact_phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n    \"contact_emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"ramsita\\\",\\\"is_primary\\\":true}]\",\n    \"contact_custom_fields\": \"[]\",\n    \"contact_type\": \"Person\",\n    \"contact_email\": \"ramsita\",\n    \"matter_uuid\": \"d8018ec0-b739-11eb-b6bb-756acb5b84e2\",\n    \"matter_id\": 1596975,\n    \"matter_description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n    \"matter_name\": \"Raju Sita\",\n    \"matter_originating_timekeeper_id\": 7579,\n    \"matter_responsible_attorney_id\": 7579,\n    \"matter_custom_fields\": \"[{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date1\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"practice_ids\\\":[],\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Nationality\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n    \"matter_stage_id\": 10304,\n    \"matter_assign_id\": [],\n    \"matter_open_date\": \"2021-05-17 17:58:03\",\n    \"matter_relations\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 May 2021 18:13:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"matter\": {\n        \"id\": 1596975,\n        \"uuid\": \"d8018ec0-b739-11eb-b6bb-756acb5b84e2\",\n        \"color_code\": null,\n        \"tags\": null,\n        \"custom_fields\": [\n            {\n                \"type\": \"DATE\",\n                \"name\": \"date1\",\n                \"isDefault\": true,\n                \"isRequired\": false,\n                \"practice_ids\": [],\n                \"value\": \"\"\n            },\n            {\n                \"type\": \"TEXT\",\n                \"name\": \"Nationality\",\n                \"isDefault\": true,\n                \"isRequired\": false,\n                \"value\": \"\"\n            }\n        ],\n        \"close_date\": null,\n        \"name\": \"Ravi Sita\",\n        \"position\": null,\n        \"stage_id\": 10304,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2021-05-17 17:58:03\",\n        \"due_date\": null,\n        \"stage_position\": 0,\n        \"archived\": 0,\n        \"stagename\": \"Prospect\",\n        \"location\": null,\n        \"location_id\": null,\n        \"rate\": null,\n        \"estimated_cost\": null,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"not_hire_reason\": null,\n        \"not_hire_note\": null,\n        \"practice_name\": null,\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"originating_timekeeper_id\": 7579,\n        \"responsible_attorney_id\": 7579,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"starred\": null,\n        \"assignees\": [],\n        \"document_count\": 0,\n        \"comments_count\": 0,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"relations\": [],\n        \"team_id\": 121,\n        \"workflow_id\": 3615,\n        \"client_id\": 2643251,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"last_contacted_at\": null,\n        \"workflowname\": \"Lead Intake\",\n        \"assignId\": []\n    },\n    \"contact\": {\n        \"id\": 2643251,\n        \"uuid\": \"d8001870-b739-11eb-93d0-b7108ab8bc09\",\n        \"name\": \"Ravi Sita\",\n        \"first_name\": \"Sita\",\n        \"last_name\": \"Ravi\",\n        \"middle_name\": null,\n        \"type\": \"Person\",\n        \"email\": \"ramsita\",\n        \"phone\": \"\",\n        \"avatar\": \"rgb(38, 102, 132)\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"ramsita\\\",\\\"is_primary\\\":true}]\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"custom_fields\": \"[]\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"referred_by_type\": null,\n        \"box_folder_id\": null,\n        \"box_shared_link\": null,\n        \"google_drive_folder_id\": null,\n        \"one_drive_folder_id\": null,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"title\": null,\n        \"website\": null,\n        \"last_contacted_at\": null,\n        \"company_id\": null,\n        \"quickbooks_id\": null,\n        \"quickbooks_error\": null,\n        \"is_lead\": true,\n        \"ledes_client_id\": null,\n        \"associated_user_id\": null,\n        \"client_portal_settings\": null\n    }\n}"}],"_postman_id":"56235f98-9ebf-4768-84e8-4be9dc3029e2"},{"name":"Convert a Lead to Matter","id":"e94f1d8f-dbcd-4a7e-acdb-17f39d4d7511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"03670ba0-b7ad-11eb-a2ae-5901535710c9\",\n    \"name\": \"Sita Ram\",\n    \"workflow_id\": 634,\n    \"stage_id\": 2740,\n    \"matter\": {\n        \"uuid\": \"03670ba0-b7ad-11eb-a2ae-5901535710c9\",\n        \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n        \"name\": \"Jam Pearl\",\n        \"open_date\": \"2021-05-18 07:44:17\",\n        \"due_date\": null,\n        \"close_date\": null,\n        \"workflow_id\": 634,\n        \"display_number\": null,\n        \"client_id\": 2643253,\n        \"stage_id\": 2740,\n        \"practice\": null,\n        \"color_code\": null,\n        \"custom_fields\": \"[{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date1\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"practice_ids\\\":[],\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Nationality\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n        \"assign_id\": [],\n        \"billing_type\": \"HOURLY\",\n        \"rate\": null,\n        \"is_private\": null,\n        \"originating_timekeeper_id\": 7579,\n        \"responsible_attorney_id\": 7579,\n        \"tags\": null,\n        \"relations\": [],\n        \"estimated_cost\": null,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"evergreen_retainer_amount\": null,\n        \"location_id\": null\n    },\n    \"contact\": {\n        \"name\": \"Jam Pearl\",\n        \"avatar\": \"rgb(33, 178, 120)\",\n        \"uuid\": \"0365d860-b7ad-11eb-98c3-e739d1631e21\",\n        \"first_name\": \"Pearl\",\n        \"middle_name\": null,\n        \"last_name\": \"Jam\",\n        \"company_id\": null,\n        \"title\": null,\n        \"email\": \"\",\n        \"website\": null,\n        \"custom_fields\": \"[{\\\"type\\\":\\\"TEXT\\\",\\\"name\\\":\\\"Text\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":true,\\\"value\\\":\\\"Custom\\\"},{\\\"type\\\":\\\"DATE\\\",\\\"name\\\":\\\"date\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"INTEGER\\\",\\\"name\\\":\\\"Int\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEXT_MULTILINE\\\",\\\"name\\\":\\\"MultiText\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"DROPDOWN_LIST\\\",\\\"name\\\":\\\"DropDown\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"option\\\":\\\"1,2,3,4\\\",\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"CONTACTS\\\",\\\"name\\\":\\\"Contacts\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"MATTERS\\\",\\\"name\\\":\\\"Matters\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"EMAIL_ADDRESS\\\",\\\"name\\\":\\\"email\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"},{\\\"type\\\":\\\"TEAM_USER\\\",\\\"name\\\":\\\"teammate\\\",\\\"isDefault\\\":true,\\\"isRequired\\\":false,\\\"value\\\":\\\"\\\"}]\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"tags\": null,\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"referred_by_type\": null,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/leads/03670ba0-b7ad-11eb-a2ae-5901535710c9/convert","description":"<p>Convert existing lead into a matter.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leads","03670ba0-b7ad-11eb-a2ae-5901535710c9","convert"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e94f1d8f-dbcd-4a7e-acdb-17f39d4d7511"},{"name":"Reopen a Lead","id":"53738570-8677-4bde-be8e-a88769f9e479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}"},"url":"{{host}}/revert/lead/{{uuid}}","description":"<p>Reopen a lead that was not hired.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["revert","lead","{{uuid}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53738570-8677-4bde-be8e-a88769f9e479"},{"name":"Delete a Single Lead","id":"891a364c-3dab-49b3-a0b4-e53a7aaa7831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/matters/c0071740-b7f4-11eb-bb9c-1967a87c09ca","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters","c0071740-b7f4-11eb-bb9c-1967a87c09ca"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"949e4168-4711-4987-a292-bc64653e8714","name":"Delete a Single Lead Response","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/matters/c0071740-b7f4-11eb-bb9c-1967a87c09ca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 May 2021 16:19:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"LEAD\"\n}"}],"_postman_id":"891a364c-3dab-49b3-a0b4-e53a7aaa7831"},{"name":"Close a Lead","id":"43caaf6b-c468-404d-97b5-f0084d9473f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Conflict\",\n    \"note\": \"Time clash\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/didnothire/matter/e544d9d0-b7f5-11eb-8ba2-e723221c791e","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["didnothire","matter","e544d9d0-b7f5-11eb-8ba2-e723221c791e"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43caaf6b-c468-404d-97b5-f0084d9473f5"},{"name":"Make Leads Private","id":"c0d286dd-f17f-4e8b-93b7-65363821449e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"is_private\": true,\n    \"estimated_cost\": null,\n    \"assign_id\": [],\n    \"client_id\": 2643257,\n    \"relations\": [],\n    \"rates\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/matters/94b57430-b7f6-11eb-827f-4382bd3104b3","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["matters","94b57430-b7f6-11eb-827f-4382bd3104b3"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0d286dd-f17f-4e8b-93b7-65363821449e"},{"name":"Get Lead by UUID","id":"575667e7-ac23-4eb5-9e6d-95f2b243e696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/leads/ad6f5ae0-7b6b-11eb-96e3-43c21644bb9c","description":"<p>Fetches the lead with the given <strong>uuid</strong>.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["leads","ad6f5ae0-7b6b-11eb-96e3-43c21644bb9c"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"575667e7-ac23-4eb5-9e6d-95f2b243e696"}],"id":"2f4b4c7b-c801-4f3a-ad80-c1c64bd925f8","description":"<p>Leads are potential clients in Lawcus. You can create a potential client as a person or an organization. You can also create leads from your existing contacts.</p>\n<p>A lead can be converted into a matter.</p>\n","_postman_id":"2f4b4c7b-c801-4f3a-ad80-c1c64bd925f8","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Search","item":[{"name":"Global Search","id":"faa6d593-5235-43a0-8ca5-af6b46271b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text"}],"url":"{{host}}/global-search?terms={{keyword}}","description":"<p>Global Search allows you to search for the items that matches the provided keyword. You can pass the keywords in a query parameter to search for the contacts, matters, and leads that matches the provided keyword.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["global-search"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Search term. </p>\n","type":"text/plain"},"key":"terms","value":"{{keyword}}"}],"variable":[]}},"response":[{"id":"85a5c54b-1313-490e-8fd2-a63e3c277d23","name":"Global Search","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept-Language","value":"en-US,en;q=0.9","type":"text"}],"url":{"raw":"{{host}}/global-search?terms=aaa","host":["{{host}}"],"path":["global-search"],"query":[{"key":"terms","value":"aaa","description":"Search term. "}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"faa6d593-5235-43a0-8ca5-af6b46271b0b"}],"id":"591fd413-7c85-4548-aede-2ff9db8c502e","_postman_id":"591fd413-7c85-4548-aede-2ff9db8c502e","description":"","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Activities","item":[{"name":"Time Entries","item":[{"name":"Add Time Entries","id":"85317cb8-6ae5-4b5e-b475-fd219748f388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/timeentries","description":"<p>Add a new time entry in Lawcus.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description of the time entry.</td>\n</tr>\n<tr>\n<td>matter_id</td>\n<td>int</td>\n<td>Optional</td>\n<td>Matter ID associated with the time entry.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>int</td>\n<td>Optional</td>\n<td>Timestamp</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Date when the time entry event occurred.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>String</td>\n<td>Optional</td>\n<td>Rate for the time entry. If the rate for the time entry is not defined, Lawcus automatically sets it to the default rate of the associated user.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the user on whose behalf the time entry is created.</td>\n</tr>\n<tr>\n<td>activity_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the activity associated with the time entry.</td>\n</tr>\n<tr>\n<td>is_non_billable</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Set the value to \"true\" create a non billable time entry.</td>\n</tr>\n<tr>\n<td>activity_task_id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>UTBMS task code associated with the time entry.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["timeentries"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4cd470c1-7de3-4c78-8dc7-2a3192aa9c29","name":"Add Time Entries Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Discussion about the case details.\",\n    \"matter_id\": 218149,\n    \"timestamp\": 17400000,\n    \"date\": \"2021-06-22 14:07:58\",\n    \"rate\": \"40\",\n    \"user_id\": 26159\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/timeentries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Jun 2021 14:09:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"64ec8060-d363-11eb-bf78-8b6e38715dd5\",\n    \"date\": \"2021-06-22 14:07:58\",\n    \"description\": \"Discussion about the case details.\",\n    \"timestamp\": 17400000,\n    \"rate\": \"40.00\",\n    \"total\": \"193.20\",\n    \"created_at\": \"2021-06-22 14:09:01\",\n    \"updated_at\": \"2021-06-22 14:09:01\",\n    \"user_id\": 26159,\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"invoice_id\": null,\n    \"matter_id\": 218149,\n    \"payment_date\": null,\n    \"activity_id\": null,\n    \"activity_task_id\": null,\n    \"real_timestamp\": 17400000,\n    \"mattername\": \"John Smith Doe - Defamation Case\",\n    \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n}"}],"_postman_id":"85317cb8-6ae5-4b5e-b475-fd219748f388"},{"name":"List Time Entries","id":"ca4911a4-44b5-4d3f-90a2-774a9c7486de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/timeentries","description":"<p>List all time entries in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["timeentries"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"54cb7128-bc8b-4acb-be83-c241e55ecd3e","name":"List Time Entries Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/timeentries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Jun 2021 14:10:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"523788c0-d363-11eb-816c-25a26dff5452\",\n        \"date\": \"2021-06-22 14:07:58\",\n        \"description\": \"Discussion about the case details.\",\n        \"timestamp\": 17400000,\n        \"rate\": \"40.00\",\n        \"total\": \"193.20\",\n        \"created_at\": \"2021-06-22 14:08:29\",\n        \"updated_at\": \"2021-06-22 14:08:29\",\n        \"user_id\": 26159,\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"invoice_id\": null,\n        \"matter_id\": 218149,\n        \"payment_date\": null,\n        \"activity_id\": null,\n        \"activity_task_id\": null,\n        \"real_timestamp\": 17400000,\n        \"mattername\": \"John Smith Doe - Defamation Case\",\n        \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n        \"client_id\": 419560\n    },\n    {\n        \"id\": \"3c606280-d362-11eb-a199-f5e98df9f83e\",\n        \"date\": \"2021-06-22 14:00:05\",\n        \"description\": \"Initial discussion about the case.\",\n        \"timestamp\": 14400000,\n        \"rate\": \"40.00\",\n        \"total\": \"160.00\",\n        \"created_at\": \"2021-06-22 14:00:43\",\n        \"updated_at\": \"2021-06-22 14:04:28\",\n        \"user_id\": 26159,\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"invoice_id\": null,\n        \"matter_id\": 218149,\n        \"payment_date\": null,\n        \"activity_id\": null,\n        \"activity_task_id\": null,\n        \"real_timestamp\": 14400000,\n        \"mattername\": \"John Smith Doe - Defamation Case\",\n        \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n        \"client_id\": 419560\n    }\n]"}],"_postman_id":"ca4911a4-44b5-4d3f-90a2-774a9c7486de"},{"name":"Edit Time Entries","id":"855fb5fc-4a7b-4050-ab2b-7aee1d5cd934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/timeentries/{{id}}","description":"<p>Edit a time entry using the time entry ID.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description of the time entry.</td>\n</tr>\n<tr>\n<td>matter_id</td>\n<td>int</td>\n<td>Optional</td>\n<td>Matter ID associated with the time entry.</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>int</td>\n<td>Optional</td>\n<td>Duration of the event for the time entry.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Date when the time entry event occurred.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>String</td>\n<td>Optional</td>\n<td>Rate for the time entry. If the rate for the time entry is not defined, Lawcus automatically sets it to the default rate of the associated user.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the user on whose behalf the time entry is created.</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>ID of the activity associated with the time entry.</td>\n</tr>\n<tr>\n<td>is_non_billable</td>\n<td>boolean</td>\n<td>Optional</td>\n<td>Set the value to \"true\" create a non billable time entry.</td>\n</tr>\n<tr>\n<td>activity_task_id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>UTBMS task code associated with the time entry.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["timeentries","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"651a2ef7-a128-444f-800f-62236c1c9162","name":"Edit Time Entries Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Initial discussion about the case.\",\n    \"matter_id\": 218149,\n    \"timestamp\": 14400000,\n    \"id\": \"3c606280-d362-11eb-a199-f5e98df9f83e\",\n    \"date\": \"2021-06-22 14:00:05\",\n    \"rate\": \"40.00\",\n    \"user_id\": 26159,\n    \"activity_id\": null,\n    \"activity_task_id\": null,\n    \"real_timestamp\": 14400000\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/timeentries/3c606280-d362-11eb-a199-f5e98df9f83e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Jun 2021 14:04:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"3c606280-d362-11eb-a199-f5e98df9f83e\",\n    \"date\": \"2021-06-22 14:00:05\",\n    \"description\": \"Initial discussion about the case.\",\n    \"timestamp\": 14400000,\n    \"rate\": \"40.00\",\n    \"total\": 160,\n    \"created_at\": \"2021-06-22 14:00:43\",\n    \"updated_at\": \"2021-06-22 14:04:28\",\n    \"user_id\": 26159,\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"invoice_id\": null,\n    \"matter_id\": 218149,\n    \"payment_date\": null,\n    \"activity_id\": null,\n    \"activity_task_id\": null,\n    \"real_timestamp\": 14400000\n}"}],"_postman_id":"855fb5fc-4a7b-4050-ab2b-7aee1d5cd934"},{"name":"Delete Time Entries","id":"95e76639-ea25-47c8-8f8e-8767afedb07b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/timeentries/{{id}}","description":"<p>Delete a time entry.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the time entry that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["timeentries","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1bc58c9a-19d6-43cd-8ee3-23b8b3f35af6","name":"Delete Time Entries Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/timeentries/b306bc80-d363-11eb-9a44-8d716a3de732"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Jun 2021 14:11:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"95e76639-ea25-47c8-8f8e-8767afedb07b"}],"id":"06e1bf52-5f5e-4145-89d2-b72b3c7cea40","description":"<p>Time entries are the time logs of the attorneys for their time spent on the clients and matters. You can create time logs to track the hours spent in a certain case and keep track of the fees for the client.</p>\n<p>You can add, list, edit, and delete time entries using the following endpoints.</p>\n","_postman_id":"06e1bf52-5f5e-4145-89d2-b72b3c7cea40","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Expenses","item":[{"name":"Add Expense","id":"bd376f32-2762-418e-ae36-ed2512dca852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2021-06-23 03:19:36\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"rate\": \"30\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": \"2\",\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/expenses","description":"<p>Add a new expense in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["expenses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b8df8972-831a-4ffa-9686-1b5c5a8f7b62","name":"Add Expense Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2021-06-23 03:19:36\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"rate\": \"30\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": \"2\",\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/expenses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:27:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"018d0340-d3d3-11eb-aac0-e152f1d41e0a\",\n    \"user_id\": 26159,\n    \"matter_id\": 218149,\n    \"files\": null,\n    \"quantity\": \"2\",\n    \"total\": 60,\n    \"date\": \"2021-06-23T03:19:36.000000Z\",\n    \"rate\": \"30\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\",\n    \"private_note\": null,\n    \"team_id\": 16652,\n    \"created_by\": 26159,\n    \"updated_at\": \"2021-06-23 03:27:58\",\n    \"created_at\": \"2021-06-23 03:27:58\"\n}"}],"_postman_id":"bd376f32-2762-418e-ae36-ed2512dca852"},{"name":"List Expenses","id":"1ce83f82-19b6-4ea4-ab7b-c0b0c9fe95a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/expenses","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["expenses"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"62ff1c0a-5940-4c06-87bb-526f0b7c8fc3","name":"List Expenses Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/expenses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:36:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"018d0340-d3d3-11eb-aac0-e152f1d41e0a\",\n        \"date\": \"2021-06-23 03:19:36\",\n        \"public_note\": \"Fact Investigation/Development\",\n        \"private_note\": null,\n        \"rate\": \"30.00\",\n        \"quantity\": 2,\n        \"total\": \"60.00\",\n        \"created_at\": \"2021-06-23 03:27:58\",\n        \"updated_at\": \"2021-06-23 03:27:58\",\n        \"user_id\": 26159,\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"invoice_id\": null,\n        \"matter_id\": 218149,\n        \"payment_date\": null,\n        \"files\": null,\n        \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\",\n        \"mattername\": \"John Smith Doe - Defamation Case\",\n        \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n    },\n    {\n        \"id\": \"ef580760-d3d2-11eb-b9ae-e30b93754fd8\",\n        \"date\": \"2021-06-23 03:19:36\",\n        \"public_note\": \"Fact Investigation/Development\",\n        \"private_note\": \"Eyewitness discovered\",\n        \"rate\": \"50.00\",\n        \"quantity\": 2,\n        \"total\": \"100.00\",\n        \"created_at\": \"2021-06-23 03:27:27\",\n        \"updated_at\": \"2021-06-23 03:31:22\",\n        \"user_id\": 26159,\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"invoice_id\": null,\n        \"matter_id\": 218149,\n        \"payment_date\": null,\n        \"files\": null,\n        \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\",\n        \"mattername\": \"John Smith Doe - Defamation Case\",\n        \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n    }\n]"}],"_postman_id":"1ce83f82-19b6-4ea4-ab7b-c0b0c9fe95a2"},{"name":"Edit Expense","id":"42aff7c9-45ea-462a-a7ed-f672543bf8ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ef580760-d3d2-11eb-b9ae-e30b93754fd8\",\n    \"date\": \"2021-06-23 03:19:36\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"private_note\": \"Eyewitness discovered\",\n    \"rate\": \"50.00\",\n    \"invoice_id\": null,\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"files\": null,\n    \"quantity\": 2,\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/expenses/{{id}}","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["expenses","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1947ccf0-148e-4b2a-963b-37144475eeed","name":"Edit Expense Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ef580760-d3d2-11eb-b9ae-e30b93754fd8\",\n    \"date\": \"2021-06-23 03:19:36\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"private_note\": \"Eyewitness discovered\",\n    \"rate\": \"50.00\",\n    \"invoice_id\": null,\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"files\": null,\n    \"quantity\": 2,\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/expenses/ef580760-d3d2-11eb-b9ae-e30b93754fd8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:31:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ef580760-d3d2-11eb-b9ae-e30b93754fd8\",\n    \"date\": \"2021-06-23 03:19:36\",\n    \"public_note\": \"Fact Investigation/Development\",\n    \"private_note\": \"Eyewitness discovered\",\n    \"rate\": \"50.00\",\n    \"quantity\": 2,\n    \"total\": 100,\n    \"created_at\": \"2021-06-23 03:27:27\",\n    \"updated_at\": \"2021-06-23 03:31:22\",\n    \"user_id\": 26159,\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"invoice_id\": null,\n    \"matter_id\": 218149,\n    \"payment_date\": null,\n    \"files\": null,\n    \"activity_id\": \"ddd9f1a0-d3d2-11eb-8db1-395f79e17550\"\n}"}],"_postman_id":"42aff7c9-45ea-462a-a7ed-f672543bf8ae"},{"name":"Delete Expense","id":"fe7f2a54-a065-4903-af47-ad1fa13ede97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/expenses/{{id}}","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["expenses","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"41ced063-522c-4464-bc1a-3e7408ce6555","name":"Delete Expense Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/expenses/ef580760-d3d2-11eb-b9ae-e30b93754fd8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:40:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"fe7f2a54-a065-4903-af47-ad1fa13ede97"}],"id":"b331ac4b-988e-4828-a71d-eb0b5fb19bd1","description":"<p>Expenses are the recurring costs that are applicable to the client during each case lifecycle.</p>\n","_postman_id":"b331ac4b-988e-4828-a71d-eb0b5fb19bd1","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Flat Fee","item":[{"name":"Add Flat Fee","id":"f2b1da93-d97c-47a2-94e9-3bfbf6d3c404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2021-06-23 03:43:47\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300\",\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": 1,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/flatfees","description":"<p>Add flat fee in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["flatfees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b7180843-a389-4fb8-9d2f-9d50f19b3868","name":"Add Flat Fee Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2021-06-23 03:43:47\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300\",\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": 1,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/flatfees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ccd1d3c0-d3d5-11eb-be89-015a4dd4f442\",\n    \"date\": \"2021-06-23 03:43:47\",\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300.00\",\n    \"total\": \"300.00\",\n    \"quantity\": 1,\n    \"user_id\": 26159,\n    \"matter_id\": 218149,\n    \"invoice_id\": null,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"created_at\": \"2021-06-23 03:47:58\",\n    \"updated_at\": \"2021-06-23 03:47:58\",\n    \"activity_task_id\": null,\n    \"mattername\": \"John Smith Doe - Defamation Case\",\n    \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n}"}],"_postman_id":"f2b1da93-d97c-47a2-94e9-3bfbf6d3c404"},{"name":"List Flat Fees","id":"d18db904-eecc-40c4-9869-391f95d40d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/flatfees","description":"<p>List all flat fees in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["flatfees"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0eebc191-95cd-49cf-82ba-667cb1b9c787","name":"List Flat Fees Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/flatfees"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 07:53:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"ccd1d3c0-d3d5-11eb-be89-015a4dd4f442\",\n        \"date\": \"2021-06-23 03:43:47\",\n        \"description\": \"Our client broke the TV in the resturant.\",\n        \"private_note\": \"Associated with Defamation case\",\n        \"rate\": \"300.00\",\n        \"total\": \"300.00\",\n        \"quantity\": 1,\n        \"user_id\": 26159,\n        \"matter_id\": 218149,\n        \"invoice_id\": null,\n        \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-23 03:47:58\",\n        \"updated_at\": \"2021-06-23 03:47:58\",\n        \"activity_task_id\": null,\n        \"mattername\": \"John Smith Doe - Defamation Case\",\n        \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n    },\n    {\n        \"id\": \"1a1426b0-d3d5-11eb-9643-d1a544c61ff5\",\n        \"date\": \"2021-06-21 12:34:47\",\n        \"description\": \"Cost for the intellectual property case dealt along with the case\",\n        \"private_note\": null,\n        \"rate\": \"1200.00\",\n        \"total\": \"1200.00\",\n        \"quantity\": 1,\n        \"user_id\": 26159,\n        \"matter_id\": null,\n        \"invoice_id\": null,\n        \"activity_id\": null,\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-23 03:42:58\",\n        \"updated_at\": \"2021-06-23 03:42:58\",\n        \"activity_task_id\": null,\n        \"mattername\": null,\n        \"matteruuid\": null\n    }\n]"}],"_postman_id":"d18db904-eecc-40c4-9869-391f95d40d2c"},{"name":"Edit Flat Fee","id":"9b071174-86c9-4e5b-ad84-6c3ac6993d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ccd1d3c0-d3d5-11eb-be89-015a4dd4f442\",\n    \"date\": \"2021-06-23 03:43:47\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300.00\",\n    \"invoice_id\": null,\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": 1,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n    \"activity_task_id\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/flatfees/ccd1d3c0-d3d5-11eb-be89-015a4dd4f442","description":"<p>Edit a flat fee in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["flatfees","ccd1d3c0-d3d5-11eb-be89-015a4dd4f442"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9961a45d-e26a-4542-bd4b-c175b121adcd","name":"Edit Flat Fee Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"ccd1d3c0-d3d5-11eb-be89-015a4dd4f442\",\n    \"date\": \"2021-06-23 03:43:47\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300.00\",\n    \"invoice_id\": null,\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"matter_id\": 218149,\n    \"user_id\": 26159,\n    \"quantity\": 1,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n    \"activity_task_id\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/flatfees/ccd1d3c0-d3d5-11eb-be89-015a4dd4f442"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 07:56:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"ccd1d3c0-d3d5-11eb-be89-015a4dd4f442\",\n    \"date\": \"2021-06-23 03:43:47\",\n    \"description\": \"Our client broke the TV in the resturant.\",\n    \"private_note\": \"Associated with Defamation case\",\n    \"rate\": \"300.00\",\n    \"total\": \"300.00\",\n    \"quantity\": 1,\n    \"user_id\": 26159,\n    \"matter_id\": 218149,\n    \"invoice_id\": null,\n    \"activity_id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"created_at\": \"2021-06-23 03:47:58\",\n    \"updated_at\": \"2021-06-23 07:56:44\",\n    \"activity_task_id\": null,\n    \"mattername\": \"John Smith Doe - Defamation Case\",\n    \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n}"}],"_postman_id":"9b071174-86c9-4e5b-ad84-6c3ac6993d64"},{"name":"Delete Flat Fee","id":"c4282faa-f7bd-477d-b6a6-507c31eb89a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/flatfees/8c539820-d3d5-11eb-97b6-5bbfd65657b3","description":"<p>Delete a flat fee with the given flat fee id.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["flatfees","8c539820-d3d5-11eb-97b6-5bbfd65657b3"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c9313636-f8c1-462a-9334-56822676bb4c","name":"Delete Flat Fee Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/flatfees/8c539820-d3d5-11eb-97b6-5bbfd65657b3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jun 2021 03:48:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"c4282faa-f7bd-477d-b6a6-507c31eb89a1"}],"id":"416fea2f-ddaa-432c-a0e6-ffd7e994c87a","description":"<p>Flat fees are the one time fee charged for a case.</p>\n","_postman_id":"416fea2f-ddaa-432c-a0e6-ffd7e994c87a","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Categories","item":[{"name":"Add Categories","id":"bd22706d-3f7a-4c1e-9fda-c9a5a1dcbacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/activities","description":"<p>Add a new category.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Name for the category.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the category.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>String</td>\n<td>Optional</td>\n<td>Rate for the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["activities"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8dead7e8-40c4-48d2-92e3-75b74e266ca2","name":"Add Categories Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Team Lunch\",\n    \"description\": \"Activity for lunch\",\n    \"rate\": \"50\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Jul 2021 10:54:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"d2601840-e948-11eb-9f60-31e84f6bc9bd\",\n    \"team_id\": 16652,\n    \"name\": \"Team Lunch\",\n    \"rate\": \"50\",\n    \"description\": \"Activity for lunch\",\n    \"created_at\": \"2021-07-20T10:54:14.136278Z\",\n    \"updated_at\": \"2021-07-20T10:54:14.136284Z\"\n}"}],"_postman_id":"bd22706d-3f7a-4c1e-9fda-c9a5a1dcbacb"},{"name":"List Categories","id":"811c575d-4b44-48eb-b7ea-b79f4fbe64fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/activities","description":"<p>List all categories in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["activities"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e6d36041-4a77-4355-8fd1-4d719dc81e59","name":"List Categories Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Jul 2021 13:56:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"71a346f0-e948-11eb-b6de-6994dee8498c\",\n        \"name\": \"Team Lunch\",\n        \"rate\": \"50.00\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-07-20 10:51:31\",\n        \"updated_at\": \"2021-07-20 10:51:31\",\n        \"description\": \"Activity for lunch\"\n    },\n    {\n        \"id\": \"d2601840-e948-11eb-9f60-31e84f6bc9bd\",\n        \"name\": \"Team Lunch\",\n        \"rate\": \"50.00\",\n        \"team_id\": 16652,\n        \"created_at\": \"2021-07-20 10:54:14\",\n        \"updated_at\": \"2021-07-20 10:54:14\",\n        \"description\": \"Activity for lunch\"\n    },\n    {\n        \"id\": \"7773afe0-d3d5-11eb-8bf3-51a977fa91af\",\n        \"name\": \"Property Damage\",\n        \"rate\": null,\n        \"team_id\": 16652,\n        \"created_at\": \"2021-06-23 03:45:35\",\n        \"updated_at\": \"2021-06-23 03:45:35\",\n        \"description\": null\n    },\n    {\n        \"id\": \"e92b8da0-e947-11eb-9fc9-93bf15fd769a\",\n        \"name\": \"Internal Team Meeting\",\n        \"rate\": null,\n        \"team_id\": 16652,\n        \"created_at\": \"2021-07-20 10:47:42\",\n        \"updated_at\": \"2021-07-20 10:47:42\",\n        \"description\": \"Category for activities related to internal team meeting\"\n    }\n]"}],"_postman_id":"811c575d-4b44-48eb-b7ea-b79f4fbe64fa"},{"name":"Edit Category","id":"4165ce7e-ccb7-447d-a39b-ca5cba451927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/activities/{id}","description":"<p>Edit the category with the given ID. </p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the category that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Name for the category.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the category.</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>String</td>\n<td>Optional</td>\n<td>Rate for the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["activities","{id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2bc06aef-9926-421f-848a-a3f7e92eef97","name":"Edit Category Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Internal Team Meeting\",\n    \"description\": \"Activity\",\n    \"rate\": \"50\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/activities/e92b8da0-e947-11eb-9fc9-93bf15fd769a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Jul 2021 13:58:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e92b8da0-e947-11eb-9fc9-93bf15fd769a\",\n    \"name\": \"Internal Team Meeting\",\n    \"rate\": \"50.00\",\n    \"team_id\": 16652,\n    \"created_at\": \"2021-07-20 10:47:42\",\n    \"updated_at\": \"2021-07-20 10:47:42\",\n    \"description\": \"Activity\"\n}"}],"_postman_id":"4165ce7e-ccb7-447d-a39b-ca5cba451927"},{"name":"Delete Category","id":"29b93ce7-c534-4ff7-8f9c-f65185a04691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/activities/{id}","description":"<p>Delete the category with the given ID.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the category that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["activities","{id}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6abac200-91c5-4f76-8cc0-d2417c8726bc","name":"Delete Category Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/activities/e92b8da0-e947-11eb-9fc9-93bf15fd769a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Jul 2021 13:58:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"29b93ce7-c534-4ff7-8f9c-f65185a04691"}],"id":"f6f87852-2b7f-45d2-8634-845ae1e96f95","description":"<p>Using the Categories API, you can add and manage custom categories for the activities in Lawcus. A category can be linked to the time entries, expenses, and flat fee to classify the legal services performed in Lawcus in an electronic invoice submission.</p>\n","_postman_id":"f6f87852-2b7f-45d2-8634-845ae1e96f95","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"List Billing Items","id":"79cd6df4-6aef-4dbc-ad5b-d960083cc15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/billingitems?start=&end=&items=&user_id=&practice_id=&is_invoiced=&matter_id=&client_id=","description":"<p>Using the Billing items endpoint, you can list the payment details of all the activities in <strong>time entries</strong>, <strong>expenses</strong>, and <strong>flat fees</strong>. You can use the query parameters to filter the response.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["billingitems"],"host":["{{host}}"],"query":[{"description":{"content":"<p>This parameter allows you to filter the billing items added starting from the given date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items added till the given date.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items based on the type of the activity. Values can be: \"TIMEENTRY\", \"EXPENSE\", and \"FLATFEE\". </p>\n","type":"text/plain"},"key":"items","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items based on the user to who manages the bill.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items based on the Practice area.</p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items based on whether the activity has been invoiced or not. Value can be \"true\" or \"false\".</p>\n","type":"text/plain"},"key":"is_invoiced","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items for the given matter only.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>This parameter allows you to filter the billing items for the given client only.</p>\n","type":"text/plain"},"key":"client_id","value":""}],"variable":[]}},"response":[{"id":"43568348-e5bf-4986-a675-d626f1657e41","name":"List Billing Items Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/billingitems?start=2021-07-05%2018:15:00&end=2021-07-13%2018:14:59&items=TIMEENTRY%3EXPENSE%3FLATFEE&user_id=26159&practice_id=67584&is_invoiced=true&matter_id=218149&client_id=419561","host":["{{host}}"],"path":["billingitems"],"query":[{"key":"start","value":"2021-07-05%2018:15:00"},{"key":"end","value":"2021-07-13%2018:14:59"},{"key":"items","value":"TIMEENTRY%3EXPENSE%3FLATFEE"},{"key":"user_id","value":"26159"},{"key":"practice_id","value":"67584"},{"key":"is_invoiced","value":"true"},{"key":"matter_id","value":"218149"},{"key":"client_id","value":"419561"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jul 2021 16:47:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [],\n    \"report_data\": {\n        \"today\": \"19200000\",\n        \"week\": \"19200000\",\n        \"month\": \"19200000\",\n        \"year\": \"58200000\"\n    }\n}"}],"_postman_id":"79cd6df4-6aef-4dbc-ad5b-d960083cc15f"}],"id":"a04c65e6-556c-4710-97eb-33c558edca17","description":"<p>Activities has a collection of endpoints that allow you to add, update, list, and delete the time and expenses logs in Lawcus. There are three type of activities:</p>\n<ol>\n<li>Time Entries</li>\n<li>Expenses</li>\n<li>Flat Fees</li>\n</ol>\n","_postman_id":"a04c65e6-556c-4710-97eb-33c558edca17","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Interactions","item":[{"name":"Add Interactions","id":"af22bce6-b66e-4eec-997d-2e1152b3e0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/interactions","description":"<p>Using this endpoint, you can initiate or add an interaction. An interaction can be an email, phone call, or a secure message.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matter_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter ID associated with the interaction.</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Contact ID associated with the interaction.</td>\n</tr>\n<tr>\n<td>type_in</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Communication type. Value of the parameter must be either \"OUTBOUND\" or \"INBOUND\".</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Type of interaction. Value of the parameter can be \"EMAIL\", \"PHONE\", or \"SECURE_MESSAGE\".</td>\n</tr>\n<tr>\n<td>participants</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the client who participated in the interaction.</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Subject of the interaction.</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>Optional</td>\n<td>Interaction body.</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of people to CC the interaction.</td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of people to BCC the interaction.</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>String</td>\n<td>Optional</td>\n<td>Signature for the interaction.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Interaction Date. The value must be provided in the YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["interactions"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"56312394-d224-48d6-94e6-e8486c8569d8","name":"Add Interaction Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"matter_id\": 218149,\n    \"contact_id\": 559420,\n    \"date\": \"2021-10-02 14:07:44\",\n    \"type_in\": \"OUTBOUND\",\n    \"type\": \"PHONE\",\n    \"participants\": \"[{\\\"type\\\":\\\"CLIENT\\\",\\\"id\\\":559420}]\",\n    \"subject\": \"Subject using Postman\",\n    \"body\": \"<p>Body using Postman</p>\",\n    \"cc\": null,\n    \"bcc\": null,\n    \"signature\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/interactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 02 Oct 2021 14:15:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"27e62490-238b-11ec-a959-4d049a310390\",\n    \"type\": \"PHONE\",\n    \"type_in\": \"OUTBOUND\",\n    \"subject\": \"Subject using Postman\",\n    \"body\": \"<p>Body using Postman</p>\",\n    \"date\": \"2021-10-02 14:07:44\",\n    \"participants\": \"[{\\\"type\\\":\\\"CLIENT\\\",\\\"id\\\":559420}]\",\n    \"matter_id\": 218149,\n    \"contact_id\": 559420,\n    \"invoice_timeentries_id\": null,\n    \"team_id\": 16652,\n    \"created_by\": 26159,\n    \"created_at\": \"2021-10-02 14:15:11\",\n    \"updated_at\": \"2021-10-02 14:15:11\",\n    \"timestamp\": null,\n    \"workflow_chains_id\": null,\n    \"is_pinned\": null,\n    \"pinned_by\": null,\n    \"email_to\": null,\n    \"email_from\": null,\n    \"email_cc\": null,\n    \"email_bcc\": null,\n    \"integration\": null,\n    \"integration_id\": null,\n    \"participants_cc\": null,\n    \"participants_bcc\": null\n}"}],"_postman_id":"af22bce6-b66e-4eec-997d-2e1152b3e0c0"},{"name":"Edit Interaction","id":"48d11c0c-246c-4bd2-a466-fa0978df24ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/interactions/{{id}}","description":"<p>Using this endpoint, you can update the details of an interaction using the ID of the interaction.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the interaction that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>matter_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter ID associated with the interaction.</td>\n</tr>\n<tr>\n<td>contact_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Contact ID associated with the interaction.</td>\n</tr>\n<tr>\n<td>type_in</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Communication type. Value of the parameter must be either \"OUTBOUND\" or \"INBOUND\".</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Optional</td>\n<td>Type of interaction. Value of the parameter can be \"EMAIL\", \"PHONE\", or \"SECURE\".</td>\n</tr>\n<tr>\n<td>participants</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the client who participated in the interaction.</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>Optional</td>\n<td>Subject of the interaction.</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>Optional</td>\n<td>Interaction body.</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of people to CC the interaction.</td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>String</td>\n<td>Optional</td>\n<td>List of people to BCC the interaction.</td>\n</tr>\n<tr>\n<td>signature</td>\n<td>String</td>\n<td>Optional</td>\n<td>Signature for the interaction.</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Interaction Date. The value must be provided in the YYYY-MM-DD HH-MM-SS format.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["interactions","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dd945db8-3c01-4cb3-a67f-c8d498766bfd","name":"Edit Interaction Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"cee2c530-2473-11ec-849b-419439732bf3\",\n    \"matter_id\": 218149,\n    \"contact_id\": 559420,\n    \"date\": \"2021-10-03 18:00:01\",\n    \"type_in\": \"OUTBOUND\",\n    \"type\": \"PHONE\",\n    \"participants\": \"[{\\\"name\\\":\\\"Renu Shiwakoti\\\",\\\"type\\\":\\\"TEAMMATE\\\",\\\"id\\\":26159}]\",\n    \"subject\": \"Discussion about payment\",\n    \"body\": \"<p>Discussion about payment with Renu</p>\",\n    \"invoice_timeentries_id\": \"ce5ac630-2473-11ec-8271-f196e6678b36\",\n    \"cc\": null,\n    \"bcc\": null,\n    \"signature\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/interactions/cee2c530-2473-11ec-849b-419439732bf3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Oct 2021 18:05:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cee2c530-2473-11ec-849b-419439732bf3\",\n    \"type\": \"PHONE\",\n    \"type_in\": \"OUTBOUND\",\n    \"subject\": \"Discussion about payment\",\n    \"body\": \"<p>Discussion about payment with Renu</p>\",\n    \"date\": \"2021-10-03 18:00:01\",\n    \"participants\": \"[{\\\"name\\\":\\\"Renu Shiwakoti\\\",\\\"type\\\":\\\"TEAMMATE\\\",\\\"id\\\":26159}]\",\n    \"matter_id\": 218149,\n    \"contact_id\": 559420,\n    \"invoice_timeentries_id\": \"ce5ac630-2473-11ec-8271-f196e6678b36\",\n    \"team_id\": 16652,\n    \"created_by\": 26159,\n    \"created_at\": \"2021-10-03 18:00:35\",\n    \"updated_at\": \"2021-10-03 18:03:04\",\n    \"timestamp\": null,\n    \"workflow_chains_id\": null,\n    \"is_pinned\": null,\n    \"pinned_by\": null,\n    \"email_to\": null,\n    \"email_from\": null,\n    \"email_cc\": null,\n    \"email_bcc\": null,\n    \"integration\": null,\n    \"integration_id\": null,\n    \"participants_cc\": null,\n    \"participants_bcc\": null\n}"}],"_postman_id":"48d11c0c-246c-4bd2-a466-fa0978df24ca"},{"name":"List Interactions","id":"9718e9e7-d63f-4c83-b374-1db63b4e29a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/interactions?types=&sub_types=&skip=&paginate=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["interactions"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the list using the type of the interaction. Value can be \"EMAIL\", \"PHONE\", or \"SECURE_MESSAGE\".</p>\n","type":"text/plain"},"key":"types","value":""},{"description":{"content":"<p>Use this parameter to filter the list using the sub types of the interaction. Value can be \"INBOUND\" or \"OUTBOUND\".</p>\n","type":"text/plain"},"key":"sub_types","value":""},{"description":{"content":"<p>Use this parameter to exclude the given number of collection from the response.</p>\n","type":"text/plain"},"key":"skip","value":""},{"description":{"content":"<p>Use this parameter to define the maximum number of items in each page.</p>\n","type":"text/plain"},"key":"paginate","value":""}],"variable":[]}},"response":[{"id":"e579013f-001d-4c57-aa37-3018604724a2","name":"List Interactions Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/interactions?types=%5B%22PHONE%22%2C%22EMAIL%22%2C%22SECURE_MESSAGE%22%5D&sub_types=%5B%22INBOUND%22%2C%22OUTBOUND%22%5D&skip=0&paginate=20","host":["{{host}}"],"path":["interactions"],"query":[{"key":"types","value":"%5B%22PHONE%22%2C%22EMAIL%22%2C%22SECURE_MESSAGE%22%5D"},{"key":"sub_types","value":"%5B%22INBOUND%22%2C%22OUTBOUND%22%5D"},{"key":"skip","value":"0"},{"key":"paginate","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Oct 2021 18:13:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": [\n        {\n            \"id\": \"cee2c530-2473-11ec-849b-419439732bf3\",\n            \"date\": \"2021-10-03 18:00:01\",\n            \"subject\": \"Discussion about payment\",\n            \"body\": \"<p>Discussion about payment with Renu</p>\",\n            \"type\": \"PHONE\",\n            \"type_in\": \"OUTBOUND\",\n            \"matter_id\": 218149,\n            \"contact_id\": 559420,\n            \"invoice_timeentries_id\": \"ce5ac630-2473-11ec-8271-f196e6678b36\",\n            \"created_by\": 26159,\n            \"created_at\": \"2021-10-03 18:00:35\"\n        }\n    ],\n    \"total\": 1,\n    \"skip\": \"0\",\n    \"paginate\": \"20\"\n}"}],"_postman_id":"9718e9e7-d63f-4c83-b374-1db63b4e29a3"},{"name":"Delete Interaction","id":"c05ee3d4-6d37-47d6-9c75-cebb83b785af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/interactions/{{id}}","description":"<p>Using this endpoint, you can delete an interaction with its ID.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the interaction that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["interactions","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"77608a52-ab7b-4623-a290-1b8870713420","name":"Delete Interaction Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/interactions/cee2c530-2473-11ec-849b-419439732bf3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Oct 2021 18:22:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"c05ee3d4-6d37-47d6-9c75-cebb83b785af"}],"id":"769ea2f1-d716-45da-a9d0-136e80230967","description":"<p>The Interactions API allows you to create a log of all the communications within the Lawcus team. You can create and track the emails, phone calls, and also create secure messages.</p>\n","_postman_id":"769ea2f1-d716-45da-a9d0-136e80230967","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Tasks","item":[{"name":"Tags","item":[{"name":"Add Tags","id":"adf90a09-6596-4343-89e4-ab033ea68eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/tags","description":"<p>Create a new tag.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Type of the tag.</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Name for the tag.</td>\n</tr>\n<tr>\n<td>color</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Color for the tag.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tags"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"69e01bae-5e7d-418b-90c3-cd94eec2a774","name":"Add Tags","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"task\",\n    \"name\": \"San Diego Branch\",\n    \"color\": \"#f0bcff\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 07:01:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7299,\n    \"name\": \"San Diego Branch\",\n    \"color\": \"#f0bcff\",\n    \"team_id\": 16652,\n    \"created_by\": 26159,\n    \"created_at\": \"2021-08-03 07:01:17\",\n    \"updated_at\": \"2021-08-03 07:01:17\"\n}"}],"_postman_id":"adf90a09-6596-4343-89e4-ab033ea68eb2"},{"name":"New Request","id":"de142b83-60fd-491c-9680-4ae0880975d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}//tags/task/{{tag_id}}","description":"<p>Delete a tag with the given ID.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>tag_id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the tag that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["","tags","task","{{tag_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6cd19ee5-eed6-40b1-9cac-1208b5c13d9d","name":"Delete Tag Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}//tags/task/7297"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 07:11:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"de142b83-60fd-491c-9680-4ae0880975d0"}],"id":"9528ca4b-49a8-4d94-8fcb-3eb6ffa3c28a","description":"<p>Tags are the keywords which is used to group similar tasks together. You can add HEX color to each tag to distinctly identify the tags.</p>\n","_postman_id":"9528ca4b-49a8-4d94-8fcb-3eb6ffa3c28a","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Create Tasks","id":"d7ff06c5-088f-4a1a-a54f-d508ec2bf84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/tasks","description":"<p>Create a new task.</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Name for the task.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the task.</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Due date for the task to be completed.</td>\n</tr>\n<tr>\n<td>matter_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter ID which is associated with the task.</td>\n</tr>\n<tr>\n<td>assign_id</td>\n<td>[String]</td>\n<td>Optional</td>\n<td>List of ID of the users to whom you want to assign the task.</td>\n</tr>\n<tr>\n<td>reminders</td>\n<td>json</td>\n<td>Optional</td>\n<td>List of reminders for the task. Each reminder requires the following parameters. <ul><li>type: Type of the reminder. Value can be \"EMAIL\", \"SMS\", or \"POPUP\".</li><li>offset: Offset for the reminder. </li><li>offset_type: Offset type for the reminder. Value can be \"MINUTES\", \"HOURS\", or \"DAYS\".</li></ul></td>\n</tr>\n<tr>\n<td>subtask</td>\n<td>json</td>\n<td>Optional</td>\n<td>List of subtasks for the task. Each subtask requires the following parameters. <ul><li>name: Name for the subtask. </li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"146babe6-6763-4881-b93d-788cbce70bfc","name":"Create Tasks Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Discuss the case strategy with the client\",\n    \"description\": \"<p>Discuss case strategy with the client&nbsp;</p>\",\n    \"due_date\": \"2021-08-08 16:15:38\",\n    \"matter_id\": 227531,\n    \"assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\",\n    \"subtasks\": [\n        {\n            \"id\": \"newtaskid\",\n            \"name\": \"Email the case options to the clients\",\n            \"is_completed\": false,\n            \"type\": \"SUB_TASK\",\n            \"position\": 0,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        },\n        {\n            \"id\": \"newtaskid\",\n            \"name\": \"Book a meeting room\",\n            \"is_completed\": false,\n            \"type\": \"SUB_TASK\",\n            \"position\": 1,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        },\n        {\n            \"id\": \"newtaskid\",\n            \"name\": \"Prepare meeting minutes\",\n            \"is_completed\": false,\n            \"type\": \"SUB_TASK\",\n            \"position\": 2,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Aug 2021 16:24:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"17b83a40-f865-11eb-9194-074ab278fef7\",\n    \"team_id\": 16652,\n    \"name\": \"Discuss the case strategy with the client\",\n    \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\",\n    \"description\": \"<p>Discuss case strategy with the client&nbsp;</p>\",\n    \"position\": null,\n    \"type\": null,\n    \"parent_id\": null,\n    \"due_date\": \"2021-08-08 16:15:38\",\n    \"start_date\": null,\n    \"is_completed\": null,\n    \"is_private\": false,\n    \"repeat\": null,\n    \"created_by\": 26159,\n    \"is_custom_time\": false,\n    \"matter_id\": 227531,\n    \"matter_uuid\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n    \"due_type\": null,\n    \"due_settings\": null,\n    \"assignee\": [\n        {\n            \"id\": 26159,\n            \"avatar\": \"#27A451\",\n            \"email\": \"renu@lawcus.com\",\n            \"first_name\": \"Renu\",\n            \"last_name\": \"Shiwakoti\",\n            \"name\": \"Renu Shiwakoti\",\n            \"uuid\": \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        }\n    ],\n    \"assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"comments\": [\n        {\n            \"id\": 454181,\n            \"body\": \"created task on this matter\",\n            \"created_at\": \"2021-08-08 16:24:23\",\n            \"uuid\": \"17c3f780-f865-11eb-9edf-83091e3a9a92\",\n            \"type\": \"created_task\",\n            \"target_id\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n            \"user_id\": 26159\n        }\n    ],\n    \"reminders\": [],\n    \"item_id\": 410709,\n    \"subtasks\": []\n}"}],"_postman_id":"d7ff06c5-088f-4a1a-a54f-d508ec2bf84e"},{"name":"Update Tasks","id":"760c3512-99a4-4928-8aa6-c027143d34a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/tasks/{taskID}","description":"<p>Update a task with the given Task ID.</p>\n<h6 id=\"path-parameters\">Path Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the task that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Name for the task.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Optional</td>\n<td>Description for the task.</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>String</td>\n<td>Optional</td>\n<td>Due date for the task to be completed.</td>\n</tr>\n<tr>\n<td>matter_id</td>\n<td>String</td>\n<td>Optional</td>\n<td>Matter ID which is associated with the task.</td>\n</tr>\n<tr>\n<td>assign_id</td>\n<td>[String]</td>\n<td>Optional</td>\n<td>List of ID of the users to whom you want to assign the task.</td>\n</tr>\n<tr>\n<td>reminders</td>\n<td>json</td>\n<td>Optional</td>\n<td>List of reminders for the task. Each reminder requires the following parameters. <ul><li>type: Type of the reminder. Value can be \"EMAIL\", \"SMS\", or \"POPUP\".</li><li>offset: Offset for the reminder. </li><li>offset_type: Offset type for the reminder. Value can be \"MINUTES\", \"HOURS\", or \"DAYS\".</li></ul></td>\n</tr>\n<tr>\n<td>subtask</td>\n<td>json</td>\n<td>Optional</td>\n<td>List of subtasks for the task. Each subtask requires the following parameters. <ul><li>name: Name for the subtask. </li></ul></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tasks","{taskID}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"17528092-391c-4275-b2ac-2f56f7243e28","name":"Update Tasks Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Meeting with the Office head about case details\",\n    \"description\": \"<p>Meeting with the office head &nbsp;</p>\",\n    \"due_date\": \"2021-08-08 16:15:38\",\n    \"is_completed\": null,\n    \"matter_id\": 227531,\n    \"reminders\": [],\n    \"start_date\": null,\n    \"is_custom_time\": false,\n    \"due_type\": null,\n    \"due_settings\": null,\n    \"repeat\": null,\n    \"assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\"\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/tasks/b38507a0-f864-11eb-a308-09ebfc222a84"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Aug 2021 16:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b38507a0-f864-11eb-a308-09ebfc222a84\",\n    \"team_id\": 16652,\n    \"name\": \"Meeting with the Office head about case details\",\n    \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\",\n    \"description\": \"<p>Meeting with the office head &nbsp;</p>\",\n    \"position\": null,\n    \"type\": null,\n    \"parent_id\": null,\n    \"due_date\": \"2021-08-08 16:15:38\",\n    \"start_date\": null,\n    \"is_completed\": null,\n    \"is_private\": false,\n    \"repeat\": null,\n    \"created_by\": 26159,\n    \"is_custom_time\": false,\n    \"matter_id\": 227531,\n    \"matter_uuid\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n    \"due_type\": null,\n    \"due_settings\": null,\n    \"assignee\": [\n        {\n            \"id\": 26159,\n            \"avatar\": \"#27A451\",\n            \"email\": \"renu@lawcus.com\",\n            \"first_name\": \"Renu\",\n            \"last_name\": \"Shiwakoti\",\n            \"name\": \"Renu Shiwakoti\",\n            \"uuid\": \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        }\n    ],\n    \"assign_id\": [\n        \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n    ],\n    \"comments\": [\n        {\n            \"id\": 454174,\n            \"body\": \"created task on this matter\",\n            \"created_at\": \"2021-08-08 16:21:35\",\n            \"uuid\": \"b39f68d0-f864-11eb-865f-a929447c3b53\",\n            \"type\": \"created_task\",\n            \"target_id\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n            \"user_id\": 26159\n        }\n    ],\n    \"reminders\": [],\n    \"item_id\": 410705,\n    \"subtasks\": [\n        {\n            \"id\": \"b3c12360-f864-11eb-8c49-cf50d45f52dd\",\n            \"name\": \"Email the details to the clients\",\n            \"description\": null,\n            \"priority\": null,\n            \"matter_id\": null,\n            \"due_date\": null,\n            \"is_completed\": false,\n            \"closed_at\": null,\n            \"created_by\": 26159,\n            \"created_at\": \"2021-08-08 16:21:36\",\n            \"updated_at\": \"2021-08-08 16:21:36\",\n            \"uuid\": \"b3c12360-f864-11eb-8c49-cf50d45f52dd\",\n            \"team_id\": 16652,\n            \"user_id\": 26159,\n            \"position\": 0,\n            \"start_date\": null,\n            \"is_custom_time\": false,\n            \"due_type\": null,\n            \"due_settings\": null,\n            \"is_private\": false,\n            \"repeat\": null,\n            \"type\": \"SUB_TASK\",\n            \"parent_id\": 410705,\n            \"tags\": null,\n            \"item_id\": 410706,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        },\n        {\n            \"id\": \"b3fc2aa0-f864-11eb-8813-a58f366a6108\",\n            \"name\": \"Book a meeting room\",\n            \"description\": null,\n            \"priority\": null,\n            \"matter_id\": null,\n            \"due_date\": null,\n            \"is_completed\": false,\n            \"closed_at\": null,\n            \"created_by\": 26159,\n            \"created_at\": \"2021-08-08 16:21:36\",\n            \"updated_at\": \"2021-08-08 16:21:36\",\n            \"uuid\": \"b3fc2aa0-f864-11eb-8813-a58f366a6108\",\n            \"team_id\": 16652,\n            \"user_id\": 26159,\n            \"position\": 1,\n            \"start_date\": null,\n            \"is_custom_time\": false,\n            \"due_type\": null,\n            \"due_settings\": null,\n            \"is_private\": false,\n            \"repeat\": null,\n            \"type\": \"SUB_TASK\",\n            \"parent_id\": 410705,\n            \"tags\": null,\n            \"item_id\": 410707,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        },\n        {\n            \"id\": \"b43a5450-f864-11eb-9f34-0fa8b506d2f1\",\n            \"name\": \"Prepare meeting documents\",\n            \"description\": null,\n            \"priority\": null,\n            \"matter_id\": null,\n            \"due_date\": null,\n            \"is_completed\": false,\n            \"closed_at\": null,\n            \"created_by\": 26159,\n            \"created_at\": \"2021-08-08 16:21:36\",\n            \"updated_at\": \"2021-08-08 16:21:36\",\n            \"uuid\": \"b43a5450-f864-11eb-9f34-0fa8b506d2f1\",\n            \"team_id\": 16652,\n            \"user_id\": 26159,\n            \"position\": 2,\n            \"start_date\": null,\n            \"is_custom_time\": false,\n            \"due_type\": null,\n            \"due_settings\": null,\n            \"is_private\": false,\n            \"repeat\": null,\n            \"type\": \"SUB_TASK\",\n            \"parent_id\": 410705,\n            \"tags\": null,\n            \"item_id\": 410708,\n            \"assign_id\": [\n                \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"760c3512-99a4-4928-8aa6-c027143d34a0"},{"name":"List Tasks","id":"9768bd4f-ffaa-479b-994e-a4321c8d86ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/tasks","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8f148fbd-9b5f-47dc-a545-3a751cfb2b0b","name":"List Tasks Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jul 2021 12:57:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"bf439f30-e150-11eb-9e69-135faeff55ae\",\n        \"item_id\": 385727,\n        \"name\": \"Call Global Connections for contract renewal\",\n        \"due_date\": \"2021-07-10 07:29:23\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": null,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": \"[{\\\"inputValue\\\":\\\"Calls\\\",\\\"name\\\":\\\"Calls\\\"}]\",\n        \"sort_field\": \"2021-07-10 07:29:23\",\n        \"sub_tasks_count\": 1,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    },\n    {\n        \"id\": \"3ab145d0-e3d3-11eb-8874-c955a91f4f7e\",\n        \"item_id\": 387482,\n        \"name\": \"Meet client to discuss about the copyright issue case\",\n        \"due_date\": \"2021-07-13 12:06:50\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": 227531,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": null,\n        \"sort_field\": \"2021-07-13 12:06:50\",\n        \"sub_tasks_count\": 2,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    },\n    {\n        \"id\": \"753a51f0-e3d4-11eb-af7f-659755480e31\",\n        \"item_id\": 387488,\n        \"name\": \"Call John to remind him about the court hearing\",\n        \"due_date\": \"2021-07-13 12:06:50\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": 218149,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": null,\n        \"sort_field\": \"2021-07-13 12:06:50\",\n        \"sub_tasks_count\": 2,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    },\n    {\n        \"id\": \"a0a079b0-e3d3-11eb-87db-177e0016d0ac\",\n        \"item_id\": 387485,\n        \"name\": \"List down old unresolved matters\",\n        \"due_date\": \"2021-07-13 12:11:37\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": null,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": null,\n        \"sort_field\": \"2021-07-13 12:11:37\",\n        \"sub_tasks_count\": 2,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    },\n    {\n        \"id\": \"72365f40-e3d8-11eb-b2af-f10b615487de\",\n        \"item_id\": 387508,\n        \"name\": \"Task A\",\n        \"due_date\": \"2021-07-13 12:46:49\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": null,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": null,\n        \"sort_field\": \"2021-07-13 12:46:49\",\n        \"sub_tasks_count\": 0,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    }\n]"}],"_postman_id":"9768bd4f-ffaa-479b-994e-a4321c8d86ad"},{"name":"Delete Tasks","id":"e73f9279-63e9-4133-9336-dfb4a533d519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/tasks/{{id}}","description":"<p>Delete a task with the given ID.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the task that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tasks","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a4a6d3a8-65ae-4922-8a13-e01b9a27a4e8","name":"Delete Tasks Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/tasks/753a51f0-e3d4-11eb-af7f-659755480e31"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Jul 2021 12:58:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e73f9279-63e9-4133-9336-dfb4a533d519"},{"name":"Filter Tasks","id":"c2757194-838f-477d-a677-eae6dfeba063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/tasks?completed=&delegated=&user_id=&matter_id=&tags=","description":"<p>You can use the Filter tasks endpoint to filter the tasks using the given query parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["tasks"],"host":["{{host}}"],"query":[{"description":{"content":"<p>This parameter allows you to filter the tasks by their completion status. Values can be: \"true\" or \"false\".</p>\n","type":"text/plain"},"key":"completed","value":""},{"description":{"content":"<p>This parameter allows you to filter the tasks by their completion status. Values can be: \"true\" or \"false\".</p>\n","type":"text/plain"},"key":"delegated","value":""},{"description":{"content":"<p>This parameter allows you to filter the tasks by user ID. </p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>This parameter allows you to filter the tasks by matter  ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>This parameter allows you to filter the tasks by tags.</p>\n","type":"text/plain"},"key":"tags","value":""}],"variable":[]}},"response":[{"id":"ce3eef11-7d67-4965-b1c6-26047bcaa828","name":"Filter Tasks Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/tasks?completed=false&delegated=false&user_id=ae5a43c0-bc6d-11eb-9be5-77b22c87b535&matter_id=218149&tags=San%20Diego%20Branch","host":["{{host}}"],"path":["tasks"],"query":[{"key":"completed","value":"false"},{"key":"delegated","value":"false"},{"key":"user_id","value":"ae5a43c0-bc6d-11eb-9be5-77b22c87b535"},{"key":"matter_id","value":"218149"},{"key":"tags","value":"San%20Diego%20Branch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 05:54:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"77e23d30-e3db-11eb-b4e4-21d321b6f9d7\",\n        \"item_id\": 387542,\n        \"name\": \"Finalize the content with John\",\n        \"due_date\": \"2021-07-13 12:06:50\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": 218149,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\",\n        \"sort_field\": \"2021-07-13 12:06:50\",\n        \"sub_tasks_count\": 2,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    },\n    {\n        \"id\": \"93147710-e3da-11eb-a0f4-ddcd2cc16032\",\n        \"item_id\": 387516,\n        \"name\": \"Call John to remind him about the court hearing\",\n        \"due_date\": \"2021-07-13 12:06:50\",\n        \"start_date\": null,\n        \"is_completed\": null,\n        \"is_custom_time\": false,\n        \"created_by\": 26159,\n        \"matter_id\": 218149,\n        \"due_type\": null,\n        \"due_settings\": null,\n        \"is_private\": false,\n        \"repeat\": null,\n        \"tags\": \"[{\\\"id\\\":7299,\\\"name\\\":\\\"San Diego Branch\\\",\\\"color\\\":\\\"#f0bcff\\\"}]\",\n        \"sort_field\": \"2021-07-13 12:06:50\",\n        \"sub_tasks_count\": 2,\n        \"assign_id\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ]\n    }\n]"}],"_postman_id":"c2757194-838f-477d-a677-eae6dfeba063"}],"id":"d9cf7dc0-34b9-4cdc-884b-5896e265f2ef","description":"<p><strong>Tasks</strong> is a collection of endpoints that allow you to create and manage the day to day activities in your firm. You can create a task for each activity that must be done. A task can be create to manage events with the matters taken by your organization or it can also be used to track and manage your internal resources.</p>\n","_postman_id":"d9cf7dc0-34b9-4cdc-884b-5896e265f2ef","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Accounts","item":[{"name":"Create Account","id":"659cdd13-7518-404d-89f9-19ff8ba279b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts","description":"<p>Create new payment account for your firm and contacts. An account can be an <em>operating</em> account or a <em>trust</em> account.</p>\n<p>The following parameters are required while creating a contacts:</p>\n<h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_type</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Account type. Value of the parameter can be \"Operating\" or \"Trust\".</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Account name.</td>\n</tr>\n<tr>\n<td>holder</td>\n<td>String</td>\n<td>Optional</td>\n<td>Account holder name.</td>\n</tr>\n<tr>\n<td>institution</td>\n<td>String</td>\n<td>Optional</td>\n<td>Financial institution name.</td>\n</tr>\n<tr>\n<td>domicile_branch</td>\n<td>String</td>\n<td>Optional</td>\n<td>Branch name.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>Optional</td>\n<td>Associated account number.</td>\n</tr>\n<tr>\n<td>transit_number</td>\n<td>String</td>\n<td>Optional</td>\n<td>Routing number of the financial institution.</td>\n</tr>\n<tr>\n<td>swift  <br />  <br /></td>\n<td>String</td>\n<td>Optional</td>\n<td>Swift ID of the financial institution.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Optional</td>\n<td>Currency name.</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>String</td>\n<td>Optional</td>\n<td>Opening balance for the account.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Specifies whether the account is the default account for the firm. There can only be one default account for a firm.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6752925c-d120-40ac-98e2-67b6ff80613e","name":"Create a New Account Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"account_type\": \"OPERATING\",\n    \"name\": \"Lawcus Account\",\n    \"holder\": \"Lawcus\",\n    \"institution\": \"Lawcus\",\n    \"number\": \"000000\",\n    \"transit_number\": \"000000\",\n    \"swift\": \"000000\",\n    \"currency\": \"Dollar\",\n    \"balance\": \"0\",\n    \"is_default\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jan 2022 03:31:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1669d3f0-7d8f-11ec-855c-a51ce670feeb\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"Lawcus Account\",\n        \"holder\": \"Lawcus\",\n        \"institution\": \"Lawcua\",\n        \"domicile_branch\": null,\n        \"number\": \"000000\",\n        \"transit_number\": \"000000\",\n        \"swift\": \"000000\",\n        \"currency\": \"Dollar\",\n        \"balance\": \"0.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": true\n    },\n    {\n        \"id\": \"e8d21540-7cd7-11ec-b9b6-357304dc7c3d\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"Jane Doe Account\",\n        \"holder\": \"Jane Doe\",\n        \"institution\": \"Personal\",\n        \"domicile_branch\": \"New York\",\n        \"number\": \"000000\",\n        \"transit_number\": \"000000\",\n        \"swift\": \"000000\",\n        \"currency\": \"Dollar\",\n        \"balance\": \"700.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    },\n    {\n        \"id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n        \"account_type\": \"TRUST\",\n        \"name\": \"John Doe Account\",\n        \"holder\": \"John Doe\",\n        \"institution\": \"Shoe Factory\",\n        \"domicile_branch\": \"California\",\n        \"number\": \"93785566\",\n        \"transit_number\": null,\n        \"swift\": null,\n        \"currency\": null,\n        \"balance\": \"4200.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    },\n    {\n        \"id\": \"ab8d47a0-08df-11ec-9389-9b1b4f5cd01c\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"John Doe Account\",\n        \"holder\": \"John Doe\",\n        \"institution\": \"Shoe Factory\",\n        \"domicile_branch\": \"California\",\n        \"number\": \"93785566\",\n        \"transit_number\": null,\n        \"swift\": null,\n        \"currency\": null,\n        \"balance\": \"3953.20\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    }\n]"}],"_postman_id":"659cdd13-7518-404d-89f9-19ff8ba279b4"},{"name":"List Accounts","id":"558ca68c-0c3b-4124-bc70-c66f86e89bff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts","description":"<p>List the details of the payment accounts available in Lawcus.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["accounts"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c779e8d8-acbe-4f97-bfd2-7d26d4baf278","name":"List Accounts Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 01:48:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1669d3f0-7d8f-11ec-855c-a51ce670feeb\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"Lawcus Account\",\n        \"holder\": \"Lawcus\",\n        \"institution\": \"Lawcua\",\n        \"domicile_branch\": null,\n        \"number\": \"000000\",\n        \"transit_number\": \"000000\",\n        \"swift\": \"000000\",\n        \"currency\": \"Dollar\",\n        \"balance\": \"0.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    },\n    {\n        \"id\": \"e8d21540-7cd7-11ec-b9b6-357304dc7c3d\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"Jane Doe Account\",\n        \"holder\": \"Jane Doe\",\n        \"institution\": \"Personal\",\n        \"domicile_branch\": \"New York\",\n        \"number\": \"000000\",\n        \"transit_number\": \"000000\",\n        \"swift\": \"000000\",\n        \"currency\": \"Dollar\",\n        \"balance\": \"700.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": true\n    },\n    {\n        \"id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n        \"account_type\": \"TRUST\",\n        \"name\": \"John Doe Account\",\n        \"holder\": \"John Doe\",\n        \"institution\": \"Shoe Factory\",\n        \"domicile_branch\": \"California\",\n        \"number\": \"93785566\",\n        \"transit_number\": null,\n        \"swift\": null,\n        \"currency\": null,\n        \"balance\": \"4200.00\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    },\n    {\n        \"id\": \"ab8d47a0-08df-11ec-9389-9b1b4f5cd01c\",\n        \"account_type\": \"OPERATING\",\n        \"name\": \"John Doe Account\",\n        \"holder\": \"John Doe\",\n        \"institution\": \"Shoe Factory\",\n        \"domicile_branch\": \"California\",\n        \"number\": \"93785566\",\n        \"transit_number\": null,\n        \"swift\": null,\n        \"currency\": null,\n        \"balance\": \"3953.20\",\n        \"created_by\": 26159,\n        \"team_id\": 16652,\n        \"integration_type\": null,\n        \"connected_with\": null,\n        \"is_default\": false\n    }\n]"}],"_postman_id":"558ca68c-0c3b-4124-bc70-c66f86e89bff"},{"name":"Get Account","id":"921c3022-cdba-4a70-b9ef-6e5d67bd8580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{id}}","description":"<p>Fetch the details of an existing payment account using the account ID.</p>\n<h5 id=\"path-parameter\">Path Parameter</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the account that you want to fetch.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["accounts","{{id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"80c9f4c3-adda-4ccc-9afe-ee79a978ff01","name":"Get Account Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/e8d21540-7cd7-11ec-b9b6-357304dc7c3d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 02:07:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"e8d21540-7cd7-11ec-b9b6-357304dc7c3d\",\n    \"account_type\": \"OPERATING\",\n    \"name\": \"Jane Doe Account\",\n    \"holder\": \"Jane Doe\",\n    \"institution\": \"Personal\",\n    \"domicile_branch\": \"New York\",\n    \"number\": \"000000\",\n    \"transit_number\": \"000000\",\n    \"swift\": \"000000\",\n    \"currency\": \"Dollar\",\n    \"balance\": \"700.00\",\n    \"created_by\": 26159,\n    \"team_id\": 16652,\n    \"created_at\": \"2022-01-24 05:38:50\",\n    \"updated_at\": \"2022-01-26 02:00:17\",\n    \"is_default\": false,\n    \"integration_id\": null,\n    \"integration_type\": null,\n    \"public_key\": null,\n    \"secret_key\": null,\n    \"connected_with\": null,\n    \"quickbooks_id\": null,\n    \"quickbooks_connected_with\": null,\n    \"quickbooks_liability_account_id\": null,\n    \"account_sub_type\": null,\n    \"classification\": null,\n    \"xero_id\": null,\n    \"xero_connected_with\": null,\n    \"code\": null,\n    \"gravity_account_uuid\": null\n}"}],"_postman_id":"921c3022-cdba-4a70-b9ef-6e5d67bd8580"},{"name":"Update Account","id":"55d5e3a3-5c67-4ae9-9715-fbfeb82e8d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/1669d3f0-7d8f-11ec-855c-a51ce670feeb","description":"<p>Update the existing Lawcus contact. You must provide the uuid of the contact that you want to edit in the request url.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the account that you want to update.</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"request-body-parameters\">Request Body Parameters</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>account_type</td>\n<td>String</td>\n<td>Optional</td>\n<td>Account type. Value of the parameter can be \"Operating\" or \"Trust\".</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Optional</td>\n<td>Account name.</td>\n</tr>\n<tr>\n<td>holder</td>\n<td>String</td>\n<td>Optional</td>\n<td>Account holder name.</td>\n</tr>\n<tr>\n<td>institution</td>\n<td>String</td>\n<td>Optional</td>\n<td>Financial institution name.</td>\n</tr>\n<tr>\n<td>domicile_branch</td>\n<td>String</td>\n<td>Optional</td>\n<td>Branch name.</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>Optional</td>\n<td>Associated account number.</td>\n</tr>\n<tr>\n<td>transit_number</td>\n<td>String</td>\n<td>Optional</td>\n<td>Routing number of the financial institution.</td>\n</tr>\n<tr>\n<td>swift  <br />  <br /></td>\n<td>String</td>\n<td>Optional</td>\n<td>Swift ID of the financial institution.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>Optional</td>\n<td>Currency name.</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>String</td>\n<td>Optional</td>\n<td>Opening balance for the account.</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Boolean</td>\n<td>Optional</td>\n<td>Specifies whether the account is the default account for the firm. There can only be one default account for a firm.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["accounts","1669d3f0-7d8f-11ec-855c-a51ce670feeb"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"d58d6713-50d7-4f9b-b309-51afd3ffea8d","name":"Update Account Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"account_type\": \"OPERATING\",\n    \"name\": \"Lawcus Account\",\n    \"holder\": \"Lawcus\",\n    \"institution\": \"Lawcus\",\n    \"domicile_branch\": \"Branch name\",\n    \"number\": \"000000\",\n    \"transit_number\": \"000000\",\n    \"swift\": \"000000\",\n    \"currency\": \"Dollar\",\n    \"balance\": \"0.00\",\n    \"is_default\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/1669d3f0-7d8f-11ec-855c-a51ce670feeb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 01:55:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"55d5e3a3-5c67-4ae9-9715-fbfeb82e8d76"},{"name":"Delete Account","id":"85461749-6dd4-43b5-81fb-5df89ac2295c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/accounts/ab8d47a0-08df-11ec-9389-9b1b4f5cd01c","description":"<p>Delete an existing payment account using the account ID. You must include the ID of the account that you want to delete in the request url.</p>\n<h6 id=\"path-parameter\">Path Parameter</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Mandatory/Optional</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>ID of the account that you want to delete.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["accounts","ab8d47a0-08df-11ec-9389-9b1b4f5cd01c"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"637e9248-ad86-4bf5-a867-6eac660b0311","name":"Delete Account Example","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/ab8d47a0-08df-11ec-9389-9b1b4f5cd01c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 02:00:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"85461749-6dd4-43b5-81fb-5df89ac2295c"}],"id":"5f4bfd9e-afed-429f-ab99-574f5919d422","description":"<p>Using the <strong>Accounts</strong> API, you can create and manage the payments accounts for your clients and attorneys in the Lawcus.</p>\n<p>There are two types of accounts in Lawcus:</p>\n<ul>\n<li><p>Operating Account: An operating account is the firm fund accounts that can receive bill payments.</p>\n</li>\n<li><p>Trust Account: A trust account is where the attorney holds the client's trust funds on behalf of the client for the use of paying bills. These funds are not owned by the attorney or the law firm.</p>\n</li>\n</ul>\n","_postman_id":"5f4bfd9e-afed-429f-ab99-574f5919d422","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Reports","item":[{"name":"Payment Collected Report","id":"4a039eec-fa17-49e8-b5ca-da2b9dbfa0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/payment-collected?user_id=&practice_id=&client_id=&matter_id=&start=&end=&selected_accounts=","description":"<p>Using this endpoint, you can fetch the summary of the payments collected by your Lawcus team. You can also filter the response based on the filters provided as the query parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","payment-collected"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results on the basis of the attorney to whom the payment is assigned.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the matter ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results starting from the given start date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results within the given end date.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the selected account information.</p>\n","type":"text/plain"},"key":"selected_accounts","value":""}],"variable":[]}},"response":[{"id":"fed4e64c-0bf8-4ab5-b939-7aa99105a538","name":"Payment Collected Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/payment-collected?user_id=26159&practice_id=67591&client_id=419560&matter_id=218149&start=2021-07-31%2018%3A15%3A00&end=2021-08-31%2018%3A14%3A59&selected_accounts=%5B%22ddc87780-08df-11ec-8597-61b6297a66eb%22%5D","host":["{{host}}"],"path":["reports","payment-collected"],"query":[{"key":"user_id","value":"26159","description":"Use this parameter to filter the results on the basis of the attorney to whom the payment is assigned."},{"key":"practice_id","value":"67591","description":"Use this parameter to filter the results based on the practice area. "},{"key":"client_id","value":"419560","description":"Use this parameter to filter the results based on the client ID."},{"key":"matter_id","value":"218149","description":"Use this parameter to filter the results based on the matter ID."},{"key":"start","value":"2021-07-31%2018%3A15%3A00","description":"Use this parameter to filter the results based on the given start date range."},{"key":"end","value":"2021-08-31%2018%3A14%3A59","description":"Use this parameter to filter the results based on the given end date range."},{"key":"selected_accounts","value":"%5B%22ddc87780-08df-11ec-8597-61b6297a66eb%22%5D","description":"Use this parameter to filter the results based on the selected account information."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Sep 2021 04:05:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"00002\",\n        \"payments\": [\n            {\n                \"id\": \"02ec4620-08e0-11ec-a3f9-5dd072e3431c\",\n                \"account_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"credit\": \"4000.00\",\n                \"debit\": null,\n                \"date\": \"2021-08-29 15:44:28\",\n                \"source\": \"TRANSFER_FROM:DIRECT\",\n                \"type\": null,\n                \"currency\": null,\n                \"exchange_rate\": null,\n                \"description\": null,\n                \"check\": null,\n                \"client_id\": 419560,\n                \"matter_id\": 218149,\n                \"created_by\": 26159,\n                \"team_id\": 16652,\n                \"created_at\": \"2021-08-29 15:44:35\",\n                \"updated_at\": \"2021-08-29 15:44:35\",\n                \"source_id\": \"DIRECT\",\n                \"destination_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"transfer_id\": null,\n                \"source_item_id\": null,\n                \"destination_item_id\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"source_item_type\": null,\n                \"destination_item_type\": \"MATTER\",\n                \"payment_id\": null,\n                \"quickbooks_id\": null,\n                \"invoice_id\": \"7ae9ca20-fa59-11eb-9d1e-5780625338b2\",\n                \"transaction_type\": \"INVOICE_PAYMENT\",\n                \"source_type\": \"BANK_TRANSFER\",\n                \"note\": \"\",\n                \"integration_id\": null,\n                \"integration_status\": null,\n                \"integration_account_id\": null,\n                \"quickbooks_journal_id\": null,\n                \"quickbooks_error\": null,\n                \"invoice_number\": \"00002\",\n                \"client_name\": \"John Smith Doe\",\n                \"amount\": \"4000.00\",\n                \"matter_name\": \"John Smith Doe - Defamation Case\",\n                \"responsible_attorney_id\": 26159\n            }\n        ]\n    }\n]"}],"_postman_id":"4a039eec-fa17-49e8-b5ca-da2b9dbfa0d1"},{"name":"Invoice History","id":"c1ec18fd-4908-4941-8832-a51faed38ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/invoice-history?user_id=&group_by=&practice_id=&client_id=&start=&end=","description":"<p>Using this endpoint, you can fetch the summary of the invoice history . You can also filter the response based on the filters provided as the query parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","invoice-history"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results on the basis of the lawcus user.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Use this parameter to group the results by \"Client\" or \"Attorney\".</p>\n","type":"text/plain"},"key":"group_by","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results starting from the given start date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results within the given end date.</p>\n","type":"text/plain"},"key":"end","value":""}],"variable":[]}},"response":[{"id":"9f93332f-47d7-4562-b686-e6371f61447e","name":"Invoice History Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/invoice-history?user_id=26159&group_by=client&practice_id=67591&client_id=419560&start=2021-12-31%2018%3A15%3A00&end=2022-01-31%2018%3A14%3A59","host":["{{host}}"],"path":["reports","invoice-history"],"query":[{"key":"user_id","value":"26159","description":"Use this parameter to filter the results on the basis of the attorney to whom the payment is assigned."},{"key":"group_by","value":"client","description":"Use this parameter to group the results by \"Client\" or \"Attorneys\"."},{"key":"practice_id","value":"67591","description":"Use this parameter to filter the results based on the practice area. "},{"key":"client_id","value":"419560","description":"Use this parameter to filter the results based on the client ID."},{"key":"start","value":"2021-12-31%2018%3A15%3A00","description":"Use this parameter to filter the results based on the given start date range."},{"key":"end","value":"2022-01-31%2018%3A14%3A59","description":"Use this parameter to filter the results based on the given end date range."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 23 Jan 2022 15:54:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"list\": {\n        \"419560\": [\n            {\n                \"id\": \"eb0835e0-7c63-11ec-8878-2d406ea30da3\",\n                \"amount_due\": \"0.00\",\n                \"discount\": null,\n                \"discount_type\": null,\n                \"type\": null,\n                \"client_id\": 419560,\n                \"number\": \"00004\",\n                \"total\": \"3753.20\",\n                \"sub_total\": \"3753.20\",\n                \"matter_id\": 218149,\n                \"created_by\": 26159,\n                \"issue_date\": \"2022-01-23 13:00:00\",\n                \"due_date\": \"2022-02-22 13:00:00\",\n                \"status\": \"PAID\",\n                \"practice\": 67591,\n                \"matter_name\": \"John Smith Doe - Defamation Case\",\n                \"matter_uuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"responsible_attorney_id\": 26159\n            }\n        ]\n    },\n    \"users\": {\n        \"26159\": 3753.2\n    },\n    \"taxses\": [],\n    \"expenses\": 0,\n    \"timeentries\": 453.2,\n    \"flatfees\": 3300,\n    \"discount\": 0,\n    \"grand_total\": 3753.2\n}"}],"_postman_id":"c1ec18fd-4908-4941-8832-a51faed38ceb"},{"name":"Matter Balance Summary","id":"0b273c58-a330-4bd6-b459-39fbb2134adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/matter-balance?user_id=26159&group_by=&practice_id=&client_id=&start=&end=&trust=","description":"<p>Using this endpoint, you can fetch the matter balance summary of all the matters in Lawcus. You can also filter the response based on the filters provided as the query parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","matter-balance"],"host":["{{host}}"],"query":[{"key":"user_id","value":"26159"},{"description":{"content":"<p>Use this parameter to group the results by \"Client\" or \"Attorneys\".</p>\n","type":"text/plain"},"key":"group_by","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results starting from the given start date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results within the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>Value of this parameter must be \"true\" to include client trust balance in the response.</p>\n","type":"text/plain"},"key":"trust","value":""}],"variable":[]}},"response":[{"id":"95200af5-be8f-4fdf-bd67-8610702a4421","name":"Matter Balance Summary Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/matter-balance?user_id=26159&group_by=client&practice_id=67591&client_id=419560&start=2020-12-31%2018%3A15%3A00&end=2021-12-31%2018%3A14%3A59&trust=true","host":["{{host}}"],"path":["reports","matter-balance"],"query":[{"key":"user_id","value":"26159"},{"key":"group_by","value":"client"},{"key":"practice_id","value":"67591"},{"key":"client_id","value":"419560"},{"key":"start","value":"2020-12-31%2018%3A15%3A00"},{"key":"end","value":"2021-12-31%2018%3A14%3A59"},{"key":"trust","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 02:50:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 419560,\n        \"matters\": [\n            {\n                \"id\": 218149,\n                \"name\": \"John Smith Doe - Defamation Case\",\n                \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\">The case was filed by John Smith Doe against his employer. </p>\",\n                \"display_number\": \"01-John Smith Doe\",\n                \"client_id\": 419560,\n                \"responsible_attorney_id\": 26159,\n                \"receivable\": 0,\n                \"expenses_in_work\": 0,\n                \"time_entry_in_work\": 0,\n                \"flat_fee_in_work\": 0\n            }\n        ],\n        \"trust\": 4200\n    }\n]"}],"_postman_id":"0b273c58-a330-4bd6-b459-39fbb2134adf"},{"name":"Client Trust Balance","id":"7588c736-cb1f-455f-a2b7-7fea0da7a373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/client-trust?client_id=&start=&end=&display_zero=&practice_id=","description":"<p>Using this endpoint, you can fetch the summary of the client trust balance in Lawcus. You can also filter the response based on the filters provided as the query parameters.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","client-trust"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results starting from the given start date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results within the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>If the value of this parameter is \"true\", the endpoint also includes the client trust account with zero balance in the response.</p>\n","type":"text/plain"},"key":"display_zero","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""}],"variable":[]}},"response":[{"id":"3dfd89b8-55f9-4555-86e3-10514a39f0ec","name":"Client Trust Balance Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/client-trust?client_id=419560&start=2021-12-31%2018%3A15%3A00&end=2022-03-31%2018%3A14%3A59&display_zero=true","host":["{{host}}"],"path":["reports","client-trust"],"query":[{"key":"client_id","value":"419560"},{"key":"start","value":"2021-12-31%2018%3A15%3A00"},{"key":"end","value":"2022-03-31%2018%3A14%3A59"},{"key":"display_zero","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 27 Jan 2022 08:52:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 419560,\n        \"accounts\": [\n            {\n                \"name\": \"John Doe Account\",\n                \"id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"last_date\": \"2022-01-25 07:58:20\",\n                \"total\": 200\n            }\n        ]\n    }\n]"}],"_postman_id":"7588c736-cb1f-455f-a2b7-7fea0da7a373"},{"name":"General Client Ledger","id":"673aa2ce-37e7-431e-8744-bb5cac27c27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/client-ledger?practice_id=&client_id=&start=&end=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","client-ledger"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results starting from the given start date.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results within the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""}],"variable":[]}},"response":[{"id":"ab38dc69-2a14-4e26-ad14-8e4f5f6380fd","name":"General Client Ledger Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/client-ledger?practice_id=67591&client_id=419560&start=2021-08-31%2018%3A15%3A00&end=2021-09-01%2018%3A14%3A59","host":["{{host}}"],"path":["reports","client-ledger"],"query":[{"key":"practice_id","value":"67591"},{"key":"client_id","value":"419560"},{"key":"start","value":"2021-08-31%2018%3A15%3A00"},{"key":"end","value":"2021-09-01%2018%3A14%3A59"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Sep 2021 04:43:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 419560,\n        \"transactions\": [\n            {\n                \"id\": \"02ec4620-08e0-11ec-a3f9-5dd072e3431c\",\n                \"account_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"credit\": \"4000.00\",\n                \"debit\": null,\n                \"date\": \"2021-08-29 15:44:28\",\n                \"source\": \"TRANSFER_FROM:DIRECT\",\n                \"type\": null,\n                \"currency\": null,\n                \"exchange_rate\": null,\n                \"description\": null,\n                \"check\": null,\n                \"client_id\": 419560,\n                \"matter_id\": 218149,\n                \"created_by\": 26159,\n                \"team_id\": 16652,\n                \"created_at\": \"2021-08-29 15:44:35\",\n                \"updated_at\": \"2021-08-29 15:44:35\",\n                \"source_id\": \"DIRECT\",\n                \"destination_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"transfer_id\": null,\n                \"source_item_id\": null,\n                \"destination_item_id\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"source_item_type\": null,\n                \"destination_item_type\": \"MATTER\",\n                \"payment_id\": null,\n                \"quickbooks_id\": null,\n                \"invoice_id\": \"7ae9ca20-fa59-11eb-9d1e-5780625338b2\",\n                \"transaction_type\": \"INVOICE_PAYMENT\",\n                \"source_type\": \"BANK_TRANSFER\",\n                \"note\": \"\",\n                \"integration_id\": null,\n                \"integration_status\": null,\n                \"integration_account_id\": null,\n                \"quickbooks_journal_id\": null,\n                \"quickbooks_error\": null,\n                \"mattername\": \"John Smith Doe - Defamation Case\",\n                \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"accountname\": \"John Doe Account\",\n                \"clientname\": \"John Smith Doe\",\n                \"clientuuid\": \"2c43a300-cdc9-11eb-a375-8363f43c707c\",\n                \"sourcename\": null,\n                \"destinationname\": \"John Doe Account\"\n            }\n        ]\n    }\n]"}],"_postman_id":"673aa2ce-37e7-431e-8744-bb5cac27c27d"},{"name":"Trust Account Ledger","id":"d0a0d74f-453b-4f88-9080-86fedca5dbf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/trust-ledger?account_id=&practice_id=&client_id=&matter_id=&start=&end=&display_zero=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","trust-ledger"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results based on the account ID. </p>\n","type":"text/plain"},"key":"account_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the matter ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given start date range.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>Use this parameter to show or hide the clients with zero balance in the results.</p>\n","type":"text/plain"},"key":"display_zero","value":""}],"variable":[]}},"response":[{"id":"4cbc41dc-dc19-441d-9803-da07ccb1d31f","name":"Trust Account Ledger Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/trust-ledger?account_id=ddc87780-08df-11ec-8597-61b6297a66eb&practice_id=67591&client_id=419560&matter_id=218149&start=2020-12-31%2018%3A15%3A00&end=2021-12-31%2018%3A14%3A59&display_zero=true","host":["{{host}}"],"path":["reports","trust-ledger"],"query":[{"key":"account_id","value":"ddc87780-08df-11ec-8597-61b6297a66eb","description":"Use this parameter to filter the results based on the account ID. "},{"key":"practice_id","value":"67591","description":"Use this parameter to filter the results based on the practice area. "},{"key":"client_id","value":"419560","description":"Use this parameter to filter the results based on the client ID."},{"key":"matter_id","value":"218149","description":"Use this parameter to filter the results based on the matter ID."},{"key":"start","value":"2020-12-31%2018%3A15%3A00","description":"Use this parameter to filter the results based on the given start date range."},{"key":"end","value":"2021-12-31%2018%3A14%3A59","description":"Use this parameter to filter the results based on the given end date range."},{"key":"display_zero","value":"true","description":"Use this parameter to show or hide the clients with zero balance in the results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Dec 2021 18:08:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": 419560,\n        \"transactions\": [\n            {\n                \"id\": \"02ec4620-08e0-11ec-a3f9-5dd072e3431c\",\n                \"account_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"credit\": \"4000.00\",\n                \"debit\": null,\n                \"date\": \"2021-08-29 15:44:28\",\n                \"source\": \"TRANSFER_FROM:DIRECT\",\n                \"type\": null,\n                \"currency\": null,\n                \"exchange_rate\": null,\n                \"description\": null,\n                \"check\": null,\n                \"client_id\": 419560,\n                \"matter_id\": 218149,\n                \"created_by\": 26159,\n                \"team_id\": 16652,\n                \"created_at\": \"2021-08-29 15:44:35\",\n                \"updated_at\": \"2021-08-29 15:44:35\",\n                \"source_id\": \"DIRECT\",\n                \"destination_id\": \"ddc87780-08df-11ec-8597-61b6297a66eb\",\n                \"transfer_id\": null,\n                \"source_item_id\": null,\n                \"destination_item_id\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"source_item_type\": null,\n                \"destination_item_type\": \"MATTER\",\n                \"payment_id\": null,\n                \"quickbooks_id\": null,\n                \"invoice_id\": \"7ae9ca20-fa59-11eb-9d1e-5780625338b2\",\n                \"transaction_type\": \"INVOICE_PAYMENT\",\n                \"source_type\": \"BANK_TRANSFER\",\n                \"note\": \"\",\n                \"integration_id\": null,\n                \"integration_status\": null,\n                \"integration_account_id\": null,\n                \"quickbooks_journal_id\": null,\n                \"quickbooks_error\": null,\n                \"xero_id\": null,\n                \"xero_errors\": null,\n                \"mattername\": \"John Smith Doe - Defamation Case\",\n                \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n                \"accountname\": \"John Doe Account\",\n                \"clientname\": \"John Smith Doe\",\n                \"clientuuid\": \"2c43a300-cdc9-11eb-a375-8363f43c707c\",\n                \"sourcename\": null,\n                \"destinationname\": \"John Doe Account\"\n            }\n        ]\n    }\n]"}],"_postman_id":"d0a0d74f-453b-4f88-9080-86fedca5dbf1"},{"name":"Time Entries Summary","id":"6b2875ca-8a5b-4f40-8b42-9b31a1c37f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/time-entries?group_by=&user_id=&matter_id=&start=&end=&status=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","time-entries"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to group the response by matter, client, or teammates.</p>\n","type":"text/plain"},"key":"group_by","value":""},{"description":{"content":"<p>Use this parameter to filter the results on the basis of the lawcus user.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the matter ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given start date range.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the invoice status of the time entry. Value of the parameter must be \"true\" to filter the time entries that have already been invoiced. </p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[{"id":"b38a458b-f99f-4273-96bc-673597be366d","name":"Time Entries Summary Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/time-entries?group_by=teammate&user_id=26159&matter_id=218149&start=2021-12-31%2018%3A15%3A00&end=2022-12-31%2018%3A14%3A59&status=false","host":["{{host}}"],"path":["reports","time-entries"],"query":[{"key":"group_by","value":"teammate"},{"key":"user_id","value":"26159"},{"key":"matter_id","value":"218149"},{"key":"start","value":"2021-12-31%2018%3A15%3A00"},{"key":"end","value":"2022-12-31%2018%3A14%3A59"},{"key":"status","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 23 Jan 2022 17:01:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"26159\": [\n        {\n            \"id\": \"664d2300-7c6d-11ec-b360-3b64f8156649\",\n            \"date\": \"2022-01-23 16:54:01\",\n            \"description\": \"Discussion\",\n            \"timestamp\": 4200000,\n            \"rate\": \"40.00\",\n            \"total\": \"46.80\",\n            \"created_at\": \"2022-01-23 16:56:25\",\n            \"updated_at\": \"2022-01-23 16:56:25\",\n            \"user_id\": 26159,\n            \"created_by\": 26159,\n            \"team_id\": 16652,\n            \"invoice_id\": null,\n            \"matter_id\": 218149,\n            \"payment_date\": null,\n            \"activity_id\": \"A106\",\n            \"activity_task_id\": \"L310\",\n            \"real_timestamp\": 4200000,\n            \"is_non_billable\": null,\n            \"discount_value\": null,\n            \"discount_type\": null,\n            \"line_discount_total\": null,\n            \"mattername\": \"John Smith Doe - Defamation Case\",\n            \"matteruuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n            \"client_id\": 419560\n        }\n    ]\n}"}],"_postman_id":"6b2875ca-8a5b-4f40-8b42-9b31a1c37f34"},{"name":"Attorney Revenue Report","id":"26b7c14e-5886-4fb5-a3a5-80c64aded8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/revenue?matter_id=&client_id=&user_id=&start=&end=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","revenue"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results based on the matter ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the client ID.</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results on the basis of the lawcus user.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given start date range.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""}],"variable":[]}},"response":[{"id":"1ee50416-410f-426f-b0d3-93dcff1a4069","name":"Attorney Revenue Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/revenue?start=2021-12-31%2018%3A15%3A00&end=2022-12-31%2018%3A14%3A59","host":["{{host}}"],"path":["reports","revenue"],"query":[{"key":"start","value":"2021-12-31%2018%3A15%3A00"},{"key":"end","value":"2022-12-31%2018%3A14%3A59"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 02:20:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"26159\": [\n        {\n            \"matter_id\": 218149,\n            \"matter_name\": \"John Smith Doe - Defamation Case\",\n            \"matter_uuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n            \"unbilled_time\": 46.8,\n            \"unbilled_hours\": 1.17,\n            \"non_billable_time\": 0,\n            \"non_billable_hours\": 0,\n            \"unbilled_expenses\": 0,\n            \"unbilled_flat\": 0,\n            \"billed_time\": 0,\n            \"billed_hours\": 0,\n            \"billed_expenses\": 0,\n            \"billed_flat\": 0,\n            \"billed_taxes\": 0,\n            \"paid_time\": 0,\n            \"paid_hours\": 0,\n            \"paid_expenses\": 0,\n            \"paid_flat\": 0,\n            \"paid_taxes\": 0,\n            \"without_matter\": 0,\n            \"matter_number\": \"John Smith Doe - Defamation Case (01-John Smith Doe)\"\n        }\n    ]\n}"}],"_postman_id":"26b7c14e-5886-4fb5-a3a5-80c64aded8bd"},{"name":"Accounts Receiveables Report","id":"3983c140-4623-41d7-97a1-349ea48a9fa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/accounts-receivable?user_id=&group_by=&practice_id=&client_id=&matter_id=&start=&end=","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","accounts-receivable"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Use this parameter to filter the results on the basis of the attorney to whom the case is assigned.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"description":{"content":"<p>Use this parameter to group the results on the basis of client, attorney, or practice area. </p>\n","type":"text/plain"},"key":"group_by","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"practice_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the practice area. </p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the matter ID.</p>\n","type":"text/plain"},"key":"matter_id","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given start date range.</p>\n","type":"text/plain"},"key":"start","value":""},{"description":{"content":"<p>Use this parameter to filter the results based on the given end date range.</p>\n","type":"text/plain"},"key":"end","value":""}],"variable":[]}},"response":[{"id":"bf0ad1d2-6fd3-47a2-8474-41b01a8db02c","name":"Accounts Receiveables Report Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reports/accounts-receivable?user_id=26159&group_by=client&practice_id=67591&client_id=419560&matter_id=218149","host":["{{host}}"],"path":["reports","accounts-receivable"],"query":[{"key":"user_id","value":"26159"},{"key":"group_by","value":"client"},{"key":"practice_id","value":"67591"},{"key":"client_id","value":"419560"},{"key":"matter_id","value":"218149"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 02:13:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"419560\": [\n        {\n            \"id\": \"eb0835e0-7c63-11ec-8878-2d406ea30da3\",\n            \"amount_due\": \"3753.20\",\n            \"client_id\": 419560,\n            \"number\": \"00004\",\n            \"total\": \"3753.20\",\n            \"matter_id\": 218149,\n            \"created_by\": 26159,\n            \"issue_date\": \"2022-01-23 13:00:00\",\n            \"due_date\": \"2022-02-22 13:00:00\",\n            \"status\": \"PARTIAL\",\n            \"practice\": 67591,\n            \"responsible_attorney_id\": 26159,\n            \"matter_uuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n            \"matter_name\": \"John Smith Doe - Defamation Case\"\n        }\n    ]\n}"}],"_postman_id":"3983c140-4623-41d7-97a1-349ea48a9fa1"},{"name":"Matters Info Summary","id":"b3cb4e43-5833-495f-b7cb-7ac057bbf356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reports/matters/info","description":"<p>Using this endpoint, you can fetch the summary of the number of matters based on their status.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["reports","matters","info"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a5f341c5-6dd2-4210-9128-7b6a989f0603","name":"Matters Info Summary Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/reports/matters/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Apr 2022 03:32:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"all\": 4,\n    \"open\": 4,\n    \"closed\": 0,\n    \"month\": 0,\n    \"prev_month\": 2\n}"}],"_postman_id":"b3cb4e43-5833-495f-b7cb-7ac057bbf356"}],"id":"89bf2684-b49d-4bae-9198-b4e86b2e16da","description":"<p>You can use <strong>Reports</strong> API to generate a summary of the accounts, invoices, activities, and matter balances.</p>\n","_postman_id":"89bf2684-b49d-4bae-9198-b4e86b2e16da","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"Users","item":[{"name":"Get my Information","id":"d3d3668a-2964-405e-8fbd-afa0f9dfc32e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/users/me","description":"<p>Get all the details of the current user.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["users","me"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"941b4c5b-2237-4996-8088-eacfc791177f","name":"Get my Information","originalRequest":{"method":"GET","header":[],"url":"{{host}}/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 21 Jul 2021 13:28:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 26159,\n    \"uuid\": \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\",\n    \"name\": \"John Doe\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone\": null,\n    \"timezone_name\": \"Asia/Katmandu\",\n    \"timezone_offset\": -345,\n    \"rate\": null,\n    \"role_name\": \"OWNER\"\n}"}],"_postman_id":"d3d3668a-2964-405e-8fbd-afa0f9dfc32e"},{"name":"Get Teammate Information","id":"d89dc3c6-9b13-4844-92ca-65e3bef6b162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/users/teammates","description":"<p>Allows you to fetch details of the teammates who work with you on the same team.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["users","teammates"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"39c01f36-39da-4931-8170-9b1f4f2a47fc","name":"Get Teammate Information Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/users/teammates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Jul 2021 11:43:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 26159,\n        \"uuid\": \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\",\n        \"name\": \"John Doe\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone\": null,\n        \"timezone_name\": \"Asia/Katmandu\",\n        \"timezone_offset\": -345,\n        \"rate\": null,\n        \"role_name\": \"OWNER\"\n    },\n    {\n        \"id\": 750,\n        \"uuid\": \"06fe5ca0-7dfd-11e8-b448-eb5f0bb7de10\",\n        \"name\": \"Jane Doe\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"phone\": null,\n        \"timezone_name\": \"Europe/Moscow\",\n        \"timezone_offset\": -180,\n        \"rate\": null,\n        \"role_name\": \"ADMIN\"\n    }\n]"}],"_postman_id":"d89dc3c6-9b13-4844-92ca-65e3bef6b162"},{"name":"Get team information","id":"e770a881-3b1a-440b-a894-7304ff3aacf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/users/team","description":"<p>The <strong>Get Team Information</strong> endpoint allows you to access the details of the team where you work.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["users","team"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"908b7c5d-6772-483f-b8aa-4fd6421de600","name":"Get Team Information Example","originalRequest":{"method":"GET","header":[],"url":"{{host}}/users/team"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Aug 2021 09:21:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Lawcus Firm\",\n    \"address\": \"611 Abner Road\",\n    \"city\": \"Solon Springs\",\n    \"state\": \"Wisconsin\",\n    \"zip\": \"54873\",\n    \"country\": \"US\",\n    \"business_phone\": \"715-378-6441\",\n    \"mobile_phone\": \"920-323-1963\",\n    \"date_format\": null,\n    \"locale\": \"en\",\n    \"currency\": \"USD\",\n    \"utbms_settings\": \"[\\\"ACTIVITY\\\",\\\"EXPENSE\\\",\\\"EXPENSES_NEW\\\",\\\"BANKRUPTCY\\\",\\\"COUNSELING\\\",\\\"LITIGATION\\\",\\\"PROJECT\\\",\\\"WORKERS\\\"]\",\n    \"support_email\": \"flzkq06m72@temporary-mail.net\"\n}"}],"_postman_id":"e770a881-3b1a-440b-a894-7304ff3aacf1"},{"name":"List All Contacts Information","id":"6b1a7539-a9fc-4bf9-bbde-ae49e7e68826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/users/data/contacts?take={{take}}&skip={{skip}}&updated_after={{YYYY-MM-DD HH:MM:SS}}","description":"<p>Returns the details of the specified list of organizations and people registered in the lawcus team.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["users","data","contacts"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Total number of contacts objects that you want to fetch in each response.</p>\n<p>We recommend you to specify the value of the parameter below 1000 to efficiently fetch the results. </p>\n","type":"text/plain"},"key":"take","value":"{{take}}"},{"description":{"content":"<p>Number of contacts objects that you want to exclude from the response body. </p>\n<p>For example if the value of the take parameter is 100 and the skip paramater is 3, the endpoint returns 100 objects starting with the 3rd event in the collection.</p>\n<p>Can be used together with the take parameter to retrieve a particular set of objects.</p>\n","type":"text/plain"},"key":"skip","value":"{{skip}}"},{"description":{"content":"<p>Filters the response using the specified date. The endpoint returns a list of contacts that were  created/updated after the specified date.</p>\n","type":"text/plain"},"key":"updated_after","value":"{{YYYY-MM-DD HH:MM:SS}}"}],"variable":[]}},"response":[{"id":"a98b6e42-6622-43b7-b607-76766bcdff05","name":"List All Contacts Information Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/users/data/contacts?take=10&skip=0","host":["{{host}}"],"path":["users","data","contacts"],"query":[{"key":"take","value":"10"},{"key":"skip","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Apr 2022 07:31:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 446869,\n        \"uuid\": \"398efed0-e3d2-11eb-a9ae-736fb130585c\",\n        \"name\": \"Elbi Publication\",\n        \"first_name\": null,\n        \"middle_name\": null,\n        \"last_name\": null,\n        \"source\": null,\n        \"type\": \"Company\",\n        \"email\": \"contact@elbipub.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"contact@elbipub.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(247, 9, 13)\",\n        \"street\": \"504 Vine Street\",\n        \"city\": \"Waukegan\",\n        \"state\": \"IL\",\n        \"zip\": \"60085\",\n        \"country\": \"United States\",\n        \"number\": \"02\",\n        \"tags\": null,\n        \"source_id\": 31693,\n        \"referred_by\": null,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"504 Vine Street\\\",\\\"city\\\":\\\"Waukegan\\\",\\\"state\\\":\\\"IL\\\",\\\"zip\\\":\\\"60085\\\",\\\"country\\\":\\\"United States\\\"}]\",\n        \"phone\": \"+1123468300\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+1123468300\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": true\n    },\n    {\n        \"id\": 440469,\n        \"uuid\": \"b528f8d0-de3a-11eb-be36-7da9b70e0a04\",\n        \"name\": \"Global Connections\",\n        \"first_name\": null,\n        \"middle_name\": null,\n        \"last_name\": null,\n        \"source\": null,\n        \"type\": \"Company\",\n        \"email\": \"gconnection@hyart.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"gconnection@hyart.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(66, 109, 201)\",\n        \"street\": \"3457 Mattson Street\",\n        \"city\": \"UNION\",\n        \"state\": \"Mississippi \",\n        \"zip\": \"39365\",\n        \"country\": \"USA\",\n        \"number\": \"03\",\n        \"tags\": null,\n        \"source_id\": 31687,\n        \"referred_by\": 419561,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": \"Company\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"3457 Mattson Street\\\",\\\"city\\\":\\\"UNION\\\",\\\"state\\\":\\\"Mississippi \\\",\\\"zip\\\":\\\"39365\\\",\\\"country\\\":\\\"USA\\\"}]\",\n        \"phone\": \"(601) 773-2583\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+16017732583\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": false\n    },\n    {\n        \"id\": 419561,\n        \"uuid\": \"cd2adcc0-cdcc-11eb-b448-d5f1e383887d\",\n        \"name\": \"Jane Alisha Doe\",\n        \"first_name\": \"Jane\",\n        \"middle_name\": \"Alisha\",\n        \"last_name\": \"Doe\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"janedoe@lawcus.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"janedoe@lawcus.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(73, 181, 43)\",\n        \"street\": \"Seven St\",\n        \"city\": \"City\",\n        \"state\": \"Oregon\",\n        \"zip\": \"0056774\",\n        \"country\": \"US\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": 31687,\n        \"referred_by\": 419560,\n        \"prefix\": \"Ms.\",\n        \"gender\": \"FEMALE\",\n        \"date_of_birthday\": \"1970-06-09 11:42:40\",\n        \"note\": \"Do not contact her on Thursdays.\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"Seven St\\\",\\\"city\\\":\\\"City\\\",\\\"state\\\":\\\"Oregon\\\",\\\"country\\\":\\\"US\\\",\\\"zip\\\":\\\"0056774\\\"}]\",\n        \"phone\": \"+12904815801\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12904815801\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": false\n    },\n    {\n        \"id\": 709243,\n        \"uuid\": \"dac70a40-9e05-11ec-ac4f-b76cb5245594\",\n        \"name\": \"Jennifer J. Shanahan\",\n        \"first_name\": \"Jennifer\",\n        \"middle_name\": \"J.\",\n        \"last_name\": \"Shanahan\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"JenniferJShanahan@jourrapide.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"HOME\\\",\\\"value\\\":\\\"JenniferJShanahan@jourrapide.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(80, 229, 130)\",\n        \"street\": \"2214 Tyler Avenue\",\n        \"city\": \"Miami\",\n        \"state\": \"Florida\",\n        \"zip\": \"73107\",\n        \"country\": \"USA\",\n        \"number\": \"04\",\n        \"tags\": null,\n        \"source_id\": 31687,\n        \"referred_by\": 559420,\n        \"prefix\": \"Ms.\",\n        \"gender\": \"FEMALE\",\n        \"date_of_birthday\": \"1993-11-02 10:58:46\",\n        \"note\": \"Potential client\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"2214 Tyler Avenue\\\",\\\"city\\\":\\\"Miami\\\",\\\"state\\\":\\\"Florida\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"73107\\\"}]\",\n        \"phone\": \"(305) 374-9669\",\n        \"phones\": \"[{\\\"type\\\":\\\"MOBILE\\\",\\\"value\\\":\\\"+13053749669\\\",\\\"is_primary\\\":true}]\",\n        \"is_lead\": true,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": true\n    },\n    {\n        \"id\": 419560,\n        \"uuid\": \"2c43a300-cdc9-11eb-a375-8363f43c707c\",\n        \"name\": \"John Smith Doe\",\n        \"first_name\": \"John\",\n        \"middle_name\": \"Smith\",\n        \"last_name\": \"Doe\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"john.doe@gmail.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"HOME\\\",\\\"value\\\":\\\"john.doe@gmail.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(247, 212, 106)\",\n        \"street\": \"4901  Timber Oak Drive\",\n        \"city\": \"Unity\",\n        \"state\": \"Oregon\",\n        \"zip\": \"97884\",\n        \"country\": \"US\",\n        \"number\": \"01\",\n        \"tags\": null,\n        \"source_id\": 31688,\n        \"referred_by\": null,\n        \"prefix\": \"Mr.\",\n        \"gender\": \"MALE\",\n        \"date_of_birthday\": \"1974-06-11 11:15:09\",\n        \"note\": \"\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"4901  Timber Oak Drive\\\",\\\"city\\\":\\\"Unity\\\",\\\"state\\\":\\\"Oregon\\\",\\\"country\\\":\\\"US\\\",\\\"zip\\\":\\\"97884\\\"}]\",\n        \"phone\": \"+8059900055\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+8059900055\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [\n            {\n                \"type\": \"CHECKBOX\",\n                \"name\": \"Client Health Details\",\n                \"isDefault\": true,\n                \"isRequired\": false,\n                \"value\": \"\"\n            }\n        ],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": \"2021-10-04 18:10:20\",\n        \"is_client\": true\n    },\n    {\n        \"id\": 440470,\n        \"uuid\": \"e9520a80-de3a-11eb-9fcf-7f6bcabb3dc2\",\n        \"name\": \"Kim Karsten\",\n        \"first_name\": \"Kim\",\n        \"middle_name\": null,\n        \"last_name\": \"Karsten\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"kimkarstens@hyart.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"kimkarstens@hyart.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(127, 137, 15)\",\n        \"street\": \"\",\n        \"city\": null,\n        \"state\": null,\n        \"zip\": null,\n        \"country\": null,\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": 31688,\n        \"referred_by\": 440469,\n        \"prefix\": \"\",\n        \"gender\": \"NON_BINARY\",\n        \"date_of_birthday\": \"1990-07-02 09:16:24\",\n        \"note\": \"note for client\",\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\",\\\"street\\\":\\\"\\\"}]\",\n        \"phone\": \"(503) 419-4285\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+15034194285\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": 440469,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": false\n    },\n    {\n        \"id\": 461705,\n        \"uuid\": \"f5f437e0-f0fc-11eb-8fb8-6b962a99d01d\",\n        \"name\": \"Marco Welch\",\n        \"first_name\": \"Marco\",\n        \"middle_name\": null,\n        \"last_name\": \"Welch\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"MarcoEWelch@armyspy.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"MarcoEWelch@armyspy.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(120, 56, 175)\",\n        \"street\": \"3462 Scenic Way\",\n        \"city\": \"Spring Field\",\n        \"state\": \"IL\",\n        \"zip\": \"35401\",\n        \"country\": \"USA\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": 31690,\n        \"referred_by\": 419560,\n        \"prefix\": \"Mr.\",\n        \"gender\": \"MALE\",\n        \"date_of_birthday\": \"1985-07-11 06:23:34\",\n        \"note\": null,\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"HOME\\\",\\\"street\\\":\\\"3462 Scenic Way\\\",\\\"city\\\":\\\"Spring Field\\\",\\\"state\\\":\\\"IL\\\",\\\"country\\\":\\\"USA\\\",\\\"zip\\\":\\\"35401\\\"}]\",\n        \"phone\": \"(217) 705-3279\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"is_primary\\\":true,\\\"value\\\":\\\"+12177053279\\\"}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": 440469,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": true\n    },\n    {\n        \"id\": 709238,\n        \"uuid\": \"8e582f80-9dcc-11ec-b9ed-ab48b7a45924\",\n        \"name\": \"New company\",\n        \"first_name\": \"Name\",\n        \"middle_name\": \"Not\",\n        \"last_name\": \"Given\",\n        \"source\": null,\n        \"type\": \"Company\",\n        \"email\": \"\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(244, 48, 218)\",\n        \"street\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"prefix\": null,\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"phone\": \"\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"is_lead\": true,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": true\n    },\n    {\n        \"id\": 709237,\n        \"uuid\": \"74dfb090-9dcc-11ec-8f21-abe941b03d9f\",\n        \"name\": \"Rain Shiwakoti\",\n        \"first_name\": \"Rain\",\n        \"middle_name\": null,\n        \"last_name\": \"Shiwakoti\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"shak\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"shak\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(193, 224, 80)\",\n        \"street\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"zip\": \"\",\n        \"country\": \"\",\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"prefix\": \"Ms\",\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"phone\": \"\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"is_lead\": true,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": true\n    },\n    {\n        \"id\": 559420,\n        \"uuid\": \"19850ce0-238a-11ec-b536-d7352fdaaf18\",\n        \"name\": \"Renu Shiwakoti\",\n        \"first_name\": \"Renu\",\n        \"middle_name\": null,\n        \"last_name\": \"Shiwakoti\",\n        \"source\": null,\n        \"type\": \"Person\",\n        \"email\": \"renu@lawcus.com\",\n        \"emails\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"renu@lawcus.com\\\",\\\"is_primary\\\":true}]\",\n        \"avatar\": \"rgb(49, 201, 26)\",\n        \"street\": null,\n        \"city\": null,\n        \"state\": null,\n        \"zip\": null,\n        \"country\": null,\n        \"number\": null,\n        \"tags\": null,\n        \"source_id\": null,\n        \"referred_by\": null,\n        \"prefix\": \"Ms.\",\n        \"gender\": null,\n        \"date_of_birthday\": null,\n        \"note\": null,\n        \"addresses\": \"[{\\\"is_primary\\\":true,\\\"type\\\":\\\"WORK\\\"}]\",\n        \"phone\": \"\",\n        \"phones\": \"[{\\\"type\\\":\\\"WORK\\\",\\\"value\\\":\\\"\\\",\\\"is_primary\\\":true}]\",\n        \"is_lead\": null,\n        \"custom_fields\": [],\n        \"company_id\": null,\n        \"associated_user_id\": null,\n        \"last_contacted_at\": null,\n        \"is_client\": false\n    }\n]"}],"_postman_id":"6b1a7539-a9fc-4bf9-bbde-ae49e7e68826"},{"name":"List All Matters Information","id":"f2d946d6-d6bc-4503-804c-7c2fd9926da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.us.lawcus.com/users/data/matters?take={{take}}&skip={{skip}}&status={{status}}&updated_after={{YYYY-MM-DD HH:MM:SS}}","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"protocol":"https","path":["users","data","matters"],"host":["api","us","lawcus","com"],"query":[{"description":{"content":"<p>Total number of objects that you want to fetch in each response.</p>\n<p>We recommend you to specify the value of the parameter below 1000 to efficiently fetch the results. </p>\n","type":"text/plain"},"key":"take","value":"{{take}}"},{"description":{"content":"<p>Number of matters objects that you want to exclude from the response body.</p>\n<p>For example if the value of the take parameter is 100 and the skip paramater is 3, the endpoint returns 100 objects starting with the 3rd event in the collection.</p>\n<p>Can be used together with the <em>take</em> parameter to retrieve a particular set of objects.</p>\n","type":"text/plain"},"key":"skip","value":"{{skip}}"},{"description":{"content":"<p>Filters the response using the status of the matter. Value of the status can be a combination of the following:</p>\n<ul>\n<li>OPEN: Returns all the open matters.</li>\n<li>LEAD: Returns the leads which have not been converted to matter.</li>\n<li>ARCHIVED: Returns the matters which have been archived.</li>\n<li>NOT_HIRED: Returns the leads that were not converted into matter.</li>\n</ul>\n<p>Each value should be separated using Comma as follows: <em>OPEN,LEAD,ARCHIVED,NOT_HIRED</em>. Value of the parameter is <em>OPEN,LEAD</em> by default.</p>\n","type":"text/plain"},"key":"status","value":"{{status}}"},{"description":{"content":"<p>Filters the response using the specified date. The endpoint returns a list of matters that were  created/updated after the specified date.</p>\n","type":"text/plain"},"key":"updated_after","value":"{{YYYY-MM-DD HH:MM:SS}}"}],"variable":[]}},"response":[{"id":"af72d4ad-70dd-4350-99c9-a604f7e3c6bf","name":"List All Matters Information Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.us.lawcus.com/users/data/matters?take=20&skip=0&status=OPEN,LEAD,ARCHIVED,NOT_HIRED&updated_at_after_date=2021-10-10 05:05:05","protocol":"https","host":["api","us","lawcus","com"],"path":["users","data","matters"],"query":[{"key":"take","value":"20"},{"key":"skip","value":"0"},{"key":"status","value":"OPEN,LEAD,ARCHIVED,NOT_HIRED"},{"key":"updated_at_after_date","value":"2021-10-10 05:05:05"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 06 Apr 2022 07:55:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"},{"key":"X-Powered-By","value":"PHP/7.4.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Expose-Headers","value":"ETag"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Team, Authorization, If-None-Match, LAWCUS-WP-API-KEY"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 218149,\n        \"uuid\": \"ecfc2350-d361-11eb-94a2-1f7d1d25b902\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"John Smith Doe - Defamation Case\",\n        \"position\": 0,\n        \"stage_id\": 61870,\n        \"is_private\": null,\n        \"practice\": 67591,\n        \"display_number\": \"01-John Smith Doe\",\n        \"rates\": \"[{\\\"item_id\\\":26159,\\\"item_type\\\":\\\"USER\\\",\\\"rate\\\":\\\"40\\\"}]\",\n        \"number\": \"01\",\n        \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\">The case was filed by John Smith Doe against his employer. </p>\",\n        \"status\": \"OPEN\",\n        \"closed_at\": null,\n        \"billing_type\": \"HOURLY\",\n        \"open_date\": \"2021-06-22 13:52:37\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Case Assessment\",\n        \"rate\": \"0.00\",\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": 26159,\n        \"created_by\": 26159,\n        \"custom_fields\": [\n            {\n                \"type\": \"TEXT\",\n                \"name\": \"Health Details\",\n                \"isDefault\": true,\n                \"isRequired\": true,\n                \"value\": \"Diabetic\"\n            }\n        ],\n        \"lead_created_at\": null,\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36700,\n        \"client_id\": 419560,\n        \"client_referred_by\": null,\n        \"client_source_id\": 31688,\n        \"estimated_cost\": null,\n        \"task_due_date\": \"2021-07-13 12:06:50\",\n        \"evergreen_retainer_amount\": \"200.00\",\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Default\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 2,\n        \"last_contacted_at\": \"2021-10-04 18:10:20\",\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/ecfc2350-d361-11eb-94a2-1f7d1d25b902\"\n    },\n    {\n        \"id\": 227531,\n        \"uuid\": \"cb77ec00-e3d2-11eb-b8d4-fb3400adf156\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Norve lo book copyright issue\",\n        \"position\": 0,\n        \"stage_id\": 61870,\n        \"is_private\": null,\n        \"practice\": 67595,\n        \"display_number\": \"02-Elbi Publication\",\n        \"rates\": null,\n        \"number\": \"02\",\n        \"description\": \"<p style=\\\"margin-top:4px;margin-bottom:4px;min-height: 19px;\\\"></p>\",\n        \"status\": \"OPEN\",\n        \"closed_at\": null,\n        \"billing_type\": \"HOURLY\",\n        \"open_date\": \"2021-07-13 12:05:38\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Case Assessment\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": 26159,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": null,\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36700,\n        \"client_id\": 446869,\n        \"client_referred_by\": null,\n        \"client_source_id\": 31693,\n        \"estimated_cost\": null,\n        \"task_due_date\": \"2021-07-13 12:06:50\",\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Default\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 3,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/cb77ec00-e3d2-11eb-b8d4-fb3400adf156\"\n    },\n    {\n        \"id\": 372787,\n        \"uuid\": \"d6e32910-8e40-11ec-987b-4593c894a2dc\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Renu Shiwakoti\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-02-15 09:19:59\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-02-15 09:22:47\",\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 692209,\n        \"client_referred_by\": null,\n        \"client_source_id\": 31692,\n        \"estimated_cost\": null,\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/d6e32910-8e40-11ec-987b-4593c894a2dc\"\n    },\n    {\n        \"id\": 386374,\n        \"uuid\": \"74e08ea0-9dcc-11ec-93aa-7b15c5cdf6a6\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Account Name\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-03-07 04:04:42\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-03-07 04:10:00\",\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 709237,\n        \"client_referred_by\": null,\n        \"client_source_id\": null,\n        \"estimated_cost\": null,\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/74e08ea0-9dcc-11ec-93aa-7b15c5cdf6a6\"\n    },\n    {\n        \"id\": 386375,\n        \"uuid\": \"8e590360-9dcc-11ec-8f39-bd4cd8d11add\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"New company\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-03-07 04:04:42\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-03-07 04:10:42\",\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 709238,\n        \"client_referred_by\": null,\n        \"client_source_id\": null,\n        \"estimated_cost\": null,\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/8e590360-9dcc-11ec-8f39-bd4cd8d11add\"\n    },\n    {\n        \"id\": 386376,\n        \"uuid\": \"af69eba0-9dcc-11ec-b263-fbfff44776b7\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"John Doe Account - Revised\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-03-07 04:04:42\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-03-07 04:11:38\",\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 419560,\n        \"client_referred_by\": null,\n        \"client_source_id\": 31688,\n        \"estimated_cost\": null,\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/af69eba0-9dcc-11ec-b263-fbfff44776b7\"\n    },\n    {\n        \"id\": 386377,\n        \"uuid\": \"e3a48440-9dcc-11ec-ac37-ebf467cf8a4d\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Marco Welch\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": null,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": null,\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-03-07 04:04:42\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-03-07 04:13:05\",\n        \"location\": null,\n        \"location_id\": null,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 461705,\n        \"client_referred_by\": 419560,\n        \"client_source_id\": 31690,\n        \"estimated_cost\": null,\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/e3a48440-9dcc-11ec-ac37-ebf467cf8a4d\"\n    },\n    {\n        \"id\": 386383,\n        \"uuid\": \"dac7d120-9e05-11ec-98c8-efd95aa35f9e\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Jennifer - Matter\",\n        \"position\": null,\n        \"stage_id\": 61866,\n        \"is_private\": null,\n        \"practice\": 67589,\n        \"display_number\": null,\n        \"rates\": null,\n        \"number\": null,\n        \"description\": \"Matter description\",\n        \"status\": \"LEAD\",\n        \"closed_at\": null,\n        \"billing_type\": null,\n        \"open_date\": \"2022-03-07 10:51:36\",\n        \"due_date\": null,\n        \"stage_position\": 1,\n        \"stagename\": \"Prospect\",\n        \"rate\": null,\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": null,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": \"2022-03-07 11:00:52\",\n        \"location\": \"USA\",\n        \"location_id\": 31288,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36699,\n        \"client_id\": 709243,\n        \"client_referred_by\": 559420,\n        \"client_source_id\": 31687,\n        \"estimated_cost\": \"2000.00\",\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": null,\n        \"is_use_evergreen_retainer\": false,\n        \"workflowname\": \"Lead Intake\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/dac7d120-9e05-11ec-98c8-efd95aa35f9e\"\n    },\n    {\n        \"id\": 407781,\n        \"uuid\": \"c3acfd20-b04c-11ec-968f-2d653f6af594\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Jennifer J. Shanahan\",\n        \"position\": 0,\n        \"stage_id\": 61870,\n        \"is_private\": null,\n        \"practice\": 67584,\n        \"display_number\": \"03-Jennifer J. Shanahan\",\n        \"rates\": \"[{\\\"item_id\\\":26159,\\\"item_type\\\":\\\"USER\\\",\\\"rate\\\":\\\"20\\\"}]\",\n        \"number\": \"03\",\n        \"description\": \"<p>dmaknsflanf</p>\",\n        \"status\": \"OPEN\",\n        \"closed_at\": null,\n        \"billing_type\": \"HOURLY\",\n        \"open_date\": \"2022-03-30 17:07:49\",\n        \"due_date\": \"2022-04-06 17:12:49\",\n        \"stage_position\": 1,\n        \"stagename\": \"Case Assessment\",\n        \"rate\": \"0.00\",\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": 26159,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": null,\n        \"location\": \"USA\",\n        \"location_id\": 31288,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36700,\n        \"client_id\": 709243,\n        \"client_referred_by\": 559420,\n        \"client_source_id\": 31687,\n        \"estimated_cost\": \"3000.00\",\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": \"200.00\",\n        \"is_use_evergreen_retainer\": true,\n        \"workflowname\": \"Default\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/c3acfd20-b04c-11ec-968f-2d653f6af594\"\n    },\n    {\n        \"id\": 407814,\n        \"uuid\": \"ce591020-b04e-11ec-8a5b-73feaa0f9b73\",\n        \"tags\": null,\n        \"color_code\": null,\n        \"name\": \"Jennifer J. Shanahan\",\n        \"position\": 0,\n        \"stage_id\": 61870,\n        \"is_private\": null,\n        \"practice\": 67584,\n        \"display_number\": \"04-Jennifer J. Shanahan\",\n        \"rates\": \"[{\\\"item_id\\\":26159,\\\"item_type\\\":\\\"USER\\\",\\\"rate\\\":\\\"20\\\"}]\",\n        \"number\": \"04\",\n        \"description\": \"<p>dmaknsflanf</p>\",\n        \"status\": \"OPEN\",\n        \"closed_at\": null,\n        \"billing_type\": \"HOURLY\",\n        \"open_date\": \"2022-03-30 17:07:49\",\n        \"due_date\": \"2022-04-06 17:12:49\",\n        \"stage_position\": 1,\n        \"stagename\": \"Case Assessment\",\n        \"rate\": \"0.00\",\n        \"originating_timekeeper_id\": 26159,\n        \"responsible_attorney_id\": 26159,\n        \"settlement_amount\": null,\n        \"billing_attorney_id\": 26159,\n        \"created_by\": 26159,\n        \"custom_fields\": [],\n        \"lead_created_at\": null,\n        \"location\": \"USA\",\n        \"location_id\": 31288,\n        \"archived\": 0,\n        \"team_id\": 16652,\n        \"workflow_id\": 36700,\n        \"client_id\": 709243,\n        \"client_referred_by\": 559420,\n        \"client_source_id\": 31687,\n        \"estimated_cost\": \"3000.00\",\n        \"task_due_date\": null,\n        \"evergreen_retainer_amount\": \"200.00\",\n        \"is_use_evergreen_retainer\": true,\n        \"workflowname\": \"Default\",\n        \"relations\": [],\n        \"assignees\": [\n            26159\n        ],\n        \"assignId\": [\n            \"ae5a43c0-bc6d-11eb-9be5-77b22c87b535\"\n        ],\n        \"starred\": false,\n        \"completed_tasks_count\": 0,\n        \"uncompleted_tasks_count\": 0,\n        \"document_count\": 0,\n        \"lawcus_url\": \"https://lawcus-team.lawcus.com/matter/ce591020-b04e-11ec-8a5b-73feaa0f9b73\"\n    }\n]"}],"_postman_id":"f2d946d6-d6bc-4503-804c-7c2fd9926da6"}],"id":"5575cc27-1bc9-4dd1-95da-09b4b82c66b0","description":"<p>Using the Users API, you can fetch the information of the current users and the team mates in Lawcus.</p>\n","_postman_id":"5575cc27-1bc9-4dd1-95da-09b4b82c66b0","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}}},{"name":"List Workflow","id":"a21a61d9-4be1-421b-b0e6-194a7ac94125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/workflows","description":"<p>Fetch the list of workflow in Lawcus and their respective <strong>id</strong>.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["workflows"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a21a61d9-4be1-421b-b0e6-194a7ac94125"},{"name":"List Workflow Stage","id":"c0f9610a-98f8-4042-b411-b024069774c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/stages?workflow_id=9aeaa470-83cc-11e7-b729-6564a5c92314","description":"<p>List the stages of the matters that matches the given <strong>workflow_id</strong>.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"},"isInherited":true,"source":{"_postman_id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","id":"e9579cd8-6b6b-42fb-ad59-d98d63e17353","name":"Lawcus API","type":"collection"}},"urlObject":{"path":["stages"],"host":["{{host}}"],"query":[{"key":"workflow_id","value":"9aeaa470-83cc-11e7-b729-6564a5c92314"}],"variable":[]}},"response":[],"_postman_id":"c0f9610a-98f8-4042-b411-b024069774c6"}],"auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","redirect_uri":"<redirect_uri>","authUrl":"<auth-url>","tokenName":"<token-name>","client_authentication":"<client_authentication>","tokenType":"<token-type>","accessToken":"<access-token>","accessTokenUrl":"<access-token-url>","useBrowser":"<use-browser>","headerPrefix":"<header-prefix>"}},"event":[{"listen":"prerequest","script":{"id":"56c23624-60dd-4e42-b5b7-0feffcb1ccc1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ecdd60f-1fbc-40de-b941-9d8dd50cbc5e","type":"text/javascript","exec":[""]}}]}