{"info":{"_postman_id":"97b5561e-66bc-452d-a6c9-100a7ddd8d03","name":"Monoly Core API","description":"<html><head></head><body><h1 id=\"welcome-to-monoly-core-documentation\">Welcome to Monoly Core documentation!</h1>\n<p><strong>Monoly Core</strong> is an enterprise-grade trust network that enables both internal and external entities to communicate and collaborate with each other while retaining the <em>complete ownership</em> and <em>control</em> of their data.</p>\n<p>It provides RESTFul Open APIs to integrate the Monoly technology into an existing or a new product (be it enterprise or cloud based).</p>\n<p>Unlike most of the existing enterprise communication solutions where user data is stored in a centralized service, Monoly Core does not get involved in the enterprise users’ data exchange loop while powering up the entire service trustworthy.</p>\n<p>It defines the trust governance framework which enables secure peer to peer communication between trusted enterprise nodes.</p>\n<h2 id=\"create-a-developer-account\">Create a Developer Account</h2>\n<p>To use Monoly Core, create a developer account on <a href=\"https://monoly.com\">web portal</a>.Developers can use their email address to create a developer account.</p>\n<h4 id=\"login-to-developer-account\">Login to Developer Account</h4>\n<p>Once registered, developers can sign-in to developer portal using their registered email address and the chosen password.Successful login will take the user to developers' home page.In case the developer has forgotten the password, it can be easily reset using the registered email address during Sign-in stage.</p>\n<h4 id=\"add-development-environment\">Add Development Environment</h4>\n<p>Developer portal offers a sandbox development environment, in the cloud, running Monoly Core's service nodes. It provides an opportunity for developers to develop, integrate and test their applications with actual core nodes without worrying about setting up the infrastructure for running such nodes.<br>While creating a developer account, one development environment gets created by default. If developers require more than one environment, they can create them via `developer portal `_.</p>\n<h2 id=\"application-key\">Application Key</h2>\n<p>An API key is a token that a client provides when making API calls. Developers use API Keys to access Monoly Core API. These represent the required credentials and also identify the application which is using the Core API. API key ensure that only the authorized applications access the Core nodes.</p>\n<p>Developers can create and manage API keys from their developers portal. Each development or production environment requires a separate API key.</p>\n<h4 id=\"managing-api-key\">Managing API key</h4>\n<p>You can manage the API key for accessing your development environment from developer portal. Against each development environment, you can create API key, rotate it or take other actions.<br>For production environment, API key can be managed from respective enterprise admin portal.</p>\n<h4 id=\"creating-an-api-key\">Creating an API key</h4>\n<p>To create an API key:</p>\n<p>* Login in to developer portal using your credentials<br>* Go to respective development environment section for which you need to create API key<br>* Click <strong>Generate API key</strong> to create a new API key<br>* Monoly Core API returns 401 Unauthorized response for requests with missing or invalid API key.</p>\n<h4 id=\"guidelines\">Guidelines</h4>\n<p>* API keys are supposed to be a secret that only the client and server know.<br>* Like basic authentication, API key-based authentication is only considered secure if used together with other security mechanisms such as HTTPS/SSL.<br>* Do not embed API keys directly in code. API keys that are embedded in code can be accidentally exposed to the public.<br>* Do not store API keys in files inside your application's source tree.<br>* Delete unneeded API keys to minimize exposure to attacks.<br>* Rotate your API keys periodically.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Welcome to Monoly Core documentation!","slug":"welcome-to-monoly-core-documentation"}],"owner":"23708781","collectionId":"97b5561e-66bc-452d-a6c9-100a7ddd8d03","publishedId":"2s83zdukd2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"03BD5D"},"publishDate":"2022-10-11T06:56:30.000Z"},"item":[{"name":"User Registration","item":[{"name":"/ent/v1/uids/:uid/account","id":"86762f10-7dae-4bc7-8a43-0f89bef5fa8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"url":"/ent/v1/uids/:uid/account","description":"<p>In order to register a user on Monoly service, CID (Company ID) and UID (User ID) are required. In case of the development environment, the developer receives the CID and UID on creating a new development environment via developers' portal. In case of production environment, the enterprise receives the CID and requested list of UIDs from Monoly Inc. via some out of band mechanism such as email.  </p>\n<p>As a first step, the enterprise assigns an un-used UID, from the list of received UIDs, to a given user via some out of band mechanism such as email  </p>\n<p>This API handles registion of user's email id against the assigned UID.</p>\n","urlObject":{"path":["ent","v1","uids",":uid","account"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"uid"}]}},"response":[{"id":"fc239f59-4562-4c24-925e-049e8c051fce","name":"OK<br>Everything worked as expected.","originalRequest":{"header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@company.com\"\n}"},"url":{"raw":"/ent/v1/uids/:uid/account","path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"{uid}","description":"(Required) The UID assigned to the enterprise user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 2002,\n  \"message\": \"Activation email sent\",\n  \"data\": \"Just click the link on email.\"\n}"},{"id":"eeeffbd8-1b70-4986-840c-11dfe4122d6c","name":"Bad Request","originalRequest":{"header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@company.com\"\n}"},"url":{"raw":"/ent/v1/uids/:uid/account","path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":null,"description":"(Required) The UID assigned to the enterprise user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"e053ff1d-7e06-4df6-8c75-4ed8855e9b3b","name":"Unauthorized","originalRequest":{"header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@company.com\"\n}"},"url":{"raw":"/ent/v1/uids/:uid/account","path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":null,"description":"(Required) The UID assigned to the enterprise user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"32088861-0604-4b87-882a-154dfe162a56","name":"Not found","originalRequest":{"header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@company.com\"\n}"},"url":{"raw":"/ent/v1/uids/:uid/account","path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":null,"description":"(Required) The UID assigned to the enterprise user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"d1fb0a7f-2a1c-443e-8381-6f2d1e809438","name":"Internal Server Error","originalRequest":{"header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"testuser@company.com\"\n}"},"url":{"raw":"/ent/v1/uids/:uid/account","path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":null,"description":"(Required) The UID assigned to the enterprise user"}]}},"code":500,"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"86762f10-7dae-4bc7-8a43-0f89bef5fa8a"},{"name":"/ent/v1/uids/:uid/account","id":"1bcb1796-33eb-451e-a24e-8196f91f7d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[],"url":"/ent/v1/uids/:uid/account","description":"<p>The API method is used to update the email validation status of the user when terms and conditions are accepted by the user.</p>\n","urlObject":{"path":["ent","v1","uids",":uid","account"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"uid"}]}},"response":[{"id":"1d27533b-50c2-45cd-8681-7dd8b6d724c4","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xybz@example.com\",\n  \"activation\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2006,\n  \"message\": \"User status updated successfully.\",\n  \"data\": \"\"\n}"},{"id":"1b3ca897-c304-46cb-80c7-a60941817c38","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xybz@example.com\",\n  \"activation\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"nisi anim cillum adipisicing\",\n  \"message\": \"non magna laborum dolore offi\",\n  \"data\": {}\n}"},{"id":"018bff37-cee2-4b7b-9aa4-6c6814791310","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xybz@example.com\",\n  \"activation\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"2af4a530-3a7d-4f00-9275-fc95281ddff3","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xybz@example.com\",\n  \"activation\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"93eedbc1-292b-4bb1-a861-95c8e969653b","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xybz@example.com\",\n  \"activation\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"1bcb1796-33eb-451e-a24e-8196f91f7d92"},{"name":"/ent/v1/uids/:uid/account","id":"2b0dc83f-a9be-4bf4-871f-92d1ed7d6c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[],"url":"/ent/v1/uids/:uid/account","description":"<p>Update user account details like screen name and credentials (username and password).</p>\n","urlObject":{"path":["ent","v1","uids",":uid","account"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"uid"}]}},"response":[{"id":"f3ff65d2-62a9-43a1-a2f8-4a649b48cc71","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screen-name\": \"John Wick\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2004,\n  \"message\": \"User credentials updated successfully.\",\n  \"data\": \"\"\n}"},{"id":"8cbae400-196c-45f8-a5ff-0fd5993e8216","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screen-name\": \"John Wick\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"c84c4d74-df32-4428-9d3d-a892743f8bd6","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screen-name\": \"John Wick\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"851b10bb-dfa0-40bd-8a08-d2e0d1efcc75","name":"Not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screen-name\": \"John Wick\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"76a86438-826d-4a65-a8ca-fb8a4d3003a3","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screen-name\": \"John Wick\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account"],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) The UID assigned to the enterprise user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"2b0dc83f-a9be-4bf4-871f-92d1ed7d6c8a"},{"name":"/ent/v1/uids/:uid/account/verify","id":"62dc0d42-3a00-418e-8be9-dedf96b7c53a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/uids/:uid/account/verify","description":"<p>Thie API represents users' email activation end-point. On successful validation, it loads the Terms and Conditions Page with user context.</p>\n","urlObject":{"path":["ent","v1","uids",":uid","account","verify"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"uid"}]}},"response":[{"id":"3b5f3ea7-b53a-463f-b6ef-ee08db691990","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/verify?activation-code=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","verify"],"query":[{"key":"activation-code","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) UID for the user identification"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"873eb697-5f41-4103-b71e-d0e2bf06c334","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/verify?activation-code=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","verify"],"query":[{"key":"activation-code","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) UID for the user identification"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"c2965de6-7e1d-4bcf-8ed7-164b1f9b22cb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/verify?activation-code=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","verify"],"query":[{"key":"activation-code","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) UID for the user identification"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"74f7167c-2949-4f81-b68b-afeb5503ce5d","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/verify?activation-code=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","verify"],"query":[{"key":"activation-code","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) UID for the user identification"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"c8cc439e-8eec-428f-8292-43b652f7842c","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/verify?activation-code=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","verify"],"query":[{"key":"activation-code","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) UID for the user identification"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"62dc0d42-3a00-418e-8be9-dedf96b7c53a"},{"name":"/ent/v1/uids/:uid/account/resend-activation","id":"235fad8f-53fd-45a1-938a-13dc9ac4f31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/uids/:uid/account/resend-activation","description":"<p>This API is used to resend the activation email for given user.</p>\n","urlObject":{"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"uid"}]}},"response":[{"id":"84c0f574-c9ef-40bc-8f3b-7242de38292c","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/resend-activation?email=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[{"key":"email","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) User ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2003,\n  \"message\": \"Email is triggered.\",\n  \"data\": \"\"\n}"},{"id":"c9a8e292-2cfa-42b6-997a-57e194b6a872","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/resend-activation?email=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[{"key":"email","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) User ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"d3ca22c8-e8c8-4ded-ab80-db8c130e8b33","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/resend-activation?email=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[{"key":"email","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) User ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"a3167b92-0444-456d-a21a-d9fc1d02b80c","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/resend-activation?email=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[{"key":"email","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) User ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"8ad26671-25e7-4b67-85c1-2a3f62667771","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/uids/:uid/account/resend-activation?email=fugiat ut nisi nulla aliqua","host":["{{baseUrl}}"],"path":["ent","v1","uids",":uid","account","resend-activation"],"query":[{"key":"email","value":"fugiat ut nisi nulla aliqua"}],"variable":[{"key":"uid","value":"fugiat ut nisi nulla aliqua","description":"(Required) User ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"235fad8f-53fd-45a1-938a-13dc9ac4f31f"},{"name":"/ent/v1/user/screen-name/:screenname","id":"e002ddfb-e5d7-4f3c-93c0-d0ab2fd15a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/user/screen-name/:screenname","description":"<p>This API checks if the provided screen-name is available for use or is already occupied and can't be used</p>\n","urlObject":{"path":["ent","v1","user","screen-name",":screenname"],"query":[],"variable":[{"description":{"content":"<p>(Required) The UID assigned to the enterprise user</p>\n","type":"text/plain"},"type":"any","value":"{uid}","key":"screenname"}]}},"response":[{"id":"55b443d2-3f7a-4a06-b479-9e4c11a8a44d","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/screen-name/:screenname?checkAvailability=true","host":["{{baseUrl}}"],"path":["ent","v1","user","screen-name",":screenname"],"query":[{"key":"checkAvailability","value":"true"}],"variable":[{"key":"screenname","value":"fugiat ut nisi nulla aliqua","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2005,\n  \"message\": \"Screen Name is available.\",\n  \"data\": \"\"\n}"},{"id":"d2d90cdb-75ad-4695-bd72-53ab3a19af4d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/screen-name/:screenname?checkAvailability=true","host":["{{baseUrl}}"],"path":["ent","v1","user","screen-name",":screenname"],"query":[{"key":"checkAvailability","value":"true"}],"variable":[{"key":"screenname","value":"fugiat ut nisi nulla aliqua","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4009,\n  \"message\": \"Screen Name is already taken.\",\n  \"data\": \"\"\n}"},{"id":"f6637dd2-1756-4b86-b39d-7faaadc918a8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/screen-name/:screenname?checkAvailability=true","host":["{{baseUrl}}"],"path":["ent","v1","user","screen-name",":screenname"],"query":[{"key":"checkAvailability","value":"true"}],"variable":[{"key":"screenname","value":"fugiat ut nisi nulla aliqua","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"b68fb301-79b0-4548-9e65-f5205233eb1f","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/screen-name/:screenname?checkAvailability=true","host":["{{baseUrl}}"],"path":["ent","v1","user","screen-name",":screenname"],"query":[{"key":"checkAvailability","value":"true"}],"variable":[{"key":"screenname","value":"fugiat ut nisi nulla aliqua","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"b50fa1d6-dbab-4de1-9174-6a558f50bd1d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/screen-name/:screenname?checkAvailability=true","host":["{{baseUrl}}"],"path":["ent","v1","user","screen-name",":screenname"],"query":[{"key":"checkAvailability","value":"true"}],"variable":[{"key":"screenname","value":"fugiat ut nisi nulla aliqua","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"e002ddfb-e5d7-4f3c-93c0-d0ab2fd15a2d"},{"name":"/ent/v1/user/create-account","id":"70c162d1-d516-4929-aaf9-924375d6b2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user/create-account","description":"<p>The API is used to create user account on monoly service.</p>\n","urlObject":{"path":["ent","v1","user","create-account"],"query":[],"variable":[]}},"response":[{"id":"626af4e8-5249-4787-b26e-62707b4a199b","name":"OK","originalRequest":{"method":"POST","header":[{"description":"(Required) an authorization header","key":"API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/create-account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"uid\": \"VSZR4OTI\",\n    \"userId\": 53981608\n  }\n}"},{"id":"d2e2d6f4-9993-4af2-938b-14379ddc6df1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"(Required) an authorization header","key":"API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/create-account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"82ee0a5a-390d-430a-8866-36f66dfb4157","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) an authorization header","key":"API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/create-account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"e43610dd-fff9-4891-8537-97fbcb8d30b8","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) an authorization header","key":"API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/create-account"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"33f7038b-99a5-4fd6-b9de-7dbaf40ec1df","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"(Required) an authorization header","key":"API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"screenName\": \"xyas\",\n  \"uid\": \"VSZR40TI\",\n  \"name\": \"Randy Orton\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/create-account"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"70c162d1-d516-4929-aaf9-924375d6b2fd"}],"id":"2ed62061-c2b5-4004-b94b-68a3a4bc1c0c","description":"<p>In order to register a user on Monoly service, CID (Company ID) and UID (User ID) are required. In case of the development environment, the developer receives the CID and UID on creating a new development environment via developers' portal. In case of production environment, the enterprise receives the CID and requested list of UIDs from Monoly Inc. via some out of band mechanism such as email.</p>\n<p>As a first step, the enterprise assigns an un-used UID, from the list of received UIDs, to a given user via some out of band mechanism such as email. Here is an example of implementing registration using email.</p>\n<ol>\n<li>User begins the registration process by clicks on the registration link and providing her UID and Email Address. This step tries to bind the given UID with user’s email address.</li>\n<li>In case the UID or Email address is already registered, an error is thrown. Else, the Monoly service sends an activation link to the provided email address for verification.</li>\n<li>User verifies the email address by clicking the activation link.</li>\n<li>On successful verification, the user is presented with a ‘Terms &amp; Conditions’ page specific to the enterprise policies.</li>\n<li>User can choose to accept or rejects the ‘Terms &amp; Conditions’.</li>\n<li>If rejected, the flow will terminated and the registration will be un-successful. Else, the user will be asked to set her unique screen name and the password. Screen name must be unique across the enterprise as it uniquely identifies the user.</li>\n<li>If user chooses a screen name which is already taken, an error will be thrown and user will be asked to choose another screen name.</li>\n<li>Once the user choose a unique screen name and password, the registration request is send to the Monoly service</li>\n<li>If everything goes will, user account will be successfully created and activated.</li>\n</ol>\n<p>Once the user has created her account on Monoly Core enterprise backend service, she can login to access the service using her username and password.</p>\n<p>On successful login, the login API returns a bearer token containing the user context. This token has to be passed to the backend service in subsequent API to identify the user context; otherwise the API would return authorization failure.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba0bde1f-52fa-4c44-a738-27a8563110f1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"767b0947-64e5-4142-927f-853ab457ff9c","type":"text/javascript","exec":[""]}}],"_postman_id":"2ed62061-c2b5-4004-b94b-68a3a4bc1c0c"},{"name":"User Login / Logout","item":[{"name":"/ent/v1/user/login","id":"5427f992-0362-4502-beca-f12048ddf44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user/login","description":"<p>The API is used to authenticate the user to Monoly fabics' enterprise backend service</p>\n","urlObject":{"path":["ent","v1","user","login"],"query":[],"variable":[]}},"response":[{"id":"1bc9e509-35a6-4158-8a42-03c84ccd711f","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2007,\n  \"message\": \"User login successful.\",\n  \"data\": {\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImRlZXBha2RlZXBwYW53YXJAZ21haWwuY29tIiwiZXhwIjoxNTk4MDQ5NjcyfQ.hGmWyptpZR6-x67p8velvxszK4nOpyUqqKIu02hGsQE\",\n    \"expiresIn\": 600\n  }\n}"},{"id":"90fe4413-02cf-443b-b389-c6c6e1f95c39","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"0ea5d024-5c74-4a53-a088-0f33830f2f50","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"295af485-474a-4d68-9ed7-c077686bba3d","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"9d1c1542-89bf-4b76-b437-ce3253d31c1f","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"xyas@example.com\",\n  \"password\": \"NUqwhsjnsk@1131289\",\n  \"clear-cache\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/user/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"5427f992-0362-4502-beca-f12048ddf44d"},{"name":"/ent/v1/user/logout","id":"415c39c7-d851-4be9-b6da-3ff5757edbc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/user/logout","description":"<p>This API is used to logout the user session.</p>\n","urlObject":{"path":["ent","v1","user","logout"],"query":[],"variable":[]}},"response":[{"id":"523d2faf-e9b7-4107-842e-df1258bfcfb4","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/user/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2008,\n  \"message\": \"User logout successful.\",\n  \"data\": \"\"\n}"},{"id":"5663de64-27e9-4db1-a57e-77f7d6c4e583","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/user/logout"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"1673ad10-7bf4-4b51-8d4d-e35ba54e9e13","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/user/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"anim\",\n  \"message\": \"in aute elit\",\n  \"data\": {}\n}"},{"id":"e404cd49-7583-40bf-a5e8-1f4ea3510336","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/user/logout"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"anim\",\n  \"message\": \"in aute elit\",\n  \"data\": {}\n}"},{"id":"afd0671a-6c4c-4ab1-ad11-64abefee46e9","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/user/logout"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"415c39c7-d851-4be9-b6da-3ff5757edbc9"}],"id":"f842a9ea-202c-4c0c-b4c8-a9bc3d638c1b","description":"<p>Once the user has created her account on Monoly Core enterprise backend service, she can login to access the service using her username and password.</p>\n<p>On successful login, the login API returns a bearer token containing the user context. This token has to be passed to the backend service in subsequent API to identify the user context; otherwise the API would return authorization failure.</p>\n<p>Following API are used to login or logout a user from Monoly service.</p>\n","_postman_id":"f842a9ea-202c-4c0c-b4c8-a9bc3d638c1b"},{"name":"Discussion","item":[{"name":"Discussions","item":[{"name":"/ent/v1/user-type","id":"6fa5959b-ef9d-4bc8-9da1-62d50d84b237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/user-type?user-emails=xyz@example.com","description":"<p>This API is used to get the user or member type (internal/external/guest) by email before adding it to a channel<br /><br /><i>Note: The UID of inviter shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","user-type"],"query":[{"description":{"content":"<p>(Required) Comma separated list of user emails</p>\n","type":"text/plain"},"key":"user-emails","value":"xyz@example.com"}],"variable":[]}},"response":[{"id":"57ca445e-a0a3-4155-99f9-fadde3e87e02","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=xyz@example.com","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"xyz@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 49889983.02645874,\n  \"message\": \"ullamco irure magna\",\n  \"data\": [\n    {\n      \"email\": \"ex\",\n      \"member_type\": \"EXTERNAL\",\n      \"Ent\": [\n        {\n          \"name\": \"Monoly\",\n          \"cid\": \"MON1332322\"\n        },\n        {\n          \"name\": \"Monoly\",\n          \"cid\": \"MON1332322\"\n        }\n      ]\n    },\n    {\n      \"email\": \"nulla laborum enim\",\n      \"member_type\": \"EXTERNAL\",\n      \"Ent\": [\n        {\n          \"name\": \"Monoly\",\n          \"cid\": \"MON1332322\"\n        },\n        {\n          \"name\": \"Monoly\",\n          \"cid\": \"MON1332322\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"4e79bd97-d639-4ed9-8d75-8a3321f88d97","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=xyz@example.com","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"xyz@example.com"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"6d81e561-1814-4bfb-8fe8-3e417c438e5c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=xyz@example.com","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"xyz@example.com"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"f32a80aa-7a92-4cd1-ae09-d97c27c67ba3","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=xyz@example.com","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"xyz@example.com"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"6fa5959b-ef9d-4bc8-9da1-62d50d84b237"},{"name":"/ent/v2/discussionboards","id":"dc5384cb-91f3-41c7-9658-78594a0b9d3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v2/discussionboards","description":"<p>This API is used to create a discussion with user list and discussion attributes. <br /> This API is also used to add the members to an existing discussion by sending the discussion ID in the request body.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v2","discussionboards"],"query":[],"variable":[]}},"response":[{"id":"90af799c-3df8-4e5e-9982-302f7873f9c9","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": 1,\n    \"creator\": \"CreatorName\",\n    \"creatorId\": 1,\n    \"topic\": \"\",\n    \"createdOn\": 1598816681,\n    \"name\": \"ChannelName\",\n    \"description\": \"Channel description\",\n    \"type\": \"INTERNAL_CHANNEL\",\n    \"creatorImg\": \"\",\n    \"memberCount\": 2,\n    \"isOwner\": false\n  }\n}"},{"id":"e69151ea-adf6-44ee-bd9e-73d4a33ac75c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"87a4f5e0-9d41-4a98-800a-a9df7400132a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"da3c9b04-ad5a-4099-86ae-7825c9ad9b0b","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"dc5384cb-91f3-41c7-9658-78594a0b9d3c"},{"name":"/ent/v2/channels","id":"248e126b-747c-4121-ac2a-7b80d656137a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","description":"<p>This API shall return information related to all the given user. The API also returns the information of unread notifications, unread posts and last post metadata of the discussions. The unread information can be consumed to highlight the discussions to the user.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v2","channels"],"query":[{"description":{"content":"<p>Filter type. Possible values: ('id', 'name')</p>\n","type":"text/plain"},"key":"type","value":"id"},{"description":{"content":"<p>Filter value. Possible values could be 'channel-id' or 'channel-name'</p>\n","type":"text/plain"},"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}],"variable":[]}},"response":[{"id":"88114ece-0ac6-4f78-bdc1-8786affadb24","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","host":["{{baseUrl}}"],"path":["ent","v2","channels"],"query":[{"key":"type","value":"id"},{"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 12462084.842291474,\n  \"message\": \"aliquip\",\n  \"data\": [\n    {\n      \"id\": \"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3\",\n      \"creator\": \"John Xeu\",\n      \"creatorId\": \"8758c5c6-6226-4e88-8ab8-24612b6771a6\",\n      \"topic\": \"Project preparation and requirement gathering\",\n      \"createdOn\": 1655451595,\n      \"UpdatedAt\": 1656676154,\n      \"name\": \"Project Xeta-express\",\n      \"description\": \"prelim discussions\",\n      \"type\": \"INTERNAL\",\n      \"creatorImg\": \"eu sint aute\",\n      \"creatorType\": \"INTERNAL\",\n      \"memberCount\": 10,\n      \"isOwner\": true,\n      \"status\": \"ACTIVE\",\n      \"unreadPostCount\": 15,\n      \"newMessageCount\": 15,\n      \"notificationCount\": 5,\n      \"LastPost\": {},\n      \"IsInvitePending\": false,\n      \"companyName\": \"Monoly\",\n      \"notificationFilter\": 255,\n      \"presetFileUpload\": 31,\n      \"originalCreatorId\": \"8758c5c6-6226-4e88-8ab8-24612b6771a6\",\n      \"isAdminCreated\": true\n    },\n    {\n      \"id\": \"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3\",\n      \"creator\": \"John Xeu\",\n      \"creatorId\": \"8758c5c6-6226-4e88-8ab8-24612b6771a6\",\n      \"topic\": \"Project preparation and requirement gathering\",\n      \"createdOn\": 1655451595,\n      \"UpdatedAt\": 1656676154,\n      \"name\": \"Project Xeta-express\",\n      \"description\": \"prelim discussions\",\n      \"type\": \"INTERNAL\",\n      \"creatorImg\": \"officia labore sed\",\n      \"creatorType\": \"INTERNAL\",\n      \"memberCount\": 10,\n      \"isOwner\": true,\n      \"status\": \"ACTIVE\",\n      \"unreadPostCount\": 15,\n      \"newMessageCount\": 15,\n      \"notificationCount\": 5,\n      \"LastPost\": {},\n      \"IsInvitePending\": false,\n      \"companyName\": \"Monoly\",\n      \"notificationFilter\": 255,\n      \"presetFileUpload\": 31,\n      \"originalCreatorId\": \"8758c5c6-6226-4e88-8ab8-24612b6771a6\",\n      \"isAdminCreated\": true\n    }\n  ],\n  \"err\": \"ad do anim incididunt\"\n}"},{"id":"2d90b5fd-aab2-4366-9f0f-cb0d72262a3a","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","host":["{{baseUrl}}"],"path":["ent","v2","channels"],"query":[{"key":"type","value":"id"},{"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"eceb9321-4089-4eaa-bed0-2832c9b7fe7b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","host":["{{baseUrl}}"],"path":["ent","v2","channels"],"query":[{"key":"type","value":"id"},{"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"5ebd9b92-1d94-4df8-be0f-9b20c00d68d0","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","host":["{{baseUrl}}"],"path":["ent","v2","channels"],"query":[{"key":"type","value":"id"},{"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"26ab4f95-6dad-47cf-b9ed-0f8f7006d868","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels?type=id&value=dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3","host":["{{baseUrl}}"],"path":["ent","v2","channels"],"query":[{"key":"type","value":"id"},{"key":"value","value":"dde1ebe1-69b5-48b2-8ec3-ab2ba1f316c3"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"248e126b-747c-4121-ac2a-7b80d656137a"},{"name":"/ent/v1/channels/ids/:channel-id","id":"2208c2ce-5d3b-4eec-8852-3ade0f648e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channels/ids/:channel-id","description":"<p>This API is used to delete the given Channel.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id"],"query":[],"variable":[{"id":"a1967b5d-878a-4e86-9cf7-2b5e348d197f","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"c3c4efca-de58-4cba-935f-d9625e232dee","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ad68ac18-ef58-49e6-9958-7cf29e23cc49","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"4a975776-268c-4a5d-a351-eef3630b2d3b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"8afda4d5-844e-4231-b940-337b3af66df2","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"c9b44b5e-bf26-4c29-b06f-3d13c9aec47d","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"67be819f-6a46-4968-a4f3-ced851a50af3","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"2208c2ce-5d3b-4eec-8852-3ade0f648e00"},{"name":"/ent/v1/channels/ids/:channel-id","id":"d72e28bc-3459-4c46-a804-6e1f99e1963c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/channels/ids/:channel-id","description":"<p>This API is used to update channel details like name, description etc.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id"],"query":[],"variable":[{"id":"fe1a9222-8c43-4ae2-9531-f33d164e4be7","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"c9f66274-3d27-40e2-a476-e9513c512d4c","name":"The request is successfully processed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"280eed67-440a-439b-8b6a-b40e1f453ded","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"ba3d8e42-d36e-47df-ad4f-c4264f79e6c6","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"eb67e7e5-9438-4872-b52f-ee9f542a4cb0","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"84f6fa9f-6ec3-4ec0-8889-d96451541beb","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"55f67213-0183-4cd9-b311-8cf46f8308e3","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"NewInternalTestChannel\",\n  \"description\": \"Internal Test Channel (New)\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"d72e28bc-3459-4c46-a804-6e1f99e1963c"},{"name":"/ent/v1/channels/ids/:channel-id/topic","id":"7a3c8255-e5ec-4218-8761-1a01e1bef40e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channels/ids/:channel-id/topic","description":"<p>This API is used to get the topci of the given Channel.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","topic"],"query":[],"variable":[{"id":"e3403fe4-6876-4c2c-a42c-1ac8d31dbf4f","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"d6f4591c-cfab-416a-960e-f7c6d96bbaa4","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": \"123\",\n    \"topic\": \"My Channel Topic\"\n  }\n}"},{"id":"2b51b32c-a4eb-440f-a9e7-c188c00a2715","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"916bd40d-6edd-4875-bb37-90ccae4bd504","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"efcae5e5-6ab0-4d11-b191-8a5cf28a071e","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"f0dfda7f-a9a4-4cce-9128-3a2e9603bdfb","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"86998623-065d-4ae0-b8a4-1310469ee0d4","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"7a3c8255-e5ec-4218-8761-1a01e1bef40e"},{"name":"/ent/v1/channels/ids/:channel-id/topic","id":"ef533668-6e5d-455b-9ef2-b402a8a02ef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/channels/ids/:channel-id/topic","description":"<p>This API is used to update channel topic. <br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","topic"],"query":[],"variable":[{"id":"892f09ba-d86a-4f0e-bdde-c31f6cd815a5","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"e31637eb-e41e-4364-a0f9-e75269f33890","name":"The request is successfully processed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"c0d985f9-8338-4171-abf6-d97676d2ab06","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"37c5890e-55d4-4d6a-aac1-30111f5998a0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"66cb22f7-a683-47c2-8d16-ded5b2f8b090","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"e0f111c1-d16b-40d2-abdd-eaacf69c65b3","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"311bc334-07af-4dfd-bf3c-92c11cf57284","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"topic\": \"My Channel Topic\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"ef533668-6e5d-455b-9ef2-b402a8a02ef6"},{"name":"/ent/v1/channels/ids/:channel-id/topic","id":"446d0e3a-3522-40b1-9ad2-b549248b47ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channels/ids/:channel-id/topic","description":"<p>This API is used to delete the topic of a given Channel.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","topic"],"query":[],"variable":[{"id":"1f200750-0044-4b5d-86ac-7b20f057820c","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"e24a40b3-b6fa-4598-a86f-3299b54cd609","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"d86c3671-589e-42d1-90bc-af81ca71f493","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"81f95e44-fdf7-47a5-8807-b28d9b64dae6","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"5a6f3697-5765-4f58-8aa6-93394342442b","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"bff46a2a-dee0-4638-a3b5-00db6e5db2bc","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"039d390b-473b-4410-a64d-4e60abd927ee","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/topic","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","topic"],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"446d0e3a-3522-40b1-9ad2-b549248b47ec"}],"id":"309b441c-2186-47d3-b848-9a4459c28621","_postman_id":"309b441c-2186-47d3-b848-9a4459c28621","description":""},{"name":"Discussion members","item":[{"name":"/ent/v2/discussionboards","id":"cb2257d0-517e-4976-8738-8e0a870c2bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v2/discussionboards","description":"<p>This API is used to create a discussion with user list and discussion attributes. <br /> This API is also used to add the members to an existing discussion by sending the discussion ID in the request body.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v2","discussionboards"],"query":[],"variable":[]}},"response":[{"id":"2187ba4a-002f-41d4-aa5d-ce611fa44a5d","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": 1,\n    \"creator\": \"CreatorName\",\n    \"creatorId\": 1,\n    \"topic\": \"\",\n    \"createdOn\": 1598816681,\n    \"name\": \"ChannelName\",\n    \"description\": \"Channel description\",\n    \"type\": \"INTERNAL_CHANNEL\",\n    \"creatorImg\": \"\",\n    \"memberCount\": 2,\n    \"isOwner\": false\n  }\n}"},{"id":"0a0a918b-58e3-42c9-b563-8f452e19ce3c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"c99f5606-2b61-49d3-9a64-bf828293597b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"389f041b-136f-4b42-a383-f4cd6fd9b69e","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"InternalTestChannel\",\n  \"description\": \"Internal Test Channel On Monoly\",\n  \"membersList\": []\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/discussionboards"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"cb2257d0-517e-4976-8738-8e0a870c2bb4"},{"name":"/ent/v1/members","id":"e3154fed-64c1-4996-93da-385dbf54a081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/members","description":"<p>API to Get the global member list, i.e., all the users associated with all discussion of logged-in user. <br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","members"],"query":[],"variable":[]}},"response":[{"id":"506f7104-d150-4742-af26-7f0f55a5e367","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 43238410.66290486,\n  \"message\": \"proident\",\n  \"data\": [\n    {\n      \"id\": \"ut aliquip\",\n      \"email\": \"ipsum aliquip\",\n      \"screenName\": \"Duis dolore ipsum eu\",\n      \"activationStatus\": \"labore magna Ut\",\n      \"userType\": \"c\",\n      \"firstName\": \"velit esse cillum in\",\n      \"lastName\": \"proident nulla velit \",\n      \"jobTitle\": \"Ut amet ullamco\",\n      \"department\": \"pariatur Excepteur minim tempor culpa\",\n      \"companyName\": \"esse qui\",\n      \"affiliation\": \"non in cupidatat\",\n      \"channel_id\": [\n        \"cupidatat irure\",\n        \"reprehenderit Excepteur mollit\"\n      ]\n    },\n    {\n      \"id\": \"magna\",\n      \"email\": \"in veniam sint dolor\",\n      \"screenName\": \"ut ad reprehenderit pariatur\",\n      \"activationStatus\": \"ut sit\",\n      \"userType\": \"in aliquip enim\",\n      \"firstName\": \"id enim sit\",\n      \"lastName\": \"pariatur mollit fugiat\",\n      \"jobTitle\": \"velit eu nulla\",\n      \"department\": \"reprehenderit id sint\",\n      \"companyName\": \"aute deserunt occaecat\",\n      \"affiliation\": \"Ut eiusmod amet\",\n      \"channel_id\": [\n        \"deserunt amet pariatur Ut\",\n        \"do dolor irure\"\n      ]\n    }\n  ]\n}"},{"id":"43fa6222-85d8-40eb-8ad5-0acd6fc3b558","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e6bc2fb2-f390-4d66-a2d0-23f8efef9a00","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"f8821cfc-aef4-4c63-a96c-c648036a1f40","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"993ea1b2-4db7-43af-b419-d2f501399ddb","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"adbcbc16-12fd-4aea-9828-389a294f5702","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/members"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e3154fed-64c1-4996-93da-385dbf54a081"},{"name":"/ent/v1/channels/ids/:channel-id/members","id":"52049033-57da-4a44-a01a-f543d9970c0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","description":"<p>This API shall return information related to all the members or a given member for a given channel. Member name or id can be provided as query string parameter. If nothing is provided on the query string then information about all the members shall be fetched for given channel.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"description":{"content":"<p>Filter type. Possible values: ('id', 'name')</p>\n","type":"text/plain"},"key":"type","value":"adipisicing c"},{"description":{"content":"<p>Filter value. Possible values could be 'user-id' or 'user-name'</p>\n","type":"text/plain"},"key":"value","value":"adipisicing c"}],"variable":[{"id":"241afcb4-8733-4147-b1bf-d0d1aee9adb2","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"6de8f184-0235-4d98-bb5c-8ab4d7f1d0f1","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"type","value":"adipisicing c"},{"key":"value","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"email\": \"jhon.doe@avipra.com\",\n      \"screenName\": \"Jhon-doe\",\n      \"activationStatus\": \"ACTIVE\",\n      \"address\": \"Delhi\",\n      \"city\": \"Delhi\",\n      \"country\": \"India\",\n      \"officeNumber\": \"+91-11-23232323\",\n      \"deskExtension\": 0,\n      \"timezone\": \"Asia/Kolkata\",\n      \"firstName\": \"\",\n      \"lastName\": \"\",\n      \"companyName\": \"SamsungCorp\",\n      \"department\": \"\",\n      \"onlineStatus\": \"OFFLINE\",\n      \"isOwner\": true,\n      \"timeAdded\": 1598816681\n    },\n    {\n      \"id\": 2,\n      \"email\": \"jhon.doe@avipra.com\",\n      \"screenName\": \"Allax\",\n      \"activationStatus\": \"ACTIVE\",\n      \"address\": \"\",\n      \"city\": \"\",\n      \"country\": \"\",\n      \"officeNumber\": \"\",\n      \"deskExtension\": 0,\n      \"timezone\": \"\",\n      \"firstName\": \"\",\n      \"lastName\": \"\",\n      \"companyName\": \"SamsungCorp\",\n      \"department\": \"\",\n      \"onlineStatus\": \"OFFLINE\",\n      \"isOwner\": true,\n      \"timeAdded\": 1598816691\n    }\n  ]\n}"},{"id":"2920e53f-e5fa-4532-b6b3-37d92adc6555","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"type","value":"adipisicing c"},{"key":"value","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"38688ec2-b766-4b88-b3e4-aa510576dbf6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"type","value":"adipisicing c"},{"key":"value","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"676fed5a-c7af-4d34-8973-d2ad6ef1f8af","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"type","value":"adipisicing c"},{"key":"value","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"1d8a1669-42db-40b4-b842-28a9015d4012","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?type=adipisicing c&value=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"type","value":"adipisicing c"},{"key":"value","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"52049033-57da-4a44-a01a-f543d9970c0a"},{"name":"/ent/v1/channels/ids/:channel-id/members","id":"778c705d-a92b-4122-b8ae-e9646cb20a16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","description":"<p>This API is used to delete the given member from the given channel.<br /><br /><i>Note: The UID shall be extracted by the monoly backend from the bearer token</i></p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"description":{"content":"<p>(Required) ID of the member to be deleted</p>\n","type":"text/plain"},"key":"userId","value":"adipisicing c"}],"variable":[{"id":"3813a3cb-139a-4f36-b176-bd73a11b8f8d","description":{"content":"<p>(Required) ID assigned to the channel during its creation</p>\n","type":"text/plain"},"type":"any","value":"adipisicing c","key":"channel-id"}]}},"response":[{"id":"ed7c2584-145c-4f64-811f-e6a625615d7c","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"9b762c96-63ab-4110-b338-682caa0f2d4a","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"70fb660e-a43e-4e2a-b06a-2bb725c75ca3","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"58f9cf41-9696-4f02-be9f-4156464070c3","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"9ee528e1-580d-4b91-8836-0ae13920513a","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"laboris\",\n  \"message\": \"enim irure\",\n  \"data\": {}\n}"},{"id":"b3f253ca-4d2d-4140-8e87-edb1caf2abcc","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members?userId=adipisicing c","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members"],"query":[{"key":"userId","value":"adipisicing c"}],"variable":[{"key":"channel-id","value":"adipisicing c","description":"(Required) ID assigned to the channel during its creation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"778c705d-a92b-4122-b8ae-e9646cb20a16"}],"id":"ad660f35-c89e-4096-a6bd-09d1214d1dec","_postman_id":"ad660f35-c89e-4096-a6bd-09d1214d1dec","description":""}],"id":"ca491a10-1674-4f00-8408-585416c25645","description":"<p>Monoly assembles conversations into ‘discussions' where most of the activities happen such as:</p>\n<ul>\n<li>Users can choose to create discussions for any topic, project or team</li>\n<li>They can be used to send ‘Posts’, ‘Files’ or both</li>\n<li>They can be used to create, assign and process ‘Tasks’</li>\n<li>Posts within discussions can have ‘Replies’</li>\n<li>Discussion can be ‘Internal’, ‘External’ or ‘Guest’ depending on the type of users which are part of it</li>\n</ul>\n","_postman_id":"ca491a10-1674-4f00-8408-585416c25645"},{"name":"Collection","item":[{"name":"/ent/v1/collection","id":"c422b4a4-5397-403b-8537-4487956fa395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/collection","description":"<p>This API creates a new collection for the given user. <br /><br /><i>[Note] User ID is extracted from the API token</i></p>\n","urlObject":{"path":["ent","v1","collection"],"query":[],"variable":[]}},"response":[{"id":"4dd0b232-0ba0-493f-95d9-8b4a50163e54","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": \"9e4de4c7-09af-48d3-8dcb-d88af5356d43\",\n    \"name\": \"Important Discussions\",\n    \"description\": \"Discussions related to cloud migration project\",\n    \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n    \"userName\": \"John\",\n    \"status\": \"ACTIVE\",\n    \"createdAt\": \"dolore\",\n    \"updatedAt\": \"sed anim do\"\n  },\n  \"err\": \"in commodo\"\n}"},{"id":"47793c54-a9e0-4fb9-8de1-9677b6eff693","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/collection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"adfaebac-5c13-434a-91ad-ba50c0b887b1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/collection"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"907a152f-e7b7-48cc-8e22-99fb91bc25d0","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/collection"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"3aa49314-abfa-494e-b647-f4479b80dfdd","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Discussions related to cloud migration project\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/collection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"c422b4a4-5397-403b-8537-4487956fa395"},{"name":"/ent/v1/collection","id":"27bf5bf0-7904-44c2-99da-4fcffe94456a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/collection","description":"<p>The API returns the following: <br /></p><ul><li>List of user collections</li><li>List of all user discussions</li><li>List of user discussions per collection</li></ul><p></p>\n","urlObject":{"path":["ent","v1","collection"],"query":[],"variable":[]}},"response":[{"id":"771ea654-9eab-4ab4-af98-b0ac9e91bfbd","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/collection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"collections\": [\n      {\n        \"id\": \"ALL\",\n        \"name\": \"ALL\",\n        \"description\": \"My private collection\",\n        \"status\": \"ACTIVE\",\n        \"userId\": \"user-id-123\",\n        \"createdAt\": \"veniam\",\n        \"updatedAt\": \"aute cupidatat proident minim\",\n        \"channelCount\": 126,\n        \"channels\": [\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\",\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\"\n        ]\n      },\n      {\n        \"id\": \"ALL\",\n        \"name\": \"ALL\",\n        \"description\": \"My private collection\",\n        \"status\": \"ACTIVE\",\n        \"userId\": \"user-id-123\",\n        \"createdAt\": \"pariatur cupidatat quis\",\n        \"updatedAt\": \"ex adipisicing dolore et est\",\n        \"channelCount\": 126,\n        \"channels\": [\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\",\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\"\n        ]\n      }\n    ],\n    \"totalCollections\": 0,\n    \"id\": \"ALL\"\n  },\n  \"err\": \"veniam dolor\"\n}"},{"id":"132c5cab-d1ff-49d6-8b23-8cf9abfb60e8","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/collection"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"3eb41c5c-cdce-432a-a861-e2b764947bb4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/collection"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"33dbf864-ebfe-46a8-944e-49659e9fce1a","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/collection"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"61ebb90a-5457-4f33-b8f9-c9281de38a35","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/collection"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"27bf5bf0-7904-44c2-99da-4fcffe94456a"},{"name":"/ent/v1/collection/:id","id":"91777deb-6222-4de9-8195-0e98a2ade087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/collection/:id","description":"<p>The API returns the information related to given collection including the list of discussions mapped to it</p>\n","urlObject":{"path":["ent","v1","collection",":id"],"query":[],"variable":[{"id":"d3efb079-aaa3-4871-8090-551fd1c133fc","description":{"content":"<p>(Required) Collection ID</p>\n","type":"text/plain"},"type":"any","value":"deserunt","key":"id"}]}},"response":[{"id":"34ed61c7-4ad0-43f3-a12f-c7ceeb89bf53","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Collection ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"collections\": [\n      {\n        \"id\": \"ALL\",\n        \"name\": \"ALL\",\n        \"description\": \"My private collection\",\n        \"status\": \"ACTIVE\",\n        \"userId\": \"user-id-123\",\n        \"createdAt\": \"veniam\",\n        \"updatedAt\": \"aute cupidatat proident minim\",\n        \"channelCount\": 126,\n        \"channels\": [\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\",\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\"\n        ]\n      },\n      {\n        \"id\": \"ALL\",\n        \"name\": \"ALL\",\n        \"description\": \"My private collection\",\n        \"status\": \"ACTIVE\",\n        \"userId\": \"user-id-123\",\n        \"createdAt\": \"pariatur cupidatat quis\",\n        \"updatedAt\": \"ex adipisicing dolore et est\",\n        \"channelCount\": 126,\n        \"channels\": [\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\",\n          \"8de7639c-421f-467e-bf75-e4a40b79bfc3\"\n        ]\n      }\n    ],\n    \"totalCollections\": 0,\n    \"id\": \"ALL\"\n  },\n  \"err\": \"veniam dolor\"\n}"},{"id":"814991da-0f62-4740-9f04-89386d7ded7d","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Collection ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"0f6c87ce-668d-4939-baff-108c2c4d10bb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Collection ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"65fdb983-54d9-4031-8523-5299026123f2","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Collection ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"ac9919c6-424b-492f-9b83-53777d1b92ce","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Collection ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"91777deb-6222-4de9-8195-0e98a2ade087"},{"name":"/ent/v1/collection/:id","id":"a621c2b5-bb78-4568-a818-59a329dfb4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/collection/:id","description":"<p>This API updates the  collection name and/or description</p>\n","urlObject":{"path":["ent","v1","collection",":id"],"query":[],"variable":[{"id":"e50b3038-7e01-4407-a5d0-3d98147693c7","description":{"content":"<p>(Required) id where collection to be deleted</p>\n","type":"text/plain"},"type":"any","value":"deserunt","key":"id"}]}},"response":[{"id":"6ff3587f-5e6a-40af-8460-243d7ee33994","name":"The request is successfully processed","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"5a108219-8cea-49f5-9c20-0194a4388009","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"c43de605-96b2-4e58-b065-1909c63589c6","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"042f69a1-5894-4a1c-9321-120a5ae94f2a","name":"The specified resource was not found","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"4ee6f67c-e215-4563-a055-186b4a6d1f8b","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Important Discussions\",\n  \"description\": \"Test collection\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"a621c2b5-bb78-4568-a818-59a329dfb4f5"},{"name":"/ent/v1/collection/:id","id":"1297d350-0c0c-4c02-80a4-c432737188b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/collection/:id","description":"<p>This API is used to delete the user collection by ID</p>\n","urlObject":{"path":["ent","v1","collection",":id"],"query":[],"variable":[{"id":"1c0d6f5f-e43e-41b6-8363-4f0fc83c4cd7","description":{"content":"<p>(Required) ID of the collection to be deleted</p>\n","type":"text/plain"},"type":"any","value":"deserunt","key":"id"}]}},"response":[{"id":"6ae215b0-752f-4e84-bb84-324317c05bfc","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) ID of the collection to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"ecd5f30e-1473-4ebf-95f6-f8165d5d486b","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) ID of the collection to be deleted"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"08476363-a582-4a16-8cdc-70ef41a452d8","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) ID of the collection to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"10fa4545-ae78-46d6-975b-0e94f6ac68b0","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) ID of the collection to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"33c32c3f-1a58-4f53-852a-50c442aa4f69","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/collection/:id","host":["{{baseUrl}}"],"path":["ent","v1","collection",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) ID of the collection to be deleted"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"1297d350-0c0c-4c02-80a4-c432737188b0"},{"name":"/ent/v1/channel/ids/:id/collections","id":"3ce6f739-c31c-475a-8d40-825c83bcceb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"MOVE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/channel/ids/:id/collections","description":"<p>API creates/updates the mapping of discussions to collection(s)</p>\n","urlObject":{"path":["ent","v1","channel","ids",":id","collections"],"query":[],"variable":[{"id":"d6150598-adc4-4bb6-a32b-c8cb6072daa2","description":{"content":"<p>(Required) Discussion (channel) ID which should be mapped to the list of  collections</p>\n","type":"text/plain"},"type":"any","value":"deserunt","key":"id"}]}},"response":[{"id":"00349203-251f-4263-9d99-ff80b661bd2a","name":"The request is successfully processed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"DUPLICATE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Discussion (channel) ID which should be mapped to the list of  collections"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"e65016b8-8f28-4936-85d6-810f122fcb42","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"DUPLICATE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Discussion (channel) ID which should be mapped to the list of  collections"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"bf3b9afb-6682-45e7-b77b-26ba0326b3c8","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"DUPLICATE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Discussion (channel) ID which should be mapped to the list of  collections"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"ea03df20-4f7e-498d-834c-e0f64e0d1686","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"DUPLICATE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Discussion (channel) ID which should be mapped to the list of  collections"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"aa067a11-5884-4fc5-a080-108fa01e7ab3","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"DUPLICATE\",\n  \"collectionList\": [\n    \"coll-id-1\",\n    \"coll-id-1\"\n  ],\n  \"oldCollectionId\": \"coll-id-0\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections"],"variable":[{"key":"id","value":"deserunt","description":"(Required) Discussion (channel) ID which should be mapped to the list of  collections"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"3ce6f739-c31c-475a-8d40-825c83bcceb6"},{"name":"/ent/v1/channel/ids/:id/collections/:id","id":"fe391c1b-9903-489d-97e7-f081c6f3a5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/channel/ids/:id/collections/:id","description":"<p>This API is used to remove the discussion from collection on \"Delete\" operation.</p>\n","urlObject":{"path":["ent","v1","channel","ids",":id","collections",":id"],"query":[],"variable":[{"id":"bb703bde-dd78-46a3-89f4-d9fd92675754","description":{"content":"<p>(Required) id where collection to be deleted</p>\n","type":"text/plain"},"type":"any","value":"deserunt","key":"id"}]}},"response":[{"id":"32ed2bc3-d1eb-4ca8-85e1-deab274a025a","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections/:id","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"1fefa9e2-3915-4024-9142-75d1ec3b82f7","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections/:id","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"c3b3a445-06cd-4117-a1c7-db60b251a05a","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections/:id","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"f7a849e8-ca69-4df9-a5aa-51a147e07a4f","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections/:id","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"labore quis\",\n  \"message\": \"dolore commodo ex\",\n  \"data\": {}\n}"},{"id":"b6a6d7f3-fdb9-4258-9579-8fcff8607ff8","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/channel/ids/:id/collections/:id","host":["{{baseUrl}}"],"path":["ent","v1","channel","ids",":id","collections",":id"],"variable":[{"key":"id","value":"deserunt","description":"(Required) id where collection to be deleted"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"fe391c1b-9903-489d-97e7-f081c6f3a5bb"}],"id":"7849ad7a-c8c4-4903-b7a8-a8bce3eee62b","description":"<p>Discussions can further be organized into ‘Collections’ which is group of one or more discussions. It helps the users to organize their discussions in a more logical and cleaner way. Collections are user specific; collections created by a user are not visible to another user.<br />By default all discussions are part of a default collection named ‘Discussion’. It contains all the discussions either created by the user or ones to which user has been invited to.<br />User can create, rename or delete a collection. Any existing discussion can be moved to any collection.</p>\n","_postman_id":"7849ad7a-c8c4-4903-b7a8-a8bce3eee62b"},{"name":"Post","item":[{"name":"/ent/v1/message","id":"4173e4fb-0ef7-4293-87e9-77fe4c6124c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"est cillum proident\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"Lorem fugiat aliquip\",\n  \"messageType\": \"est non fugiat et consectetur\",\n  \"message\": {\n    \"id\": -28175936,\n    \"message\": \"anim velit\",\n    \"createdAt\": 87791306\n  },\n  \"fileListIDs\": [\n    \"velit\",\n    \"aute eu\"\n  ],\n  \"post\": {\n    \"id\": \"irure sit\",\n    \"content\": \"cupidatat\",\n    \"createdAt\": -42857436,\n    \"type\": \"ea off\",\n    \"postType\": \"SYSTEM\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"exercitation amet\",\n    \"taskStatus\": \"sed commodo of\",\n    \"taskStartTime\": -66942659,\n    \"taskTitle\": \"anim minim\",\n    \"taskStopTime\": 8173482\n  },\n  \"mentions\": [\n    \"pariatur\",\n    \"dolore esse veniam incididunt\"\n  ],\n  \"reply\": {\n    \"isReply\": true,\n    \"broadcastReply\": true,\n    \"parentId\": \"sint exercitation volupta\"\n  },\n  \"userId\": 19891288\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/message","description":"<p>This API is used to post the message on channel.</p>\n","urlObject":{"path":["ent","v1","message"],"query":[],"variable":[]}},"response":[{"id":"e1aa2411-7793-416e-bc66-b7bf6547dd8b","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"sit ad officia tempor sunt\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"cillum\",\n  \"messageType\": \"magna in anim in tempor\",\n  \"message\": {\n    \"id\": 33577550,\n    \"message\": \"sed dolor quis laboris\",\n    \"createdAt\": 40467843\n  },\n  \"fileListIDs\": [\n    \"magna Excepteur elit minim\",\n    \"est aute esse\"\n  ],\n  \"post\": {\n    \"id\": \"esse labor\",\n    \"content\": \"ea\",\n    \"createdAt\": -17438393,\n    \"type\": \"mollit minim Duis veniam\",\n    \"postType\": \"MESSAGE\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"Ut cillum mollit\",\n    \"taskStatus\": \"reprehenderit voluptate\",\n    \"taskStartTime\": -79292745,\n    \"taskTitle\": \"et in velit\",\n    \"taskStopTime\": -2981732\n  },\n  \"mentions\": [\n    \"ut dolor\",\n    \"pariatur in dolore\"\n  ],\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"sunt aute laborum reprehen\"\n  },\n  \"userId\": -17535073\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": -89407330,\n  \"message\": \"dolore commodo aliqua occaecat sit\",\n  \"data\": {\n    \"success\": true,\n    \"timestamp\": 95127677,\n    \"channelId\": \"est ea in sit\",\n    \"channelName\": \"deserunt dolor nisi voluptate\",\n    \"channelType\": \"EXTERNAL_CHANNEL\",\n    \"filelId\": \"dolor nostrud ad in\",\n    \"fileListIDs\": [\n      \"123bn124244h1331b\",\n      \"123bn124244h1331b\"\n    ],\n    \"messageType\": \"commodo irure\",\n    \"post\": {\n      \"id\": \"incididunt Duis\",\n      \"content\": \"dolore dolor elit exercitation amet\",\n      \"createdAt\": 65481553,\n      \"type\": \"enim exercitation\",\n      \"postType\": \"MESSAGE\"\n    },\n    \"task\": {\n      \"isApprovalRequired\": false,\n      \"taskAssignee\": \"cillum anim\",\n      \"taskStatus\": \"esse eu laboris\",\n      \"taskStartTime\": 38978990,\n      \"taskTitle\": \"velit reprehen\",\n      \"taskStopTime\": 63212179\n    },\n    \"mentions\": [\n      \"sed irure deserunt\",\n      \"Excepteur magna culpa ut ut\"\n    ],\n    \"reply\": {\n      \"isReply\": false,\n      \"broadcastReply\": true,\n      \"parentId\": -38893225\n    },\n    \"userId\": -62215945\n  }\n}"},{"id":"8ee5d3b6-399d-4359-9330-20eb1b7a0c7c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"sit ad officia tempor sunt\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"cillum\",\n  \"messageType\": \"magna in anim in tempor\",\n  \"message\": {\n    \"id\": 33577550,\n    \"message\": \"sed dolor quis laboris\",\n    \"createdAt\": 40467843\n  },\n  \"fileListIDs\": [\n    \"magna Excepteur elit minim\",\n    \"est aute esse\"\n  ],\n  \"post\": {\n    \"id\": \"esse labor\",\n    \"content\": \"ea\",\n    \"createdAt\": -17438393,\n    \"type\": \"mollit minim Duis veniam\",\n    \"postType\": \"MESSAGE\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"Ut cillum mollit\",\n    \"taskStatus\": \"reprehenderit voluptate\",\n    \"taskStartTime\": -79292745,\n    \"taskTitle\": \"et in velit\",\n    \"taskStopTime\": -2981732\n  },\n  \"mentions\": [\n    \"ut dolor\",\n    \"pariatur in dolore\"\n  ],\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"sunt aute laborum reprehen\"\n  },\n  \"userId\": -17535073\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"99410cea-aab8-4590-9768-cfb2d68e231d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"sit ad officia tempor sunt\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"cillum\",\n  \"messageType\": \"magna in anim in tempor\",\n  \"message\": {\n    \"id\": 33577550,\n    \"message\": \"sed dolor quis laboris\",\n    \"createdAt\": 40467843\n  },\n  \"fileListIDs\": [\n    \"magna Excepteur elit minim\",\n    \"est aute esse\"\n  ],\n  \"post\": {\n    \"id\": \"esse labor\",\n    \"content\": \"ea\",\n    \"createdAt\": -17438393,\n    \"type\": \"mollit minim Duis veniam\",\n    \"postType\": \"MESSAGE\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"Ut cillum mollit\",\n    \"taskStatus\": \"reprehenderit voluptate\",\n    \"taskStartTime\": -79292745,\n    \"taskTitle\": \"et in velit\",\n    \"taskStopTime\": -2981732\n  },\n  \"mentions\": [\n    \"ut dolor\",\n    \"pariatur in dolore\"\n  ],\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"sunt aute laborum reprehen\"\n  },\n  \"userId\": -17535073\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"6d316f34-1ec1-49d5-b12d-7dc7c8cf2472","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"sit ad officia tempor sunt\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"cillum\",\n  \"messageType\": \"magna in anim in tempor\",\n  \"message\": {\n    \"id\": 33577550,\n    \"message\": \"sed dolor quis laboris\",\n    \"createdAt\": 40467843\n  },\n  \"fileListIDs\": [\n    \"magna Excepteur elit minim\",\n    \"est aute esse\"\n  ],\n  \"post\": {\n    \"id\": \"esse labor\",\n    \"content\": \"ea\",\n    \"createdAt\": -17438393,\n    \"type\": \"mollit minim Duis veniam\",\n    \"postType\": \"MESSAGE\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"Ut cillum mollit\",\n    \"taskStatus\": \"reprehenderit voluptate\",\n    \"taskStartTime\": -79292745,\n    \"taskTitle\": \"et in velit\",\n    \"taskStopTime\": -2981732\n  },\n  \"mentions\": [\n    \"ut dolor\",\n    \"pariatur in dolore\"\n  ],\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"sunt aute laborum reprehen\"\n  },\n  \"userId\": -17535073\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"9fae7b36-677f-4c87-b79b-81ca648d6484","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"sit ad officia tempor sunt\",\n  \"channelType\": \"SYSTEM\",\n  \"fileId\": \"cillum\",\n  \"messageType\": \"magna in anim in tempor\",\n  \"message\": {\n    \"id\": 33577550,\n    \"message\": \"sed dolor quis laboris\",\n    \"createdAt\": 40467843\n  },\n  \"fileListIDs\": [\n    \"magna Excepteur elit minim\",\n    \"est aute esse\"\n  ],\n  \"post\": {\n    \"id\": \"esse labor\",\n    \"content\": \"ea\",\n    \"createdAt\": -17438393,\n    \"type\": \"mollit minim Duis veniam\",\n    \"postType\": \"MESSAGE\"\n  },\n  \"task\": {\n    \"isApprovalRequired\": true,\n    \"taskAssignee\": \"Ut cillum mollit\",\n    \"taskStatus\": \"reprehenderit voluptate\",\n    \"taskStartTime\": -79292745,\n    \"taskTitle\": \"et in velit\",\n    \"taskStopTime\": -2981732\n  },\n  \"mentions\": [\n    \"ut dolor\",\n    \"pariatur in dolore\"\n  ],\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"sunt aute laborum reprehen\"\n  },\n  \"userId\": -17535073\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"4173e4fb-0ef7-4293-87e9-77fe4c6124c3"},{"name":"/ent/v3/message","id":"037d9c4b-401e-4ed7-8763-00d287cc3d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","description":"<p>This API is used to fetch the messages on the channel window</p>\n","urlObject":{"path":["ent","v3","message"],"query":[{"description":{"content":"<p>(Required) channelId to fetch the messages</p>\n","type":"text/plain"},"key":"channelId","value":"ullamco"},{"description":{"content":"<p>(Required) indicate if history messages required</p>\n","type":"text/plain"},"key":"historyMessage","value":"true"},{"description":{"content":"<p>(Required) reference post-id for history messages</p>\n","type":"text/plain"},"key":"postId","value":"ullamco"},{"description":{"content":"<p>(Required) describes if this is a fresh request</p>\n","type":"text/plain"},"key":"isFresh","value":"ullamco"}],"variable":[]}},"response":[{"id":"1868d317-20bd-4f8e-be0c-c4177625349e","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","message"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": [\n    {\n      \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n      \"sequence_id\": 38,\n      \"parentId\": \"90b8142c-834a-499c-9ad1-c4d169dacd32\",\n      \"replyCount\": 1,\n      \"hiddenReplyCount\": 0,\n      \"post\": {\n        \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"content\": \"<p>Test Post</p>\",\n        \"type\": \"MESSAGE\",\n        \"edited\": false,\n        \"createdAt\": 1638269899173,\n        \"updatedAt\": 1638269899173\n      },\n      \"user\": {\n        \"id\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"displayName\": \"Deepak\",\n        \"userImg\": \"data:image/png;base64\"\n      },\n      \"fileInfo\": {\n        \"fileDLStats\": {\n          \"stats\": \"ad\"\n        },\n        \"previewAvailable\": false,\n        \"fileForwardDisabled\": false\n      },\n      \"fileList\": [\n        {\n          \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fileName\": \"post_sequencing.PNG\",\n          \"mimeType\": \"image/png\",\n          \"fileSize\": \"68.75KB\",\n          \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n          \"status\": \"UPLOADED\",\n          \"intPerm\": \"DL\",\n          \"intPermOOO\": \"DL\",\n          \"extPerm\": \"DL\",\n          \"queryUserType\": \"INTERNAL\",\n          \"createdAt\": 1638269897,\n          \"updatedAt\": 1638269933,\n          \"version\": 1,\n          \"fileDLStats\": {\n            \"stats\": [\n              {\n                \"type\": \"magna in\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"sit ullamco\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          \"previewAvailable\": true,\n          \"fileForwardDisabled\": true,\n          \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"forwardedPostChannels\": [\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            },\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            }\n          ]\n        },\n        {\n          \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fileName\": \"post_sequencing.PNG\",\n          \"mimeType\": \"image/png\",\n          \"fileSize\": \"68.75KB\",\n          \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n          \"status\": \"UPLOADED\",\n          \"intPerm\": \"DL\",\n          \"intPermOOO\": \"DL\",\n          \"extPerm\": \"DL\",\n          \"queryUserType\": \"INTERNAL\",\n          \"createdAt\": 1638269897,\n          \"updatedAt\": 1638269933,\n          \"version\": 1,\n          \"fileDLStats\": {\n            \"stats\": [\n              {\n                \"type\": \"elit reprehenderit anim\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"occaecat nisi cillum ad\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          \"previewAvailable\": false,\n          \"fileForwardDisabled\": true,\n          \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"forwardedPostChannels\": [\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            },\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            }\n          ]\n        }\n      ],\n      \"fileListIDs\": [\n        \"qX4JxAqvPJXgBESs3fTd3S\",\n        \"qX4JxAqvPJXgBESs3fTd3S\"\n      ],\n      \"channelName\": \"123 1231 12312\",\n      \"tagInfo\": [\n        {\n          \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"createdBy\": \"Deepak\",\n          \"tagName\": \"QUESTION\",\n          \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"createdAt\": \"tempor velit cupidatat \",\n          \"postCreatorId\": \"Lorem cupidatat ea dolor\",\n          \"postCreatorName\": \"mollit\"\n        },\n        {\n          \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"createdBy\": \"Deepak\",\n          \"tagName\": \"QUESTION\",\n          \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"createdAt\": \"exercitation ut incididunt pa\",\n          \"postCreatorId\": \"ut cupidatat\",\n          \"postCreatorName\": \"voluptate Lorem laborum\"\n        }\n      ],\n      \"reactions\": {\n        \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"myReactions\": [\n          {\n            \"Reaction\": \"CHECKED\"\n          },\n          {\n            \"Reaction\": \"CHECKED\"\n          }\n        ],\n        \"reactionStats\": {\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"total\": 2,\n          \"checked\": 1,\n          \"up\": 1,\n          \"down\": 0,\n          \"Reactions\": [\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"incididunt officia aliqua deserunt ut\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"esse labore\"\n                }\n              ]\n            },\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"sunt nisi laborum laboris\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"velit aliquip incididunt irure\"\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"version\": 0,\n      \"createdAt\": \"ipsum proident\",\n      \"updatedAt\": \"Excepte\",\n      \"savedPost\": true,\n      \"isHidden\": true,\n      \"isHideByDiscOwner\": false,\n      \"hiddenAt\": \"nisi irure\",\n      \"embededlink\": false,\n      \"embededlinkDetails\": \"et culpa\",\n      \"task\": {},\n      \"forwardedPost\": {\n        \"channelId\": \"amet\",\n        \"sequence_id\": 0,\n        \"channelName\": \"ut\",\n        \"channelType\": \"Lorem cillum esse\",\n        \"postType\": \"aliqua dolor sint e\",\n        \"post\": {\n          \"id\": \"proident velit non\",\n          \"content\": \"e\",\n          \"type\": \"MESSAGE\",\n          \"edited\": true,\n          \"createdAt\": 0,\n          \"updatedAt\": 0\n        },\n        \"reply\": {},\n        \"task\": {},\n        \"user\": {}\n      },\n      \"fwdStats\": {\n        \"total\": 1,\n        \"forwards\": [\n          {\n            \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n            \"fwdChannelName\": \"demo test\",\n            \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"screenName\": \"Deepak wudza\",\n            \"timestamp\": \"cupidatat dolor sit\"\n          },\n          {\n            \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n            \"fwdChannelName\": \"demo test\",\n            \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"screenName\": \"Deepak wudza\",\n            \"timestamp\": \"anim Excepteur nostrud nisi\"\n          }\n        ]\n      },\n      \"isUnread\": true,\n      \"emailFwdHistory\": {\n        \"TotalCount\": 1,\n        \"emailFwdHistory\": [\n          {\n            \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n            \"userEmail\": \"test1@mo0nolydev.com\",\n            \"createdAt\": \"in adipisicing voluptate\",\n            \"screenName\": \"Deepak\"\n          },\n          {\n            \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n            \"userEmail\": \"test1@mo0nolydev.com\",\n            \"createdAt\": \"aliquip cillum ipsum\",\n            \"screenName\": \"Deepak\"\n          }\n        ]\n      }\n    },\n    {\n      \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n      \"sequence_id\": 38,\n      \"parentId\": \"90b8142c-834a-499c-9ad1-c4d169dacd32\",\n      \"replyCount\": 1,\n      \"hiddenReplyCount\": 0,\n      \"post\": {\n        \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"content\": \"<p>Test Post</p>\",\n        \"type\": \"MESSAGE\",\n        \"edited\": false,\n        \"createdAt\": 1638269899173,\n        \"updatedAt\": 1638269899173\n      },\n      \"user\": {\n        \"id\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"displayName\": \"Deepak\",\n        \"userImg\": \"data:image/png;base64\"\n      },\n      \"fileInfo\": {\n        \"fileDLStats\": {\n          \"stats\": \"Lorem adipisicing amet veniam\"\n        },\n        \"previewAvailable\": true,\n        \"fileForwardDisabled\": true\n      },\n      \"fileList\": [\n        {\n          \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fileName\": \"post_sequencing.PNG\",\n          \"mimeType\": \"image/png\",\n          \"fileSize\": \"68.75KB\",\n          \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n          \"status\": \"UPLOADED\",\n          \"intPerm\": \"DL\",\n          \"intPermOOO\": \"DL\",\n          \"extPerm\": \"DL\",\n          \"queryUserType\": \"INTERNAL\",\n          \"createdAt\": 1638269897,\n          \"updatedAt\": 1638269933,\n          \"version\": 1,\n          \"fileDLStats\": {\n            \"stats\": [\n              {\n                \"type\": \"officia anim non\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"labore ut sunt\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          \"previewAvailable\": true,\n          \"fileForwardDisabled\": true,\n          \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"forwardedPostChannels\": [\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            },\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            }\n          ]\n        },\n        {\n          \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fileName\": \"post_sequencing.PNG\",\n          \"mimeType\": \"image/png\",\n          \"fileSize\": \"68.75KB\",\n          \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n          \"status\": \"UPLOADED\",\n          \"intPerm\": \"DL\",\n          \"intPermOOO\": \"DL\",\n          \"extPerm\": \"DL\",\n          \"queryUserType\": \"INTERNAL\",\n          \"createdAt\": 1638269897,\n          \"updatedAt\": 1638269933,\n          \"version\": 1,\n          \"fileDLStats\": {\n            \"stats\": [\n              {\n                \"type\": \"Lorem deserunt dolore\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"Duis sunt fugiat veniam occaecat\",\n                \"total\": 1,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"timestamp\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"createdAt\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"location\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"ipaddr\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"userType\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channelId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"channel_name\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          \"previewAvailable\": false,\n          \"fileForwardDisabled\": false,\n          \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"forwardedPostChannels\": [\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            },\n            {\n              \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n              \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n            }\n          ]\n        }\n      ],\n      \"fileListIDs\": [\n        \"qX4JxAqvPJXgBESs3fTd3S\",\n        \"qX4JxAqvPJXgBESs3fTd3S\"\n      ],\n      \"channelName\": \"123 1231 12312\",\n      \"tagInfo\": [\n        {\n          \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"createdBy\": \"Deepak\",\n          \"tagName\": \"QUESTION\",\n          \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"createdAt\": \"mollit culpa\",\n          \"postCreatorId\": \"ullamco magna Excepteur Ut ea\",\n          \"postCreatorName\": \"id sed veniam consectetur\"\n        },\n        {\n          \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"createdBy\": \"Deepak\",\n          \"tagName\": \"QUESTION\",\n          \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"createdAt\": \"ullamc\",\n          \"postCreatorId\": \"enim esse\",\n          \"postCreatorName\": \"ut magna\"\n        }\n      ],\n      \"reactions\": {\n        \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"myReactions\": [\n          {\n            \"Reaction\": \"CHECKED\"\n          },\n          {\n            \"Reaction\": \"CHECKED\"\n          }\n        ],\n        \"reactionStats\": {\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"total\": 2,\n          \"checked\": 1,\n          \"up\": 1,\n          \"down\": 0,\n          \"Reactions\": [\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"sunt labore Lorem ali\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"Ut ut laboris in\"\n                }\n              ]\n            },\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"non proident labore\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"pariatur occaecat eu Duis\"\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"version\": 0,\n      \"createdAt\": \"sunt Ut incididunt laboris\",\n      \"updatedAt\": \"adipisicing ut nulla elit culpa\",\n      \"savedPost\": false,\n      \"isHidden\": false,\n      \"isHideByDiscOwner\": false,\n      \"hiddenAt\": \"exercitation quis\",\n      \"embededlink\": true,\n      \"embededlinkDetails\": \"et non laboris sed\",\n      \"task\": {},\n      \"forwardedPost\": {\n        \"channelId\": \"occaecat ea velit id ut\",\n        \"sequence_id\": 0,\n        \"channelName\": \"in dolor proident et veniam\",\n        \"channelType\": \"esse tempor in\",\n        \"postType\": \"mollit\",\n        \"post\": {\n          \"id\": \"commodo eiusmod Lorem amet veniam\",\n          \"content\": \"pariatur mollit aute\",\n          \"type\": \"MESSAGE\",\n          \"edited\": true,\n          \"createdAt\": 0,\n          \"updatedAt\": 0\n        },\n        \"reply\": {},\n        \"task\": {},\n        \"user\": {}\n      },\n      \"fwdStats\": {\n        \"total\": 1,\n        \"forwards\": [\n          {\n            \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n            \"fwdChannelName\": \"demo test\",\n            \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"screenName\": \"Deepak wudza\",\n            \"timestamp\": \"anim sed tempor non\"\n          },\n          {\n            \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n            \"fwdChannelName\": \"demo test\",\n            \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"screenName\": \"Deepak wudza\",\n            \"timestamp\": \"elit fugiat incididunt \"\n          }\n        ]\n      },\n      \"isUnread\": true,\n      \"emailFwdHistory\": {\n        \"TotalCount\": 1,\n        \"emailFwdHistory\": [\n          {\n            \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n            \"userEmail\": \"test1@mo0nolydev.com\",\n            \"createdAt\": \"incididunt rep\",\n            \"screenName\": \"Deepak\"\n          },\n          {\n            \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n            \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n            \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n            \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n            \"userEmail\": \"test1@mo0nolydev.com\",\n            \"createdAt\": \"dolor enim cupidatat\",\n            \"screenName\": \"Deepak\"\n          }\n        ]\n      }\n    }\n  ],\n  \"err\": \"cupidatat reprehenderit ullamco\"\n}"},{"id":"4f4f18a3-e533-4a33-9bc6-2afc32734fac","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","message"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"ca76116a-ce5f-4473-aaac-e016ead1598f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","message"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"f9637fd5-81eb-4128-9d43-a5aa38deb2d0","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","message"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"65e5f50b-845a-43e6-8656-96aac95f65da","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/message?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","message"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"037d9c4b-401e-4ed7-8763-00d287cc3d82"},{"name":"/ent/v1/message/:post-id","id":"119ca451-c1ef-46d6-8dfd-161c9df545dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/message/:post-id?channelId=ullamco&historyMessage=false&postId=ullamco&isFresh=ullamco","description":"<p>This API is used to fetch the replied messages of a post. The provisions are kept for long conversations beyond the limit of scrolls similar to the channel.</p><p></p>\n","urlObject":{"path":["ent","v1","message",":post-id"],"query":[{"description":{"content":"<p>(Required) channelId to fetch the messages</p>\n","type":"text/plain"},"key":"channelId","value":"ullamco"},{"description":{"content":"<p>(Required) indicate if history messages required</p>\n","type":"text/plain"},"key":"historyMessage","value":"false"},{"description":{"content":"<p>(Required) reference post-id for history messages</p>\n","type":"text/plain"},"key":"postId","value":"ullamco"},{"description":{"content":"<p>(Required) describes if this is a fresh request</p>\n","type":"text/plain"},"key":"isFresh","value":"ullamco"}],"variable":[{"id":"9f472186-9eb4-40d5-87b9-34ddb3f64c2e","description":{"content":"<p>(Required) the parent post-id of a threaded conversation</p>\n","type":"text/plain"},"type":"any","value":"ullamco","key":"post-id"}]}},"response":[{"id":"d3bc2a06-fc61-44b6-8128-195a57f41b53","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?channelId=ullamco&historyMessage=false&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"false"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id of a threaded conversation"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 66185182,\n  \"message\": \"Ut aliqua officia consequat\",\n  \"data\": [\n    {\n      \"id\": \"quis ut nisi ad\",\n      \"post\": {\n        \"id\": \"minim ut fugiat\",\n        \"content\": \"sit cupidatat cillu\",\n        \"createdAt\": 68968598,\n        \"replyCount\": 13015002,\n        \"parentId\": \"exercitation dolor\"\n      },\n      \"user\": {\n        \"id\": \"fugiat consequat ipsum eiusmod\",\n        \"displayName\": \"aute\",\n        \"userImg\": \"laboris proident aute\"\n      },\n      \"filelInfo\": {\n        \"fileId\": \"anim id deserunt proident\",\n        \"userId\": -22885529,\n        \"fileName\": \"Excepteur laboris pariatur dolor\",\n        \"fileSize\": 83105043,\n        \"status\": \"UPLOADED\",\n        \"intPerm\": \"DL\",\n        \"extPerm\": \"RO\",\n        \"createdAt\": 10581646,\n        \"updatedAt\": -79662154\n      },\n      \"tagInfo\": [\n        {\n          \"tagName\": \"est ea ullamco ex\",\n          \"createdBy\": \"sint dolore\",\n          \"createdAt\": \"sunt consectetur mollit exercitation\"\n        },\n        {\n          \"tagName\": \"elit ipsum sunt fugiat\",\n          \"createdBy\": \"aliqua ea\",\n          \"createdAt\": \"aliqua in exercitation\"\n        }\n      ],\n      \"reply\": {\n        \"replyCount\": -91500618,\n        \"parentId\": \"laboris cillum commodo aliqua et\"\n      },\n      \"reactions\": {\n        \"userId\": \"velit amet\",\n        \"myReactions\": [\n          {\n            \"Reaction\": \"DOWN\"\n          },\n          {\n            \"Reaction\": \"UP\"\n          }\n        ],\n        \"reactionStats\": {\n          \"postId\": \"labore\",\n          \"Reactions\": [\n            {\n              \"type\": \"DOWN\",\n              \"total\": -93678721,\n              \"users\": [\n                {\n                  \"userId\": \"ad cupidatat deserunt ea\",\n                  \"screenName\": \"Excepteur\"\n                },\n                {\n                  \"userId\": \"cillum dolore sed\",\n                  \"screenName\": \"pariatur\"\n                }\n              ]\n            },\n            {\n              \"type\": \"DOWN\",\n              \"total\": -49938590,\n              \"users\": [\n                {\n                  \"userId\": \"ut\",\n                  \"screenName\": \"incididunt nostrud pariatur consectetur Duis\"\n                },\n                {\n                  \"userId\": \"aliquip ut id magna\",\n                  \"screenName\": \"proident\"\n                }\n              ]\n            }\n          ],\n          \"checked\": -61086573,\n          \"up\": -60579951,\n          \"down\": 75129071\n        }\n      },\n      \"savedPost\": true\n    },\n    {\n      \"id\": \"Ut\",\n      \"post\": {\n        \"id\": \"irure deserunt consequat dolore\",\n        \"content\": \"adipisicing sunt\",\n        \"createdAt\": 85391587,\n        \"replyCount\": -19756617,\n        \"parentId\": \"nisi el\"\n      },\n      \"user\": {\n        \"id\": \"non esse ut est cillum\",\n        \"displayName\": \"Excepteur reprehenderit\",\n        \"userImg\": \"sit cillum\"\n      },\n      \"filelInfo\": {\n        \"fileId\": \"adipisicing eiusmod ex exercitation\",\n        \"userId\": 70862155,\n        \"fileName\": \"consequat sint enim\",\n        \"fileSize\": 88297488,\n        \"status\": \"DELETED\",\n        \"intPerm\": \"RO\",\n        \"extPerm\": \"RO\",\n        \"createdAt\": 28990626,\n        \"updatedAt\": 31986222\n      },\n      \"tagInfo\": [\n        {\n          \"tagName\": \"elit labori\",\n          \"createdBy\": \"sunt exercitation laborum ullamco sit\",\n          \"createdAt\": \"sit enim minim pariatur\"\n        },\n        {\n          \"tagName\": \"irure nulla\",\n          \"createdBy\": \"eiusmod commodo ex minim elit\",\n          \"createdAt\": \"sunt adipisicing quis\"\n        }\n      ],\n      \"reply\": {\n        \"replyCount\": 73828833,\n        \"parentId\": \"enim irure nulla reprehenderit\"\n      },\n      \"reactions\": {\n        \"userId\": \"et non\",\n        \"myReactions\": [\n          {\n            \"Reaction\": \"UP\"\n          },\n          {\n            \"Reaction\": \"CHECKED\"\n          }\n        ],\n        \"reactionStats\": {\n          \"postId\": \"aliqua in dolor esse\",\n          \"Reactions\": [\n            {\n              \"type\": \"DOWN\",\n              \"total\": -93667393,\n              \"users\": [\n                {\n                  \"userId\": \"in ullamco velit Excepteur sed\",\n                  \"screenName\": \"laborum est dolor ea ipsum\"\n                },\n                {\n                  \"userId\": \"do deserunt anim sit quis\",\n                  \"screenName\": \"adipisicing labore officia\"\n                }\n              ]\n            },\n            {\n              \"type\": \"UP\",\n              \"total\": 74671015,\n              \"users\": [\n                {\n                  \"userId\": \"nulla ex ullamco\",\n                  \"screenName\": \"ea sed\"\n                },\n                {\n                  \"userId\": \"quis\",\n                  \"screenName\": \"consequat proident ut\"\n                }\n              ]\n            }\n          ],\n          \"checked\": 8316121,\n          \"up\": -53118203,\n          \"down\": -84664459\n        }\n      },\n      \"savedPost\": true\n    }\n  ]\n}"},{"id":"587f806a-269c-4eb7-a483-39df05702ee4","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?channelId=ullamco&historyMessage=false&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"false"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id of a threaded conversation"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"ee41df9c-8bca-487f-ade5-ae6cebad25fe","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id of a threaded conversation"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"133396fa-95b2-4099-80af-eb9202c5b568","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id of a threaded conversation"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"3484eccc-299b-4921-a305-f213f88d9924","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?channelId=ullamco&historyMessage=true&postId=ullamco&isFresh=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"channelId","value":"ullamco"},{"key":"historyMessage","value":"true"},{"key":"postId","value":"ullamco"},{"key":"isFresh","value":"ullamco"}],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id of a threaded conversation"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"119ca451-c1ef-46d6-8dfd-161c9df545dc"},{"name":"/ent/v1/discussion/message","id":"30ae4535-54f6-4dab-bd8e-efbcb6722258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/discussion/message","description":"<p>This API is used to fetch the last message of every channel to show as preview</p>\n","urlObject":{"path":["ent","v1","discussion","message"],"query":[],"variable":[]}},"response":[{"id":"b85c323a-5231-46c3-b03e-adaea255e2fe","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/discussion/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"content\": \"<p>Test Post</p>\",\n    \"msg\": {\n      \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n      \"PostUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n      \"ChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n      \"Contents\": \"eyJjaGFubmVsSWQiOiIwZTA0NjlkNS01NTNlLTQzNWQtOWVmZS0zYzUwOGZhNDl\",\n      \"CreatorID\": \"dahjh213-31h3-adn1-nmnwe12-nwerbqq41da1\",\n      \"FwdPostContents\": {},\n      \"IsForwarded\": false,\n      \"ParentPostID\": \"5579770-00aa-46ba-80bc-85243205bcef\",\n      \"PostType\": \"MESSAGE\",\n      \"created_at\": \"in dolor officia reprehenderit\",\n      \"isHidden\": true,\n      \"isHideByDiscOwner\": false,\n      \"hiddenAt\": \"ut nisi tempor ut\",\n      \"embededlink\": false,\n      \"embededlinkDetails\": \"est sunt non incididunt\",\n      \"searchTS\": \"0001-01-01T00:00:00Z\",\n      \"taskSequenceId\": \"dolor Ut l\",\n      \"taskStatus\": \"aliqua dolor\",\n      \"version\": 1,\n      \"timestamp\": 1657021551042088000\n    }\n  },\n  \"err\": \"ullamco i\"\n}"},{"id":"7080534d-e3ce-4cad-8412-4867412f6111","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/discussion/message"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"4436d395-0c17-4113-aa81-e4cc090f6cf8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/discussion/message"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"793cb520-7ba3-43c8-babf-e0cace2f4021","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/discussion/message"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"652cff63-6d00-412f-a272-819d1d38c5bb","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/discussion/message"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"30ae4535-54f6-4dab-bd8e-efbcb6722258"},{"name":"/ent/v1/post/history/:post-id","id":"d2a62a1e-8e3b-4527-a36d-733ff081a0a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/post/history/:post-id","description":"<p>This api is used to fetch post message history data</p>\n","urlObject":{"path":["ent","v1","post","history",":post-id"],"query":[],"variable":[{"id":"c403304c-23a6-4190-930a-2b61248bbfe0","description":{"content":"<p>(Required) the parent post-id</p>\n","type":"text/plain"},"type":"any","value":"ullamco","key":"post-id"}]}},"response":[{"id":"e858af13-ca65-4290-a008-31619c8f5c5b","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/history/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","history",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 93803618,\n  \"message\": \"dolore\",\n  \"data\": {\n    \"id\": \"nostrud culpa dolor velit\",\n    \"version\": 1,\n    \"post\": {\n      \"id\": \"veniam qui\",\n      \"content\": \"fugiat quis\",\n      \"createdAt\": -15033911,\n      \"replyCount\": 63014196,\n      \"parentId\": \"qui irure\"\n    },\n    \"user\": {\n      \"id\": \"ipsum deserunt incididunt eu\",\n      \"displayName\": \"sunt nulla veniam eiusmod\",\n      \"userImg\": \"adipisicing Excepteur ullamco tempor\"\n    },\n    \"filelInfo\": {\n      \"fileId\": \"consectetur Duis do ad qui\",\n      \"userId\": -82473119,\n      \"fileName\": \"magna Excepteur nostrud\",\n      \"fileSize\": -5228750,\n      \"status\": \"DELETED\",\n      \"intPerm\": \"DL\",\n      \"extPerm\": \"DL\",\n      \"createdAt\": 43534097,\n      \"updatedAt\": 21535930\n    },\n    \"tagInfo\": [\n      {\n        \"tagName\": \"non dolore commodo\",\n        \"createdBy\": \"ullamco in\",\n        \"createdAt\": \"sint culpa cillum ullamco nostrud\"\n      },\n      {\n        \"tagName\": \"quis\",\n        \"createdBy\": \"voluptate do\",\n        \"createdAt\": \"Excepteur\"\n      }\n    ],\n    \"history\": [\n      {\n        \"id\": \"ad et laborum qui\",\n        \"post\": {\n          \"id\": \"voluptate eu ullamco\",\n          \"content\": \"qui aliqua ullamco voluptate\",\n          \"createdAt\": -37283135,\n          \"replyCount\": 41437471,\n          \"parentId\": \"magna nostrud do\"\n        },\n        \"user\": {\n          \"id\": \"ex\",\n          \"displayName\": \"laboris officia\",\n          \"userImg\": \"pariatur incididunt reprehenderit\"\n        },\n        \"filelInfo\": {\n          \"fileId\": \"reprehenderit esse enim\",\n          \"userId\": -58143438,\n          \"fileName\": \"in culpa qui aliqua aute\",\n          \"fileSize\": 32312071,\n          \"status\": \"UPLOADED\",\n          \"intPerm\": \"RO\",\n          \"extPerm\": \"DL\",\n          \"createdAt\": 77365009,\n          \"updatedAt\": -55886455\n        },\n        \"tagInfo\": [\n          {\n            \"tagName\": \"sint eu sit ut\",\n            \"createdBy\": \"ut deserunt et\",\n            \"createdAt\": \"proident et aute\"\n          },\n          {\n            \"tagName\": \"voluptate re\",\n            \"createdBy\": \"tempor elit aliqua cillum\",\n            \"createdAt\": \"sed ut\"\n          }\n        ],\n        \"reply\": {\n          \"replyCount\": -65094726,\n          \"parentId\": \"magna aute\"\n        },\n        \"reactions\": {\n          \"userId\": \"elit veniam dolore velit deserunt\",\n          \"myReactions\": [\n            {\n              \"Reaction\": \"UP\"\n            },\n            {\n              \"Reaction\": \"UP\"\n            }\n          ],\n          \"reactionStats\": {\n            \"postId\": \"ipsum sit\",\n            \"Reactions\": [\n              {\n                \"type\": \"UP\",\n                \"total\": -65722678,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"CHECKED\",\n                \"total\": -92330380,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ],\n            \"checked\": -84800636,\n            \"up\": 56496636,\n            \"down\": -45884687\n          }\n        },\n        \"savedPost\": false\n      },\n      {\n        \"id\": \"quis ea deserunt amet\",\n        \"post\": {\n          \"id\": \"nulla cupidatat anim veniam\",\n          \"content\": \"sunt aliqua\",\n          \"createdAt\": 4899439,\n          \"replyCount\": -15051496,\n          \"parentId\": \"Lorem ex sit\"\n        },\n        \"user\": {\n          \"id\": \"dolo\",\n          \"displayName\": \"nostrud laboris exercitation lab\",\n          \"userImg\": \"dolore\"\n        },\n        \"filelInfo\": {\n          \"fileId\": \"sunt\",\n          \"userId\": -10435902,\n          \"fileName\": \"id exercitation ut consectetur esse\",\n          \"fileSize\": -35737815,\n          \"status\": \"INIT\",\n          \"intPerm\": \"RO\",\n          \"extPerm\": \"RO\",\n          \"createdAt\": -74104015,\n          \"updatedAt\": 2860318\n        },\n        \"tagInfo\": [\n          {\n            \"tagName\": \"dolor elit\",\n            \"createdBy\": \"labore magna\",\n            \"createdAt\": \"pariatur ipsum Duis in\"\n          },\n          {\n            \"tagName\": \"cupidatat anim nisi\",\n            \"createdBy\": \"veniam sed pariatur\",\n            \"createdAt\": \"esse amet ipsum dolore ut\"\n          }\n        ],\n        \"reply\": {\n          \"replyCount\": -87056286,\n          \"parentId\": \"culpa anim\"\n        },\n        \"reactions\": {\n          \"userId\": \"ut esse incididunt\",\n          \"myReactions\": [\n            {\n              \"Reaction\": \"UP\"\n            },\n            {\n              \"Reaction\": \"UP\"\n            }\n          ],\n          \"reactionStats\": {\n            \"postId\": \"labore cupidatat laborum anim\",\n            \"Reactions\": [\n              {\n                \"type\": \"CHECKED\",\n                \"total\": -32497757,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"type\": \"CHECKED\",\n                \"total\": 18680574,\n                \"users\": [\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  },\n                  {\n                    \"userId\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    },\n                    \"screenName\": {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  }\n                ]\n              }\n            ],\n            \"checked\": -6197015,\n            \"up\": -17540883,\n            \"down\": -13538861\n          }\n        },\n        \"savedPost\": false\n      }\n    ]\n  }\n}"},{"id":"f7fb15b4-2c87-4da8-8f1f-1e79e814f0fc","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/history/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","history",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"96b9cda7-9c72-454b-b065-f3b30bc514cf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/history/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","history",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"5552a999-3f72-4e3b-bf17-3611569187d7","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/history/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","history",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"e84d399e-6177-4666-ab4e-1a394af1c66a","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/history/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","history",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"d2a62a1e-8e3b-4527-a36d-733ff081a0a2"},{"name":"/ent/v1/channels/messages/:channel-id","id":"99a00b6d-df18-45c1-bed8-689a119184c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/channels/messages/:channel-id","description":"<p>This API is used to fetch the last message of every channel to show as preview</p>\n","urlObject":{"path":["ent","v1","channels","messages",":channel-id"],"query":[],"variable":[{"id":"574577b3-6d7c-4d84-917e-d1e8ced1716b","description":{"content":"<p>(Required) channel-id of the target discussion</p>\n","type":"text/plain"},"type":"any","value":"ullamco","key":"channel-id"}]}},"response":[{"id":"e5d3e486-fb82-4688-803a-7acc7f452117","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/messages/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","messages",":channel-id"],"variable":[{"key":"channel-id","value":"ullamco","description":"(Required) channel-id of the target discussion"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"ChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n    \"post_uuid\": \"tempor\",\n    \"unreadPostCount\": -80694429,\n    \"unreadPostID\": \"est sunt laborum aliquip veniam\"\n  },\n  \"err\": \"officia exercitation fugiat et\"\n}"},{"id":"800fb0d3-1912-4f7c-9983-c5ccf9e34826","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/messages/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","messages",":channel-id"],"variable":[{"key":"channel-id","value":"ullamco","description":"(Required) channel-id of the target discussion"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"cb22f023-51af-44b6-b9a4-56a0cc3c3278","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/messages/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","messages",":channel-id"],"variable":[{"key":"channel-id","value":"ullamco","description":"(Required) channel-id of the target discussion"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"9486ad6b-aed5-4c48-aec2-3de6e707644c","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/messages/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","messages",":channel-id"],"variable":[{"key":"channel-id","value":"ullamco","description":"(Required) channel-id of the target discussion"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"79c0d75e-a37f-45fd-82c7-0f4b9b765be5","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"list\": [\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\",\n    \"dghhajdj-13123ghf-nb3h131hj-b31hv12\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/messages/:channel-id","host":["{{baseUrl}}"],"path":["ent","v1","channels","messages",":channel-id"],"variable":[{"key":"channel-id","value":"ullamco","description":"(Required) channel-id of the target discussion"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"99a00b6d-df18-45c1-bed8-689a119184c5"},{"name":"/ent/v3/fwdmessage","id":"98e112d4-c056-40cc-b892-4b1fc9487442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","description":"<p>This API is used to fetch the main post message with content. In case of forwarded post this API is used to fetch the main original post's content</p>\n","urlObject":{"path":["ent","v3","fwdmessage"],"query":[{"description":{"content":"<p>(Required) channelId to fetch the messages</p>\n","type":"text/plain"},"key":"channelID","value":"ullamco"},{"description":{"content":"<p>(Required) reference post-id of main post message</p>\n","type":"text/plain"},"key":"id","value":"ullamco"}],"variable":[]}},"response":[{"id":"81737f56-3452-4bac-8bda-26df37cbb7e4","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","fwdmessage"],"query":[{"key":"channelID","value":"ullamco"},{"key":"id","value":"ullamco"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n    \"sequence_id\": 38,\n    \"parentId\": \"90b8142c-834a-499c-9ad1-c4d169dacd32\",\n    \"replyCount\": 1,\n    \"hiddenReplyCount\": 0,\n    \"post\": {\n      \"id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n      \"content\": \"<p>Test Post</p>\",\n      \"type\": \"MESSAGE\",\n      \"edited\": true,\n      \"createdAt\": 1638269899173,\n      \"updatedAt\": 1638269899173\n    },\n    \"user\": {\n      \"id\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n      \"displayName\": \"Deepak\",\n      \"userImg\": \"data:image/png;base64\"\n    },\n    \"fileInfo\": {\n      \"fileDLStats\": {\n        \"stats\": \"DOWNLOADED\"\n      },\n      \"previewAvailable\": false,\n      \"fileForwardDisabled\": true\n    },\n    \"fileList\": [\n      {\n        \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n        \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"fileName\": \"post_sequencing.PNG\",\n        \"mimeType\": \"image/png\",\n        \"fileSize\": \"68.75KB\",\n        \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n        \"status\": \"UPLOADED\",\n        \"intPerm\": \"DL\",\n        \"intPermOOO\": \"DL\",\n        \"extPerm\": \"DL\",\n        \"queryUserType\": \"INTERNAL\",\n        \"createdAt\": 1638269897,\n        \"updatedAt\": 1638269933,\n        \"version\": 1,\n        \"fileDLStats\": {\n          \"stats\": [\n            {\n              \"type\": \"VIEWED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"in dolor\",\n                  \"createdAt\": \"esse magna fugiat\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"a\",\n                  \"createdAt\": \"ex laboris\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                }\n              ]\n            },\n            {\n              \"type\": \"VIEWED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"officia ullamco culpa\",\n                  \"createdAt\": \"volupta\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"irure ad ex\",\n                  \"createdAt\": \"elit deserunt dolore\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                }\n              ]\n            }\n          ]\n        },\n        \"previewAvailable\": true,\n        \"fileForwardDisabled\": false,\n        \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"forwardedPostChannels\": [\n          {\n            \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n          },\n          {\n            \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n          }\n        ]\n      },\n      {\n        \"fileId\": \"qX4JxAqvPJXgBESs3fTd3S\",\n        \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"postUUID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"fileName\": \"post_sequencing.PNG\",\n        \"mimeType\": \"image/png\",\n        \"fileSize\": \"68.75KB\",\n        \"thumbnailPath\": \"uploads/users/cedf4edd-a98b-4117-8bd9-2a67af60dcbf/5fde1703-9bcf-402b-a405-efdfdcb4321b/qX4JxAqvPJXgBESs3fTd3S/thumbnail\",\n        \"status\": \"UPLOADED\",\n        \"intPerm\": \"DL\",\n        \"intPermOOO\": \"DL\",\n        \"extPerm\": \"DL\",\n        \"queryUserType\": \"INTERNAL\",\n        \"createdAt\": 1638269897,\n        \"updatedAt\": 1638269933,\n        \"version\": 1,\n        \"fileDLStats\": {\n          \"stats\": [\n            {\n              \"type\": \"VIEWED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"exercitation elit\",\n                  \"createdAt\": \"labore minim pariatur ea\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"velit sed pariatur ea\",\n                  \"createdAt\": \"sunt dolore\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                }\n              ]\n            },\n            {\n              \"type\": \"VIEWED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"ad minim exercitation aute\",\n                  \"createdAt\": \"velit quis ipsum nisi\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                },\n                {\n                  \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                  \"screenName\": \"Deepak\",\n                  \"timestamp\": \"cupidatat est voluptate ipsum\",\n                  \"createdAt\": \"Excepteur anim labore pro\",\n                  \"location\": \"OUTSIDE_OFFICE\",\n                  \"ipaddr\": \"122.161.22.147\",\n                  \"userType\": \"INTERNAL\",\n                  \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n                  \"channel_name\": \"123 1231 12312\"\n                }\n              ]\n            }\n          ]\n        },\n        \"previewAvailable\": false,\n        \"fileForwardDisabled\": false,\n        \"uploadedChannelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"forwardedPostChannels\": [\n          {\n            \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n          },\n          {\n            \"fwdPostID\": \"47557910-c1fc-434d-a38e-b88cd87f1937\",\n            \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\"\n          }\n        ]\n      }\n    ],\n    \"fileListIDs\": [\n      \"qX4JxAqvPJXgBESs3fTd3S\",\n      \"qX4JxAqvPJXgBESs3fTd3S\"\n    ],\n    \"channelName\": \"123 1231 12312\",\n    \"tagInfo\": [\n      {\n        \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"createdBy\": \"Deepak\",\n        \"tagName\": \"QUESTION\",\n        \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"createdAt\": \"deserunt cupidatat fugiat\",\n        \"postCreatorId\": \"dolor dolor in eiusmod\",\n        \"postCreatorName\": \"labore adipisicing ipsum sit\"\n      },\n      {\n        \"post_id\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"creatorId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"createdBy\": \"Deepak\",\n        \"tagName\": \"QUESTION\",\n        \"channel_id\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"createdAt\": \"dolor pariatur\",\n        \"postCreatorId\": \"dolore\",\n        \"postCreatorName\": \"reprehenderit dolor\"\n      }\n    ],\n    \"reactions\": {\n      \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n      \"myReactions\": [\n        {\n          \"Reaction\": \"CHECKED\"\n        },\n        {\n          \"Reaction\": \"CHECKED\"\n        }\n      ],\n      \"reactionStats\": {\n        \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"total\": 2,\n        \"checked\": 1,\n        \"up\": 1,\n        \"down\": 0,\n        \"Reactions\": [\n          {\n            \"type\": \"CHECKED\",\n            \"total\": 1,\n            \"users\": [\n              {\n                \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                \"screenName\": \"Deepak\",\n                \"timestamp\": \"irure fugiat\"\n              },\n              {\n                \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                \"screenName\": \"Deepak\",\n                \"timestamp\": \"ex eu cupidatat\"\n              }\n            ]\n          },\n          {\n            \"type\": \"CHECKED\",\n            \"total\": 1,\n            \"users\": [\n              {\n                \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                \"screenName\": \"Deepak\",\n                \"timestamp\": \"commodo dolore esse\"\n              },\n              {\n                \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n                \"screenName\": \"Deepak\",\n                \"timestamp\": \"elit consequat id\"\n              }\n            ]\n          }\n        ]\n      }\n    },\n    \"version\": 0,\n    \"createdAt\": \"dolore elit reprehenderit dolore cillum\",\n    \"updatedAt\": \"sed cillum veniam Excepteur\",\n    \"savedPost\": false,\n    \"isHidden\": false,\n    \"isHideByDiscOwner\": false,\n    \"hiddenAt\": \"sit Duis\",\n    \"embededlink\": true,\n    \"embededlinkDetails\": \"ullamco anim aliquip eu\",\n    \"task\": {},\n    \"forwardedPost\": {\n      \"channelId\": \"reprehenderit dolore ea aliqua\",\n      \"sequence_id\": 0,\n      \"channelName\": \"sit eiusmod\",\n      \"channelType\": \"dolore magna tempor adipisicing qui\",\n      \"postType\": \"sit consequat ex irure aute\",\n      \"post\": {\n        \"id\": \"anim proident labore\",\n        \"content\": \"velit reprehender\",\n        \"type\": \"MESSAGE\",\n        \"edited\": true,\n        \"createdAt\": 0,\n        \"updatedAt\": 0\n      },\n      \"reply\": {},\n      \"task\": {},\n      \"user\": {}\n    },\n    \"fwdStats\": {\n      \"total\": 1,\n      \"forwards\": [\n        {\n          \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n          \"fwdChannelName\": \"demo test\",\n          \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"screenName\": \"Deepak wudza\",\n          \"timestamp\": \"elit dolor\"\n        },\n        {\n          \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"orgChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"fwdChannelID\": \"9629e316-adfe-4b79-992d-dfd44fc93db7\",\n          \"fwdChannelName\": \"demo test\",\n          \"fwdByUserID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"screenName\": \"Deepak wudza\",\n          \"timestamp\": \"dolore\"\n        }\n      ]\n    },\n    \"isUnread\": true,\n    \"emailFwdHistory\": {\n      \"TotalCount\": 1,\n      \"emailFwdHistory\": [\n        {\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n          \"userEmail\": \"test1@mo0nolydev.com\",\n          \"createdAt\": \"Excepteur consectetur in esse\",\n          \"screenName\": \"Deepak\"\n        },\n        {\n          \"postId\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n          \"userId\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n          \"channelId\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n          \"reference\": \"0de9aaa5-1e72-4693-8652-3a8db82b0794\",\n          \"userEmail\": \"test1@mo0nolydev.com\",\n          \"createdAt\": \"Lorem Excepteur in sint\",\n          \"screenName\": \"Deepak\"\n        }\n      ]\n    }\n  },\n  \"err\": \"consequat esse sint\"\n}"},{"id":"d6cc9e3d-da96-44ed-9e7c-a9f6e52afd22","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","fwdmessage"],"query":[{"key":"channelID","value":"ullamco"},{"key":"id","value":"ullamco"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"547e8860-059e-42d0-9100-f2ca24e35fd6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","fwdmessage"],"query":[{"key":"channelID","value":"ullamco"},{"key":"id","value":"ullamco"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"ab921cdf-1ae4-44c2-84d4-8f60586ce858","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","fwdmessage"],"query":[{"key":"channelID","value":"ullamco"},{"key":"id","value":"ullamco"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"21862105-d4ac-4fb9-961a-7cdf50f01103","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v3/fwdmessage?channelID=ullamco&id=ullamco","host":["{{baseUrl}}"],"path":["ent","v3","fwdmessage"],"query":[{"key":"channelID","value":"ullamco"},{"key":"id","value":"ullamco"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"98e112d4-c056-40cc-b892-4b1fc9487442"},{"name":"/ent/v1/post/previewlink","id":"eaef72d6-5e1f-43d3-9eee-916d3ff7f767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","description":"<p>This api is used to fetch link preview contained in post message</p>\n","urlObject":{"path":["ent","v1","post","previewlink"],"query":[{"description":{"content":"<p>(Required) the parent post-id</p>\n","type":"text/plain"},"key":"post_id","value":"ullamco"},{"description":{"content":"<p>(Required) the channel id of the post</p>\n","type":"text/plain"},"key":"channel_id","value":"ullamco"},{"description":{"content":"<p>(Required) the site address</p>\n","type":"text/plain"},"key":"site","value":"ullamco"}],"variable":[]}},"response":[{"id":"97155527-671c-4b62-a7a4-670aaa634061","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","post","previewlink"],"query":[{"key":"post_id","value":"ullamco"},{"key":"channel_id","value":"ullamco"},{"key":"site","value":"ullamco"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 80602545,\n  \"message\": \"Excepteur ex in\",\n  \"data\": {\n    \"post_id\": \"6b54147b-4186-4546-9e93-287a17264772\",\n    \"channel_id\": \"rb3rn47b-4186-4546-9e93-287a17das772\",\n    \"description\": \"consequat et pa\",\n    \"icon\": \"./dist/favicon-16x16.png\",\n    \"image\": \"in dolore cupidatat in magna\",\n    \"images64\": \"mollit aliqua anim in in\",\n    \"link\": \"https://editor.swagger.io/\",\n    \"linktype\": \"website\",\n    \"name\": \"aliquip dolore fugiat\",\n    \"scrappedimage\": \"laborum proident consequat ut\",\n    \"title\": \"Swagger Editor\"\n  }\n}"},{"id":"004ad42b-7de1-4b4b-bdd1-1d044cd4cd10","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","post","previewlink"],"query":[{"key":"post_id","value":"ullamco"},{"key":"channel_id","value":"ullamco"},{"key":"site","value":"ullamco"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"31ec056a-771d-4cc8-a359-27a9e5478813","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","post","previewlink"],"query":[{"key":"post_id","value":"ullamco"},{"key":"channel_id","value":"ullamco"},{"key":"site","value":"ullamco"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"84195aa3-f85d-4752-8ce7-f7c19e93fd9e","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","post","previewlink"],"query":[{"key":"post_id","value":"ullamco"},{"key":"channel_id","value":"ullamco"},{"key":"site","value":"ullamco"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"d573f19a-32c1-4ad0-834c-b843363eb9a1","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/previewlink?post_id=ullamco&channel_id=ullamco&site=ullamco","host":["{{baseUrl}}"],"path":["ent","v1","post","previewlink"],"query":[{"key":"post_id","value":"ullamco"},{"key":"channel_id","value":"ullamco"},{"key":"site","value":"ullamco"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"eaef72d6-5e1f-43d3-9eee-916d3ff7f767"},{"name":"/ent/v1/post/fwdstats/:post-id","id":"35d3b836-a1bc-4e9e-9056-6faf1534b75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/post/fwdstats/:post-id","description":"<p>This api is used to fetch forwarded stats of main post message</p>\n","urlObject":{"path":["ent","v1","post","fwdstats",":post-id"],"query":[],"variable":[{"id":"762ed3fd-7759-41ea-adf5-5bd42f32dc13","description":{"content":"<p>(Required) the parent post-id</p>\n","type":"text/plain"},"type":"any","value":"ullamco","key":"post-id"}]}},"response":[{"id":"9d188e04-db5c-4922-b178-a33aba4daeff","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/fwdstats/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","fwdstats",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 75715038,\n  \"message\": \"ex tempor ullamco\",\n  \"data\": {\n    \"total\": 1,\n    \"forwards\": [\n      {\n        \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"orgChannelID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"fwdChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"fwdChannelName\": \"fwd post channel\",\n        \"fwdByUserID\": \"b5eef217-8761-4bf3-b64f-cf4ababe4253\",\n        \"timestamp\": \"ex eu nul\",\n        \"screenName\": \"User1\"\n      },\n      {\n        \"orgPostID\": \"90b8142c-834a-499c-9ad1-c4d169dacdc5\",\n        \"orgChannelID\": \"cedf4edd-a98b-4117-8bd9-2a67af60dcbf\",\n        \"fwdChannelID\": \"dc101b09-cbdb-494e-b4dd-4e312c94d6b4\",\n        \"fwdChannelName\": \"fwd post channel\",\n        \"fwdByUserID\": \"b5eef217-8761-4bf3-b64f-cf4ababe4253\",\n        \"timestamp\": \"magna anim officia consectetur\",\n        \"screenName\": \"User1\"\n      }\n    ]\n  }\n}"},{"id":"e1dad4aa-fab5-4a25-9a7b-91a03132a8ee","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/fwdstats/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","fwdstats",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"9f8e9a99-18af-4b8e-a6b0-80c9b24a3e17","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/fwdstats/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","fwdstats",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"b9f11bcb-f34d-4546-940b-d07d74607683","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/fwdstats/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","fwdstats",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"in aliqua commodo nostrud voluptate\",\n  \"message\": \"irure eiusmod quis Ut\",\n  \"data\": {}\n}"},{"id":"77792e0c-0589-483f-9c7b-22dfefc2cd8c","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/post/fwdstats/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","post","fwdstats",":post-id"],"variable":[{"key":"post-id","value":"ullamco","description":"(Required) the parent post-id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"35d3b836-a1bc-4e9e-9056-6faf1534b75d"}],"id":"46e96001-9499-437f-bbe1-6ef01fa41708","description":"<p>Post is a way to share some information to all the members of a discussion. Whenever you have something to share, just create a post. It can contain:<br />• Short or long text<br />• Simple or formatted text<br />• Attachments such as files, documents, images, video etc.</p>\n<p>Whenever you have something to share, create a post.</p>\n<p>Post can have replies; which are kind of post only but are associated with a specific parent post. Creator of a post is allowed to edit the post; but Monoly keeps the history of changes.</p>\n","_postman_id":"46e96001-9499-437f-bbe1-6ef01fa41708"},{"name":"Actions","item":[{"name":"Reaction","item":[{"name":"/ent/v1/reactions","id":"22f8f228-bba0-4159-b615-cd77d20a9365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/reactions","description":"<p>This API is used to react on a post with predefined reaction enum on a discussion<br /></p><ul><li>Checked</li><li>Up</li><li>Down</li></ul><p></p>\n","urlObject":{"path":["ent","v1","reactions"],"query":[],"variable":[]}},"response":[{"id":"dc555dcd-4d21-4857-b42a-58909c0739a5","name":"The request is successfully processed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/reactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"b677f7ef-6ac1-400d-816b-079b9304d7cd","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/reactions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e49067bd-e8f9-4fab-8175-fcaf0f4995bf","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/reactions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"tempor deserunt ut\",\n  \"message\": \"aliqua culpa reprehenderit ad\",\n  \"data\": {}\n}"},{"id":"40953aaf-58bc-4d78-b3da-9d26502e28f7","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/reactions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"tempor deserunt ut\",\n  \"message\": \"aliqua culpa reprehenderit ad\",\n  \"data\": {}\n}"},{"id":"4ac6dee3-fe25-4f54-b17d-820093f62322","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\",\n  \"reaction\": \"checked\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/reactions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"22f8f228-bba0-4159-b615-cd77d20a9365"},{"name":"/ent/v1/reactions/:reaction-name/posts/:post-id","id":"90b411fe-25cc-4425-8a76-2ebcab79bf59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/reactions/:reaction-name/posts/:post-id","description":"<p>This API is used to remove the reaction of a user from a post on the discussion. Only reaction creator permitted to delete the reaction.</p>\n","urlObject":{"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"query":[],"variable":[{"id":"6de794ca-9a81-4f6c-925d-ad98e9f6ffda","description":{"content":"<p>(Required) reaction name</p>\n","type":"text/plain"},"type":"any","value":"dolore ea sint cupidatat tempor","key":"reaction-name"},{"id":"8525562d-b152-4872-a8a9-65d1f400a1a1","description":{"content":"<p>(Required) post-id where reaction to be removed</p>\n","type":"text/plain"},"type":"any","value":"dolore ea sint cupidatat tempor","key":"post-id"}]}},"response":[{"id":"b1c596db-75a2-4b88-839a-8d622be2a3d9","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/reactions/:reaction-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"variable":[{"key":"reaction-name","value":"dolore ea sint cupidatat tempor","description":"(Required) reaction name"},{"key":"post-id","value":"dolore ea sint cupidatat tempor","description":"(Required) post-id where reaction to be removed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"7c168729-71a8-4909-970a-b3908b0bb1ef","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/reactions/:reaction-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"variable":[{"key":"reaction-name","value":"dolore ea sint cupidatat tempor","description":"(Required) reaction name"},{"key":"post-id","value":"dolore ea sint cupidatat tempor","description":"(Required) post-id where reaction to be removed"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"702219e6-3a78-4f13-8da1-d6e05587f22b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/reactions/:reaction-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"variable":[{"key":"reaction-name","value":"dolore ea sint cupidatat tempor","description":"(Required) reaction name"},{"key":"post-id","value":"dolore ea sint cupidatat tempor","description":"(Required) post-id where reaction to be removed"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"tempor deserunt ut\",\n  \"message\": \"aliqua culpa reprehenderit ad\",\n  \"data\": {}\n}"},{"id":"4de7fd61-7982-436c-906e-878d7e1a2a0d","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/reactions/:reaction-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"variable":[{"key":"reaction-name","value":"dolore ea sint cupidatat tempor","description":"(Required) reaction name"},{"key":"post-id","value":"dolore ea sint cupidatat tempor","description":"(Required) post-id where reaction to be removed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"tempor deserunt ut\",\n  \"message\": \"aliqua culpa reprehenderit ad\",\n  \"data\": {}\n}"},{"id":"4fe841bd-fe9b-46a9-9037-90799fbb4b41","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/reactions/:reaction-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","reactions",":reaction-name","posts",":post-id"],"variable":[{"key":"reaction-name","value":"dolore ea sint cupidatat tempor","description":"(Required) reaction name"},{"key":"post-id","value":"dolore ea sint cupidatat tempor","description":"(Required) post-id where reaction to be removed"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"90b411fe-25cc-4425-8a76-2ebcab79bf59"}],"id":"9b4e8310-d09c-4c73-ac2f-0718bb636a86","description":"<p>Reactions are fun way to show your consent (+1), lack-of-consent (-1) or simple indication that you have checked a post (Tick mark). Members of a discussion can add their reactions on any post or reply. Monoly captures the reactions per post and shows the list with users' screen-name.</p>\n","_postman_id":"9b4e8310-d09c-4c73-ac2f-0718bb636a86"},{"name":"Save","item":[{"name":"/ent/v1/bookmark","id":"9d714597-2d8a-49e2-9037-fad7f70b74fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/bookmark","description":"<p>This API is used to save/bookmark a post on a discussion</p>\n","urlObject":{"path":["ent","v1","bookmark"],"query":[],"variable":[]}},"response":[{"id":"5b9a274a-0cfa-4eb3-8263-4ade2fb403a2","name":"The request is successfully processed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/bookmark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"dccb772d-2b6a-4ebb-a3f1-d8f572d17686","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/bookmark"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"89b02389-d9eb-4bab-be9d-640e2462fa11","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/bookmark"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"89af6950-c0da-4f4b-9f12-aa248fb3a44a","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/bookmark"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"503fa18f-9ae6-423b-bcc8-182e17273a61","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"ch-12-12322-\",\n  \"postId\": \"uuid-12313\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/bookmark"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"9d714597-2d8a-49e2-9037-fad7f70b74fe"},{"name":"/ent/v1/bookmark","id":"40859d09-930a-4a16-a8db-e96cf61f8451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","description":"<p>This API is used to get posts saved by a user.<br /><br /><i>Note: User ID is inferred from API token</i></p>\n","urlObject":{"path":["ent","v1","bookmark"],"query":[{"description":{"content":"<p>(Required) discussion id</p>\n","type":"text/plain"},"key":"channelId","value":"non officia"},{"description":{"content":"<p>(Required) offset from where the next batch of saved posts are requested</p>\n","type":"text/plain"},"key":"offset","value":"-77557480"},{"description":{"content":"<p>(Required) count of the saved posts requested</p>\n","type":"text/plain"},"key":"count","value":"-77557480"}],"variable":[]}},"response":[{"id":"a4fe2a19-5556-4381-9de1-87186cca96d8","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","host":["{{baseUrl}}"],"path":["ent","v1","bookmark"],"query":[{"key":"channelId","value":"non officia"},{"key":"offset","value":"-77557480"},{"key":"count","value":"-77557480"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": -57635587,\n  \"message\": \"sint\",\n  \"data\": [\n    {\n      \"channelId\": \"ullamco commodo cillum\",\n      \"post\": {\n        \"id\": \"cupidatat ipsum\",\n        \"content\": \"laborum cupidatat\",\n        \"createdAt\": 53288975\n      },\n      \"createdAt\": 34935422\n    },\n    {\n      \"channelId\": \"aliquip deserunt irure ea\",\n      \"post\": {\n        \"id\": \"adipisicing ut voluptate\",\n        \"content\": \"ad amet\",\n        \"createdAt\": 18847225\n      },\n      \"createdAt\": 11772670\n    }\n  ]\n}"},{"id":"a0207043-b15c-4e3d-ac70-41d5162e0e3d","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","host":["{{baseUrl}}"],"path":["ent","v1","bookmark"],"query":[{"key":"channelId","value":"non officia"},{"key":"offset","value":"-77557480"},{"key":"count","value":"-77557480"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"45814545-00c2-4f4e-adc8-df7a4291358f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","host":["{{baseUrl}}"],"path":["ent","v1","bookmark"],"query":[{"key":"channelId","value":"non officia"},{"key":"offset","value":"-77557480"},{"key":"count","value":"-77557480"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"ce879329-09a0-4f2b-af29-2eb17fe49f1f","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","host":["{{baseUrl}}"],"path":["ent","v1","bookmark"],"query":[{"key":"channelId","value":"non officia"},{"key":"offset","value":"-77557480"},{"key":"count","value":"-77557480"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"b59c0345-ea47-4697-ac3e-18c0ec9857bb","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark?channelId=non officia&offset=-77557480&count=-77557480","host":["{{baseUrl}}"],"path":["ent","v1","bookmark"],"query":[{"key":"channelId","value":"non officia"},{"key":"offset","value":"-77557480"},{"key":"count","value":"-77557480"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"40859d09-930a-4a16-a8db-e96cf61f8451"},{"name":"/ent/v1/bookmark/posts/:post-id","id":"3bd700aa-18b1-4578-91d2-2a4c609316ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/bookmark/posts/:post-id","description":"<p>This API is used to remove the items form saved list of a user in the discussion. Only  creator permitted to delete the bookmark.</p>\n","urlObject":{"path":["ent","v1","bookmark","posts",":post-id"],"query":[],"variable":[{"id":"927619b5-5316-4de8-817b-544c02d44cb9","description":{"content":"<p>(Required) post-id where bookmark to be removed</p>\n","type":"text/plain"},"type":"any","value":"non officia","key":"post-id"}]}},"response":[{"id":"1ef377f4-18f9-4204-8211-78e490e3092a","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","bookmark","posts",":post-id"],"variable":[{"key":"post-id","value":"non officia","description":"(Required) post-id where bookmark to be removed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"433447ac-db77-427c-8051-5bdac2ea7533","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","bookmark","posts",":post-id"],"variable":[{"key":"post-id","value":"non officia","description":"(Required) post-id where bookmark to be removed"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e5ded187-1012-4992-8cbe-1797052d0412","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","bookmark","posts",":post-id"],"variable":[{"key":"post-id","value":"non officia","description":"(Required) post-id where bookmark to be removed"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"a67b3f65-5ba7-4d1f-b136-0554f5603021","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","bookmark","posts",":post-id"],"variable":[{"key":"post-id","value":"non officia","description":"(Required) post-id where bookmark to be removed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ea Lorem id magna ut\",\n  \"message\": \"in laborum non\",\n  \"data\": {}\n}"},{"id":"e2c82993-08eb-460a-be34-c87fa33a657a","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/bookmark/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","bookmark","posts",":post-id"],"variable":[{"key":"post-id","value":"non officia","description":"(Required) post-id where bookmark to be removed"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"3bd700aa-18b1-4578-91d2-2a4c609316ee"}],"id":"f5647cac-237b-468b-a503-53b3521a3411","description":"<p>User can bookmark any post in a discussion as ‘saved’ for her personal reference. Monoly keeps track of all the saved posts per discussion for a user. User can easily filter out the posts marked as ‘saved’ in a discussion.</p>\n<p>‘Saved’ posts are user specific and are not visible to another users.</p>\n","_postman_id":"f5647cac-237b-468b-a503-53b3521a3411"},{"name":"Tag","item":[{"name":"/ent/v1/tags","id":"fb387e03-bfdc-44a4-b456-0183eef111fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/tags","description":"<p>This API is used to flag a post with predefined tag name on a discussion</p>\n","urlObject":{"path":["ent","v1","tags"],"query":[],"variable":[]}},"response":[{"id":"263a09f0-1508-4756-b41d-a5394090f21d","name":"The request is successfully processed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"36421881-c95d-44fa-a34e-59751694d0ea","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/tags"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"2e6533cf-afc5-4ca0-a7c4-413aa31724e3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/tags"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"2ec51b2b-d899-4d8a-b482-5cd919252871","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/tags"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"50285722-f867-4b52-b4de-71f7e60f7d97","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"1\",\n  \"postId\": \"uuid-12313\",\n  \"tagName\": \"Question\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/tags"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"fb387e03-bfdc-44a4-b456-0183eef111fc"},{"name":"/ent/v1/tags","id":"0a225307-1b11-4ee9-9c14-0d63affb4278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","description":"<p>This API is used to get the list of team tags with post details</p>\n","urlObject":{"path":["ent","v1","tags"],"query":[{"description":{"content":"<p>(Required) tag-name</p>\n","type":"text/plain"},"key":"tag-name","value":"Important"},{"description":{"content":"<p>(Required) Channel Id</p>\n","type":"text/plain"},"key":"channelId","value":"cillum"},{"description":{"content":"<p>(Required) offset from where the next batch of tags/posts are requested</p>\n","type":"text/plain"},"key":"offset","value":"-1660872"},{"description":{"content":"<p>(Required) count of the tags/posts requested</p>\n","type":"text/plain"},"key":"count","value":"-1660872"}],"variable":[]}},"response":[{"id":"d6141cd9-8531-4fb3-83b5-3d30b70e7e3b","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","host":["{{baseUrl}}"],"path":["ent","v1","tags"],"query":[{"key":"tag-name","value":"Important"},{"key":"channelId","value":"cillum"},{"key":"offset","value":"-1660872"},{"key":"count","value":"-1660872"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 49828417,\n  \"message\": \"dolore laborum\",\n  \"data\": [\n    {\n      \"channelId\": \"irure consequat\",\n      \"post\": {\n        \"id\": \"do voluptate Lorem deserunt\",\n        \"content\": \"veniam laboris\",\n        \"createdAt\": 82963389\n      },\n      \"createdBy\": \"officia\",\n      \"createdAt\": 89047925,\n      \"tagName\": \"Follow-up\"\n    },\n    {\n      \"channelId\": \"in repreh\",\n      \"post\": {\n        \"id\": \"ut Ut occaecat\",\n        \"content\": \"cons\",\n        \"createdAt\": -18490986\n      },\n      \"createdBy\": \"commodo non\",\n      \"createdAt\": 65433964,\n      \"tagName\": \"Follow-up\"\n    }\n  ]\n}"},{"id":"2a3165d1-4dd4-4019-8ade-582ec861749b","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","host":["{{baseUrl}}"],"path":["ent","v1","tags"],"query":[{"key":"tag-name","value":"Important"},{"key":"channelId","value":"cillum"},{"key":"offset","value":"-1660872"},{"key":"count","value":"-1660872"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"1cb1533f-4780-4aec-a960-07c2f6e7915a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","host":["{{baseUrl}}"],"path":["ent","v1","tags"],"query":[{"key":"tag-name","value":"Important"},{"key":"channelId","value":"cillum"},{"key":"offset","value":"-1660872"},{"key":"count","value":"-1660872"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"775a1c20-64eb-4bd4-be9e-5388715d078e","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","host":["{{baseUrl}}"],"path":["ent","v1","tags"],"query":[{"key":"tag-name","value":"Important"},{"key":"channelId","value":"cillum"},{"key":"offset","value":"-1660872"},{"key":"count","value":"-1660872"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"04f7aa81-4225-45c7-952a-0b34d59dcb86","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags?tag-name=Important&channelId=cillum&offset=-1660872&count=-1660872","host":["{{baseUrl}}"],"path":["ent","v1","tags"],"query":[{"key":"tag-name","value":"Important"},{"key":"channelId","value":"cillum"},{"key":"offset","value":"-1660872"},{"key":"count","value":"-1660872"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"0a225307-1b11-4ee9-9c14-0d63affb4278"},{"name":"/ent/v1/tags/:tag-name/posts/:post-id","id":"1a114dfe-1ee6-40ac-b094-b1d7c71ec0bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/tags/:tag-name/posts/:post-id","description":"<p>This API is used to delete the tag from a post on a discussion. Only discussion member is permitted to delete the tag.</p>\n","urlObject":{"path":["ent","v1","tags",":tag-name","posts",":post-id"],"query":[],"variable":[{"id":"8215bbb3-ce5a-4639-a319-b18d6716e5f2","description":{"content":"<p>(Required) tag name</p>\n","type":"text/plain"},"type":"any","value":"cillum","key":"tag-name"},{"id":"33e74b5f-0c46-4043-afd1-b193d58f1328","description":{"content":"<p>(Required) post-id where tag to be removed</p>\n","type":"text/plain"},"type":"any","value":"cillum","key":"post-id"}]}},"response":[{"id":"82dc8eb8-fd99-4600-abe7-0b33c49ff409","name":"The request is successfully processed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags/:tag-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","tags",":tag-name","posts",":post-id"],"variable":[{"key":"tag-name","value":"cillum","description":"(Required) tag name"},{"key":"post-id","value":"cillum","description":"(Required) post-id where tag to be removed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"1ca1e9ed-0652-46dc-986f-90909d5ee201","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags/:tag-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","tags",":tag-name","posts",":post-id"],"variable":[{"key":"tag-name","value":"cillum","description":"(Required) tag name"},{"key":"post-id","value":"cillum","description":"(Required) post-id where tag to be removed"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"9f99e82b-a2c0-475e-bea5-ffcc3dc5504e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags/:tag-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","tags",":tag-name","posts",":post-id"],"variable":[{"key":"tag-name","value":"cillum","description":"(Required) tag name"},{"key":"post-id","value":"cillum","description":"(Required) post-id where tag to be removed"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"9212fecd-59b6-43c3-ac3b-f5ef9634cf24","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags/:tag-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","tags",":tag-name","posts",":post-id"],"variable":[{"key":"tag-name","value":"cillum","description":"(Required) tag name"},{"key":"post-id","value":"cillum","description":"(Required) post-id where tag to be removed"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ex in fugiat magna voluptate\",\n  \"message\": \"veniam aliquip\",\n  \"data\": {}\n}"},{"id":"9213aba1-0bd4-47ae-8744-9d4d631237e2","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/tags/:tag-name/posts/:post-id","host":["{{baseUrl}}"],"path":["ent","v1","tags",":tag-name","posts",":post-id"],"variable":[{"key":"tag-name","value":"cillum","description":"(Required) tag name"},{"key":"post-id","value":"cillum","description":"(Required) post-id where tag to be removed"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"1a114dfe-1ee6-40ac-b094-b1d7c71ec0bd"}],"id":"0008fd02-c7e5-49b8-bd7b-0bf997658cfd","description":"<p>Any user can label any post with a tag from a defined list of ‘tags’ (as shown in the figure above). Once tagged, it would be visible to all members of a discussion. Any member is allowed to change the value of tag any point in time.</p>\n<p>Users can easily filter out posts based on selected value of tag. It gives a flexibility to members of a discussion to logically categories the posts based on available tag values.</p>\n","_postman_id":"0008fd02-c7e5-49b8-bd7b-0bf997658cfd"},{"name":"Forward","item":[{"name":"/ent/v1/message","id":"62889c9e-a5cd-4c5d-80da-5f2d62de7974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/message","description":"<p>This API is used to forward a post to same or other internal discussions. A post, containing a file, can only be forwarded if the file has been uploaded without 'forward prohibited' flag enabled.</p>\n","urlObject":{"path":["ent","v1","message"],"query":[],"variable":[]}},"response":[{"id":"db2cb86f-27a8-43b1-84c1-2134ef8af03c","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"success\": false,\n    \"timestamp\": 1656991587082984700,\n    \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n    \"sequence_id\": 6,\n    \"channelName\": \"NewTestDiscussion1July2022\",\n    \"channelType\": \"INTERNAL\",\n    \"postType\": \"MESSAGE\",\n    \"fileId\": \"aliqu\",\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"post\": {\n      \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n      \"content\": \"<p>This is a forwarded message</p>\",\n      \"type\": \"MESSAGE\",\n      \"edited\": false,\n      \"createdAt\": 1656991586387,\n      \"updatedAt\": 0\n    },\n    \"embededLink\": true,\n    \"embededLinkDetails\": \"Excepteur sed\",\n    \"task\": {\n      \"taskSequenceId\": \"BPJ-1\"\n    },\n    \"isHidden\": false,\n    \"forwardedPost\": {\n      \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n      \"sequence_id\": 0,\n      \"channelName\": \"NewTestDiscussion1\",\n      \"channelType\": \"INTERNAL\",\n      \"postType\": \"TASK\",\n      \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n      \"post\": {\n        \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\",\n        \"content\": \"<p>This is a test task</p>\",\n        \"type\": \"TASK\",\n        \"edited\": false,\n        \"createdAt\": 0,\n        \"updatedAt\": 0\n      },\n      \"task\": {\n        \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n        \"taskTitle\": \"TestTask\",\n        \"taskStartTime\": 1656959400000,\n        \"taskStopTime\": 1657218600000,\n        \"taskStatus\": \"INPROGRESS\",\n        \"taskSequenceId\": \"BPJ-1\"\n      }\n    },\n    \"isForwarded\": false,\n    \"fwdStats\": {\n      \"total\": 0,\n      \"forwards\": \"qui Lorem ad ipsum\"\n    },\n    \"fileForwarding\": true,\n    \"filePermission\": {\n      \"internal\": \"dolor dolor veniam Lorem enim\",\n      \"internalOOO\": \"in amet Lorem nisi dolor\",\n      \"external\": \"Excepteur sed ad laborum\"\n    },\n    \"fileForwardDisabled\": true,\n    \"tagInfo\": \"incididunt eu et\"\n  },\n  \"err\": \"velit officia\"\n}"},{"id":"f9abd770-8abf-4c80-8b9e-92e3178294c6","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"cb0be61d-abef-4eb1-b8ad-d96b1e990031","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"6f3c9632-6bfe-499d-9ea3-f740cd7c6045","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"3ffbf8c3-8002-4edf-af39-57e45a038565","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"5d3d923a-d687-4356-8c75-b8e70e79f56b\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"MESSAGE\",\n  \"post\": {\n    \"id\": \"9b6ab7d8-830e-4fb9-830d-beb2b3fe4b49\",\n    \"content\": \"<p>This is a forwarded message</p>\",\n    \"createdAt\": 1656991586387,\n    \"type\": \"MESSAGE\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"eu ut esse\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"forwardedPost\": {\n    \"post\": {\n      \"id\": \"1c2c5a7d-dc18-48b7-90e1-e6deba98cb57\"\n    },\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"62889c9e-a5cd-4c5d-80da-5f2d62de7974"}],"id":"b0100951-161a-46a8-b4b0-700aa6288ebe","description":"<p>Users, if allowed, can forward a post from one discussion to another discussion. Creator of a post can ‘Prohibit’ forwarding of a post which is carrying a file while creating that post.</p>\n<p>API used to forward a post is same as the one use to create a post message. Look at the request header field for differences e.g., in case of forwarded post → <strong>‘forwardedPost’</strong> object will be present.</p>\n","_postman_id":"b0100951-161a-46a8-b4b0-700aa6288ebe"},{"name":"Task","item":[{"name":"/ent/v1/message","id":"1c3d4635-b1c0-4cc7-ac36-9451f4f0967c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": true,\n    \"parentId\": \"quis nulla ipsum dolor deserunt\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": false,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"ad aute\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/message","description":"<p>This API is used to create or update a task-type post message</p>\n","urlObject":{"path":["ent","v1","message"],"query":[],"variable":[]}},"response":[{"id":"7c07e327-6d7f-4fff-911a-5366966dbe73","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"aliqua anim nisi\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": true,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"id officia\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"success\": false,\n    \"timestamp\": 1656950124363202300,\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n    \"sequence_id\": 9,\n    \"channelName\": \"NewTestDiscussion1\",\n    \"channelType\": \"INTERNAL\",\n    \"postType\": \"TASK\",\n    \"fileId\": \"cillum cupidatat\",\n    \"fileListIDs\": [\n      \"vDqv2AsgxZvdpQ5gWmcpiW\",\n      \"vDqv2AsgxZvdpQ5gWmcpiW\"\n    ],\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"mentions\": [\n      \"all\",\n      \"all\"\n    ],\n    \"post\": {\n      \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n      \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n      \"type\": \"TASK\",\n      \"edited\": true,\n      \"createdAt\": 1656950124101,\n      \"updatedAt\": 0\n    },\n    \"embededLink\": false,\n    \"embededLinkDetails\": \"reprehenderit occaecat aliquip\",\n    \"task\": {\n      \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n      \"taskTitle\": \"ProjectPlan-New\",\n      \"taskStartTime\": 1656873000000,\n      \"taskStopTime\": 1657218600000,\n      \"taskStatus\": \"TODO\",\n      \"taskSequenceId\": \"BPJ-3\"\n    },\n    \"isHidden\": false,\n    \"forwardedPost\": {\n      \"channelId\": \"ad ex Duis\",\n      \"sequence_id\": 0,\n      \"channelName\": \"in\",\n      \"channelType\": \"ad veniam velit\",\n      \"postType\": \"ut dolore quis qui occaecat\",\n      \"post\": {\n        \"id\": \"dolore officia Ut\",\n        \"content\": \"sed non consequat\",\n        \"type\": \"esse\",\n        \"edited\": true,\n        \"createdAt\": 0,\n        \"updatedAt\": 0\n      }\n    },\n    \"isForwarded\": true,\n    \"fwdStats\": {\n      \"total\": 0,\n      \"forwards\": \"dolor amet aliquip deserunt\"\n    },\n    \"fileForwarding\": false,\n    \"filePermission\": {\n      \"internal\": \"pariatur dolor irure\",\n      \"internalOOO\": \"minim mollit\",\n      \"external\": \"occaecat ipsum irure culpa\"\n    },\n    \"fileForwardDisabled\": false,\n    \"tagInfo\": \"officia Duis quis\"\n  },\n  \"err\": \"dolor nulla laborum\"\n}"},{"id":"88ba98fe-6efe-4ca4-936d-502ec85f1fb9","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"aliqua anim nisi\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": true,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"id officia\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"48dbe8c2-93a6-4064-a662-837641130e75","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"aliqua anim nisi\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": true,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"id officia\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"27256cf1-ceaf-4065-99e4-5cabefd01033","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"aliqua anim nisi\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": true,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"id officia\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"26bd42fa-d646-4377-8ea7-2bb3afa16294","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"channelType\": \"INTERNAL\",\n  \"postType\": \"TASK\",\n  \"post\": {\n    \"id\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"content\": \"<p><span class=mention data-index=0 data-command-char=@ data-id=all data-value=All data-channel-id=773ec35f-589d-4f3f-9ec9-1fdccaa52b36>ï»¿<span contenteditable=false><span class=ql-mention-command-char>@</span>All</span>ï»¿</span> We need to create a project plan as soon as possible. Please look at these requirements. </p>\",\n    \"createdAt\": 1656950124101,\n    \"type\": \"TASK\"\n  },\n  \"reply\": {\n    \"isReply\": false,\n    \"broadcastReply\": false,\n    \"parentId\": \"aliqua anim nisi\"\n  },\n  \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n  \"task\": {\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskTitle\": \"ProjectPlan-New\",\n    \"taskStartTime\": 1656873000000,\n    \"taskStopTime\": 1657218600000,\n    \"isApprovalRequired\": true,\n    \"taskStatus\": \"TODO\"\n  },\n  \"fileId\": \"id officia\",\n  \"fileListIDs\": [\n    \"vDqv2AsgxZvdpQ5gWmcpiW\",\n    \"vDqv2AsgxZvdpQ5gWmcpiW\"\n  ],\n  \"mentions\": [\n    \"all\",\n    \"all\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/message"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"1c3d4635-b1c0-4cc7-ac36-9451f4f0967c"},{"name":"/ent/v1/task/:task-id","id":"1d89f218-626c-44d1-9e92-1092d7148c1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","description":"<p>This API is used to update status of an existing task</p>\n","urlObject":{"path":["ent","v1","task",":task-id"],"query":[{"description":{"content":"<p>(Required) Updated status of task</p>\n","type":"text/plain"},"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"id":"021f9047-ae51-4878-a8e3-0347842df3ed","description":{"content":"<p>(Required) Task Identifier</p>\n","type":"text/plain"},"type":"any","value":"aliquip laboris cupidatat","key":"task-id"}]}},"response":[{"id":"b61877e8-c4ff-4aae-94bc-269540e6d6d2","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","host":["{{baseUrl}}"],"path":["ent","v1","task",":task-id"],"query":[{"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"key":"task-id","value":"aliquip laboris cupidatat","description":"(Required) Task Identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"taskId\": \"3a420d28-b356-4dd6-9d06-7001701ddc20\",\n    \"taskState\": \"ASSIGN\",\n    \"taskStateUpdatedBy\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskStateEventTime\": \"dolore repreh\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n    \"taskCreatedBy\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"taskAssignee\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n  },\n  \"err\": \"do incididunt e\"\n}"},{"id":"3ed125f6-3226-47bc-a772-fcb2317c9a4a","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","host":["{{baseUrl}}"],"path":["ent","v1","task",":task-id"],"query":[{"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"key":"task-id","value":"aliquip laboris cupidatat","description":"(Required) Task Identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"dabc4c31-570b-48db-92b2-887af2f3aa6f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","host":["{{baseUrl}}"],"path":["ent","v1","task",":task-id"],"query":[{"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"key":"task-id","value":"aliquip laboris cupidatat","description":"(Required) Task Identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"eb22b829-1eee-4cdf-bd88-41b88b3052e1","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","host":["{{baseUrl}}"],"path":["ent","v1","task",":task-id"],"query":[{"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"key":"task-id","value":"aliquip laboris cupidatat","description":"(Required) Task Identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"43cc52d1-b85e-4c53-b227-ada299297c10","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/task/:task-id?task-status=aliquip laboris cupidatat","host":["{{baseUrl}}"],"path":["ent","v1","task",":task-id"],"query":[{"key":"task-status","value":"aliquip laboris cupidatat"}],"variable":[{"key":"task-id","value":"aliquip laboris cupidatat","description":"(Required) Task Identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"1d89f218-626c-44d1-9e92-1092d7148c1d"}],"id":"a638cc2d-d941-4f72-bfcd-757d10629164","description":"<p>Monoly enables a user to create a new task or convert any existing post into a task. Task is way to assign an activity to a member. User can assign a state to a task e.g., ‘In Progress’ and then change the state whenever it makes sense.</p>\n<p>Users are allowed to filter the tasks in a discussion based on its state.</p>\n<p>API used to create a task is same as the one use to create a post message. Look at the request header field for differences e.g., in case of task → <strong>PostType: ‘TASK’</strong></p>\n","_postman_id":"a638cc2d-d941-4f72-bfcd-757d10629164"},{"name":"Hide / Unhide","item":[{"name":"/ent/v1/message/:post-id","id":"764025a5-0b2c-4dba-97e5-0625114a4910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/message/:post-id?hide=false","description":"<p>This API is used to Hide or UnHide a Post</p>\n","urlObject":{"path":["ent","v1","message",":post-id"],"query":[{"description":{"content":"<p>(Required) Flag to hide or unhide a post</p>\n","type":"text/plain"},"key":"hide","value":"false"}],"variable":[{"id":"fb70f738-9fe4-41b6-bd51-4542a266bbbb","description":{"content":"<p>(Required) Post Identifier</p>\n","type":"text/plain"},"type":"any","value":"minim quis","key":"post-id"}]}},"response":[{"id":"d328304d-0554-4f41-887c-c8a9ee0c8e97","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?hide=true","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"hide","value":"true"}],"variable":[{"key":"post-id","value":"minim quis","description":"(Required) Post Identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"qui veniam\",\n  \"err\": \"consequat ut aute velit\"\n}"},{"id":"45308d91-d371-488e-817e-9c440908142c","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?hide=true","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"hide","value":"true"}],"variable":[{"key":"post-id","value":"minim quis","description":"(Required) Post Identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"bfe58dbe-5cd4-4b06-a9e3-81b90264a06c","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?hide=true","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"hide","value":"true"}],"variable":[{"key":"post-id","value":"minim quis","description":"(Required) Post Identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"7b0b5a96-22d0-49b3-9168-4f2809ce1cb7","name":"Not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?hide=true","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"hide","value":"true"}],"variable":[{"key":"post-id","value":"minim quis","description":"(Required) Post Identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"6d80da92-98c3-447d-a31c-45a1efd788aa","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/message/:post-id?hide=true","host":["{{baseUrl}}"],"path":["ent","v1","message",":post-id"],"query":[{"key":"hide","value":"true"}],"variable":[{"key":"post-id","value":"minim quis","description":"(Required) Post Identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"764025a5-0b2c-4dba-97e5-0625114a4910"}],"id":"50d522da-463b-4190-8157-310d3be94f44","description":"<p>Creator of a post or reply is allowed to ‘Hide’ or ‘Unhide’ it. Once hidden, the post will not be visible to other members of the discussion. To the post creator it would still appear but in a slightly greyed out form.</p>\n","_postman_id":"50d522da-463b-4190-8157-310d3be94f44"}],"id":"6558ccae-ff2b-4b42-97b3-e9bcc84ca46a","description":"<p>Monoly allows following actions on each post or reply.</p>\n","_postman_id":"6558ccae-ff2b-4b42-97b3-e9bcc84ca46a"},{"name":"Folder","item":[{"name":"/ent/v1/folder","id":"de0d4163-8f21-4b0a-a028-85883a91e304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/folder","description":"<p>This API is used to create a new folder for the user.<br /><br /><b>Note</b>: User ID is extracted from the API token and is not explicitly provided in the API.</p>\n","urlObject":{"path":["ent","v1","folder"],"query":[],"variable":[]}},"response":[{"id":"283ff1b0-8b62-4d61-a48b-b47b3dcb106a","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"folderId\": \"9e4de4c7-09af-48d3-8dcb-d88af5356d43\",\n    \"folderName\": \"TestFolder\",\n    \"description\": \"Test folder\",\n    \"totalFiles\": 0,\n    \"totalSize\": 0,\n    \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n    \"type\": \"BASIC\",\n    \"status\": \"CREATED\",\n    \"createdAt\": \"esse Ut\",\n    \"updatedAt\": \"consequat exercitation eu\",\n    \"parentFolderId\": \"9e4de4c7-09af-48d3-8dcb-d88af535abcd\"\n  },\n  \"err\": \"mollit consectetur esse Lorem\"\n}"},{"id":"dd7997ec-5cfd-45d8-816b-1d689d119fb4","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/folder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"3acdcc66-000e-47a4-92f7-20c983d8e22e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/folder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"c764a589-66e1-4742-b701-abe7fcafec5c","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/folder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"8517969b-054e-4241-9865-c4f2e58b1723","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/folder"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"de0d4163-8f21-4b0a-a028-85883a91e304"},{"name":"/ent/v1/folder/:folderId","id":"48a96a18-c405-4b25-8a1f-dc1638dd9ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/folder/:folderId","description":"<p>This API is used to update an existing folder of the user.<br /><br /><b>Note</b>: User ID is extracted from the API token and is not explicitly provided in the API.</p>\n","urlObject":{"path":["ent","v1","folder",":folderId"],"query":[],"variable":[{"id":"4da82ed6-a952-4685-ac78-8f2598d3da36","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"anim","key":"folderId"}]}},"response":[{"id":"5091bb19-7885-4bbb-b9e8-19cf9512f4ca","name":"OK","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"folderId\": \"9e4de4c7-09af-48d3-8dcb-d88af5356d43\",\n    \"folderName\": \"TestFolder\",\n    \"description\": \"Test folder\",\n    \"totalFiles\": 0,\n    \"totalSize\": 0,\n    \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n    \"type\": \"BASIC\",\n    \"status\": \"CREATED\",\n    \"createdAt\": \"do sunt anim nulla in\",\n    \"updatedAt\": \"aute enim\",\n    \"parentFolderId\": \"9e4de4c7-09af-48d3-8dcb-d88af535abcd\"\n  },\n  \"err\": \"est deserunt\"\n}"},{"id":"290c82ee-2bbd-4654-8fd2-565a59c2c0cd","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"038c052d-7d75-43ba-ac99-a16f0fb4bb36","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"cb28f45a-2459-412b-8e4b-c347440653a0","name":"The specified resource was not found","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"3dffb4c5-f099-4a7e-b22a-67c5206217b1","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"folderName\": \"TestFolder\",\n  \"type\": \"BASIC\",\n  \"description\": \"This is a test folder\",\n  \"parentFolderID\": \"ImportantDocuments\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"48a96a18-c405-4b25-8a1f-dc1638dd9ed6"},{"name":"/ent/v1/folder/:folderId","id":"4775a493-c5ab-4cfe-9488-f75028462d3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/folder/:folderId?deleteFiles=anim","description":"<p>This API is used to delete an existing folder of the user.<br /><br /><b>Note</b>: User ID is extracted from the API token and is not explicitly provided in the API.</p>\n","urlObject":{"path":["ent","v1","folder",":folderId"],"query":[{"description":{"content":"<p>If all files in the folder needs to be deleted as well</p>\n","type":"text/plain"},"key":"deleteFiles","value":"anim"}],"variable":[{"id":"72951f97-1bc3-422e-81ca-5ffb56534425","description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"anim","key":"folderId"}]}},"response":[{"id":"055f943b-82aa-4a73-9d35-d83e2b3ea308","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId?deleteFiles=anim","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"query":[{"key":"deleteFiles","value":"anim"}],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"err\": \"qui ea quis\"\n}"},{"id":"499c77ee-a5c7-4125-92bc-8e04c8548188","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId?deleteFiles=anim","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"query":[{"key":"deleteFiles","value":"anim"}],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"6829f794-d0cb-4498-84f1-da928f091cbd","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId?deleteFiles=anim","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"query":[{"key":"deleteFiles","value":"anim"}],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"a3bcaef0-6a97-4385-99b7-7607d9078fc5","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId?deleteFiles=anim","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"query":[{"key":"deleteFiles","value":"anim"}],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"e4815759-59f0-49ed-a7ca-75f0f61d4e30","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/folder/:folderId?deleteFiles=anim","host":["{{baseUrl}}"],"path":["ent","v1","folder",":folderId"],"query":[{"key":"deleteFiles","value":"anim"}],"variable":[{"key":"folderId","value":"anim","description":"(Required) User ID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"4775a493-c5ab-4cfe-9488-f75028462d3b"},{"name":"/ent/v2/folder","id":"979da651-444c-4b05-a183-4fe3838865b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/folder","description":"<p>This API returns the list of user folders</p>\n","urlObject":{"path":["ent","v2","folder"],"query":[],"variable":[]}},"response":[{"id":"483f6e53-4060-484c-9c50-6555df13470b","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"allFilesCount\": 817,\n    \"discussionFilesCount\": 100,\n    \"driveFilesCount\": 100,\n    \"uploadedFilesCount\": 100,\n    \"userFileQuota\": {\n      \"fileQuotaAllowed\": 1000000,\n      \"fileQuotaUsed\": 40000,\n      \"discussionQuotaUsed\": 200000,\n      \"folderQuotaUsed\": 1000\n    },\n    \"folderList\": [\n      {\n        \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n        \"folderName\": \"Personal Folder\",\n        \"description\": \"New Description\",\n        \"totalFiles\": 3,\n        \"totalSize\": 1803338,\n        \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n        \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n        \"type\": \"BASIC\",\n        \"status\": \"MODIFIED\",\n        \"createdAt\": \"deserunt adipisicing incididunt\",\n        \"updatedAt\": \"velit elit laboris\",\n        \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\",\n        \"subFolders\": [\n          {\n            \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n            \"folderName\": \"Personal Folder\",\n            \"description\": \"New Description\",\n            \"totalFiles\": 3,\n            \"totalSize\": 1803338,\n            \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"type\": \"BASIC\",\n            \"status\": \"MODIFIED\",\n            \"createdAt\": \"nostrud Duis pariatur ipsum dolore\",\n            \"updatedAt\": \"reprehenderit labore esse\",\n            \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\"\n          },\n          {\n            \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n            \"folderName\": \"Personal Folder\",\n            \"description\": \"New Description\",\n            \"totalFiles\": 3,\n            \"totalSize\": 1803338,\n            \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"type\": \"BASIC\",\n            \"status\": \"MODIFIED\",\n            \"createdAt\": \"ipsum magna\",\n            \"updatedAt\": \"Ut dolore\",\n            \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\"\n          }\n        ]\n      },\n      {\n        \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n        \"folderName\": \"Personal Folder\",\n        \"description\": \"New Description\",\n        \"totalFiles\": 3,\n        \"totalSize\": 1803338,\n        \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n        \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n        \"type\": \"BASIC\",\n        \"status\": \"MODIFIED\",\n        \"createdAt\": \"fugiat\",\n        \"updatedAt\": \"eiusmod sit est ullamco ut\",\n        \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\",\n        \"subFolders\": [\n          {\n            \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n            \"folderName\": \"Personal Folder\",\n            \"description\": \"New Description\",\n            \"totalFiles\": 3,\n            \"totalSize\": 1803338,\n            \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"type\": \"BASIC\",\n            \"status\": \"MODIFIED\",\n            \"createdAt\": \"dolore elit mollit Ut velit\",\n            \"updatedAt\": \"dolor do cillum nisi\",\n            \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\"\n          },\n          {\n            \"folderId\": \"9bf79d2b-b213-4d00-bca2-4ff946536dd0\",\n            \"folderName\": \"Personal Folder\",\n            \"description\": \"New Description\",\n            \"totalFiles\": 3,\n            \"totalSize\": 1803338,\n            \"createdBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"updatedBy\": \"d9104a52-7d43-416c-8865-7f280e1d655e\",\n            \"type\": \"BASIC\",\n            \"status\": \"MODIFIED\",\n            \"createdAt\": \"Lorem anim eu\",\n            \"updatedAt\": \"dolore et ut enim\",\n            \"parentFolderID\": \"9bf79d2b-b213-4d00-bca2-4ff946536123\"\n          }\n        ]\n      }\n    ]\n  },\n  \"err\": \"ipsum\"\n}"},{"id":"f8fc0fd8-0248-4024-be9c-63c4d45b9a8f","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/folder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"db2b3d1b-58a5-44f4-9cde-4e67c69a7288","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/folder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"b9246e3b-1a55-4662-9e77-366ffa65471c","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/folder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"incididunt voluptate ea\",\n  \"message\": \"voluptate ex magna\",\n  \"data\": {}\n}"},{"id":"cca8061e-6805-4748-9ea2-d5ec197742d5","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/folder"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"979da651-444c-4b05-a183-4fe3838865b5"}],"id":"4cbb0e0a-e2f4-4b0f-84e0-816ea5883005","description":"<p>Monoly ‘Folder’, like any other folder, is a way for the user to organize the files. User can create, rename or delete folders and organize files into them.</p>\n","_postman_id":"4cbb0e0a-e2f4-4b0f-84e0-816ea5883005"},{"name":"File","item":[{"name":"/ent/v1/file","id":"49a91896-a7c6-4a58-acb1-6ac70bf54f18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/file","description":"<p>This API is used to initiate the file upload process by sending the file metadata before initiating the multi-part form upload</p>\n","urlObject":{"path":["ent","v1","file"],"query":[],"variable":[]}},"response":[{"id":"54216b38-ba03-4524-bd44-0028cfb20c61","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 13968927,\n  \"message\": \"Excepteur enim\",\n  \"data\": {\n    \"fileId\": \"RVv6dwcdyptVx8XhJhRZyX\",\n    \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n    \"fileName\": \"Traffic_Radar_Product_Brochure_11 (1).pdf\",\n    \"fileSize\": \"quis anim\",\n    \"status\": \"INIT\",\n    \"intPerm\": \"DL\",\n    \"intPermOOO\": \"DL\",\n    \"extPerm\": \"DL\",\n    \"createdAt\": 1656655750,\n    \"updatedAt\": 1656655750,\n    \"fileDLStats\": {\n      \"stats\": [\n        {\n          \"type\": \"VIEWED\",\n          \"total\": 0,\n          \"users\": \"aliquip laborum ea\"\n        },\n        {\n          \"type\": \"VIEWED\",\n          \"total\": 0,\n          \"users\": \"ea sunt\"\n        }\n      ]\n    },\n    \"previewAvailable\": true,\n    \"fileForwardDisabled\": true,\n    \"uploadedChannelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n    \"region\": \"Delhi In\",\n    \"wopiSupportEnabled\": false\n  }\n}"},{"id":"86a9946f-e994-4410-8f13-a681b21a55c6","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"224cc351-dccc-4d96-8da9-b51e7241b113","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"c3d87a4d-c6d1-4158-9100-60b7f22cbd45","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"2d7cdc84-ed73-4812-9c29-e1d1bcbe45f7","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\",\n  \"fileName\": \"NewDoc.pdf\",\n  \"fileRename\": \"MeetingNotes.pdf\",\n  \"fileSize\": 824002,\n  \"filePermission\": {\n    \"internal\": \"DL\",\n    \"external\": \"RO\",\n    \"internalOOO\": \"RO\"\n  },\n  \"fileForwardDisabled\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"49a91896-a7c6-4a58-acb1-6ac70bf54f18"},{"name":"/ent/v1/file","id":"e89441a6-dbad-4fb5-a178-5ce20d2d2c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/file","description":"<p>This API can be used to delete multiple files from the server. Only creator of the file can call this operation.</p>\n","urlObject":{"path":["ent","v1","file"],"query":[],"variable":[]}},"response":[{"id":"665d8fc6-7c71-4f84-af51-ea18febd15e5","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"dc1c9be5-7323-4b87-bbd5-fa1e67f8eb47","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"9e379be8-b901-4996-8108-c237149355fe","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"cc391e96-fd56-4d6e-86e3-7e6ec90a1d5a","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"57d52bc5-3a6f-40db-91ab-da2a5ac52820","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  },\n  {\n    \"fileId\": \"Fg9TAe6V4nU84ZVj4aPgVn\",\n    \"postId\": \"89838803-355c-41f3-869f-39b0938e5783\",\n    \"channelId\": \"773ec35f-589d-4f3f-9ec9-1fdccaa52b36\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e89441a6-dbad-4fb5-a178-5ce20d2d2c40"},{"name":"/ent/v1/file/:file-id","id":"23a91152-19cc-449a-8732-79c01ef27c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"fileName","type":"file","description":"<p>(Required) </p>\n","value":null}]},"url":"/ent/v1/file/:file-id","description":"<p>This API is used to upload the multipart form data</p>\n","urlObject":{"path":["ent","v1","file",":file-id"],"query":[],"variable":[{"id":"d13203a6-27d2-4f18-acb5-40ec44bff51a","description":{"content":"<p>(Required) id of the file resource</p>\n","type":"text/plain"},"type":"any","value":"cillum consectetur exercitation aliqua","key":"file-id"}]}},"response":[{"id":"d7ef5002-6bff-48f5-a538-25acc118fb3e","name":"The request is successfully processed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"fileName","type":"file"}]},"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"baec0cae-eb6a-448c-bdae-aea521fa733c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"fileName","type":"file"}]},"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"1111afc9-79b0-4e31-8c32-29fb45ac7126","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"fileName","type":"file"}]},"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"75f34ae3-a43e-48a6-9982-05dcb135f8f9","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"fileName","type":"file"}]},"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"19a91af5-1d50-48b9-9b81-9398437e2562","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"fileName","type":"file"}]},"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"23a91152-19cc-449a-8732-79c01ef27c9a"},{"name":"/ent/v1/file/:file-id","id":"b449d38e-fead-4d72-8f41-8c0bd5b52039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","description":"<p>This API is used to get the file details with file-id</p>\n","urlObject":{"path":["ent","v1","file",":file-id"],"query":[{"description":{"content":"<p>additional filters (TBD)</p>\n","type":"text/plain"},"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"id":"7ca48944-931c-4547-ba07-c5946024f8cf","description":{"content":"<p>(Required) id of the file resource</p>\n","type":"text/plain"},"type":"any","value":"cillum consectetur exercitation aliqua","key":"file-id"}]}},"response":[{"id":"311c5306-20b6-4977-845e-6a30111a24c1","name":"The request is successfully processed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"c030e15f-ed5f-4382-9084-bc9c3a5b75e1","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e64d7a8c-1162-4c9d-b11d-5f66e47d6a95","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"aef6f957-d63c-4861-a617-95385fe362c4","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"146e15cb-992e-4e88-8a69-410820a47795","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?q=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"b449d38e-fead-4d72-8f41-8c0bd5b52039"},{"name":"/ent/v1/file/:file-id","id":"9096161c-058b-44db-a9c5-14861b8abd8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","description":"<p>This API can be used to delete the file contents from the server. Only creator of the file can call this operation</p>\n","urlObject":{"path":["ent","v1","file",":file-id"],"query":[{"description":{"content":"<p>(Required) Discussion ID where file is present</p>\n","type":"text/plain"},"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"description":{"content":"<p>(Required) Post ID to which file is attached</p>\n","type":"text/plain"},"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"id":"6089d226-cdc8-4a19-9283-a749e6d9c9ef","description":{"content":"<p>(Required) id of the file resource</p>\n","type":"text/plain"},"type":"any","value":"cillum consectetur exercitation aliqua","key":"file-id"}]}},"response":[{"id":"2f769462-dea0-449c-b567-0e15a81e31cb","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"c941fb5e-5364-4bc8-8c23-998c8e9e7ce2","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"99b8c6e7-324b-4b35-9b12-61f520fb73bb","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"308e66f3-20d2-49a7-9518-f49e997b7115","name":"The specified resource was not found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"73db3764-f7a3-48e0-af9e-5093ccb2b31b","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/file/:file-id?channelId=cillum consectetur exercitation aliqua&postId=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","file",":file-id"],"query":[{"key":"channelId","value":"cillum consectetur exercitation aliqua"},{"key":"postId","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"9096161c-058b-44db-a9c5-14861b8abd8f"},{"name":"/ent/v2/file-list","id":"af1b7d16-2d2c-4b86-a9d5-87b6640297ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","description":"<p>This API is used to get the file list based on the filters. The result shall contain the insection of sets satisfying all theconditions if multiple fileters are provided in query parameters.<br /><br /><i>Note: Current User-ID is fetched from the bearer token</i></p>\n","urlObject":{"path":["ent","v2","file-list"],"query":[{"description":{"content":"<p>(Required) Maximum number of files to be returned</p>\n","type":"text/plain"},"key":"count","value":"-76912446"},{"description":{"content":"<p>(Required) Offset in the file list</p>\n","type":"text/plain"},"key":"offset","value":"-76912446"},{"description":{"content":"<p>Sorting criterion for the resulting list</p>\n","type":"text/plain"},"key":"sort","value":"date"},{"description":{"content":"<p>Order of entries in the returned list (ascending/descending)</p>\n","type":"text/plain"},"key":"order","value":"dsc"},{"description":{"content":"<p>Type of file to be returned</p>\n","type":"text/plain"},"key":"fileType","value":"image"},{"description":{"content":"<p>Type of user activity</p>\n","type":"text/plain"},"key":"activity","value":"viewed"},{"description":{"content":"<p>Read or Unread files</p>\n","type":"text/plain"},"key":"file","value":"unread"},{"description":{"content":"<p>Start Date</p>\n","type":"text/plain"},"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"description":{"content":"<p>End Date</p>\n","type":"text/plain"},"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"description":{"content":"<p>List files from folder</p>\n","type":"text/plain"},"key":"listFolder","value":"true"},{"description":{"content":"<p>List files from discussion</p>\n","type":"text/plain"},"key":"listDiscussion","value":"true"},{"description":{"content":"<p>List files from users drive (My Drive)</p>\n","type":"text/plain"},"key":"listMydrive","value":"true"}],"variable":[]}},"response":[{"id":"f236a1cc-fc3e-4666-b714-f46e84e466de","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","host":["{{baseUrl}}"],"path":["ent","v2","file-list"],"query":[{"key":"count","value":"-76912446"},{"key":"offset","value":"-76912446"},{"key":"sort","value":"date"},{"key":"order","value":"dsc"},{"key":"fileType","value":"image"},{"key":"activity","value":"viewed"},{"key":"file","value":"unread"},{"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"key":"listFolder","value":"true"},{"key":"listDiscussion","value":"true"},{"key":"listMydrive","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 30029671,\n  \"message\": \"veniam nulla\",\n  \"data\": {\n    \"count\": 3449,\n    \"filteredCount\": 3449,\n    \"folderList\": \"in nisi anim sit\",\n    \"newFiles\": 40,\n    \"readFiles\": 445,\n    \"result\": [\n      {\n        \"fileId\": \"pwNGsuTNK7j79AYjRt7o8k\",\n        \"name\": \"bandicam 2022-07-01 12-39-25-266.mp4\",\n        \"originalName\": \"dolor\",\n        \"extension\": \".mp4\",\n        \"size\": 1156101,\n        \"mimeType\": \"video/mp4\",\n        \"creatorId\": \"92a36259-01a1-4fbb-94cd-817c8aecfa88\",\n        \"screenName\": \"Rohini\",\n        \"channelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"postId\": \"7e07c6bd-1f9c-46b7-b1aa-d1558b99ef3b\",\n        \"filePath\": \"exercitation aliqua \",\n        \"thumbnailPath\": \"anim ex dolor\",\n        \"status\": \"sed dolor reprehenderit\",\n        \"internalPermission\": \"DL\",\n        \"externalPermission\": \"DL\",\n        \"version\": 1,\n        \"internalPermissionOoo\": \"DL\",\n        \"previewavailable\": \"ut laboris mollit quis\",\n        \"conversionstarttime\": \"sit incididunt id\",\n        \"conversionendtime\": \"sit ea in\",\n        \"fileForwardDisabled\": false,\n        \"viewed\": 0,\n        \"downloaded\": 0,\n        \"shared\": 0,\n        \"forwarded\": 0,\n        \"folderId\": \"consequat in\",\n        \"folderName\": \"ullamco\",\n        \"createdAt\": \"1976-06-16T03:00:34.791Z\",\n        \"updatedAt\": \"1987-04-01T13:47:33.944Z\",\n        \"viewedBySelf\": false,\n        \"downloadedBySelf\": true,\n        \"uploadedChannelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"queryUserType\": \"EXTERNAL\",\n        \"forwardedBySelf\": false,\n        \"sharedBySelf\": false,\n        \"fileRank\": 0,\n        \"forwardedPost\": {\n          \"channelId\": \"commodo nulla in\",\n          \"sequence_id\": 0,\n          \"channelName\": \"dolor cupidatat adipisicing labore\",\n          \"channelType\": \"voluptate non ut \",\n          \"postType\": \"minim ea\",\n          \"post\": {\n            \"id\": \"ea incididunt pariatur sunt \",\n            \"content\": \"aliquip\",\n            \"type\": \"cupidatat ex\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          }\n        },\n        \"postOwnerId\": \"92a36259-01a1-4fbb-94cd-817c8aecfa88\",\n        \"location\": \"Seoul KR\"\n      },\n      {\n        \"fileId\": \"pwNGsuTNK7j79AYjRt7o8k\",\n        \"name\": \"bandicam 2022-07-01 12-39-25-266.mp4\",\n        \"originalName\": \"velit ut minim aliquip cillum\",\n        \"extension\": \".mp4\",\n        \"size\": 1156101,\n        \"mimeType\": \"video/mp4\",\n        \"creatorId\": \"92a36259-01a1-4fbb-94cd-817c8aecfa88\",\n        \"screenName\": \"Rohini\",\n        \"channelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"postId\": \"7e07c6bd-1f9c-46b7-b1aa-d1558b99ef3b\",\n        \"filePath\": \"sunt enim ut\",\n        \"thumbnailPath\": \"do sit\",\n        \"status\": \"in ad\",\n        \"internalPermission\": \"DL\",\n        \"externalPermission\": \"DL\",\n        \"version\": 1,\n        \"internalPermissionOoo\": \"DL\",\n        \"previewavailable\": \"Duis culpa Lorem in\",\n        \"conversionstarttime\": \"incididunt nostrud\",\n        \"conversionendtime\": \"in magna\",\n        \"fileForwardDisabled\": true,\n        \"viewed\": 0,\n        \"downloaded\": 0,\n        \"shared\": 0,\n        \"forwarded\": 0,\n        \"folderId\": \"id Lorem velit\",\n        \"folderName\": \"dolore voluptate cupidatat sed\",\n        \"createdAt\": \"1976-10-13T02:53:47.153Z\",\n        \"updatedAt\": \"1948-10-03T19:13:24.881Z\",\n        \"viewedBySelf\": false,\n        \"downloadedBySelf\": true,\n        \"uploadedChannelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"queryUserType\": \"EXTERNAL\",\n        \"forwardedBySelf\": true,\n        \"sharedBySelf\": false,\n        \"fileRank\": 0,\n        \"forwardedPost\": {\n          \"channelId\": \"velit magna tempor labore anim\",\n          \"sequence_id\": 0,\n          \"channelName\": \"anim sunt cillum\",\n          \"channelType\": \"sit occaecat anim commodo enim\",\n          \"postType\": \"labore magna adipisicing cupidatat\",\n          \"post\": {\n            \"id\": \"elit quis\",\n            \"content\": \"esse labore\",\n            \"type\": \"cillum voluptate veniam nisi quis\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          }\n        },\n        \"postOwnerId\": \"92a36259-01a1-4fbb-94cd-817c8aecfa88\",\n        \"location\": \"Seoul KR\"\n      }\n    ],\n    \"unreadFiles\": 2896\n  }\n}"},{"id":"69d1e477-9913-46fb-ba57-f2cf4bb0e800","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","host":["{{baseUrl}}"],"path":["ent","v2","file-list"],"query":[{"key":"count","value":"-76912446"},{"key":"offset","value":"-76912446"},{"key":"sort","value":"date"},{"key":"order","value":"dsc"},{"key":"fileType","value":"image"},{"key":"activity","value":"viewed"},{"key":"file","value":"unread"},{"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"key":"listFolder","value":"true"},{"key":"listDiscussion","value":"true"},{"key":"listMydrive","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"73328af0-1b79-44f0-a471-5182ec43f498","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","host":["{{baseUrl}}"],"path":["ent","v2","file-list"],"query":[{"key":"count","value":"-76912446"},{"key":"offset","value":"-76912446"},{"key":"sort","value":"date"},{"key":"order","value":"dsc"},{"key":"fileType","value":"image"},{"key":"activity","value":"viewed"},{"key":"file","value":"unread"},{"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"key":"listFolder","value":"true"},{"key":"listDiscussion","value":"true"},{"key":"listMydrive","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"ce1dc758-4c60-4770-9044-952bb5e098cb","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","host":["{{baseUrl}}"],"path":["ent","v2","file-list"],"query":[{"key":"count","value":"-76912446"},{"key":"offset","value":"-76912446"},{"key":"sort","value":"date"},{"key":"order","value":"dsc"},{"key":"fileType","value":"image"},{"key":"activity","value":"viewed"},{"key":"file","value":"unread"},{"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"key":"listFolder","value":"true"},{"key":"listDiscussion","value":"true"},{"key":"listMydrive","value":"true"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"4bb1eced-651f-420c-a506-6a81078e15d9","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/file-list?count=-76912446&offset=-76912446&sort=date&order=dsc&fileType=image&activity=viewed&file=unread&startDate=cillum consectetur exercitation aliqua&endDate=cillum consectetur exercitation aliqua&listFolder=true&listDiscussion=true&listMydrive=true","host":["{{baseUrl}}"],"path":["ent","v2","file-list"],"query":[{"key":"count","value":"-76912446"},{"key":"offset","value":"-76912446"},{"key":"sort","value":"date"},{"key":"order","value":"dsc"},{"key":"fileType","value":"image"},{"key":"activity","value":"viewed"},{"key":"file","value":"unread"},{"key":"startDate","value":"cillum consectetur exercitation aliqua"},{"key":"endDate","value":"cillum consectetur exercitation aliqua"},{"key":"listFolder","value":"true"},{"key":"listDiscussion","value":"true"},{"key":"listMydrive","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"af1b7d16-2d2c-4b86-a9d5-87b6640297ae"},{"name":"/ent/v1/filecontent/:file-id","id":"30e0a400-79b2-408e-8863-9fa4ae95d033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","description":"<p>This API is used to get the file contents queried with file-id. The file is sent as attachment or inline based on the file permissions. The public IP of the network is considered for the permissions.</p>\n","urlObject":{"path":["ent","v1","filecontent",":file-id"],"query":[{"description":{"content":"<p>Additional request param for operation,i.e., DL for download.</p>\n","type":"text/plain"},"key":"q","value":"cillum consectetur exercitation aliqua"},{"description":{"content":"<p>requested page number.</p>\n","type":"text/plain"},"key":"page","value":"cillum consectetur exercitation aliqua"},{"description":{"content":"<p>Number of pages requested starting 'page' param. Default 1 if not provided</p>\n","type":"text/plain"},"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"id":"93d91176-b389-4228-bb8a-22c7eb962e3d","description":{"content":"<p>(Required) id of the file resource</p>\n","type":"text/plain"},"type":"any","value":"cillum consectetur exercitation aliqua","key":"file-id"}]}},"response":[{"id":"415ae61a-cc6c-45a4-b354-bd62ca023f3b","name":"The file for readonly view","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","filecontent",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"},{"key":"page","value":"cillum consectetur exercitation aliqua"},{"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"data\": {\n      \"6\": \"Base64 page image\",\n      \"7\": \"Base64 page image\",\n      \"8\": \"Base64 page image\"\n    },\n    \"size\": 100,\n    \"current_page\": 6\n  }\n}"},{"id":"636fd0e8-f168-498d-828c-9ac9ee1b23cf","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","filecontent",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"},{"key":"page","value":"cillum consectetur exercitation aliqua"},{"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"682328de-af92-43ef-adf8-5eb266fa3f97","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","filecontent",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"},{"key":"page","value":"cillum consectetur exercitation aliqua"},{"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"87effab9-1a88-4500-a8b1-32e41f5afd1b","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","filecontent",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"},{"key":"page","value":"cillum consectetur exercitation aliqua"},{"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"ad\",\n  \"message\": \"nulla qui incididunt laborum\",\n  \"data\": {}\n}"},{"id":"82d77a19-542a-4664-bf5d-fab6caec23e8","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/filecontent/:file-id?q=cillum consectetur exercitation aliqua&page=cillum consectetur exercitation aliqua&requestedPages=cillum consectetur exercitation aliqua","host":["{{baseUrl}}"],"path":["ent","v1","filecontent",":file-id"],"query":[{"key":"q","value":"cillum consectetur exercitation aliqua"},{"key":"page","value":"cillum consectetur exercitation aliqua"},{"key":"requestedPages","value":"cillum consectetur exercitation aliqua"}],"variable":[{"key":"file-id","value":"cillum consectetur exercitation aliqua","description":"(Required) id of the file resource"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"30e0a400-79b2-408e-8863-9fa4ae95d033"}],"id":"a9b46b40-5b8b-49d7-afae-67f1b2a603d2","description":"<p>Monoly supports sharing of files of all sizes and types.</p>\n<ul>\n<li>Users can choose to upload the files directly to discussions</li>\n<li>They can upload the files and keep them in their personal ‘My drive’ space (with or without sharing)</li>\n<li>Users have options to create folders to organize their files (uploaded by them or shared by others)</li>\n</ul>\n<p>File upload takes place in two part:</p>\n<ol>\n<li>In the first step, file metadata is sent in 'POST /file' API which returns the created/allocated file ID</li>\n<li>In the second step, file ID is used to upload the actual content of the file using ‘POST /file/:file-id’ API</li>\n</ol>\n","_postman_id":"a9b46b40-5b8b-49d7-afae-67f1b2a603d2"},{"name":"User Profile","item":[{"name":"/ent/v1/user","id":"54c8cb62-d325-4f70-88a0-3ad9af82f15a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user","description":"<p>The API is used to update/edit use profile settings in Monoly fabric enterprise backend service.</p>\n","urlObject":{"path":["ent","v1","user"],"query":[],"variable":[]}},"response":[{"id":"9ea9412c-0939-4162-b157-6e368731ddee","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}"},"url":"{{baseUrl}}/ent/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"e53640ba-7590-4083-96cd-5811a62ac1df","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}"},"url":"{{baseUrl}}/ent/v1/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"aadb3b28-7109-4d4f-b692-f79f7f14f0b9","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}"},"url":"{{baseUrl}}/ent/v1/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"f5183fe4-dc4c-45bf-8406-dca5a3750e92","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}"},"url":"{{baseUrl}}/ent/v1/user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"672de35a-e2de-4fd0-8c57-a3d7cf2cfd3d","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"department\": \"Code\",\n  \"firstName\": \"First\",\n  \"lastName\": \"Last\",\n  \"phoneNumber\": \"9999999999\",\n  \"officeNumber\": \"11111111\",\n  \"deskExtension\": \"1000\",\n  \"timezone\": \"UTC\",\n  \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n  \"notificationFilter\": 1,\n  \"notifyByEmail\": true\n}"},"url":"{{baseUrl}}/ent/v1/user"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"54c8cb62-d325-4f70-88a0-3ad9af82f15a"},{"name":"/ent/v1/user","id":"3601dfb7-a0f1-4030-b3fe-ea9f31232e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user","description":"<p>This API is used to get details for a particular logged-in user.</p>\n<p><em>Note: The UID shall be extracted by the monoly backend from the bearer token.</em></p>\n","urlObject":{"path":["ent","v1","user"],"query":[],"variable":[]}},"response":[{"id":"78682272-820b-4cfe-8f10-97cd90dc9625","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>","disabled":true},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer","type":"text"}],"url":"{{baseUrl}}/ent/v1/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"CID\": \"MON1234\",\n    \"UID\": \"001001\",\n    \"companyName\": \"Company\",\n    \"jobTitle\": \"Owner\",\n    \"email\": \"first@Company.com\",\n    \"screenName\": \"Display\",\n    \"department\": \"Code\",\n    \"firstName\": \"First\",\n    \"lastName\": \"Last\",\n    \"phoneNumber\": \"9999999999\",\n    \"officeNumber\": \"11111111\",\n    \"deskExtension\": \"1000\",\n    \"timezone\": \"UTC\",\n    \"displayImage\": \"blob://asfasfazcasfazcasfayjdalsufygas\",\n    \"notificationFilter\": 1,\n    \"notifyByEmail\": true\n  }\n}"},{"id":"8bfef68d-55bb-4b57-b2b8-c05d305a78eb","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"0d4542ef-b001-4162-b609-086bb308a2e9","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/user"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"d26f965f-230a-41ce-8159-f39e5a2212ce","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/user"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"af74ef37-7632-4e8b-b18d-64b8d92d84f7","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/user"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"3601dfb7-a0f1-4030-b3fe-ea9f31232e1e"},{"name":"/ent/v1/user-type","id":"0e7cc91e-3216-4440-b409-5c80d4f16497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user-type?user-emails=string","description":"<p>This API is used to get the user or member type (internal/external/guest) of email/user before adding it to a channel.  </p>\n<p><em>Note: The UID of inviter shall be extracted by the monoly backend from the bearer token.</em></p>\n","urlObject":{"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}],"variable":[]}},"response":[{"id":"4510339d-666d-4daa-b68a-f2a859804dd6","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=string","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2007,\n  \"message\": \"List of user-email and member-type\",\n  \"data\": [\n    {\n      \"email\": \"user1@abc.com\",\n      \"status\": \"external\"\n    },\n    {\n      \"uid\": \"user2@xyz.com\",\n      \"status\": \"guest\"\n    }\n  ]\n}"},{"id":"d623c13a-d2ec-42f9-a4f0-01b4dd6dc9a6","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=string","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"abdcd15f-e134-4420-b424-bb01d26529fd","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=string","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"bb5b850f-b718-418e-ba03-168c28c917e3","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=string","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"fa190149-ad31-4785-a0f3-e2f8b84afae8","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user-type?user-emails=string","host":["{{baseUrl}}"],"path":["ent","v1","user-type"],"query":[{"key":"user-emails","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"0e7cc91e-3216-4440-b409-5c80d4f16497"},{"name":"/ent/v1/user/uids/:uid","id":"e9863856-1663-42fd-a5aa-dd5b42d1be1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user/:uids/uid","description":"<p>This API is used to get details for a particular user by Id.</p>\n","urlObject":{"path":["ent","v1","user",":uids","uid"],"query":[],"variable":[{"description":{"content":"<p>(Required) User ID</p>\n","type":"text/plain"},"type":"any","value":"uid","key":"uids"}]}},"response":[{"id":"20e5535a-42b0-46dc-9e4f-aa664f81ec3e","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/:uids/uid","host":["{{baseUrl}}"],"path":["ent","v1","user",":uids","uid"],"variable":[{"key":"uids","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"email\": \"john.wick@abc.com\",\n    \"screenName\": \"John Wick\",\n    \"companyName\": \"ABC Corp.\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Wick\"\n  }\n}"},{"id":"c0ed0344-6337-44b6-be28-aaa36459521f","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/:uids/uid","host":["{{baseUrl}}"],"path":["ent","v1","user",":uids","uid"],"variable":[{"key":"uids","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e2e7bfc3-da88-4c26-a6bd-fda6517332a6","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/:uids/uid","host":["{{baseUrl}}"],"path":["ent","v1","user",":uids","uid"],"variable":[{"key":"uids","value":null}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"34cce99d-c99c-4f4b-a917-d20e8c623a6d","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/:uids/uid","host":["{{baseUrl}}"],"path":["ent","v1","user",":uids","uid"],"variable":[{"key":"uids","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"8ff4935f-b294-4b8e-ad73-28013d278f13","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/user/:uids/uid","host":["{{baseUrl}}"],"path":["ent","v1","user",":uids","uid"],"variable":[{"key":"uids","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e9863856-1663-42fd-a5aa-dd5b42d1be1f"},{"name":"/ent/v2/user/image","id":"7ae103d1-9361-4878-94c9-1c76978a108d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v2/user/image","description":"<p>The API is used to fetch user display images from Monoly fabric enterprise backend service.</p>\n","urlObject":{"path":["ent","v2","user","image"],"query":[],"variable":[]}},"response":[{"id":"bb5e83da-f64c-42aa-b742-c5c9909bd854","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v2/user/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"44c5e089-6eae-488a-8164-5af2c40026bb","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v2/user/image"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"ce2c1ba7-29c7-45a1-9148-ed6c6309762d","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v2/user/image"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"eb84afe6-ca70-4cc6-85f0-601f6d9dfdec","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v2/user/image"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"f91d88dd-acfd-4500-8c0d-95965dc37534","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v2/user/image"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"7ae103d1-9361-4878-94c9-1c76978a108d"},{"name":"/ent/v1/user/file-storage-quota","id":"d784d3de-01f8-4c06-847d-eef80b6a879e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/ent/v1/user/file-storage-quota","description":"<p>This API is used to get user file storage quota</p>\n","urlObject":{"path":["ent","v1","user","file-storage-quota"],"query":[],"variable":[]}},"response":[{"id":"9504103d-a807-4e59-85d4-983e76ab59be","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v1/user/file-storage-quota"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"fileQuotaAllowed\": \"1000000,\",\n    \"fileQuotaUsed\": \"20,\",\n    \"discussionQuotaUsed\": \"100,\",\n    \"folderQuotaUsed\": 0\n  }\n}"},{"id":"b4cca35e-abd8-45a3-98a7-0ce0efdcdb37","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v1/user/file-storage-quota"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"1e46cbb9-3578-4e56-81b8-d3b0aa04c236","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v1/user/file-storage-quota"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"f45d9f61-d882-4314-bbdd-8a64f8e36e36","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v1/user/file-storage-quota"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"96a7271e-8fa0-422c-93a6-f7d0ba1f4df2","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"users\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\"\n}"},"url":"{{baseUrl}}/ent/v1/user/file-storage-quota"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"d784d3de-01f8-4c06-847d-eef80b6a879e"}],"id":"b3c7b9f3-cd2d-48c2-bdd9-6893375abac3","description":"<p>Once the user login his/her account on Monoly, the enterprise backend service with return a Authorization token in response. Now this token can be used in the subsequent user profile API to modify/retrieve the profile settings like name, job title, phone number etc. and notification settings like what type of notification he/she wants to receive. After every successful login the client side get rendered as per the last saved state.</p>\n<p>Following API are used to edit/retrieve user profile settings.</p>\n","_postman_id":"b3c7b9f3-cd2d-48c2-bdd9-6893375abac3"},{"name":"Notification","item":[{"name":"/ent/v2/notifications","id":"9589b43d-03d8-47a3-b9d4-48601c6d362f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","description":"<p>This API is be used to get all notifications for a given user.<br /></p><ul><li>It can also be used to get filtered list of notifications based on the provided 'filter' query parameter.</li><li>API supports pagination as the output could be large. User can specify the 'offset' and 'count' query parameters to specify respective value</li></ul><p></p>\n","urlObject":{"path":["ent","v2","notifications"],"query":[{"description":{"content":"<p>This flag is used to get specific notification i.e (reaction)</p>\n","type":"text/plain"},"key":"filter","value":"veniam in"},{"description":{"content":"<p>This flag get specific notification</p>\n","type":"text/plain"},"key":"id","value":"veniam in"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"offset","value":"-42338465"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"count","value":"-42338465"},{"description":{"content":"<p>This flag used to filter time</p>\n","type":"text/plain"},"key":"timestamp","value":"veniam in"},{"description":{"content":"<p>this flag is used filter notification timestamp operation i.e(gt,lt,eq)</p>\n","type":"text/plain"},"key":"op","value":"veniam in"}],"variable":[]}},"response":[{"id":"d03f8e5a-187b-42b0-b78f-64979454eeb7","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","host":["{{baseUrl}}"],"path":["ent","v2","notifications"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"},{"key":"timestamp","value":"veniam in"},{"key":"op","value":"veniam in"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2009,\n  \"message\": \"User notification query successfull\",\n  \"data\": {\n    \"userId\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n    \"total\": 2285,\n    \"notification\": [\n      {\n        \"id\": \"0d923886-45d6-4826-9630-37e12fd9584a\",\n        \"userID\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n        \"type\": \"channel\",\n        \"subType\": \"tagged\",\n        \"timestamp\": 1656148675,\n        \"ref\": \"\",\n        \"state\": \"UNREAD\",\n        \"refUserID\": \"b225d169-6d96-43a3-b544-65dc788ca2e4\",\n        \"refChannelID\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"refPostID\": \"508855ec-1795-473f-a53a-8c3e0ffd5060\",\n        \"parentPostId\": \"\",\n        \"userScreenName\": \"John Doe\",\n        \"userFirstName\": \"\",\n        \"userLastName\": \"\",\n        \"userImage\": \"\",\n        \"channelName\": \"Test Channel\",\n        \"companyName\": \"ABC\",\n        \"refPostContent\": \"eyJjaGFubmVsSWQiOiIwZTA0NjlkNS01NTNlLTQzNWQtOWVmZS0zYzUwOGZhNDlmY2IiLCJzZXF1ZW5jZV9pZCI6MTk1LCJjaGFubmVsTmFtZSI6IkNNQzogVGVzdFx1MDAyNiBGaXhpbmcgYnVnIiwiY2hhbm5lbFR5cGUiOiJFWFRFUk5BTCIsInBvc3RUeXBlIjoiTUVTU0FHRSIsImZpbGVJZCI6IiIsImZpbGVMaXN0SURzIjpbXSwidXNlcklkIjoiZWFiMDE3OTAtNTE1My00ZGU4LTlhNzMtOTJlZmFkNjc5YjllIiwibWVudGlvbnMiOlsiOWM4NmZmZTktMjE2ZC00ODVlLWI5NmEtMjQ4YmVlYWFiY2ZlIiwiMzAwNjIxZmUtNWQ3Ny00MjQ1LTg3ZjEtMjgzNTNlM2UxYjRjIiwiOTJhMzYyNTktMDFhMS00ZmJiLTk0Y2QtODE3YzhhZWNmYTg4IiwiYjIyNWQxNjktNmQ5Ni00M2EzLWI1NDQtNjVkYzc4OGNhMmU0Il0sInBvc3QiOnsiaWQiOiI1MDg4NTVlYy0xNzk1LTQ3M2YtYTUzYS04YzNlMGZmZDUwNjAiLCJjb250ZW50IjoiXHUwMDNjcFx1MDAzZVx1MDAzY3NwYW4gY2xhc3M9XCJtZW50aW9uXCIgZGF0YS1pbmRleD1cIjBcIiBkYXRhLWNvbW1hbmQtY2hhcj1cIkBcIiBkYXRhLWlkPVwiOWM4NmZmZTktMjE2ZC00ODVlLWI5NmEtMjQ4YmVlYWFiY2ZlXCIgZGF0YS12YWx1ZT1cIkRocnV2XCIgZGF0YS1jaGFubmVsLWlkPVwiMGUwNDY5ZDUtNTUzZS00MzVkLTllZmUtM2M1MDhmYTQ5ZmNiXCJcdTAwM2Xvu79cdTAwM2NzcGFuIGNvbnRlbnRlZGl0YWJsZT1cImZhbHNlXCJcdTAwM2VcdTAwM2NzcGFuIGNsYXNzPVwicWwtbWVudGlvbi1jb21tYW5kLWNoYXJcIlx1MDAzZUBcdTAwM2Mvc3Bhblx1MDAzZURocnV2XHUwMDNjL3NwYW5cdTAwM2Xvu79cdTAwM2Mvc3Bhblx1MDAzZSBJbiB3aGF0J3MgbmV3IGZlYXR1cmUsIFwibW9yZVwiIGJ1dHRvbiBpbiBhIHBvc3QgZG9lc24ndCB3b3JrLiBXaGVuZXZlciBJIGNsaWNrZWQgdGhlIGJ1dHRvbiwgaXQgd2FzIHJlZGlyZWN0ZWQgdG8gdGFyZ2V0IHBvc3QuIGNjOiBcdTAwM2NzcGFuIGNsYXNzPVwibWVudGlvblwiIGRhdGEtaW5kZXg9XCIwXCIgZGF0YS1jb21tYW5kLWNoYXI9XCJAXCIgZGF0YS1pZD1cIjMwMDYyMWZlLTVkNzctNDI0NS04N2YxLTI4MzUzZTNlMWI0Y1wiIGRhdGEtdmFsdWU9XCJBZGl0eWEgTVwiIGRhdGEtY2hhbm5lbC1pZD1cIjBlMDQ2OWQ1LTU1M2UtNDM1ZC05ZWZlLTNjNTA4ZmE0OWZjYlwiXHUwMDNl77u/XHUwMDNjc3BhbiBjb250ZW50ZWRpdGFibGU9XCJmYWxzZVwiXHUwMDNlXHUwMDNjc3BhbiBjbGFzcz1cInFsLW1lbnRpb24tY29tbWFuZC1jaGFyXCJcdTAwM2VAXHUwMDNjL3NwYW5cdTAwM2VBZGl0eWEgTVx1MDAzYy9zcGFuXHUwMDNl77u/XHUwMDNjL3NwYW5cdTAwM2UgXHUwMDNjc3BhbiBjbGFzcz1cIm1lbnRpb25cIiBkYXRhLWluZGV4PVwiMFwiIGRhdGEtY29tbWFuZC1jaGFyPVwiQFwiIGRhdGEtaWQ9XCI5MmEzNjI1OS0wMWExLTRmYmItOTRjZC04MTdjOGFlY2ZhODhcIiBkYXRhLXZhbHVlPVwiUm9oaW5pXCIgZGF0YS1jaGFubmVsLWlkPVwiMGUwNDY5ZDUtNTUzZS00MzVkLTllZmUtM2M1MDhmYTQ5ZmNiXCJcdTAwM2Xvu79cdTAwM2NzcGFuIGNvbnRlbnRlZGl0YWJsZT1cImZhbHNlXCJcdTAwM2VcdTAwM2NzcGFuIGNsYXNzPVwicWwtbWVudGlvbi1jb21tYW5kLWNoYXJcIlx1MDAzZUBcdTAwM2Mvc3Bhblx1MDAzZVJvaGluaVx1MDAzYy9zcGFuXHUwMDNl77u/XHUwMDNjL3NwYW5cdTAwM2UgXHUwMDNjc3BhbiBjbGFzcz1cIm1lbnRpb25cIiBkYXRhLWluZGV4PVwiMFwiIGRhdGEtY29tbWFuZC1jaGFyPVwiQFwiIGRhdGEtaWQ9XCJiMjI1ZDE2OS02ZDk2LTQzYTMtYjU0NC02NWRjNzg4Y2EyZTRcIiBkYXRhLXZhbHVlPVwiUmVudSBTZWhyYXdhdFwiIGRhdGEtY2hhbm5lbC1pZD1cIjBlMDQ2OWQ1LTU1M2UtNDM1ZC05ZWZlLTNjNTA4ZmE0OWZjYlwiXHUwMDNl77u/XHUwMDNjc3BhbiBjb250ZW50ZWRpdGFibGU9XCJmYWxzZVwiXHUwMDNlXHUwMDNjc3BhbiBjbGFzcz1cInFsLW1lbnRpb24tY29tbWFuZC1jaGFyXCJcdTAwM2VAXHUwMDNjL3NwYW5cdTAwM2VSZW51IFNlaHJhd2F0XHUwMDNjL3NwYW5cdTAwM2Xvu79cdTAwM2Mvc3Bhblx1MDAzZSBcdTAwM2MvcFx1MDAzZSIsInR5cGUiOiJNRVNTQUdFIiwiZWRpdGVkIjpmYWxzZSwiY3JlYXRlZEF0IjoxNjU1OTg1Nzk4Nzc0LCJ1cGRhdGVkQXQiOjB9LCJyZXBseSI6e30sImVtYmVkZWRMaW5rIjpmYWxzZSwiZW1iZWRlZExpbmtEZXRhaWxzIjpudWxsLCJ0YXNrIjp7fSwiaXNIaWRkZW4iOmZhbHNlLCJmb3J3YXJkZWRQb3N0Ijp7ImNoYW5uZWxJZCI6IiIsInNlcXVlbmNlX2lkIjowLCJjaGFubmVsTmFtZSI6IiIsImNoYW5uZWxUeXBlIjoiIiwicG9zdFR5cGUiOiIiLCJwb3N0Ijp7ImlkIjoiIiwiY29udGVudCI6IiIsInR5cGUiOiIiLCJlZGl0ZWQiOmZhbHNlLCJjcmVhdGVkQXQiOjAsInVwZGF0ZWRBdCI6MH0sInJlcGx5Ijp7fSwidGFzayI6e30sInVzZXIiOnt9fSwiaXNGb3J3YXJkZWQiOmZhbHNlLCJmd2RTdGF0cyI6eyJ0b3RhbCI6MCwiZm9yd2FyZHMiOm51bGx9LCJmaWxlRm9yd2FyZGluZyI6ZmFsc2UsImZpbGVQZXJtaXNzaW9uIjp7ImludGVybmFsIjoiIiwiaW50ZXJuYWxPT08iOiIiLCJleHRlcm5hbCI6IiJ9LCJmaWxlRm9yd2FyZERpc2FibGVkIjpmYWxzZSwidGFnSW5mbyI6bnVsbH0=\",\n        \"refPostdata\": {\n          \"channelId\": \"\",\n          \"sequence_id\": 0,\n          \"channelName\": \"\",\n          \"channelType\": \"\",\n          \"postType\": \"\",\n          \"fileId\": \"\",\n          \"fileListIDs\": null,\n          \"userId\": \"\",\n          \"mentions\": null,\n          \"post\": {\n            \"id\": \"\",\n            \"content\": \"\",\n            \"type\": \"\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          },\n          \"reply\": {},\n          \"embededLink\": false,\n          \"embededLinkDetails\": null,\n          \"task\": {},\n          \"isHidden\": false,\n          \"forwardedPost\": {\n            \"channelId\": \"\",\n            \"sequence_id\": 0,\n            \"channelName\": \"\",\n            \"channelType\": \"\",\n            \"postType\": \"\",\n            \"post\": {\n              \"id\": \"\",\n              \"content\": \"\",\n              \"type\": \"\",\n              \"edited\": false,\n              \"createdAt\": 0,\n              \"updatedAt\": 0\n            },\n            \"reply\": {},\n            \"task\": {},\n            \"user\": {}\n          },\n          \"isForwarded\": false,\n          \"fwdStats\": {\n            \"total\": 0,\n            \"forwards\": null\n          },\n          \"fileForwarding\": false,\n          \"filePermission\": {\n            \"internal\": \"\",\n            \"internalOOO\": \"\",\n            \"external\": \"\"\n          },\n          \"fileForwardDisabled\": false,\n          \"tagInfo\": null\n        },\n        \"reactions\": {\n          \"userId\": \"\",\n          \"myReactions\": null,\n          \"reactionStats\": {\n            \"postId\": \"\",\n            \"total\": 0,\n            \"checked\": 0,\n            \"up\": 0,\n            \"down\": 0,\n            \"Reactions\": null\n          }\n        },\n        \"isHidden\": false,\n        \"postCreatorId\": \"eab01790-5153-4de8-9a73-92efad679b9e\",\n        \"isHideByDiscOwner\": false,\n        \"hiddenBy\": \"\"\n      }\n    ],\n    \"unread_count\": 643,\n    \"notificationFilter\": 0\n  },\n  \"err\": null\n}"},{"id":"c1735963-184c-49d5-8b9a-6ed8e8f5e3c7","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","host":["{{baseUrl}}"],"path":["ent","v2","notifications"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"},{"key":"timestamp","value":"veniam in"},{"key":"op","value":"veniam in"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"04714bed-25c6-40d9-8eae-26204f1a4396","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","host":["{{baseUrl}}"],"path":["ent","v2","notifications"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"},{"key":"timestamp","value":"veniam in"},{"key":"op","value":"veniam in"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"144e4c22-901b-4080-92d6-7a07cc69b6ef","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","host":["{{baseUrl}}"],"path":["ent","v2","notifications"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"},{"key":"timestamp","value":"veniam in"},{"key":"op","value":"veniam in"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"9d507bf2-1801-4380-ab01-9ff3cca8249c","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/notifications?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465&timestamp=veniam in&op=veniam in","host":["{{baseUrl}}"],"path":["ent","v2","notifications"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"},{"key":"timestamp","value":"veniam in"},{"key":"op","value":"veniam in"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"9589b43d-03d8-47a3-b9d4-48601c6d362f"},{"name":"/ent/v1/unreadnotifications","id":"f64c3edc-5c62-412e-825d-85760a04a1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/unreadnotifications","description":"<p>The API is used to all get Unread notification of a user grouped by discussion</p>\n","urlObject":{"path":["ent","v1","unreadnotifications"],"query":[],"variable":[]}},"response":[{"id":"5ec93503-fe2f-4fc5-b7e9-f7f93de5ca96","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/unreadnotifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2009,\n  \"message\": \"User notification query successfull\",\n  \"data\": [\n    {\n      \"channel_id\": \"e00a3615-296e-4ea7-82b7-52412a0a8f15\",\n      \"count\": 2\n    }\n  ],\n  \"err\": null\n}"},{"id":"e53adf7a-f107-4092-87c2-1975de0ba0f1","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/unreadnotifications"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"ca812fea-5ddb-44cf-9125-1a4dd409b918","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/unreadnotifications"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"1ab80f49-c154-47c0-908f-2378341c9355","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/unreadnotifications"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"d18ae197-6f21-42a4-a9b8-056985c43e6a","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/unreadnotifications"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"f64c3edc-5c62-412e-825d-85760a04a1e7"},{"name":"/ent/v1/discussion/notification","id":"67d9f70f-55c6-4b9c-aca0-ade48f6f79f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/discussion/notification","description":"<p>The API is used to get Unread notification of a user for a given discussion</p>\n","urlObject":{"path":["ent","v1","discussion","notification"],"query":[],"variable":[]}},"response":[{"id":"5cdb8eb6-b7aa-44b0-a1ea-9f0713592fbe","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/discussion/notification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": [\n    {\n      \"id\": \"0d923886-45d6-4826-9630-37e12fd9584a\",\n      \"userID\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n      \"type\": \"channel\",\n      \"subType\": \"tagged\",\n      \"timestamp\": 1656148675,\n      \"ref\": \"\",\n      \"state\": \"UNREAD\",\n      \"refUserID\": \"b225d169-6d96-43a3-b544-65dc788ca2e4\",\n      \"refChannelID\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n      \"refPostID\": \"508855ec-1795-473f-a53a-8c3e0ffd5060\"\n    }\n  ]\n}"},{"id":"ace2ad06-2bed-4c72-8534-a7152851d9c0","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/discussion/notification"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"fb57d36e-a684-4ab8-b705-ad0c6cfe9f82","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/discussion/notification"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"8d961cab-d274-41b7-800f-2625888e4285","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/discussion/notification"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"de0a98de-bf7f-4379-8eca-cb6a93c7c158","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/discussion/notification"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"67d9f70f-55c6-4b9c-aca0-ade48f6f79f4"},{"name":"/ent/v1/notifications/:notification-id/:filter","id":"fd59e962-4003-4654-9fc1-360984877a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/notifications/:notification-id/:filter","description":"<p>The API is used to update the state of Unread notification</p>\n","urlObject":{"path":["ent","v1","notifications",":notification-id",":filter"],"query":[],"variable":[{"id":"86701ee1-e033-4057-a4ad-8da398b73c5c","description":{"content":"<p>(Required) This flag is used to update specific notifications</p>\n","type":"text/plain"},"type":"any","value":"veniam in","key":"notification-id"},{"id":"eeeccc57-9803-447f-b913-05cfc17288b1","description":{"content":"<p>(Required) This flag is used to set specific notification  state i.e (read)</p>\n","type":"text/plain"},"type":"any","value":"veniam in","key":"filter"}]}},"response":[{"id":"a7fe5787-e07b-491f-87ef-b928c14cdaf9","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/notifications/:notification-id/:filter","host":["{{baseUrl}}"],"path":["ent","v1","notifications",":notification-id",":filter"],"variable":[{"key":"notification-id","value":"veniam in","description":"(Required) This flag is used to update specific notifications"},{"key":"filter","value":"veniam in","description":"(Required) This flag is used to set specific notification  state i.e (read)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"0c64a7ac-8a4d-4d1a-8386-dff05548dfe8","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/notifications/:notification-id/:filter","host":["{{baseUrl}}"],"path":["ent","v1","notifications",":notification-id",":filter"],"variable":[{"key":"notification-id","value":"veniam in","description":"(Required) This flag is used to update specific notifications"},{"key":"filter","value":"veniam in","description":"(Required) This flag is used to set specific notification  state i.e (read)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"91b7ca30-4806-46bc-82f8-b3cd4e210f26","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/notifications/:notification-id/:filter","host":["{{baseUrl}}"],"path":["ent","v1","notifications",":notification-id",":filter"],"variable":[{"key":"notification-id","value":"veniam in","description":"(Required) This flag is used to update specific notifications"},{"key":"filter","value":"veniam in","description":"(Required) This flag is used to set specific notification  state i.e (read)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"d3e41057-eb8c-4bb4-ab4b-7fdce669740c","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/notifications/:notification-id/:filter","host":["{{baseUrl}}"],"path":["ent","v1","notifications",":notification-id",":filter"],"variable":[{"key":"notification-id","value":"veniam in","description":"(Required) This flag is used to update specific notifications"},{"key":"filter","value":"veniam in","description":"(Required) This flag is used to set specific notification  state i.e (read)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"920c4599-dff7-4ef0-a17f-a4ba0a3fa621","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"state\": \"READ\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/notifications/:notification-id/:filter","host":["{{baseUrl}}"],"path":["ent","v1","notifications",":notification-id",":filter"],"variable":[{"key":"notification-id","value":"veniam in","description":"(Required) This flag is used to update specific notifications"},{"key":"filter","value":"veniam in","description":"(Required) This flag is used to set specific notification  state i.e (read)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"fd59e962-4003-4654-9fc1-360984877a25"},{"name":"/ent/v2/channels/ids/:channel-id/members/notificationfilter","id":"75772a55-9459-427a-9f34-8a8aa85826b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","description":"<p>The API is used to get discussion notification</p>\n","urlObject":{"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"description":{"content":"<p>This flag is used to get specific notification i.e (reaction)</p>\n","type":"text/plain"},"key":"filter","value":"veniam in"},{"description":{"content":"<p>This flag get specific notification</p>\n","type":"text/plain"},"key":"id","value":"veniam in"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"offset","value":"-42338465"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"count","value":"-42338465"}],"variable":[{"id":"bebcdb36-f945-4f35-bb5b-b307e64e91b9","description":{"content":"<p>(Required) This flag is used to get specific discussion notifications</p>\n","type":"text/plain"},"type":"any","value":"veniam in","key":"channel-id"}]}},"response":[{"id":"1ed0d5d6-2343-4a96-9146-7d25b7228570","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","host":["{{baseUrl}}"],"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"}],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"userId\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n    \"total\": 7,\n    \"notification\": [\n      {\n        \"id\": \"b83280b0-befd-495c-bee0-c9299aa318f1\",\n        \"userID\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n        \"type\": \"mention\",\n        \"subType\": \"added\",\n        \"timestamp\": 1656055944,\n        \"ref\": \"\",\n        \"state\": \"READ\",\n        \"refUserID\": \"42adec28-cac3-448d-ba3c-5a18fd94cb17\",\n        \"refChannelID\": \"7e3af13d-11c2-415c-af4b-ec0090c5f218\",\n        \"refPostID\": \"ae955777-0389-4558-8329-bf7dc384c7fa\",\n        \"parentPostId\": \"\",\n        \"userScreenName\": \"JDoe\",\n        \"userFirstName\": \"John Doe\",\n        \"userLastName\": \"\",\n        \"userImage\": \"data:image/jpeg;base64,/9j/2wCEAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgoBAgICAgICBQMDBQoHBgcKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCv/AABEIAJ4BAAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP38ooooAKKKKACiiigAooooAKKKKACiiigAopGdUGSa+a/2wP8Agrz/AME8/wBhXxNffD/9pj9pPSPD/iey0EaufC6QT3OoTWzEqnlxRRtl3IO1CQxGWxtGaLgfSpIAyTio3u7eMZkkCg9C3GfpnrX8u/7Qn/B1f/wUp+Lt74/8MfD7WPDXhTwrr1zKvha70nTJbXV/DtqswMEiXYl+eUoi7xIjKxdlCgYA+CPGnx6+NX7R3iebxP8AE/8Aak8b+JPENzIZXvPEuvXdyWbqSC8h2j2UcDoMVLl5F8jSuz+4FZUZtgyD7qRmnAg8g1/HZ+wj/wAFZ/8Ago3+xJ4unj+C/wC0brsyae5lu/BfizUZdV0XUUj5aIwzuxgLLnEkDI3v0r9tP+CH3/Bdfx1+3x8YrT4D/Ezw+LWbU7DWNU0r7Tcefc28MS2siWzThUEyxMbxFdkEjRiEuSyszCldg4SR+r9FIpDAEd6WqICiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKR8hSR1xxQB+ZH/Byl/wVN8P/ALH37JWu/s6/CD4//wDCLfGTxfpdtPpcGniRb2DSGvEhupYpkG23maMuI8sHKrKycqDX8zvxP8QeKvi74j/4WN4j+I+pa1eT2sUN7LrervdXKKi7QivcOWaMfwru+XOB2r7B/wCC9fjLU/iX/wAFavjvfeINVXV9MsvE8WkQS27NItitnZwQiEqBlCjBweMZJPIzj4R1bSdM0+YyW9z5sZ6HzUCfQ4Y5P5VL0NqaRc1K48M2FvBDHp0k8YOUtmlCm4k/vyFegHIVF9yTk1TOrW+oalBcaJ4ZMF1bTq/l2JeVSAc/dOSD+OPbvXQx+CEsfAcHiC+sX/tXXb6Oy01HXAt4nYDeq+p7E9iPWv6ff2NP+CZHwB+DPwP8Oad4Y8BaLbLLo1tK4TTUDSMYlO6R8ZdyclmbJJJ5AwB5mY5h9QhFqLk30PZy3LYZg5OU+VL53P5ifDPhv4weMNR1LXPC3wo8R6lcT2Bty+laDcyrEdgUuSiHHHNeu/shfFj4pfA3UND+Lvwk8ea/4U8R+HjOum6npEzW8sTSbllGR/rARlWRgVOSCDX9Ol98J9G0CBvD1hp4sU2EC3t8CJ1PbaMAg96/Ab/gvf8As6xfsxftZad8RfhVJJommeO9Ga6ubW3bEIv4JPLmbGMAsrRk+/PeuDLM/jjsT7GUOV9NfwO7MuH44bBe3pT5reVj9eP+CEn/AAX8h/b48dTfsZ/tH+VbfFHT9KkvtF1yGwNpD4jtocecjQnHl3aKfMYIAjoGZQpRgf1Pr+Rb/g3x8ZeOvEv/AAWc+BDalqButviC/VpogEeNP7Lu94JABwRwQeCK/rniIMajOeK+iTufKSVmOoooqiQooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKZLIqAhh196WQsq5U14F+0t+0lcaRLP8PvAV7tvF+TUtQj/5YesaHs3qe3bnp8hxrxrkvAmSTzHMZ2S0jFfFOXSMV3/Lc9LKsqxmc4yOGw6u3u+iXdn87P8Awcpfs6eDfAf/AAVt8deJPhv4qtdD/wCEt0nTNc1O2kuztuL6WIpcyrjgZeLJXnD7j3wPivwf4U8LaFd/2vrOo2+r3cefKFvCHVWPGc4Cg+5Pev25/wCCw37Fvw9/ak/ZV8UfEW78Pu/jnwN4bvdT8K6xbSkTHyx50tvIOfOjdUc7TyHO4EHOfzT/AOCFn7MepftEfE3x58QNNudFbV/BXh2F/C1x4qtZLrTrHUbmRlW8lhQ5lMMaSMqcAtgEgZNfOeHXidl3H/DU8zpw9nKnJxnB9HurPqmmvnddD3804VxeV5lDCc3MpK6fpudj/wAE9/8Aglx+0J+3N+0t4T13xr4A1Dw58NvDGqw6lrWqavbNAb4owdYoVYBnB2qN5ABBOM5Ff0e2dzYaVp8GnWSJFBbwrFDGvREUbQPyFfz/AOp/HP8Aa+0L4iReA/C3/BXv4vahqWqLNPa3GjeC4hpptIfMWedIjIqeWnlScRglQhBAPFfpR+zLJ+01qf8AwT78U+HviX+03e+JvF2mafdQaT8RLDS1tbz7G9vHJbXGx9wadUZjvYckgnkZr3M4r1ZctRyXor7d9Ud+W5fyxdKEGkt22nr8mfWfxP8AiV8NPBml+d8RfGuiaKrqTbS6zq8FnuPqpmdc++K/Lb/g4M/Zut/2of2P/wDhdvwc1fTNek+Ht9Nq002kX8dyk2myRbbrY8TMrNGQkhXP3Vavm/xr/wAE5/G2m/EK813xX8EfE3xhvD4kj0+LW/ipqd9fXMto8BkF7GCYoWthKQjhGLr/AACTGT98/wDBPb9he7+G3wc8S6X4j/ZS0b4eHxI81jqen+HdYmk07WrF4yguzaTSsIZSjMhyFYjg8Vy1KdDBVIYmE+aSa6Lbr1ud1KnXrxqYarFKLTW7+VtLbn5J/wDBuDDr1h/wVI8NfEPQQhm8KeGdY1MGWPfGC1sbYbh7m4wD6mv6lvgz+1H4W+IMkWga+i6Xq7/LHFLJ+6uD/wBM2Pf/AGTz6Zr+fT/gib+x98VP2SP2lvEPjPx54bSLTfE2veIvAujNOpE2NJdp5rpTnHls8Cw8j5iGII28/qyuR8yEgrypBwQe1fgfiz4w8TeH/iVRjhbTwkqUG6b2l70uZp7xlfT5ao68i4PwOc5E/arlq8ztL5KyfdH6ExyeYNwGBTq+e/2Zv2lbm/lg+Hfj6/LTNhNM1GU8yntE5P8AF6Hv0PPX6DQ5UH2r+jOCONsl48ySGY5dK62lF/FCXVNfk+qPznN8oxmS4x4fEKzWz6Nd0LRRRX2B5gUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABSMQoyTS02U4jJNJtJXYHm37S/xdX4Z+C/L0mUf2tqJaGyGMmPj5pMew6e5FfH8jPLI00zl3dizu7ZLMeSSTXcftE+PH8e/FO/vIpt9rYyG0ssHjYh+Zh9WyfwFcN9Pyr/Mfx24/xHGnGVWlTl/s+HbhTV9HbSUvm/wsf0NwVklPKsojUkv3lRcz/RfJfiYXxRk06D4X+Jp9XdltI/DWotcsqgkRC1lLkA99ua+c/wDgmn8Kvg78NP2ndS0nwpo1vp0/jr4OeH9W1XTIbWOG3mvbCNbO6eNFAGGLxOy4GWZmx8xNfT+t6Pp3iLRL3w9rFv51nqFnLa3cWcb4pUMbrntlWIz718N/tSfHAf8ABOf4j/BP9oP4o+DNURPC+u3PhLX/ABJpMAl07XdCurMKt3gNvt7xDbQtLbuuGZXkjZgcD9D+jVm2CjQx2VOry1qrjKMW7cyUX8Pdp7re1uzK4ppqnKGJktIrftd63+R+ovh79n/4Fw63aeJ7f4WaOb+1A+xzPaBvI9NitlU59BxirVrHpGsaz4ssfs8CxXMWQCABKVUxsx9eVI/CvMvi5+2j8CPgf+zx/wANE+NfjHo2k+D7vT4bjTPEss2+O4jnQPEYVTLTuynKogLMRj1x+aPiT/grt+338VPFE3jH9h/9jfVtU+FVha/2dpeoeOrtLPUNUeV223cYMifustngSBRgu46D+qKNLEYulZKyXWWi9Nep8cuSNSzbbeyinJ23vZdD9fvhb4u0p9OHgiQpFqFhbLL5QXHnQsTtlX17g+4q9r94plRWcKDIA7seg7k/hX5A/sq/8Fkfih8DPEr6B/wUr/Zt13wtqVtef6N8VfDkMuoadDCW+W3uljaUJCASN8bsCTkp3r6p/wCCv3/BRfw7+x7+yBf+NfD+t291rvi/Rnt/CLwSZWU3EJ2ToV+8NjF89lUnrgU6uFxkZQoNXbdk1qmvUTnh1OVS7VtWpJpr5M8v+Duu6n8QvAnhz402ar9n1346SXHg+RpPnlM+r3zXIQD+D7A1wXPTacngCvrMex/Ovnf/AIJ2/s63Pw3/AGXfhNq/xA8Tavq+t6V8P7VbCy1NoVttFN3Ess628MUaYlcMqPNIXlKrt3bcg/RFfwp47cW5ZxNxVGjgdY4dSg5NWvLmd7f3V076n6Hw/h61LBKdVWcrO3lb8xVdo3EkblWUgqynBB9Qexr66/Zk+LsnxK8Iiw1i5Darpu2O8JHMq/wS/iOD7j3r5Ers/wBn7x1L8Pvilp2p+cEtbuUWt9uPHluQAfwbB/OsfA3j6vwVxlShUnbDV2oVF01dlL1i/wALo83jPI6eb5TKcV+8p+9F+m6+a/E+2aKjgmEyhlHGOuakr/T2MlJXR/PAUUUUwCiiigAooooAKKKKACiiigAooooAKKKKACiiigArC+JfiAeFfAWr+Id2DaafLIvP8QU4/XFbteeftO3LW/wS111P34EQ4HYyKK+d4ux8ss4XxuLjvClNr1UWdmX0ViMfSpPaUor72j42MhkbzGYkt8zEjqT1oo6knFFf4/V5yq1pTe7d/vP6qhFQgoroAJByK8C/4Kdfso3v7Zn7GHi34OeHrVJfEKxR6p4VDELnUbYl448ngeYu+L/toK995xWdqHjPwdo+sQaFq/jHSLK/nw1vZXmqwQzSDOAVjdwzDI6gHkV73CeYZvlHEGHzDLYOVWjJTSSb+F3d0ultH5M5cwo4fE4OdGu0oyTTv5n5Lf8ABGD4/wD7P3x68AJ/wTY/b+l09JfBXildX+Gtp4z1BrWBriJnWTTHLFV8yKV5HSKQ4YSOoGUAr3j/AIK76Mv/AATq+GGhfG/wl8PNG8U6HrWtNpd3YeI/F1ybyGUxNJG0QEha4hwjq3HyfICcGs/9pr/gjH8Jf28fhLf/ABe+GF/aeFfiI/ijxA1nrCx5sdchXV7zyluwoznHCzrlgAAQwAx+Wnxf/wCCdH7enw18Yz+CvGP7P3i7VbrTXMKT6VBJqUG0dDG8ZbCEc9F7cV/qbl7wGdOni5S5eZJypvo2tex+PQx+f8O0nSw630U4q7t0T0Z+/n7GP7K/hTQ/2V9H/aQ+O2i+AtN1XxZ4Ta41v+z7m3k0jTtNuU3i1ed3KSDySnmu5KltwHA5/K/9q/xxoH/BVT/gqx4L+DHwwvJ774PeC9V0rwza6hpgLWYtVk/fzRbsDbK0bRRHqyRhhxmvnn4Lf8EqP26/itcQ6Dr3gDUfBXhtnD3eoeLrg21vEuQSVttxeVu4UJye461+rvwJ/YU+F/7CvwU+Fni+HUIdK05vi3ozXOq6xNHBJfPLb3kYvLp2IVAzlFjTO1VYY5PPBnk6ORZbiq+Flz1vZzcEujUW1bzvojWNbNM9lGWOXLBNc0no5a7dNOrPte0t7a1to7axgWKGONUhiToiAAKo9gAB+FPpkMqS28dwjhklQNG6nKuMdQehH0p+f/r1/lLiPbutKVVPmbd7736n7NBwcVy7BQSQpZSQQMgiijrxWdKcqdRSW6YSipRaZ90fCXxEfFnw70bxCSd11psTyZ/v7QG/UGukrzj9lK5e5+CGjb8/u1mjBPcCVsV6PX+wHBuOnmfCeBxU950qbfq4q5/K+Z0Vh8xrUltGUl9zYUUUV9KcIUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFcF+0pp0l98FNfiRclbQSYHorqx/QV3tZvi/RovEPhjUNCmA23lnJCc/7Skf1rw+JsvebcO4vBrepTnFeri0dWBrfVsbTq/wAsk/uZ8DN94jsDSUzxLd2Pgq2v7rxXqUGnW2lb/wC0bu/nWGK3CEhmkdyFQcdSQK+CP2v/APgvf+z98I2u/Bv7Mukr8RPEEReM6uZGg0W2ccbvN/1l1g9ogFOPv1/lZw74dcXcW5nLB5ZhZTcXaUtoRt/NJ6L8+yP6XxueZZlmHVXEVEk1dd36I+8NY1rSNA0m41zX9WtbCxs4jJd319cLFDboOrO7EKoHXJPav53f+Con7T3g/wDa4/bD1/4pRWV1Po/2mGw8OzW8iRzJpVqfLSRSwIBm/eygHoXUnpWT+1t+3H+1V+2Dem4+NfxIu9TsWuFa38OWLG00u0Gedtuh2k443vvfnrXjd1pjpqH9r6ncGSKRgbjCgeX2GAP4AMDHUDn1r+7fBrwUj4bSqY/G1lVxVSKjaK92CvdpN6ttpa2Wx+QcV8W/24lQowcacXfXd9j+kX/gnl+0H+zH8f8A9mTw/L+ypdzw+HfDGn2+jNoWoR7L7SHiiXbBcrk5cr8/mAlZMlgeoHrnjP8AZz0H4w6PHq8mrSabqcJMdtewxBgUH8DrwSM9MEEfpX8+H7An7enxI/YC+K978QPA3h6z13Stc09LHxD4cvbp4EvIkfzI5I5FB8uaMl9jkMuJGBGDx/Q9+x98ePA/7Tf7P+gfHb4b3Er6L4ktRdWkdwAJbdvuyQSAZAkjkV0YDup7EV9tneWVcBWdWN+ST0fmexlGcxxmEUVpOO68jmvBf7Eehabqsep+PvGMutRxOHFjFAYopCOzlmJI9QMZ9a5H/gr58E7f9ob9h7X/AIGQQQrPrs0Mell1+WO7iV5bc4HQCRFHHYmvqGvGv28/E2n/AA7/AGdNT+MOtXAi0/wVcR65qLhckQQ5DbR/Ex3ABe5OK8jDVKv1mDi9bqx3VqixKca7921n6H86X7Ov7b37cn7D3iO68JeA/inr2mpo180Gq+C9dZry0hkQ4eNrabIAyCPk2N0IY8V+wH/BKH/gqNY/8FFPCXiDSvE3gmDw94y8JCB9WtLKVmtb23lLKlzCHJaP50KtGxbaSMMQePxx/an+KGo/tIftBeJv2gLLwva6EfEFypi8PpKXW2t40WOJGlwC8oRRucjBPHAArD/ZK/af/aK/Yy+Ld98VfgZ4vi0i7v4ZLTVbWazjube6jEofyZo3BDruXIZSrA9CKfiX4T5Lx9kFbkw9Onjmk4VLcrUt7ScV7yeq1vbdHx2ScSYjJMwS9pKVBNprfTo0nsf0ysMd6SvzJ/Zv/wCDivwnqAtvD37V3wYuNJnOFk8SeDGNzbH/AG5LSUiRPfY7+wr74/Z9/al/Z6/aqsYL39n74w6J4lefaDY2V0BeQkkDEls+2WM5Pdce9fwLxL4R8e8KYlQxuDlyN2U4rmg9dNVe3zsz9iwPEuT5jScqNVXtez0f3M/Qf9lyyey+CWiKy482B5ef9qRj/KvQ6yPA3h+Hwt4U07w9AMCysY4fqVUAmtev9POFMvllPDODwct6dKEX6qKTP5xx9f6zjqtb+aTf3sKKKK+gOQKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvgj/AIK0f8F9f2Xv+CZz3Hwm02xf4gfFeS0WWHwTpV2IotMV1DRy6jc4ItlYEMsShpnXkKoIevq39sH9o/wz+yL+zD47/aX8XxiSx8E+GrrVHt2fb9qkjQ+VAD2MkpjjHu9fxq/GP4m+OvjX8VNf+L/xR1qTUvEvifVp9V16+lcsZbudzJJgn+FSQijoqIqjAFTLaxcI8zPTv23f+Cjf7Vf/AAUB8cX3i348eNo4dOu71rm38H+H4WtdItCTkYg3EysOP3kxdyecjpXhYyeSD7Zpl5cfZYTKRwOT9KkRxIodeh5B9RXLhsJhcFS9nh6ahG7dkktXu9OrO2pVq1Xebb6a9uwYHTHTpQyI42uoIxjkUtFdBncpwzTaN+6kVpLQfdcgloR6HuVHr1H0r9uP+DZr9pHwN4i/Zr8Tfsx3fi6zHiTw94sudZ03R5blRNcaZdxRM08K5y6JOkoYrnaXUnAOa/FMgEYIzVjwB4s8efBzx7pvxY+EHi+98PeIdFuRcaZqOnTtG8MgOcqR0z0I5VgSGUgkVwZlgVmGDlSbt1Xqjuy7GPA4hVUr9H6M/rcyMZzX5j/8HJn7UknhP4T+Ef2Q/DepyxXfjC8/t3xOkT4zplpJtt4W9pbr58dCLWvXv+CPf/BXPwr/AMFEPBk/w0+JC2eh/Frw3aB9b0qMhINXt1IU39qpJwMlfNiGfLLArlGGPx8/4Ko/ta2/7Sf7afj740W97JdaW2rHRPCFu0mQ2n2OYImXsquwkmJ/6a+tfI5JlNanmzVdW5Nfn0/zPp83zOjPLFKjL49P8zwfxR4ig0DTi+BJcygiCLPJP94+w7/l3rG0i2e30+NbglpGBeRm6lmOT/OqVhZX2r3p1zW33SNgoMYGOwA7KOw/HvWtgKOBX3p8Um9w2kkKkeSTwPeu0+GXjXxr8HfGej/Ez4ZeKr3QfEvh+9jvNG13TH2XNnOjbldT3GeqnKsMhgQSK5nQrTzpftkqkKvCD1PrVjXtWj0yBVVv3kjBY1+p60pRhKNpK5UZNbH9a3/BHL/gozpX/BSz9jfSPjFqENrZ+MtGmOjfELSbXhLbVYlVmljXqIZ42SeP0EhTJKGvq2v5k/8Ag1u/bU1D9nr/AIKJwfATxDqpTw58ZNKbR5EkmISPV7ZXuLCXb0LMBcwZ6nzkHYV/TWjBxkVpHY45rllYWiiimSFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAH5+f8HLPwg/aP+NX/AATI1fw7+z94fk1W203xPp+seOdOsnY3U+jWheZzDGP9bsnW3ldOvlxMQCRiv5a5ZTPM8+QQ7FlIOQQehr+5Z0WRSjqCD1BFfhD/AMF6v+DdHVtN1TW/22P+Ce/gZrmzuHlv/Hfwv0m3zJA5y0t9pkS/eUnLSWq8gkvECMoJaNac0tGfiBfRNNayRqASYzgEVT8OXrz25tpTgxdAR2/+tWixwzwuCGUlWQ8EEHBB9wePY1zt3cT6br1yYWAPylB2wy/4g1Js3ax0LyJHjecZ6E0qkMNw71h6VYzalN9pu2d0U4JY5ya3EUIoUdhQMWjrRRQBb+HvxT+Jn7P/AMUNP+L3wf8AF1zoOtQw3FoNTtW+aKKeCSGXI6FWhkkBB77T1ArmtGMOvzvqlyMqj+TbQsc+XEoG0e5xyT3Jpnji6jNglkJMO06nAPUc5p3gG8ltba5KRo4F19x1B4Kr+XSiy3sNttJG5DHJMQsELt9Fq9Z6FMzCS7dQufuDqR71Ys9as5VCyL5TY7j5fzq4pXHykY7Y6UCI5pYLK3LsdqIvCj+Qrite1k3uroJDzFIrOP7ueg/Kuk8QNKZ442/1e0lR7964vV9kmuXCJknEatj+9jgfy/OgDvfhx8SPEvwZ+Ivh34x+DLlodX8Ia9Z63pcsb7Sk9pOlwnP1jx9Ca/tf+EnxD0j4ufC7w78VdASRbDxNoVnq1ksqlWWG5gSZAQeQQrgEGvwu/wCCDH/BuhrnjG+0L9tH/goN4Fa00OAx33gj4ZatbES6iww0V7qUTcpCD80dsw3SEBpAFwjfvhbwR20KwRKFVQAqqMAD0AHaqimjnqOLeg+iiiqMwooooAKKKKACiiigAooooAKKKKACiiigAooooAKRlDDBAP1paKAPzI/4K6f8G4HwE/bpvtS+O/7Nt1YfDj4q3Qaa8eO0xo/iKXBObyKMZgmY9bmIEn+NH6j+df8AbS/YV/am/Yg+Mp+GH7UPwd1XwrfyoVsb64i8yw1KNXI820ukzFcL/uncM/Mqniv7X65T4x/Az4PftCeB7z4afHH4aaJ4s8P38ZW70fX9NjuoHyCM7XB2tzwy4YdiKVkWqkkfxHW1slrAsMa4AGAKkr+hj9s7/g0Y/Zh+Jtxe+Lv2Lfi3qfwz1CRS8PhjWkbVdG8zsqMzC5t1P+/IB2XtX5nftG/8G4n/AAVn/Z4vZns/2f4/iFpkedmq/DnVI7/dj1tpPKuFOO3ln61DTRspxZ8MVBqF9FYWxuJc47Y9a6T4s/CL42/A/UpNE+LPwW8XeGr2I4ltfEHhm7s2Q+/mxqPyNedy6lFrN2kMuowR88KZlAX9aCk09ivrMc97ZPq0pPFwgHpknH5Ve8DN810mOkin/wAd/wDrUviqbS4/D4hs76AiOWMbUnU/xA9jXS/AX4J/Gv4uaxJovwp+DvizxNdXDRiC38P+Gru8Zyc9PKjanZ2C6TRDgFMEZGORTLTXRbymC0ugGDYMb9Ca+5v2cv8Ag3P/AOCs/wC0PewvP+zp/wAIBpkmN+rfEfU49OCA+luhkuWPt5Y+tfo3+xj/AMGeH7N/w/1C08aftwfGnU/iPfRv5kvhTw0j6Vo5bOdskuTdTr9GhB7jHFJJic4o/Fz9lz9kD9pz9uzx7D8LP2Y/gxq/irV1mQXc9jFtstPRjjzLq6fEVsg65dgT2BPFfvT/AMEgP+DZP4EfsSatYftC/ta3emfEr4pwTC6sLT7MW0Pw5N1DW8cgBup1xxPKAFPKIpAav0j+B/7PfwR/Zo+H9n8K/gD8LdE8IeHbBAtro+gaeltCpxjcwUZdz3diWPcmuy6VSVjCc3IRVVBtUcfWlooqiAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAMD0pCiE5KAn1xS0UAV9Q0rTdWtms9UsIbmFvvRXEQkU/gwIrjNV/Zg/Zw1u4a71j4BeCbuVxhpLrwlZSMfqWiJNd3RQBwumfsxfs5aK4fSPgJ4KtSCCDbeErKPGOn3YhXZadpGl6PbLZaTp8FrCv3YraJY1H4KAKsUUAII0ByEGT14paKKACiiigAooooAKKKKACiiigAooooAKKKKAP/2Q==\",\n        \"channelName\": \"Mobile new design: Backend support\",\n        \"companyName\": \"ABC\",\n        \"refPostContent\": \"eyJjaGFubmVsSWQiOiI3ZTNhZjEzZC0xMWMyLTQxNWMtYWY0Yi1lYzAwOTBjNWYyMTgiLCJzZXF1ZW5jZV9pZCI6MCwiY2hhbm5lbE5hbWUiOiJNb2JpbGUgbmV3IGRlc2lnbjogQmFja2VuZCBzdXBwb3J0IiwiY2hhbm5lbFR5cGUiOiJFWFRFUk5BTCIsInBvc3RUeXBlIjoiTUVTU0FHRSIsImZpbGVJZCI6IiIsImZpbGVMaXN0SURzIjpbXSwidXNlcklkIjoiNDJhZGVjMjgtY2FjMy00NDhkLWJhM2MtNWExOGZkOTRjYjE3IiwibWVudGlvbnMiOlsiYWxsIl0sInBvc3QiOnsiaWQiOiJhZTk1NTc3Ny0wMzg5LTQ1NTgtODMyOS1iZjdkYzM4NGM3ZmEiLCJjb250ZW50IjoiXHUwMDNjcFx1MDAzZVx1MDAzY3NwYW4gY2xhc3M9XCJtZW50aW9uXCIgZGF0YS1pbmRleD1cIjBcIiBkYXRhLWNvbW1hbmQtY2hhcj1cIkBcIiBkYXRhLWlkPVwiYWxsXCIgZGF0YS12YWx1ZT1cIkFsbFwiIGRhdGEtY2hhbm5lbC1pZD1cIjdlM2FmMTNkLTExYzItNDE1Yy1hZjRiLWVjMDA5MGM1ZjIxOFwiXHUwMDNl77u/XHUwMDNjc3BhbiBjb250ZW50ZWRpdGFibGU9XCJmYWxzZVwiXHUwMDNlXHUwMDNjc3BhbiBjbGFzcz1cInFsLW1lbnRpb24tY29tbWFuZC1jaGFyXCJcdTAwM2VAXHUwMDNjL3NwYW5cdTAwM2VBbGxcdTAwM2Mvc3Bhblx1MDAzZe+7v1x1MDAzYy9zcGFuXHUwMDNlIE5ldyBEZXNpZ24gbGluayBmb3IgbW9iaWxlOiBcdTAwM2NhIGNsYXNzPVwibGlua2lmeVwiIGhyZWY9XCJodHRwczovL3d3dy5maWdtYS5jb20vZmlsZS9SeXJxVWJsWWwwSHBESEdkY3lFOU1xL1ttZXRzXWRpc2N1c3Npb25fbW9fMDYxNz9ub2RlLWlkPTAlM0ExXCIgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIHRhcmdldD1cIl9ibGFua1wiXHUwMDNlaHR0cHM6Ly93d3cuZmlnbWEuY29tL2ZpbGUvUnlycVVibFlsMEhwREhHZGN5RTlNcS8lNUJtZXRzJTVEZGlzY3Vzc2lvbl9tb18wNjE3P25vZGUtaWQ9MCUzQTFcdTAwM2MvYVx1MDAzZVx1MDAzYy9wXHUwMDNlIiwidHlwZSI6Ik1FU1NBR0UiLCJlZGl0ZWQiOmZhbHNlLCJjcmVhdGVkQXQiOjE2NTYwNTU5NDM1MzcsInVwZGF0ZWRBdCI6MH0sInJlcGx5Ijp7fSwiZW1iZWRlZExpbmsiOmZhbHNlLCJlbWJlZGVkTGlua0RldGFpbHMiOm51bGwsInRhc2siOnt9LCJpc0hpZGRlbiI6ZmFsc2UsImZvcndhcmRlZFBvc3QiOnsiY2hhbm5lbElkIjoiIiwic2VxdWVuY2VfaWQiOjAsImNoYW5uZWxOYW1lIjoiIiwiY2hhbm5lbFR5cGUiOiIiLCJwb3N0VHlwZSI6IiIsInBvc3QiOnsiaWQiOiIiLCJjb250ZW50IjoiIiwidHlwZSI6IiIsImVkaXRlZCI6ZmFsc2UsImNyZWF0ZWRBdCI6MCwidXBkYXRlZEF0IjowfSwicmVwbHkiOnt9LCJ0YXNrIjp7fSwidXNlciI6e319LCJpc0ZvcndhcmRlZCI6ZmFsc2UsImZ3ZFN0YXRzIjp7InRvdGFsIjowLCJmb3J3YXJkcyI6bnVsbH0sImZpbGVGb3J3YXJkaW5nIjpmYWxzZSwiZmlsZVBlcm1pc3Npb24iOnsiaW50ZXJuYWwiOiIiLCJpbnRlcm5hbE9PTyI6IiIsImV4dGVybmFsIjoiIn0sImZpbGVGb3J3YXJkRGlzYWJsZWQiOmZhbHNlLCJ0YWdJbmZvIjpudWxsfQ==\",\n        \"refPostdata\": {\n          \"channelId\": \"\",\n          \"sequence_id\": 0,\n          \"channelName\": \"\",\n          \"channelType\": \"\",\n          \"postType\": \"\",\n          \"fileId\": \"\",\n          \"fileListIDs\": null,\n          \"userId\": \"\",\n          \"mentions\": null,\n          \"post\": {\n            \"id\": \"\",\n            \"content\": \"\",\n            \"type\": \"\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          },\n          \"reply\": {},\n          \"embededLink\": false,\n          \"embededLinkDetails\": null,\n          \"task\": {},\n          \"isHidden\": false,\n          \"forwardedPost\": {\n            \"channelId\": \"\",\n            \"sequence_id\": 0,\n            \"channelName\": \"\",\n            \"channelType\": \"\",\n            \"postType\": \"\",\n            \"post\": {\n              \"id\": \"\",\n              \"content\": \"\",\n              \"type\": \"\",\n              \"edited\": false,\n              \"createdAt\": 0,\n              \"updatedAt\": 0\n            },\n            \"reply\": {},\n            \"task\": {},\n            \"user\": {}\n          },\n          \"isForwarded\": false,\n          \"fwdStats\": {\n            \"total\": 0,\n            \"forwards\": null\n          },\n          \"fileForwarding\": false,\n          \"filePermission\": {\n            \"internal\": \"\",\n            \"internalOOO\": \"\",\n            \"external\": \"\"\n          },\n          \"fileForwardDisabled\": false,\n          \"tagInfo\": null\n        },\n        \"reactions\": {\n          \"userId\": \"\",\n          \"myReactions\": null,\n          \"reactionStats\": {\n            \"postId\": \"\",\n            \"total\": 0,\n            \"checked\": 0,\n            \"up\": 0,\n            \"down\": 0,\n            \"Reactions\": null\n          }\n        },\n        \"isHidden\": false,\n        \"postCreatorId\": \"42adec28-cac3-448d-ba3c-5a18fd94cb17\",\n        \"isHideByDiscOwner\": false,\n        \"hiddenBy\": \"\"\n      }\n    ],\n    \"unread_count\": 5,\n    \"notificationFilter\": 255\n  },\n  \"err\": null\n}"},{"id":"a8b98bc0-1c3b-4a6c-b997-9e2baf7f528c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","host":["{{baseUrl}}"],"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"}],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"3597096a-8380-4b18-93bd-0bd5c651e873","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","host":["{{baseUrl}}"],"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"}],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"0b06e345-02ce-4cf6-b70a-11a06fb7c308","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","host":["{{baseUrl}}"],"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"}],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"3b7c29a2-09b3-46b4-8e90-380d6f341d68","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v2/channels/ids/:channel-id/members/notificationfilter?filter=veniam in&id=veniam in&offset=-42338465&count=-42338465","host":["{{baseUrl}}"],"path":["ent","v2","channels","ids",":channel-id","members","notificationfilter"],"query":[{"key":"filter","value":"veniam in"},{"key":"id","value":"veniam in"},{"key":"offset","value":"-42338465"},{"key":"count","value":"-42338465"}],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"75772a55-9459-427a-9f34-8a8aa85826b9"},{"name":"/ent/v1/channels/ids/:channel-id/members/notificationfilter","id":"7bc998eb-bcc1-4132-a3fd-2af102b066a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/channels/ids/:channel-id/members/notificationfilter","description":"<p>The API is used to update user notification settings</p>\n","urlObject":{"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"query":[],"variable":[{"id":"15d323dc-8b2b-47dd-af7e-5bb608d52687","description":{"content":"<p>(Required) This flag is used to get specific discussion notifications</p>\n","type":"text/plain"},"type":"any","value":"veniam in","key":"channel-id"}]}},"response":[{"id":"4d7fb09f-f449-46c6-8c82-a250cbbc58f2","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members/notificationfilter","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"userId\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n    \"total\": 7,\n    \"notification\": [\n      {\n        \"id\": \"b83280b0-befd-495c-bee0-c9299aa318f1\",\n        \"userID\": \"244100b9-6dca-4d0b-a9fd-3d94aa4602d1\",\n        \"type\": \"mention\",\n        \"subType\": \"added\",\n        \"timestamp\": 1656055944,\n        \"ref\": \"\",\n        \"state\": \"READ\",\n        \"refUserID\": \"42adec28-cac3-448d-ba3c-5a18fd94cb17\",\n        \"refChannelID\": \"7e3af13d-11c2-415c-af4b-ec0090c5f218\",\n        \"refPostID\": \"ae955777-0389-4558-8329-bf7dc384c7fa\",\n        \"parentPostId\": \"\",\n        \"userScreenName\": \"JDoe\",\n        \"userFirstName\": \"John Doe\",\n        \"userLastName\": \"\",\n        \"userImage\": \"data:image/jpeg;base64,/9j/2wCEAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgoBAgICAgICBQMDBQoHBgcKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCv/AABEIAJ4BAAMBIgACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP38ooooAKKKKACiiigAooooAKKKKACiiigAopGdUGSa+a/2wP8Agrz/AME8/wBhXxNffD/9pj9pPSPD/iey0EaufC6QT3OoTWzEqnlxRRtl3IO1CQxGWxtGaLgfSpIAyTio3u7eMZkkCg9C3GfpnrX8u/7Qn/B1f/wUp+Lt74/8MfD7WPDXhTwrr1zKvha70nTJbXV/DtqswMEiXYl+eUoi7xIjKxdlCgYA+CPGnx6+NX7R3iebxP8AE/8Aak8b+JPENzIZXvPEuvXdyWbqSC8h2j2UcDoMVLl5F8jSuz+4FZUZtgyD7qRmnAg8g1/HZ+wj/wAFZ/8Ago3+xJ4unj+C/wC0brsyae5lu/BfizUZdV0XUUj5aIwzuxgLLnEkDI3v0r9tP+CH3/Bdfx1+3x8YrT4D/Ezw+LWbU7DWNU0r7Tcefc28MS2siWzThUEyxMbxFdkEjRiEuSyszCldg4SR+r9FIpDAEd6WqICiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKR8hSR1xxQB+ZH/Byl/wVN8P/ALH37JWu/s6/CD4//wDCLfGTxfpdtPpcGniRb2DSGvEhupYpkG23maMuI8sHKrKycqDX8zvxP8QeKvi74j/4WN4j+I+pa1eT2sUN7LrervdXKKi7QivcOWaMfwru+XOB2r7B/wCC9fjLU/iX/wAFavjvfeINVXV9MsvE8WkQS27NItitnZwQiEqBlCjBweMZJPIzj4R1bSdM0+YyW9z5sZ6HzUCfQ4Y5P5VL0NqaRc1K48M2FvBDHp0k8YOUtmlCm4k/vyFegHIVF9yTk1TOrW+oalBcaJ4ZMF1bTq/l2JeVSAc/dOSD+OPbvXQx+CEsfAcHiC+sX/tXXb6Oy01HXAt4nYDeq+p7E9iPWv6ff2NP+CZHwB+DPwP8Oad4Y8BaLbLLo1tK4TTUDSMYlO6R8ZdyclmbJJJ5AwB5mY5h9QhFqLk30PZy3LYZg5OU+VL53P5ifDPhv4weMNR1LXPC3wo8R6lcT2Bty+laDcyrEdgUuSiHHHNeu/shfFj4pfA3UND+Lvwk8ea/4U8R+HjOum6npEzW8sTSbllGR/rARlWRgVOSCDX9Ol98J9G0CBvD1hp4sU2EC3t8CJ1PbaMAg96/Ab/gvf8As6xfsxftZad8RfhVJJommeO9Ga6ubW3bEIv4JPLmbGMAsrRk+/PeuDLM/jjsT7GUOV9NfwO7MuH44bBe3pT5reVj9eP+CEn/AAX8h/b48dTfsZ/tH+VbfFHT9KkvtF1yGwNpD4jtocecjQnHl3aKfMYIAjoGZQpRgf1Pr+Rb/g3x8ZeOvEv/AAWc+BDalqButviC/VpogEeNP7Lu94JABwRwQeCK/rniIMajOeK+iTufKSVmOoooqiQooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKZLIqAhh196WQsq5U14F+0t+0lcaRLP8PvAV7tvF+TUtQj/5YesaHs3qe3bnp8hxrxrkvAmSTzHMZ2S0jFfFOXSMV3/Lc9LKsqxmc4yOGw6u3u+iXdn87P8Awcpfs6eDfAf/AAVt8deJPhv4qtdD/wCEt0nTNc1O2kuztuL6WIpcyrjgZeLJXnD7j3wPivwf4U8LaFd/2vrOo2+r3cefKFvCHVWPGc4Cg+5Pev25/wCCw37Fvw9/ak/ZV8UfEW78Pu/jnwN4bvdT8K6xbSkTHyx50tvIOfOjdUc7TyHO4EHOfzT/AOCFn7MepftEfE3x58QNNudFbV/BXh2F/C1x4qtZLrTrHUbmRlW8lhQ5lMMaSMqcAtgEgZNfOeHXidl3H/DU8zpw9nKnJxnB9HurPqmmvnddD3804VxeV5lDCc3MpK6fpudj/wAE9/8Aglx+0J+3N+0t4T13xr4A1Dw58NvDGqw6lrWqavbNAb4owdYoVYBnB2qN5ABBOM5Ff0e2dzYaVp8GnWSJFBbwrFDGvREUbQPyFfz/AOp/HP8Aa+0L4iReA/C3/BXv4vahqWqLNPa3GjeC4hpptIfMWedIjIqeWnlScRglQhBAPFfpR+zLJ+01qf8AwT78U+HviX+03e+JvF2mafdQaT8RLDS1tbz7G9vHJbXGx9wadUZjvYckgnkZr3M4r1ZctRyXor7d9Ud+W5fyxdKEGkt22nr8mfWfxP8AiV8NPBml+d8RfGuiaKrqTbS6zq8FnuPqpmdc++K/Lb/g4M/Zut/2of2P/wDhdvwc1fTNek+Ht9Nq002kX8dyk2myRbbrY8TMrNGQkhXP3Vavm/xr/wAE5/G2m/EK813xX8EfE3xhvD4kj0+LW/ipqd9fXMto8BkF7GCYoWthKQjhGLr/AACTGT98/wDBPb9he7+G3wc8S6X4j/ZS0b4eHxI81jqen+HdYmk07WrF4yguzaTSsIZSjMhyFYjg8Vy1KdDBVIYmE+aSa6Lbr1ud1KnXrxqYarFKLTW7+VtLbn5J/wDBuDDr1h/wVI8NfEPQQhm8KeGdY1MGWPfGC1sbYbh7m4wD6mv6lvgz+1H4W+IMkWga+i6Xq7/LHFLJ+6uD/wBM2Pf/AGTz6Zr+fT/gib+x98VP2SP2lvEPjPx54bSLTfE2veIvAujNOpE2NJdp5rpTnHls8Cw8j5iGII28/qyuR8yEgrypBwQe1fgfiz4w8TeH/iVRjhbTwkqUG6b2l70uZp7xlfT5ao68i4PwOc5E/arlq8ztL5KyfdH6ExyeYNwGBTq+e/2Zv2lbm/lg+Hfj6/LTNhNM1GU8yntE5P8AF6Hv0PPX6DQ5UH2r+jOCONsl48ySGY5dK62lF/FCXVNfk+qPznN8oxmS4x4fEKzWz6Nd0LRRRX2B5gUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABSMQoyTS02U4jJNJtJXYHm37S/xdX4Z+C/L0mUf2tqJaGyGMmPj5pMew6e5FfH8jPLI00zl3dizu7ZLMeSSTXcftE+PH8e/FO/vIpt9rYyG0ssHjYh+Zh9WyfwFcN9Pyr/Mfx24/xHGnGVWlTl/s+HbhTV9HbSUvm/wsf0NwVklPKsojUkv3lRcz/RfJfiYXxRk06D4X+Jp9XdltI/DWotcsqgkRC1lLkA99ua+c/wDgmn8Kvg78NP2ndS0nwpo1vp0/jr4OeH9W1XTIbWOG3mvbCNbO6eNFAGGLxOy4GWZmx8xNfT+t6Pp3iLRL3w9rFv51nqFnLa3cWcb4pUMbrntlWIz718N/tSfHAf8ABOf4j/BP9oP4o+DNURPC+u3PhLX/ABJpMAl07XdCurMKt3gNvt7xDbQtLbuuGZXkjZgcD9D+jVm2CjQx2VOry1qrjKMW7cyUX8Pdp7re1uzK4ppqnKGJktIrftd63+R+ovh79n/4Fw63aeJ7f4WaOb+1A+xzPaBvI9NitlU59BxirVrHpGsaz4ssfs8CxXMWQCABKVUxsx9eVI/CvMvi5+2j8CPgf+zx/wANE+NfjHo2k+D7vT4bjTPEss2+O4jnQPEYVTLTuynKogLMRj1x+aPiT/grt+338VPFE3jH9h/9jfVtU+FVha/2dpeoeOrtLPUNUeV223cYMifustngSBRgu46D+qKNLEYulZKyXWWi9Nep8cuSNSzbbeyinJ23vZdD9fvhb4u0p9OHgiQpFqFhbLL5QXHnQsTtlX17g+4q9r94plRWcKDIA7seg7k/hX5A/sq/8Fkfih8DPEr6B/wUr/Zt13wtqVtef6N8VfDkMuoadDCW+W3uljaUJCASN8bsCTkp3r6p/wCCv3/BRfw7+x7+yBf+NfD+t291rvi/Rnt/CLwSZWU3EJ2ToV+8NjF89lUnrgU6uFxkZQoNXbdk1qmvUTnh1OVS7VtWpJpr5M8v+Duu6n8QvAnhz402ar9n1346SXHg+RpPnlM+r3zXIQD+D7A1wXPTacngCvrMex/Ovnf/AIJ2/s63Pw3/AGXfhNq/xA8Tavq+t6V8P7VbCy1NoVttFN3Ess628MUaYlcMqPNIXlKrt3bcg/RFfwp47cW5ZxNxVGjgdY4dSg5NWvLmd7f3V076n6Hw/h61LBKdVWcrO3lb8xVdo3EkblWUgqynBB9Qexr66/Zk+LsnxK8Iiw1i5Darpu2O8JHMq/wS/iOD7j3r5Ers/wBn7x1L8Pvilp2p+cEtbuUWt9uPHluQAfwbB/OsfA3j6vwVxlShUnbDV2oVF01dlL1i/wALo83jPI6eb5TKcV+8p+9F+m6+a/E+2aKjgmEyhlHGOuakr/T2MlJXR/PAUUUUwCiiigAooooAKKKKACiiigAooooAKKKKACiiigArC+JfiAeFfAWr+Id2DaafLIvP8QU4/XFbteeftO3LW/wS111P34EQ4HYyKK+d4ux8ss4XxuLjvClNr1UWdmX0ViMfSpPaUor72j42MhkbzGYkt8zEjqT1oo6knFFf4/V5yq1pTe7d/vP6qhFQgoroAJByK8C/4Kdfso3v7Zn7GHi34OeHrVJfEKxR6p4VDELnUbYl448ngeYu+L/toK995xWdqHjPwdo+sQaFq/jHSLK/nw1vZXmqwQzSDOAVjdwzDI6gHkV73CeYZvlHEGHzDLYOVWjJTSSb+F3d0ultH5M5cwo4fE4OdGu0oyTTv5n5Lf8ABGD4/wD7P3x68AJ/wTY/b+l09JfBXildX+Gtp4z1BrWBriJnWTTHLFV8yKV5HSKQ4YSOoGUAr3j/AIK76Mv/AATq+GGhfG/wl8PNG8U6HrWtNpd3YeI/F1ybyGUxNJG0QEha4hwjq3HyfICcGs/9pr/gjH8Jf28fhLf/ABe+GF/aeFfiI/ijxA1nrCx5sdchXV7zyluwoznHCzrlgAAQwAx+Wnxf/wCCdH7enw18Yz+CvGP7P3i7VbrTXMKT6VBJqUG0dDG8ZbCEc9F7cV/qbl7wGdOni5S5eZJypvo2tex+PQx+f8O0nSw630U4q7t0T0Z+/n7GP7K/hTQ/2V9H/aQ+O2i+AtN1XxZ4Ta41v+z7m3k0jTtNuU3i1ed3KSDySnmu5KltwHA5/K/9q/xxoH/BVT/gqx4L+DHwwvJ774PeC9V0rwza6hpgLWYtVk/fzRbsDbK0bRRHqyRhhxmvnn4Lf8EqP26/itcQ6Dr3gDUfBXhtnD3eoeLrg21vEuQSVttxeVu4UJye461+rvwJ/YU+F/7CvwU+Fni+HUIdK05vi3ozXOq6xNHBJfPLb3kYvLp2IVAzlFjTO1VYY5PPBnk6ORZbiq+Flz1vZzcEujUW1bzvojWNbNM9lGWOXLBNc0no5a7dNOrPte0t7a1to7axgWKGONUhiToiAAKo9gAB+FPpkMqS28dwjhklQNG6nKuMdQehH0p+f/r1/lLiPbutKVVPmbd7736n7NBwcVy7BQSQpZSQQMgiijrxWdKcqdRSW6YSipRaZ90fCXxEfFnw70bxCSd11psTyZ/v7QG/UGukrzj9lK5e5+CGjb8/u1mjBPcCVsV6PX+wHBuOnmfCeBxU950qbfq4q5/K+Z0Vh8xrUltGUl9zYUUUV9KcIUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFcF+0pp0l98FNfiRclbQSYHorqx/QV3tZvi/RovEPhjUNCmA23lnJCc/7Skf1rw+JsvebcO4vBrepTnFeri0dWBrfVsbTq/wAsk/uZ8DN94jsDSUzxLd2Pgq2v7rxXqUGnW2lb/wC0bu/nWGK3CEhmkdyFQcdSQK+CP2v/APgvf+z98I2u/Bv7Mukr8RPEEReM6uZGg0W2ccbvN/1l1g9ogFOPv1/lZw74dcXcW5nLB5ZhZTcXaUtoRt/NJ6L8+yP6XxueZZlmHVXEVEk1dd36I+8NY1rSNA0m41zX9WtbCxs4jJd319cLFDboOrO7EKoHXJPav53f+Con7T3g/wDa4/bD1/4pRWV1Po/2mGw8OzW8iRzJpVqfLSRSwIBm/eygHoXUnpWT+1t+3H+1V+2Dem4+NfxIu9TsWuFa38OWLG00u0Gedtuh2k443vvfnrXjd1pjpqH9r6ncGSKRgbjCgeX2GAP4AMDHUDn1r+7fBrwUj4bSqY/G1lVxVSKjaK92CvdpN6ttpa2Wx+QcV8W/24lQowcacXfXd9j+kX/gnl+0H+zH8f8A9mTw/L+ypdzw+HfDGn2+jNoWoR7L7SHiiXbBcrk5cr8/mAlZMlgeoHrnjP8AZz0H4w6PHq8mrSabqcJMdtewxBgUH8DrwSM9MEEfpX8+H7An7enxI/YC+K978QPA3h6z13Stc09LHxD4cvbp4EvIkfzI5I5FB8uaMl9jkMuJGBGDx/Q9+x98ePA/7Tf7P+gfHb4b3Er6L4ktRdWkdwAJbdvuyQSAZAkjkV0YDup7EV9tneWVcBWdWN+ST0fmexlGcxxmEUVpOO68jmvBf7Eehabqsep+PvGMutRxOHFjFAYopCOzlmJI9QMZ9a5H/gr58E7f9ob9h7X/AIGQQQrPrs0Mell1+WO7iV5bc4HQCRFHHYmvqGvGv28/E2n/AA7/AGdNT+MOtXAi0/wVcR65qLhckQQ5DbR/Ex3ABe5OK8jDVKv1mDi9bqx3VqixKca7921n6H86X7Ov7b37cn7D3iO68JeA/inr2mpo180Gq+C9dZry0hkQ4eNrabIAyCPk2N0IY8V+wH/BKH/gqNY/8FFPCXiDSvE3gmDw94y8JCB9WtLKVmtb23lLKlzCHJaP50KtGxbaSMMQePxx/an+KGo/tIftBeJv2gLLwva6EfEFypi8PpKXW2t40WOJGlwC8oRRucjBPHAArD/ZK/af/aK/Yy+Ld98VfgZ4vi0i7v4ZLTVbWazjube6jEofyZo3BDruXIZSrA9CKfiX4T5Lx9kFbkw9Onjmk4VLcrUt7ScV7yeq1vbdHx2ScSYjJMwS9pKVBNprfTo0nsf0ysMd6SvzJ/Zv/wCDivwnqAtvD37V3wYuNJnOFk8SeDGNzbH/AG5LSUiRPfY7+wr74/Z9/al/Z6/aqsYL39n74w6J4lefaDY2V0BeQkkDEls+2WM5Pdce9fwLxL4R8e8KYlQxuDlyN2U4rmg9dNVe3zsz9iwPEuT5jScqNVXtez0f3M/Qf9lyyey+CWiKy482B5ef9qRj/KvQ6yPA3h+Hwt4U07w9AMCysY4fqVUAmtev9POFMvllPDODwct6dKEX6qKTP5xx9f6zjqtb+aTf3sKKKK+gOQKKKKACiiigAooooAKKKKACiiigAooooAKKKKACvgj/AIK0f8F9f2Xv+CZz3Hwm02xf4gfFeS0WWHwTpV2IotMV1DRy6jc4ItlYEMsShpnXkKoIevq39sH9o/wz+yL+zD47/aX8XxiSx8E+GrrVHt2fb9qkjQ+VAD2MkpjjHu9fxq/GP4m+OvjX8VNf+L/xR1qTUvEvifVp9V16+lcsZbudzJJgn+FSQijoqIqjAFTLaxcI8zPTv23f+Cjf7Vf/AAUB8cX3i348eNo4dOu71rm38H+H4WtdItCTkYg3EysOP3kxdyecjpXhYyeSD7Zpl5cfZYTKRwOT9KkRxIodeh5B9RXLhsJhcFS9nh6ahG7dkktXu9OrO2pVq1Xebb6a9uwYHTHTpQyI42uoIxjkUtFdBncpwzTaN+6kVpLQfdcgloR6HuVHr1H0r9uP+DZr9pHwN4i/Zr8Tfsx3fi6zHiTw94sudZ03R5blRNcaZdxRM08K5y6JOkoYrnaXUnAOa/FMgEYIzVjwB4s8efBzx7pvxY+EHi+98PeIdFuRcaZqOnTtG8MgOcqR0z0I5VgSGUgkVwZlgVmGDlSbt1Xqjuy7GPA4hVUr9H6M/rcyMZzX5j/8HJn7UknhP4T+Ef2Q/DepyxXfjC8/t3xOkT4zplpJtt4W9pbr58dCLWvXv+CPf/BXPwr/AMFEPBk/w0+JC2eh/Frw3aB9b0qMhINXt1IU39qpJwMlfNiGfLLArlGGPx8/4Ko/ta2/7Sf7afj740W97JdaW2rHRPCFu0mQ2n2OYImXsquwkmJ/6a+tfI5JlNanmzVdW5Nfn0/zPp83zOjPLFKjL49P8zwfxR4ig0DTi+BJcygiCLPJP94+w7/l3rG0i2e30+NbglpGBeRm6lmOT/OqVhZX2r3p1zW33SNgoMYGOwA7KOw/HvWtgKOBX3p8Um9w2kkKkeSTwPeu0+GXjXxr8HfGej/Ez4ZeKr3QfEvh+9jvNG13TH2XNnOjbldT3GeqnKsMhgQSK5nQrTzpftkqkKvCD1PrVjXtWj0yBVVv3kjBY1+p60pRhKNpK5UZNbH9a3/BHL/gozpX/BSz9jfSPjFqENrZ+MtGmOjfELSbXhLbVYlVmljXqIZ42SeP0EhTJKGvq2v5k/8Ag1u/bU1D9nr/AIKJwfATxDqpTw58ZNKbR5EkmISPV7ZXuLCXb0LMBcwZ6nzkHYV/TWjBxkVpHY45rllYWiiimSFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAH5+f8HLPwg/aP+NX/AATI1fw7+z94fk1W203xPp+seOdOsnY3U+jWheZzDGP9bsnW3ldOvlxMQCRiv5a5ZTPM8+QQ7FlIOQQehr+5Z0WRSjqCD1BFfhD/AMF6v+DdHVtN1TW/22P+Ce/gZrmzuHlv/Hfwv0m3zJA5y0t9pkS/eUnLSWq8gkvECMoJaNac0tGfiBfRNNayRqASYzgEVT8OXrz25tpTgxdAR2/+tWixwzwuCGUlWQ8EEHBB9wePY1zt3cT6br1yYWAPylB2wy/4g1Js3ax0LyJHjecZ6E0qkMNw71h6VYzalN9pu2d0U4JY5ya3EUIoUdhQMWjrRRQBb+HvxT+Jn7P/AMUNP+L3wf8AF1zoOtQw3FoNTtW+aKKeCSGXI6FWhkkBB77T1ArmtGMOvzvqlyMqj+TbQsc+XEoG0e5xyT3Jpnji6jNglkJMO06nAPUc5p3gG8ltba5KRo4F19x1B4Kr+XSiy3sNttJG5DHJMQsELt9Fq9Z6FMzCS7dQufuDqR71Ys9as5VCyL5TY7j5fzq4pXHykY7Y6UCI5pYLK3LsdqIvCj+Qrite1k3uroJDzFIrOP7ueg/Kuk8QNKZ442/1e0lR7964vV9kmuXCJknEatj+9jgfy/OgDvfhx8SPEvwZ+Ivh34x+DLlodX8Ia9Z63pcsb7Sk9pOlwnP1jx9Ca/tf+EnxD0j4ufC7w78VdASRbDxNoVnq1ksqlWWG5gSZAQeQQrgEGvwu/wCCDH/BuhrnjG+0L9tH/goN4Fa00OAx33gj4ZatbES6iww0V7qUTcpCD80dsw3SEBpAFwjfvhbwR20KwRKFVQAqqMAD0AHaqimjnqOLeg+iiiqMwooooAKKKKACiiigAooooAKKKKACiiigAooooAKRlDDBAP1paKAPzI/4K6f8G4HwE/bpvtS+O/7Nt1YfDj4q3Qaa8eO0xo/iKXBObyKMZgmY9bmIEn+NH6j+df8AbS/YV/am/Yg+Mp+GH7UPwd1XwrfyoVsb64i8yw1KNXI820ukzFcL/uncM/Mqniv7X65T4x/Az4PftCeB7z4afHH4aaJ4s8P38ZW70fX9NjuoHyCM7XB2tzwy4YdiKVkWqkkfxHW1slrAsMa4AGAKkr+hj9s7/g0Y/Zh+Jtxe+Lv2Lfi3qfwz1CRS8PhjWkbVdG8zsqMzC5t1P+/IB2XtX5nftG/8G4n/AAVn/Z4vZns/2f4/iFpkedmq/DnVI7/dj1tpPKuFOO3ln61DTRspxZ8MVBqF9FYWxuJc47Y9a6T4s/CL42/A/UpNE+LPwW8XeGr2I4ltfEHhm7s2Q+/mxqPyNedy6lFrN2kMuowR88KZlAX9aCk09ivrMc97ZPq0pPFwgHpknH5Ve8DN810mOkin/wAd/wDrUviqbS4/D4hs76AiOWMbUnU/xA9jXS/AX4J/Gv4uaxJovwp+DvizxNdXDRiC38P+Gru8Zyc9PKjanZ2C6TRDgFMEZGORTLTXRbymC0ugGDYMb9Ca+5v2cv8Ag3P/AOCs/wC0PewvP+zp/wAIBpkmN+rfEfU49OCA+luhkuWPt5Y+tfo3+xj/AMGeH7N/w/1C08aftwfGnU/iPfRv5kvhTw0j6Vo5bOdskuTdTr9GhB7jHFJJic4o/Fz9lz9kD9pz9uzx7D8LP2Y/gxq/irV1mQXc9jFtstPRjjzLq6fEVsg65dgT2BPFfvT/AMEgP+DZP4EfsSatYftC/ta3emfEr4pwTC6sLT7MW0Pw5N1DW8cgBup1xxPKAFPKIpAav0j+B/7PfwR/Zo+H9n8K/gD8LdE8IeHbBAtro+gaeltCpxjcwUZdz3diWPcmuy6VSVjCc3IRVVBtUcfWlooqiAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAMD0pCiE5KAn1xS0UAV9Q0rTdWtms9UsIbmFvvRXEQkU/gwIrjNV/Zg/Zw1u4a71j4BeCbuVxhpLrwlZSMfqWiJNd3RQBwumfsxfs5aK4fSPgJ4KtSCCDbeErKPGOn3YhXZadpGl6PbLZaTp8FrCv3YraJY1H4KAKsUUAII0ByEGT14paKKACiiigAooooAKKKKACiiigAooooAKKKKAP/2Q==\",\n        \"channelName\": \"Mobile new design: Backend support\",\n        \"companyName\": \"ABC\",\n        \"refPostContent\": \"eyJjaGFubmVsSWQiOiI3ZTNhZjEzZC0xMWMyLTQxNWMtYWY0Yi1lYzAwOTBjNWYyMTgiLCJzZXF1ZW5jZV9pZCI6MCwiY2hhbm5lbE5hbWUiOiJNb2JpbGUgbmV3IGRlc2lnbjogQmFja2VuZCBzdXBwb3J0IiwiY2hhbm5lbFR5cGUiOiJFWFRFUk5BTCIsInBvc3RUeXBlIjoiTUVTU0FHRSIsImZpbGVJZCI6IiIsImZpbGVMaXN0SURzIjpbXSwidXNlcklkIjoiNDJhZGVjMjgtY2FjMy00NDhkLWJhM2MtNWExOGZkOTRjYjE3IiwibWVudGlvbnMiOlsiYWxsIl0sInBvc3QiOnsiaWQiOiJhZTk1NTc3Ny0wMzg5LTQ1NTgtODMyOS1iZjdkYzM4NGM3ZmEiLCJjb250ZW50IjoiXHUwMDNjcFx1MDAzZVx1MDAzY3NwYW4gY2xhc3M9XCJtZW50aW9uXCIgZGF0YS1pbmRleD1cIjBcIiBkYXRhLWNvbW1hbmQtY2hhcj1cIkBcIiBkYXRhLWlkPVwiYWxsXCIgZGF0YS12YWx1ZT1cIkFsbFwiIGRhdGEtY2hhbm5lbC1pZD1cIjdlM2FmMTNkLTExYzItNDE1Yy1hZjRiLWVjMDA5MGM1ZjIxOFwiXHUwMDNl77u/XHUwMDNjc3BhbiBjb250ZW50ZWRpdGFibGU9XCJmYWxzZVwiXHUwMDNlXHUwMDNjc3BhbiBjbGFzcz1cInFsLW1lbnRpb24tY29tbWFuZC1jaGFyXCJcdTAwM2VAXHUwMDNjL3NwYW5cdTAwM2VBbGxcdTAwM2Mvc3Bhblx1MDAzZe+7v1x1MDAzYy9zcGFuXHUwMDNlIE5ldyBEZXNpZ24gbGluayBmb3IgbW9iaWxlOiBcdTAwM2NhIGNsYXNzPVwibGlua2lmeVwiIGhyZWY9XCJodHRwczovL3d3dy5maWdtYS5jb20vZmlsZS9SeXJxVWJsWWwwSHBESEdkY3lFOU1xL1ttZXRzXWRpc2N1c3Npb25fbW9fMDYxNz9ub2RlLWlkPTAlM0ExXCIgcmVsPVwibm9vcGVuZXIgbm9yZWZlcnJlclwiIHRhcmdldD1cIl9ibGFua1wiXHUwMDNlaHR0cHM6Ly93d3cuZmlnbWEuY29tL2ZpbGUvUnlycVVibFlsMEhwREhHZGN5RTlNcS8lNUJtZXRzJTVEZGlzY3Vzc2lvbl9tb18wNjE3P25vZGUtaWQ9MCUzQTFcdTAwM2MvYVx1MDAzZVx1MDAzYy9wXHUwMDNlIiwidHlwZSI6Ik1FU1NBR0UiLCJlZGl0ZWQiOmZhbHNlLCJjcmVhdGVkQXQiOjE2NTYwNTU5NDM1MzcsInVwZGF0ZWRBdCI6MH0sInJlcGx5Ijp7fSwiZW1iZWRlZExpbmsiOmZhbHNlLCJlbWJlZGVkTGlua0RldGFpbHMiOm51bGwsInRhc2siOnt9LCJpc0hpZGRlbiI6ZmFsc2UsImZvcndhcmRlZFBvc3QiOnsiY2hhbm5lbElkIjoiIiwic2VxdWVuY2VfaWQiOjAsImNoYW5uZWxOYW1lIjoiIiwiY2hhbm5lbFR5cGUiOiIiLCJwb3N0VHlwZSI6IiIsInBvc3QiOnsiaWQiOiIiLCJjb250ZW50IjoiIiwidHlwZSI6IiIsImVkaXRlZCI6ZmFsc2UsImNyZWF0ZWRBdCI6MCwidXBkYXRlZEF0IjowfSwicmVwbHkiOnt9LCJ0YXNrIjp7fSwidXNlciI6e319LCJpc0ZvcndhcmRlZCI6ZmFsc2UsImZ3ZFN0YXRzIjp7InRvdGFsIjowLCJmb3J3YXJkcyI6bnVsbH0sImZpbGVGb3J3YXJkaW5nIjpmYWxzZSwiZmlsZVBlcm1pc3Npb24iOnsiaW50ZXJuYWwiOiIiLCJpbnRlcm5hbE9PTyI6IiIsImV4dGVybmFsIjoiIn0sImZpbGVGb3J3YXJkRGlzYWJsZWQiOmZhbHNlLCJ0YWdJbmZvIjpudWxsfQ==\",\n        \"refPostdata\": {\n          \"channelId\": \"\",\n          \"sequence_id\": 0,\n          \"channelName\": \"\",\n          \"channelType\": \"\",\n          \"postType\": \"\",\n          \"fileId\": \"\",\n          \"fileListIDs\": null,\n          \"userId\": \"\",\n          \"mentions\": null,\n          \"post\": {\n            \"id\": \"\",\n            \"content\": \"\",\n            \"type\": \"\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          },\n          \"reply\": {},\n          \"embededLink\": false,\n          \"embededLinkDetails\": null,\n          \"task\": {},\n          \"isHidden\": false,\n          \"forwardedPost\": {\n            \"channelId\": \"\",\n            \"sequence_id\": 0,\n            \"channelName\": \"\",\n            \"channelType\": \"\",\n            \"postType\": \"\",\n            \"post\": {\n              \"id\": \"\",\n              \"content\": \"\",\n              \"type\": \"\",\n              \"edited\": false,\n              \"createdAt\": 0,\n              \"updatedAt\": 0\n            },\n            \"reply\": {},\n            \"task\": {},\n            \"user\": {}\n          },\n          \"isForwarded\": false,\n          \"fwdStats\": {\n            \"total\": 0,\n            \"forwards\": null\n          },\n          \"fileForwarding\": false,\n          \"filePermission\": {\n            \"internal\": \"\",\n            \"internalOOO\": \"\",\n            \"external\": \"\"\n          },\n          \"fileForwardDisabled\": false,\n          \"tagInfo\": null\n        },\n        \"reactions\": {\n          \"userId\": \"\",\n          \"myReactions\": null,\n          \"reactionStats\": {\n            \"postId\": \"\",\n            \"total\": 0,\n            \"checked\": 0,\n            \"up\": 0,\n            \"down\": 0,\n            \"Reactions\": null\n          }\n        },\n        \"isHidden\": false,\n        \"postCreatorId\": \"42adec28-cac3-448d-ba3c-5a18fd94cb17\",\n        \"isHideByDiscOwner\": false,\n        \"hiddenBy\": \"\"\n      }\n    ],\n    \"unread_count\": 5,\n    \"notificationFilter\": 255\n  },\n  \"err\": null\n}"},{"id":"78ed7b05-8f45-4fc8-81ca-c3a7c56160db","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members/notificationfilter","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"f16fc04c-2810-4613-a62d-c139e96704e9","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members/notificationfilter","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"224e5fbd-a8bb-42e4-998e-6516f3902359","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members/notificationfilter","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Ut ex magna reprehenderit eiusmod\",\n  \"message\": \"dolor ipsum\",\n  \"data\": {}\n}"},{"id":"39c46293-f759-4753-842d-213e800a2f45","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"notificationFilter\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/channels/ids/:channel-id/members/notificationfilter","host":["{{baseUrl}}"],"path":["ent","v1","channels","ids",":channel-id","members","notificationfilter"],"variable":[{"key":"channel-id","value":"veniam in","description":"(Required) This flag is used to get specific discussion notifications"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"7bc998eb-bcc1-4132-a3fd-2af102b066a2"}],"id":"8f399070-d942-408e-aba1-793b5ec4a553","description":"<p>Notifications represent events that need users attention. Monoly defines a list of events which can result in notification for user e.g.,</p>\n<ul>\n<li>When a user gets mentioned by some other member user in a post in a discussion</li>\n<li>When some other member replies to the post created by a user</li>\n<li>When user’s post gets a reaction (Check, Like, Unlike)</li>\n<li>When user gets invited in a new discussion</li>\n<li>When user is part of a discussion and the name of that discussion is changed by the owner</li>\n<li>When user is part of a discussion and the discussion gets locked or deleted by the owner</li>\n<li>+ more</li>\n</ul>\n<p>Monoly enables the users to control, i.e. enable or disable, the notifications.</p>\n","_postman_id":"8f399070-d942-408e-aba1-793b5ec4a553"},{"name":"Search","item":[{"name":"/ent/v3/post/search","id":"f55a61fb-f74b-4a5d-a6d0-9fad9231aeaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","description":"<p>The API is used to search in folder files, e-sign documents and discussion post search</p>\n","urlObject":{"path":["ent","v3","post","search"],"query":[{"description":{"content":"<p>search term.</p>\n","type":"text/plain"},"key":"q","value":"quis"},{"description":{"content":"<p>This flag is discussion id in case user want to filter particular discussion</p>\n","type":"text/plain"},"key":"channel","value":"quis"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"page","value":"17187547"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"size","value":"17187547"},{"description":{"content":"<p>This flag used to filter in which part search need to happen (i.e post,task,discussionFiles,files,e-sign)</p>\n","type":"text/plain"},"key":"target","value":"quis"},{"description":{"content":"<p>this flag is used to tell search in e-sign in this particular field</p>\n","type":"text/plain"},"key":"eSignFiled","value":"quis"},{"description":{"content":"<p>this flag is used to result need to exact of search term.</p>\n","type":"text/plain"},"key":"exact","value":"quis"},{"description":{"content":"<p>This flag used to filter result with tag</p>\n","type":"text/plain"},"key":"tag","value":"quis"},{"description":{"content":"<p>this flag is used to filter discussion files uploaded</p>\n","type":"text/plain"},"key":"file","value":"quis"},{"description":{"content":"<p>this flag is used to filter discussion post which is  my saved post</p>\n","type":"text/plain"},"key":"save","value":"quis"},{"description":{"content":"<p>This flag used to filter task with assignee</p>\n","type":"text/plain"},"key":"assignee","value":"quis"},{"description":{"content":"<p>this flag is used to filter task with task status</p>\n","type":"text/plain"},"key":"task","value":"quis"},{"description":{"content":"<p>this flag is used to filter post  with post owner or Task assigner</p>\n","type":"text/plain"},"key":"author","value":"quis"},{"description":{"content":"<p>this flag is used to filter mentioned user in post</p>\n","type":"text/plain"},"key":"mentions","value":"quis"},{"description":{"content":"<p>this flag is used to filter e-Sign document from which user sent document and it accept userID</p>\n","type":"text/plain"},"key":"from","value":"quis"},{"description":{"content":"<p>this flag is used to filter e-sign recipient user in documents and it accept userID</p>\n","type":"text/plain"},"key":"recipient","value":"quis"},{"description":{"content":"<p>this flag is used to filter e-Sign document from which user sent document and it accept screen name</p>\n","type":"text/plain"},"key":"fromName","value":"quis"},{"description":{"content":"<p>this flag is used to filter e-sign recipient user in documents and it accept screen name</p>\n","type":"text/plain"},"key":"recipientName","value":"quis"},{"description":{"content":"<p>this flag is used to filter files with there type</p>\n","type":"text/plain"},"key":"docType","value":"image"},{"description":{"content":"<p>this flag is used to filter files with user activity</p>\n","type":"text/plain"},"key":"fileActivity","value":"forwarded"},{"description":{"content":"<p>This flag used to filter files,e-sign,post  with created date, file should uploaded after or from this date (Format should  be 2022-07-11T12:00)</p>\n","type":"text/plain"},"key":"startDate","value":"quis"},{"description":{"content":"<p>this flag is used to filter files,e-sign,post with created date file should exceed from this date (Format should  be 2022-07-29T12:00) </p>\n","type":"text/plain"},"key":"endDate","value":"quis"}],"variable":[]}},"response":[{"id":"10de6f86-60b8-4c45-a9ba-55c815b96f66","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","host":["{{baseUrl}}"],"path":["ent","v3","post","search"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"target","value":"quis"},{"key":"eSignFiled","value":"quis"},{"key":"exact","value":"quis"},{"key":"tag","value":"quis"},{"key":"file","value":"quis"},{"key":"save","value":"quis"},{"key":"assignee","value":"quis"},{"key":"task","value":"quis"},{"key":"author","value":"quis"},{"key":"mentions","value":"quis"},{"key":"from","value":"quis"},{"key":"recipient","value":"quis"},{"key":"fromName","value":"quis"},{"key":"recipientName","value":"quis"},{"key":"docType","value":"image"},{"key":"fileActivity","value":"forwarded"},{"key":"startDate","value":"quis"},{"key":"endDate","value":"quis"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 312,\n    \"hidden_count\": 0,\n    \"result\": [\n      {\n        \"fileId\": \"JN3EGnhqv3tiMFKqJVxnXC\",\n        \"subjectName\": \"cscd\",\n        \"title\": \"sign-placeholder-pdf\",\n        \"documentId\": \"b639336a-6e0f-4748-bb48-389f295abd6f\",\n        \"fileName\": \"sign-placeholder-pdf.pdf\",\n        \"extension\": \"\",\n        \"size\": 0,\n        \"mimeType\": \"\",\n        \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"recipientList\": {\n          \"total\": 1,\n          \"recipients\": [\n            {\n              \"name\": \"nick\",\n              \"email\": \"test@mailinator.com\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"userType\": \"INTERNAL\",\n              \"verificationMode\": \"\",\n              \"signNeeded\": true,\n              \"status\": \"NEED_TO_SIGN\"\n            }\n          ]\n        }\n      },\n      {\n        \"parsed_content\": \"task file 2\",\n        \"file_name\": [\n          \"notification.png\",\n          \"notification-api-500.png\",\n          \"Screenshot from 2022-03-22 10-15-13.png\",\n          \"Screenshot from 2022-03-22 10-13-39.png\"\n        ],\n        \"author\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"channel_id\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n        \"created_at\": \"2022-05-18T07:25:36.910629411Z\",\n        \"username\": \"nick\",\n        \"original_content\": {\n          \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n          \"channelName\": \"test1\",\n          \"createdAt\": \"2022-05-18T07:25:36.910629411Z\",\n          \"emailFwdHistory\": {\n            \"TotalCount\": 0,\n            \"emailFwdHistory\": []\n          },\n          \"embededlink\": false,\n          \"embededlinkDetails\": null,\n          \"fileInfo\": {\n            \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n            \"createdAt\": 1652858729,\n            \"extPerm\": \"DL\",\n            \"fileDLStats\": {\n              \"stats\": [\n                {\n                  \"total\": 0,\n                  \"type\": \"VIEWED\",\n                  \"users\": null\n                },\n                {\n                  \"total\": 0,\n                  \"type\": \"DOWNLOADED\",\n                  \"users\": null\n                },\n                {\n                  \"total\": 0,\n                  \"type\": \"FORWARDED\",\n                  \"users\": []\n                },\n                {\n                  \"total\": 0,\n                  \"type\": \"SHARED\",\n                  \"users\": []\n                }\n              ]\n            },\n            \"fileForwardDisabled\": false,\n            \"fileId\": \"YHy8VytUdiHfbJZzGzbAhY\",\n            \"fileName\": \"notification.png\",\n            \"fileSize\": \"10.45KB\",\n            \"intPerm\": \"DL\",\n            \"intPermOOO\": \"DL\",\n            \"mimeType\": \"image/png\",\n            \"postId\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n            \"postUUID\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n            \"previewAvailable\": false,\n            \"queryUserType\": \"INTERNAL\",\n            \"region\": \"Delhi, In\",\n            \"status\": \"UPLOADED\",\n            \"thumbnailPath\": \"uploads/users/5bd395d6-1f69-49bd-9242-ab2c35c0463a/1d55ffb9-e8f6-45cb-ab13-bf514047cced/YHy8VytUdiHfbJZzGzbAhY/thumbnail\",\n            \"updatedAt\": 1652858737,\n            \"uploadedChannelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n            \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n            \"version\": 1,\n            \"wopiSupportEnabled\": false\n          },\n          \"fileList\": [\n            {\n              \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"createdAt\": 1652858729,\n              \"extPerm\": \"DL\",\n              \"fileDLStats\": {\n                \"stats\": [\n                  {\n                    \"total\": 0,\n                    \"type\": \"VIEWED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"DOWNLOADED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"FORWARDED\",\n                    \"users\": []\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"SHARED\",\n                    \"users\": []\n                  }\n                ]\n              },\n              \"fileForwardDisabled\": false,\n              \"fileId\": \"YHy8VytUdiHfbJZzGzbAhY\",\n              \"fileName\": \"notification.png\",\n              \"fileSize\": \"10.45KB\",\n              \"intPerm\": \"DL\",\n              \"intPermOOO\": \"DL\",\n              \"mimeType\": \"image/png\",\n              \"postId\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"postUUID\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"previewAvailable\": false,\n              \"queryUserType\": \"INTERNAL\",\n              \"region\": \"Delhi, In\",\n              \"status\": \"UPLOADED\",\n              \"thumbnailPath\": \"uploads/users/5bd395d6-1f69-49bd-9242-ab2c35c0463a/1d55ffb9-e8f6-45cb-ab13-bf514047cced/YHy8VytUdiHfbJZzGzbAhY/thumbnail\",\n              \"updatedAt\": 1652858737,\n              \"uploadedChannelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"version\": 1,\n              \"wopiSupportEnabled\": false\n            },\n            {\n              \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"createdAt\": 1652858729,\n              \"extPerm\": \"DL\",\n              \"fileDLStats\": {\n                \"stats\": [\n                  {\n                    \"total\": 0,\n                    \"type\": \"VIEWED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"DOWNLOADED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"FORWARDED\",\n                    \"users\": []\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"SHARED\",\n                    \"users\": []\n                  }\n                ]\n              },\n              \"fileForwardDisabled\": false,\n              \"fileId\": \"vx3nuA9uR4vaJ25oCAkRtE\",\n              \"fileName\": \"notification-api-500.png\",\n              \"fileSize\": \"63.97KB\",\n              \"intPerm\": \"DL\",\n              \"intPermOOO\": \"DL\",\n              \"mimeType\": \"image/png\",\n              \"postId\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"postUUID\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"previewAvailable\": false,\n              \"queryUserType\": \"INTERNAL\",\n              \"region\": \"Delhi, In\",\n              \"status\": \"UPLOADED\",\n              \"thumbnailPath\": \"uploads/users/5bd395d6-1f69-49bd-9242-ab2c35c0463a/1d55ffb9-e8f6-45cb-ab13-bf514047cced/vx3nuA9uR4vaJ25oCAkRtE/thumbnail\",\n              \"updatedAt\": 1652858737,\n              \"uploadedChannelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"version\": 1,\n              \"wopiSupportEnabled\": false\n            },\n            {\n              \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"createdAt\": 1652858729,\n              \"extPerm\": \"DL\",\n              \"fileDLStats\": {\n                \"stats\": [\n                  {\n                    \"total\": 0,\n                    \"type\": \"VIEWED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"DOWNLOADED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"FORWARDED\",\n                    \"users\": []\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"SHARED\",\n                    \"users\": []\n                  }\n                ]\n              },\n              \"fileForwardDisabled\": false,\n              \"fileId\": \"biBA9Lqp3jM5oNb8SztrB3\",\n              \"fileName\": \"Screenshot from 2022-03-22 10-15-13.png\",\n              \"fileSize\": \"139.67KB\",\n              \"intPerm\": \"DL\",\n              \"intPermOOO\": \"DL\",\n              \"mimeType\": \"image/png\",\n              \"postId\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"postUUID\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"previewAvailable\": false,\n              \"queryUserType\": \"INTERNAL\",\n              \"region\": \"Delhi, In\",\n              \"status\": \"UPLOADED\",\n              \"thumbnailPath\": \"uploads/users/5bd395d6-1f69-49bd-9242-ab2c35c0463a/1d55ffb9-e8f6-45cb-ab13-bf514047cced/biBA9Lqp3jM5oNb8SztrB3/thumbnail\",\n              \"updatedAt\": 1652858737,\n              \"uploadedChannelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"version\": 1,\n              \"wopiSupportEnabled\": false\n            },\n            {\n              \"channelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"createdAt\": 1652858729,\n              \"extPerm\": \"DL\",\n              \"fileDLStats\": {\n                \"stats\": [\n                  {\n                    \"total\": 0,\n                    \"type\": \"VIEWED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"DOWNLOADED\",\n                    \"users\": null\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"FORWARDED\",\n                    \"users\": []\n                  },\n                  {\n                    \"total\": 0,\n                    \"type\": \"SHARED\",\n                    \"users\": []\n                  }\n                ]\n              },\n              \"fileForwardDisabled\": false,\n              \"fileId\": \"jvr8aMK76VycKyzX7Y3BuP\",\n              \"fileName\": \"Screenshot from 2022-03-22 10-13-39.png\",\n              \"fileSize\": \"725.53KB\",\n              \"intPerm\": \"DL\",\n              \"intPermOOO\": \"DL\",\n              \"mimeType\": \"image/png\",\n              \"postId\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"postUUID\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n              \"previewAvailable\": false,\n              \"queryUserType\": \"INTERNAL\",\n              \"region\": \"Delhi, In\",\n              \"status\": \"UPLOADED\",\n              \"thumbnailPath\": \"uploads/users/5bd395d6-1f69-49bd-9242-ab2c35c0463a/1d55ffb9-e8f6-45cb-ab13-bf514047cced/jvr8aMK76VycKyzX7Y3BuP/thumbnail\",\n              \"updatedAt\": 1652858737,\n              \"uploadedChannelId\": \"5638718c-2934-41aa-b005-6b7427f1bb13\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"version\": 1,\n              \"wopiSupportEnabled\": false\n            }\n          ],\n          \"fileListIDs\": [\n            \"YHy8VytUdiHfbJZzGzbAhY\",\n            \"vx3nuA9uR4vaJ25oCAkRtE\",\n            \"biBA9Lqp3jM5oNb8SztrB3\",\n            \"jvr8aMK76VycKyzX7Y3BuP\"\n          ],\n          \"forwardedPost\": {\n            \"channelId\": \"\",\n            \"channelName\": \"\",\n            \"channelType\": \"\",\n            \"post\": {\n              \"content\": \"\",\n              \"createdAt\": 0,\n              \"edited\": false,\n              \"id\": \"\",\n              \"type\": \"\",\n              \"updatedAt\": 0\n            },\n            \"postType\": \"\",\n            \"reply\": {},\n            \"sequence_id\": 0,\n            \"task\": {},\n            \"user\": {}\n          },\n          \"fwdStats\": {\n            \"forwards\": null,\n            \"total\": 0\n          },\n          \"hiddenAt\": \"0001-01-01T00:00:00Z\",\n          \"hiddenReplyCount\": 0,\n          \"id\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n          \"isHidden\": false,\n          \"isHideByDiscOwner\": false,\n          \"isUnread\": false,\n          \"mentions\": [],\n          \"parentId\": \"\",\n          \"post\": {\n            \"content\": \"<p>task file 2</p>\",\n            \"createdAt\": 1652858736278,\n            \"edited\": false,\n            \"id\": \"abf65463-9577-4182-851f-9d8ec8e613d0\",\n            \"type\": \"MESSAGE\",\n            \"updatedAt\": 0\n          },\n          \"post_type\": \"MESSAGE\",\n          \"reactions\": {\n            \"myReactions\": null,\n            \"reactionStats\": {\n              \"Reactions\": null,\n              \"checked\": 0,\n              \"down\": 0,\n              \"postId\": \"\",\n              \"total\": 0,\n              \"up\": 0\n            },\n            \"userId\": \"\"\n          },\n          \"replyCount\": 0,\n          \"savedPost\": false,\n          \"sequence_id\": 18,\n          \"tagInfo\": [],\n          \"task\": {},\n          \"updatedAt\": \"2022-05-18T07:25:36.910629411Z\",\n          \"user\": {\n            \"displayName\": \"nick\",\n            \"id\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\"\n          },\n          \"version\": 0\n        },\n        \"assignee\": \"\",\n        \"assignee_name\": \"\",\n        \"state\": \"\",\n        \"task_id\": \"\",\n        \"task_title\": \"\",\n        \"isHidden\": false,\n        \"post_type\": \"post\"\n      },\n      {\n        \"fileName\": \"eye-on.svg\",\n        \"extension\": \"image/svg+xml\",\n        \"fileID\": \"KPjLktz3G9aixHMhm3Vc5K\",\n        \"folderID\": \"\",\n        \"folderName\": \"\",\n        \"size\": 596,\n        \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"mimeType\": \"image/svg+xml\",\n        \"createdAt\": \"2022-01-03T06:23:17Z\"\n      }\n    ],\n    \"term\": \"\"\n  },\n  \"err\": null\n}"},{"id":"64b53d70-0d8b-406d-b6b3-daefd1653526","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","host":["{{baseUrl}}"],"path":["ent","v3","post","search"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"target","value":"quis"},{"key":"eSignFiled","value":"quis"},{"key":"exact","value":"quis"},{"key":"tag","value":"quis"},{"key":"file","value":"quis"},{"key":"save","value":"quis"},{"key":"assignee","value":"quis"},{"key":"task","value":"quis"},{"key":"author","value":"quis"},{"key":"mentions","value":"quis"},{"key":"from","value":"quis"},{"key":"recipient","value":"quis"},{"key":"fromName","value":"quis"},{"key":"recipientName","value":"quis"},{"key":"docType","value":"image"},{"key":"fileActivity","value":"forwarded"},{"key":"startDate","value":"quis"},{"key":"endDate","value":"quis"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"3f6c413d-5b41-4d56-ba19-17300f65b1e4","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","host":["{{baseUrl}}"],"path":["ent","v3","post","search"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"target","value":"quis"},{"key":"eSignFiled","value":"quis"},{"key":"exact","value":"quis"},{"key":"tag","value":"quis"},{"key":"file","value":"quis"},{"key":"save","value":"quis"},{"key":"assignee","value":"quis"},{"key":"task","value":"quis"},{"key":"author","value":"quis"},{"key":"mentions","value":"quis"},{"key":"from","value":"quis"},{"key":"recipient","value":"quis"},{"key":"fromName","value":"quis"},{"key":"recipientName","value":"quis"},{"key":"docType","value":"image"},{"key":"fileActivity","value":"forwarded"},{"key":"startDate","value":"quis"},{"key":"endDate","value":"quis"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"a8cebd5b-7e57-4822-9d8c-c926ce520a8a","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","host":["{{baseUrl}}"],"path":["ent","v3","post","search"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"target","value":"quis"},{"key":"eSignFiled","value":"quis"},{"key":"exact","value":"quis"},{"key":"tag","value":"quis"},{"key":"file","value":"quis"},{"key":"save","value":"quis"},{"key":"assignee","value":"quis"},{"key":"task","value":"quis"},{"key":"author","value":"quis"},{"key":"mentions","value":"quis"},{"key":"from","value":"quis"},{"key":"recipient","value":"quis"},{"key":"fromName","value":"quis"},{"key":"recipientName","value":"quis"},{"key":"docType","value":"image"},{"key":"fileActivity","value":"forwarded"},{"key":"startDate","value":"quis"},{"key":"endDate","value":"quis"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"2e700bc7-1066-479b-b590-97b932698d8a","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v3/post/search?q=quis&channel=quis&page=17187547&size=17187547&target=quis&eSignFiled=quis&exact=quis&tag=quis&file=quis&save=quis&assignee=quis&task=quis&author=quis&mentions=quis&from=quis&recipient=quis&fromName=quis&recipientName=quis&docType=image&fileActivity=forwarded&startDate=quis&endDate=quis","host":["{{baseUrl}}"],"path":["ent","v3","post","search"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"target","value":"quis"},{"key":"eSignFiled","value":"quis"},{"key":"exact","value":"quis"},{"key":"tag","value":"quis"},{"key":"file","value":"quis"},{"key":"save","value":"quis"},{"key":"assignee","value":"quis"},{"key":"task","value":"quis"},{"key":"author","value":"quis"},{"key":"mentions","value":"quis"},{"key":"from","value":"quis"},{"key":"recipient","value":"quis"},{"key":"fromName","value":"quis"},{"key":"recipientName","value":"quis"},{"key":"docType","value":"image"},{"key":"fileActivity","value":"forwarded"},{"key":"startDate","value":"quis"},{"key":"endDate","value":"quis"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"f55a61fb-f74b-4a5d-a6d0-9fad9231aeaa"},{"name":"/ent/v1/search/file","id":"329dbf3d-7c62-4e6f-af35-7cfe06424367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","description":"<p>The API is used to search for files, and discussion files search</p>\n","urlObject":{"path":["ent","v1","search","file"],"query":[{"description":{"content":"<p>search term.</p>\n","type":"text/plain"},"key":"q","value":"quis"},{"description":{"content":"<p>This flag is folder in case user want to filter particular folder</p>\n","type":"text/plain"},"key":"folder","value":"quis"},{"description":{"content":"<p>This flag is discussion id in case user want to filter particular discussion</p>\n","type":"text/plain"},"key":"channel","value":"quis"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"offset","value":"17187547"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"count","value":"17187547"},{"description":{"content":"<p>This flag used to filter in which part search need to happen (i.e uploader or filename)</p>\n","type":"text/plain"},"key":"searchField","value":"quis"},{"description":{"content":"<p>this flag is used filter search should happen in folder or discussion</p>\n","type":"text/plain"},"key":"searchType","value":"quis"},{"description":{"content":"<p>this flag is used to filter file result with file type</p>\n","type":"text/plain"},"key":"fileType","value":"quis"},{"description":{"content":"<p>This flag used to filter files with uploaded date, file should uploaded after or from this date</p>\n","type":"text/plain"},"key":"startDate","value":"quis"},{"description":{"content":"<p>this flag is used to filter discussion files viewed,shared,forwarded or download</p>\n","type":"text/plain"},"key":"activity","value":"quis"},{"description":{"content":"<p>this flag is used to filter files with uploaded date file should exceed from this date</p>\n","type":"text/plain"},"key":"endDate","value":"quis"},{"description":{"content":"<p>This flag used to sort the result based on date,uploader,size,region</p>\n","type":"text/plain"},"key":"sort","value":"quis"},{"description":{"content":"<p>this flag is used decide sort order</p>\n","type":"text/plain"},"key":"order","value":"quis"}],"variable":[]}},"response":[{"id":"f624e0ca-38da-49ec-b7e0-ace3d3757971","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","host":["{{baseUrl}}"],"path":["ent","v1","search","file"],"query":[{"key":"q","value":"quis"},{"key":"folder","value":"quis"},{"key":"channel","value":"quis"},{"key":"offset","value":"17187547"},{"key":"count","value":"17187547"},{"key":"searchField","value":"quis"},{"key":"searchType","value":"quis"},{"key":"fileType","value":"quis"},{"key":"startDate","value":"quis"},{"key":"activity","value":"quis"},{"key":"endDate","value":"quis"},{"key":"sort","value":"quis"},{"key":"order","value":"quis"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 312,\n    \"hidden_count\": 0,\n    \"result\": [\n      {\n        \"fileId\": \"aoFspPVuaEKsyjLCqpNwDi\",\n        \"name\": \"Screenshot (518).png\",\n        \"originalName\": \"\",\n        \"extension\": \".png\",\n        \"size\": 680693,\n        \"mimeType\": \"image/png\",\n        \"creatorId\": \"9f308b91-4a36-46cf-9f6f-585ef0f1d083\",\n        \"screenName\": \"Communicator (í›„ì—”)\",\n        \"channelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"postId\": \"b605ec90-7b0f-4a34-bd77-4f1e50ef7b91\",\n        \"filePath\": \"\",\n        \"thumbnailPath\": \"\",\n        \"status\": \"\",\n        \"internalPermission\": \"DL\",\n        \"externalPermission\": \"DL\",\n        \"version\": 1,\n        \"internalPermissionOoo\": \"DL\",\n        \"previewavailable\": \"\",\n        \"conversionstarttime\": \"0001-01-01T00:00:00Z\",\n        \"conversionendtime\": \"0001-01-01T00:00:00Z\",\n        \"fileForwardDisabled\": false,\n        \"viewed\": 2,\n        \"downloaded\": 0,\n        \"shared\": 0,\n        \"forwarded\": 0,\n        \"folderId\": \"\",\n        \"folderName\": \"\",\n        \"createdAt\": \"2022-06-24T09:50:04Z\",\n        \"updatedAt\": \"2022-06-24T10:34:59Z\",\n        \"viewedBySelf\": false,\n        \"downloadedBySelf\": false,\n        \"uploadedChannelId\": \"0e0469d5-553e-435d-9efe-3c508fa49fcb\",\n        \"queryUserType\": \"EXTERNAL\",\n        \"forwardedBySelf\": false,\n        \"sharedBySelf\": false,\n        \"fileRank\": 0,\n        \"forwardedPost\": {\n          \"channelId\": \"\",\n          \"sequence_id\": 0,\n          \"channelName\": \"\",\n          \"channelType\": \"\",\n          \"postType\": \"\",\n          \"post\": {\n            \"id\": \"\",\n            \"content\": \"\",\n            \"type\": \"\",\n            \"edited\": false,\n            \"createdAt\": 0,\n            \"updatedAt\": 0\n          },\n          \"reply\": {},\n          \"task\": {},\n          \"user\": {}\n        },\n        \"postOwnerId\": \"9f308b91-4a36-46cf-9f6f-585ef0f1d083\"\n      }\n    ],\n    \"term\": \"\"\n  },\n  \"err\": null\n}"},{"id":"e51c1870-a702-4061-9326-0338db58bd16","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","host":["{{baseUrl}}"],"path":["ent","v1","search","file"],"query":[{"key":"q","value":"quis"},{"key":"folder","value":"quis"},{"key":"channel","value":"quis"},{"key":"offset","value":"17187547"},{"key":"count","value":"17187547"},{"key":"searchField","value":"quis"},{"key":"searchType","value":"quis"},{"key":"fileType","value":"quis"},{"key":"startDate","value":"quis"},{"key":"activity","value":"quis"},{"key":"endDate","value":"quis"},{"key":"sort","value":"quis"},{"key":"order","value":"quis"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"6225a12f-6f92-4417-98ce-04c8bd2796c1","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","host":["{{baseUrl}}"],"path":["ent","v1","search","file"],"query":[{"key":"q","value":"quis"},{"key":"folder","value":"quis"},{"key":"channel","value":"quis"},{"key":"offset","value":"17187547"},{"key":"count","value":"17187547"},{"key":"searchField","value":"quis"},{"key":"searchType","value":"quis"},{"key":"fileType","value":"quis"},{"key":"startDate","value":"quis"},{"key":"activity","value":"quis"},{"key":"endDate","value":"quis"},{"key":"sort","value":"quis"},{"key":"order","value":"quis"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"ee994926-f161-4155-acb4-895e2de42948","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","host":["{{baseUrl}}"],"path":["ent","v1","search","file"],"query":[{"key":"q","value":"quis"},{"key":"folder","value":"quis"},{"key":"channel","value":"quis"},{"key":"offset","value":"17187547"},{"key":"count","value":"17187547"},{"key":"searchField","value":"quis"},{"key":"searchType","value":"quis"},{"key":"fileType","value":"quis"},{"key":"startDate","value":"quis"},{"key":"activity","value":"quis"},{"key":"endDate","value":"quis"},{"key":"sort","value":"quis"},{"key":"order","value":"quis"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"26c83848-f4d4-4943-888d-08ca47745749","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/search/file?q=quis&folder=quis&channel=quis&offset=17187547&count=17187547&searchField=quis&searchType=quis&fileType=quis&startDate=quis&activity=quis&endDate=quis&sort=quis&order=quis","host":["{{baseUrl}}"],"path":["ent","v1","search","file"],"query":[{"key":"q","value":"quis"},{"key":"folder","value":"quis"},{"key":"channel","value":"quis"},{"key":"offset","value":"17187547"},{"key":"count","value":"17187547"},{"key":"searchField","value":"quis"},{"key":"searchType","value":"quis"},{"key":"fileType","value":"quis"},{"key":"startDate","value":"quis"},{"key":"activity","value":"quis"},{"key":"endDate","value":"quis"},{"key":"sort","value":"quis"},{"key":"order","value":"quis"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"329dbf3d-7c62-4e6f-af35-7cfe06424367"},{"name":"/ent/v1/e-sign/search","id":"deb0f414-090f-4c49-9848-1cc08b9ba43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","description":"<p>The API is used to search in E-Sing files</p>\n","urlObject":{"path":["ent","v1","e-sign","search"],"query":[{"description":{"content":"<p>search term.</p>\n","type":"text/plain"},"key":"q","value":"quis"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"page","value":"17187547"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"size","value":"17187547"},{"description":{"content":"<p>this flag is used to tell search in e-sign in this particular field</p>\n","type":"text/plain"},"key":"field","value":"quis"}],"variable":[]}},"response":[{"id":"f1d83c2f-8ee2-43e1-8c72-da2aa76ae8ed","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"field","value":"quis"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 312,\n    \"hidden_count\": 0,\n    \"result\": [\n      {\n        \"fileId\": \"kFFbTrWRomeGPbRsD8RomD\",\n        \"subjectName\": \"cscd\",\n        \"title\": \"sign-placeholder-pdf\",\n        \"documentId\": \"268b9299-0364-4c72-9aed-cb30114f0618\",\n        \"fileName\": \"sign-placeholder-pdf.pdf\",\n        \"extension\": \"application/pdf\",\n        \"size\": 9407,\n        \"mimeType\": \"application/pdf\",\n        \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"recipientList\": {\n          \"total\": 1,\n          \"recipients\": [\n            {\n              \"name\": \"nick\",\n              \"email\": \"test@mailinator.com\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"userType\": \"INTERNAL\",\n              \"verificationMode\": \"\",\n              \"signNeeded\": true,\n              \"status\": \"COMPLETED\"\n            }\n          ]\n        },\n        \"totalSigners\": 0,\n        \"signedCount\": 0,\n        \"updatedAt\": \"2022-03-30T10:57:03Z\",\n        \"status\": \"COMPLETED\",\n        \"message\": \"\",\n        \"expiry\": 0,\n        \"createdAt\": \"2022-03-30T10:53:25Z\"\n      }\n    ],\n    \"term\": \"\"\n  },\n  \"err\": null\n}"},{"id":"076541ff-de7d-4c73-aa1e-4a487dd0e4a2","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"field","value":"quis"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"25595463-b00a-4d63-b380-1b2b0473d3f3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"field","value":"quis"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"b897e5ff-119f-4a95-94e0-b7f294e58869","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"field","value":"quis"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"e37245b8-4ac1-4c79-a838-a2c293e416e0","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=quis&page=17187547&size=17187547&field=quis","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"},{"key":"field","value":"quis"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"deb0f414-090f-4c49-9848-1cc08b9ba43d"},{"name":"/ent/v1/user/search","id":"72681317-7aa9-426e-bf7b-78a63b45717d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/user/search?q=quis&page=17187547&size=17187547","description":"<p>The API is used to search internal user</p>\n","urlObject":{"path":["ent","v1","user","search"],"query":[{"description":{"content":"<p>search term.</p>\n","type":"text/plain"},"key":"q","value":"quis"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"page","value":"17187547"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"size","value":"17187547"}],"variable":[]}},"response":[{"id":"e9a37ed9-568d-4c22-ba01-91deb8aa0e8f","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/user/search?q=quis&page=17187547&size=17187547","host":["{{baseUrl}}"],"path":["ent","v1","user","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 5,\n    \"result\": [\n      {\n        \"id\": \"477b318e-eff9-4e08-b920-3cd1a17f3249\",\n        \"email\": \"sdsdsdtest@mailinator.com\",\n        \"screenName\": \"dsd\",\n        \"jobTitle\": \"\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"companyName\": \"mailinator.com\",\n        \"userType\": \"INTERNAL\",\n        \"affiliation\": \"\",\n        \"phone\": \"\",\n        \"activationStatus\": \"ACTIVE\",\n        \"uid\": \"MQWHQYEQ\",\n        \"name\": \" \",\n        \"role\": \"USER\",\n        \"ownedDiscussionCount\": 0,\n        \"cid\": \"MON6342001\"\n      }\n    ]\n  },\n  \"err\": null\n}"},{"id":"ce96e6fd-126d-4070-af69-75e72159cbc4","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/user/search?q=quis&page=17187547&size=17187547","host":["{{baseUrl}}"],"path":["ent","v1","user","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"03e5ffb7-8e79-4f74-aab9-ec5edf4f3122","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/user/search?q=quis&page=17187547&size=17187547","host":["{{baseUrl}}"],"path":["ent","v1","user","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"a8a4b787-b9f7-46e6-aaa8-7c7760e587bd","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/user/search?q=quis&page=17187547&size=17187547","host":["{{baseUrl}}"],"path":["ent","v1","user","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"a5941876-75b8-4c17-8222-a9e1d4596c79","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/user/search?q=quis&page=17187547&size=17187547","host":["{{baseUrl}}"],"path":["ent","v1","user","search"],"query":[{"key":"q","value":"quis"},{"key":"page","value":"17187547"},{"key":"size","value":"17187547"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"72681317-7aa9-426e-bf7b-78a63b45717d"},{"name":"/ent/v1/post/autocomplete","id":"8c3fed2e-8de6-48b0-9691-65489ae7af51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/post/autocomplete?q=quis&channel=quis","description":"<p>The API is used to search internal user</p>\n","urlObject":{"path":["ent","v1","post","autocomplete"],"query":[{"description":{"content":"<p>(Required) search term.</p>\n","type":"text/plain"},"key":"q","value":"quis"},{"description":{"content":"<p>(Required) this flag is used to filter autocomplete for discussion</p>\n","type":"text/plain"},"key":"channel","value":"quis"}],"variable":[]}},"response":[{"id":"5ed5bc6f-24e6-4137-a930-8aff59eca31c","name":"OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/post/autocomplete?q=quis&channel=quis","host":["{{baseUrl}}"],"path":["ent","v1","post","autocomplete"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": [\n    \"hello das\",\n    \"hello\",\n    \"hellop\"\n  ],\n  \"err\": null\n}"},{"id":"8e88601a-9a52-4edc-8a1d-f86640e8ea1c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/post/autocomplete?q=quis&channel=quis","host":["{{baseUrl}}"],"path":["ent","v1","post","autocomplete"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"dc5364fb-91ae-4888-8637-3744653dc749","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/post/autocomplete?q=quis&channel=quis","host":["{{baseUrl}}"],"path":["ent","v1","post","autocomplete"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"a622d122-ff43-4dfc-bcfe-aa1d7dfd0bd8","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/post/autocomplete?q=quis&channel=quis","host":["{{baseUrl}}"],"path":["ent","v1","post","autocomplete"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"exercitation tempor in dolore\",\n  \"message\": \"exercitation velit\",\n  \"data\": {}\n}"},{"id":"db03966b-1ab9-4813-b604-9f948ab01ddb","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/ent/v1/post/autocomplete?q=quis&channel=quis","host":["{{baseUrl}}"],"path":["ent","v1","post","autocomplete"],"query":[{"key":"q","value":"quis"},{"key":"channel","value":"quis"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"8c3fed2e-8de6-48b0-9691-65489ae7af51"}],"id":"470e0b49-662f-4b19-a866-da843c3336d8","description":"<p>There are multiple ways to search in Monoly app</p>\n<ul>\n<li>Using global search</li>\n<li>Discussion search ( it can be achieved using global search with passing channel param</li>\n<li>Files search</li>\n<li>E-sing documents</li>\n</ul>\n","_postman_id":"470e0b49-662f-4b19-a866-da843c3336d8"},{"name":"E-Signature","item":[{"name":"Get Document Details","item":[{"name":"/ent/v1/e-sign/file-list","id":"3e7289a3-5e94-4dc3-96ca-df579b009dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","description":"<p>This API is used to fetch e-sign document files</p>\n","urlObject":{"path":["ent","v1","e-sign","file-list"],"query":[{"description":{"content":"<p>(Required) this query parameter is to filter inbox/sent/deleted items.</p>\n","type":"text/plain"},"key":"q","value":"Duis veniam laboris"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"count","value":"25075236"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"offset","value":"25075236"},{"description":{"content":"<p>this parameter is used to filter documents by status</p>\n","type":"text/plain"},"key":"status","value":"Duis veniam laboris"}],"variable":[]}},"response":[{"id":"23f4f8a9-3aeb-4904-af36-51018146331e","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file-list"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"},{"key":"status","value":"Duis veniam laboris"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"allCount\": 312,\n    \"filteredCount\": 1,\n    \"result\": [\n      {\n        \"fileId\": \"kFFbTrWRomeGPbRsD8RomD\",\n        \"subjectName\": \"cscd\",\n        \"title\": \"sign-placeholder-pdf\",\n        \"documentId\": \"268b9299-0364-4c72-9aed-cb30114f0618\",\n        \"fileName\": \"sign-placeholder-pdf.pdf\",\n        \"extension\": \"application/pdf\",\n        \"size\": 9407,\n        \"mimeType\": \"application/pdf\",\n        \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"creatorName\": \"SSinha\",\n        \"recipientList\": {\n          \"total\": 1,\n          \"recipients\": [\n            {\n              \"name\": \"nick\",\n              \"email\": \"test@mailinator.com\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"userType\": \"INTERNAL\",\n              \"verificationMode\": \"\",\n              \"signNeeded\": true,\n              \"status\": \"COMPLETED\"\n            }\n          ]\n        },\n        \"totalSigners\": 0,\n        \"signedCount\": 0,\n        \"updatedAt\": \"2022-03-30T10:57:03Z\",\n        \"status\": \"COMPLETED\",\n        \"message\": \"\",\n        \"expiry\": 0,\n        \"createdAt\": \"2022-03-30T10:53:25Z\"\n      }\n    ],\n    \"term\": \"\"\n  },\n  \"err\": null\n}"},{"id":"ab5342de-a104-4669-98fb-60cc245fe047","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file-list"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"},{"key":"status","value":"Duis veniam laboris"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"048126f4-a08e-4b7d-8fa0-589f1a8f5de4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file-list"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"},{"key":"status","value":"Duis veniam laboris"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"fd1eebb6-964c-4964-8980-8c1643eac0ac","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file-list"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"},{"key":"status","value":"Duis veniam laboris"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"09357eb2-fe89-4918-a9a9-c79a0202ee7e","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file-list?q=Duis veniam laboris&count=25075236&offset=25075236&status=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file-list"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"},{"key":"status","value":"Duis veniam laboris"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"3e7289a3-5e94-4dc3-96ca-df579b009dd6"},{"name":"/ent/v1/e-sign/:fileId/summary","id":"cda52ba6-cf3a-43bf-849d-12bcb6663ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/:fileId/summary","description":"<p>The API is used to fetch E-Sing document summary</p>\n","urlObject":{"path":["ent","v1","e-sign",":fileId","summary"],"query":[],"variable":[{"id":"c7a3eb75-d225-4a32-a182-71b7e156d1af","description":{"content":"<p>(Required) file id of document</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"cdf21e69-193d-4b81-8c93-8bf5b60955ab","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/:fileId/summary","host":["{{baseUrl}}"],"path":["ent","v1","e-sign",":fileId","summary"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"fileId\": \"kFFbTrWRomeGPbRsD8RomD\",\n    \"subjectName\": \"cscd\",\n    \"title\": \"sign-placeholder-pdf\",\n    \"documentId\": \"268b9299-0364-4c72-9aed-cb30114f0618\",\n    \"fileName\": \"sign-placeholder-pdf.pdf\",\n    \"extension\": \"application/pdf\",\n    \"size\": 9407,\n    \"mimeType\": \"application/pdf\",\n    \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n    \"creatorName\": \"SSinha\",\n    \"creatorType\": \"INTERNAL\",\n    \"source\": \"Local Device\",\n    \"updatedAt\": \"2022-03-30T10:57:03.000Z\",\n    \"sentAt\": \"2022-03-30T10:57:03.000Z\",\n    \"status\": \"COMPLETED\",\n    \"message\": \"\",\n    \"expiry\": 0,\n    \"createdAt\": \"2022-03-30T10:53:25.000Z\",\n    \"certificateId\": \"RsMG3cswt6h8HgpfJyisYT\",\n    \"voidReason\": \"\",\n    \"creatorEmail\": \"ssinha@wudza.com\",\n    \"signedFileId\": \"eq5PPbe5H7E6i2ZtcE72BQ\",\n    \"signedFileName\": \"sample file_Signed.pdf\",\n    \"isDocCopyReceiver\": false,\n    \"voidedBy\": \"\"\n  },\n  \"err\": null\n}"},{"id":"f3de8dea-08ec-4cdb-a6cb-ff8420b76df8","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/:fileId/summary","host":["{{baseUrl}}"],"path":["ent","v1","e-sign",":fileId","summary"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"69aa531a-bcd1-4298-bcf0-6505f1a6195e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/:fileId/summary","host":["{{baseUrl}}"],"path":["ent","v1","e-sign",":fileId","summary"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"98b03834-f4df-44a9-9407-710650926219","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/:fileId/summary","host":["{{baseUrl}}"],"path":["ent","v1","e-sign",":fileId","summary"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"665e2904-fcaf-4a89-9bc0-a95dfbbb0f82","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/:fileId/summary","host":["{{baseUrl}}"],"path":["ent","v1","e-sign",":fileId","summary"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"cda52ba6-cf3a-43bf-849d-12bcb6663ba2"},{"name":"/ent/v1/e-sign/filecontent/:fileId","id":"c3500041-d663-4d18-a2f1-ce9a09ab8715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","description":"<p>The API is used to fetch E-Sing document content</p>\n","urlObject":{"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"description":{"content":"<p>(Required) email id of the user</p>\n","type":"text/plain"},"key":"email","value":"Duis veniam laboris"},{"description":{"content":"<p>(Required) thumbnail/DL where DL is for downloading file</p>\n","type":"text/plain"},"key":"q","value":"DL"},{"description":{"content":"<p>(Required) flag is to use wopi client or not</p>\n","type":"text/plain"},"key":"wopiCapable","value":"false"},{"description":{"content":"<p>flag is to denote whether doc content is fetching for first time</p>\n","type":"text/plain"},"key":"isFresh","value":"true"},{"description":{"content":"<p>to denote current page from where content will be loaded</p>\n","type":"text/plain"},"key":"page","value":"25075236"},{"description":{"content":"<p>to denote up to where the file content will be loaded</p>\n","type":"text/plain"},"key":"requestedPages","value":"25075236"}],"variable":[{"id":"ae54a1b3-651e-4413-90a6-5c6d2b29516a","description":{"content":"<p>(Required) file id of document</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"2108405c-bee0-4be6-8ca4-6dfbf8a041b4","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"},{"key":"q","value":"DL"},{"key":"wopiCapable","value":"false"},{"key":"isFresh","value":"true"},{"key":"page","value":"25075236"},{"key":"requestedPages","value":"25075236"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"data\": {\n      \"1\": \"/9j/2wCEAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBg+IvH914Z0tbrRNflv8AMllbrDbJb7p9PSSYRTRzPbb741fDz4dT3dxcaf4E0+50HU7bRDO7PLHQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAH/9k=\"\n    },\n    \"Size\": 1,\n    \"current_page\": 1\n  },\n  \"err\": null\n}"},{"id":"72d8828c-5be7-4573-95c1-d16b87a276d1","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"},{"key":"q","value":"DL"},{"key":"wopiCapable","value":"false"},{"key":"isFresh","value":"true"},{"key":"page","value":"25075236"},{"key":"requestedPages","value":"25075236"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"d9aa33a9-fed5-436a-ad68-73bf43d935fd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"},{"key":"q","value":"DL"},{"key":"wopiCapable","value":"false"},{"key":"isFresh","value":"true"},{"key":"page","value":"25075236"},{"key":"requestedPages","value":"25075236"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"9213e3d5-d20f-40ab-98e4-2b0d315e7589","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"},{"key":"q","value":"DL"},{"key":"wopiCapable","value":"false"},{"key":"isFresh","value":"true"},{"key":"page","value":"25075236"},{"key":"requestedPages","value":"25075236"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"e9561ead-e040-4c4a-bad3-bde56f55ae6c","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/filecontent/:fileId?email=Duis veniam laboris&q=DL&wopiCapable=false&isFresh=true&page=25075236&requestedPages=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","filecontent",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"},{"key":"q","value":"DL"},{"key":"wopiCapable","value":"false"},{"key":"isFresh","value":"true"},{"key":"page","value":"25075236"},{"key":"requestedPages","value":"25075236"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"c3500041-d663-4d18-a2f1-ce9a09ab8715"},{"name":"/ent/v1/e-sign/file/:fileId/history","id":"6fc2088f-4902-4cc4-a471-2071d3d9562f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/file/:fileId/history","description":"<p>The API is used to fetch E-Sing document history</p>\n","urlObject":{"path":["ent","v1","e-sign","file",":fileId","history"],"query":[],"variable":[{"id":"de43babf-08ec-4805-99bf-74e1d7476e69","description":{"content":"<p>(Required) file id of document</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"358adda0-93bb-491c-9528-422900fc7fa1","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId/history","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId","history"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 1,\n    \"history\": [\n      {\n        \"id\": \"d5745037-d4ab-4eeb-957d-75386cc6a0ab\",\n        \"email\": \"akaushal@wudza.com\",\n        \"username\": \"Aseem kaushal\",\n        \"actionTakenOnEmail\": \"dpathak@wudza.com\",\n        \"actionTakenOName\": \"Dhruv\",\n        \"action\": \"INVITATION_SENT\",\n        \"ipaddr\": \"223.130.28.87\",\n        \"timestamp\": \"2022-04-27T11:39:58.000Z\"\n      }\n    ]\n  },\n  \"err\": null\n}"},{"id":"d29d0593-de14-47f4-82dd-a58749d5a5ea","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId/history","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId","history"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"fe40f4e7-f5af-4a73-b91d-cda036b85d12","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId/history","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId","history"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"8a3adc94-66f0-445a-a41f-7a76dc5ecc10","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId/history","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId","history"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"57e5ef08-e318-4647-8440-d165097d878e","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId/history","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId","history"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of document"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"6fc2088f-4902-4cc4-a471-2071d3d9562f"},{"name":"/ent/v1/e-sign/signatures","id":"7a11a53f-02aa-4559-88dd-7b8455665faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","description":"<p>The API is used to fetch user signature/stamp files</p>\n","urlObject":{"path":["ent","v1","e-sign","signatures"],"query":[{"description":{"content":"<p>(Required) possible values are - SIGNATURE/STAMP.</p>\n","type":"text/plain"},"key":"fileType","value":"SIGNATURE"},{"description":{"content":"<p>this flag is used to set limit of the result</p>\n","type":"text/plain"},"key":"count","value":"25075236"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"offset","value":"25075236"}],"variable":[]}},"response":[{"id":"b089120f-c57d-4e11-9ab2-52111b14a6d2","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","signatures"],"query":[{"key":"fileType","value":"SIGNATURE"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 312,\n    \"result\": [\n      {\n        \"fileId\": \"kFFbTrWRomeGPbRsD8RomD\",\n        \"fileName\": \"sign-placeholder.pdf\",\n        \"extension\": \"application/pdf\",\n        \"size\": 9407,\n        \"mimeType\": \"application/pdf\",\n        \"createdAt\": \"2022-03-30T10:53:25Z\"\n      }\n    ]\n  },\n  \"err\": null\n}"},{"id":"ca82bf99-f291-46f3-95fd-7c5f40a1e44e","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","signatures"],"query":[{"key":"fileType","value":"SIGNATURE"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"6dbb71e8-233b-411f-ab99-f4d2f1a0059f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","signatures"],"query":[{"key":"fileType","value":"SIGNATURE"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"a7846904-5a33-4db0-b399-9d557f93874d","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","signatures"],"query":[{"key":"fileType","value":"SIGNATURE"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"07626b78-00bb-40c0-98b4-f4508b29cddf","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/signatures?fileType=SIGNATURE&count=25075236&offset=25075236","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","signatures"],"query":[{"key":"fileType","value":"SIGNATURE"},{"key":"count","value":"25075236"},{"key":"offset","value":"25075236"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"7a11a53f-02aa-4559-88dd-7b8455665faa"},{"name":"/ent/v1/e-sign/ersd","id":"2cd6cd87-258e-4d2b-9534-5442f0270185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/ersd","description":"<p>This API is used to Get ERSD Document.</p>\n","urlObject":{"path":["ent","v1","e-sign","ersd"],"query":[],"variable":[]}},"response":[{"id":"0e6e5cb2-f048-4334-ac7a-4702ccc48298","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 82912874,\n  \"message\": \"ex dolor dolor do\",\n  \"data\": {\n    \"content\": \"<h2 align=\\\"center\\\">ê°œì¸ì •ë³´ ìˆ˜ì§‘ ì´ìš©ì— ê´€í•œ ë™ì˜ </h2>\\n<p>&nbsp;</p>\\n<p>MonolyëŠ”n<p>&nbsp;</p>\\n<p>ì´ìƒì˜ ì‚¬í•­ì— ëŒ€í•˜ì—¬ ë™ì˜ë¥¼ ê±°ë¶€í•˜ì‹¤ ìˆ˜ ìžˆìœ¼ë©°, ê±°ë¶€í•˜ì‹œëŠ” ê²½ìš° í•´ë‹¹ ì„œë¹„ìŠ¤ ì œê³µì´ ì œí•œë˜ëŠ” ì  ì°¸ê³ í•˜ì—¬ ì£¼ì‹œê¸° ë°”ëžë‹ˆë‹¤.</p>\\n<p>&nbsp;</p>\\n<p>&nbsp;</p>\"\n  }\n}"},{"id":"472c7546-42e3-4a83-95a2-fb0f51bde08f","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"f5ef6a8e-486a-4722-80a7-bddf29348fcb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"e94285ff-3335-4d27-ae6c-2474a5df749c","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"70ac03e6-cb51-4ad9-aa4c-724dec596111","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"2cd6cd87-258e-4d2b-9534-5442f0270185"},{"name":"/ent/v1/e-sign/certificate/{{fileId}}","id":"768a253a-3775-4fed-8e80-01fde0580226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","description":"<p>This API is used to Get Completion Certificate FileID.</p>\n","urlObject":{"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"description":{"content":"<p>(Required) local timezone</p>\n","type":"text/plain"},"key":"timezone","value":"Duis veniam laboris"}],"variable":[]}},"response":[{"id":"3a3cfc12-0f3d-4c87-96bf-db85b916247e","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"key":"timezone","value":"Duis veniam laboris"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": \"sadhj11983b21j123ki\"\n}"},{"id":"0d934413-e28a-4d72-833f-5d3082dc5177","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"key":"timezone","value":"Duis veniam laboris"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"b7dfcc52-4fa3-49e9-bd0c-17a2216b27d7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"key":"timezone","value":"Duis veniam laboris"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"3ee27adc-7bfe-4fac-96aa-26b4e3057789","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"key":"timezone","value":"Duis veniam laboris"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"c466d8d6-cae5-4da7-9156-7c9bffa9d11c","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/certificate/{{fileId}} ?timezone=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","certificate","{{fileId}} "],"query":[{"key":"timezone","value":"Duis veniam laboris"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"768a253a-3775-4fed-8e80-01fde0580226"},{"name":"/ent/v1/e-sign/finish-later/{{fileId}}","id":"dc5f79da-e9ae-4480-b70a-9fc1b1ec1c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/finish-later/{{fileId}} ","description":"<p>This API is used to Get Saved XFDF for finish later functionality.</p>\n","urlObject":{"path":["ent","v1","e-sign","finish-later","{{fileId}} "],"query":[],"variable":[]}},"response":[{"id":"07c69f79-e7af-4ec9-9986-5e09105696bb","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/finish-later/{{fileId}} "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" ?><xfdf xmlns=\\\"http://ns.adobe.com/xfdf/\\\" xml:space=\\\"preserve\\\"><fields><field name=\\\"test@mailinator\\\"><field name=\\\"com16491638429280\\\"><value>SIGNATURE</value></field><field name=\\\"com16526104787073\\\"><value>SIGNATURE</value></field></field><field name=\\\"Monoly\\\"><value></value></field></fields><annots /><pages><defmtx matrix=\\\"1,0,0,-1,0,792\\\" /></pages></xfdf>\",\n  \"err\": \"labor\"\n}"},{"id":"92f49316-a3ec-4c2b-a925-561b368a0f7c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/finish-later/{{fileId}} "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"d9983d11-c61c-4100-b7b3-47ccfdc8ec1e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/finish-later/{{fileId}} "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"ec9fd493-8a20-4730-afea-1bd5059116b1","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/finish-later/{{fileId}} "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"e0eaa18d-b039-403c-b554-2efa0cfe363d","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/finish-later/{{fileId}} "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"dc5f79da-e9ae-4480-b70a-9fc1b1ec1c66"}],"id":"2d410e5a-362c-48cf-bdf3-f7ea1b77a226","description":"<p>Monoly Fabric - API details to get e-sign document list, content, summary, history etc.</p>\n","_postman_id":"2d410e5a-362c-48cf-bdf3-f7ea1b77a226"},{"name":"Manage Document Recipients","item":[{"name":"/ent/v1/e-sign/recipient/:fileId","id":"eb4c36ba-6e90-4dc1-920b-462b5b510dbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/recipient/:fileId","description":"<p>This API is used to add recipient details.</p>\n","urlObject":{"path":["ent","v1","e-sign","recipient",":fileId"],"query":[],"variable":[{"id":"59a27eaa-bb47-4e54-a163-e57068e35515","description":{"content":"<p>(Required) file id of the document</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"5f87b210-84f4-45cf-b6a2-a44a5b6687be","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/recipient/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","recipient",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the document"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 20011,\n  \"message\": \"Request partially processed\",\n  \"data\": [\n    {\n      \"id\": \"d5745037-d4ab-4eeb-957d-75386cc6a0ab\",\n      \"email\": \"john@xyz.com\",\n      \"errCode\": 2071,\n      \"reason\": \"Error in adding recipient\"\n    }\n  ],\n  \"err\": null\n}"},{"id":"d7fcf79e-ecd0-4be8-8ff0-c5a67f800982","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/recipient/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","recipient",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the document"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"f8fc8e55-4a8c-4813-8bd2-07b4ae8299db","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/recipient/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","recipient",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the document"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"8566d507-216f-4a66-8f8d-a73dfa09a82f","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/recipient/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","recipient",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the document"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"0e6bbfe6-1d82-4af7-bb21-cf3a4f9a1843","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"John Doe\",\n  \"email\": \"john@xyz.com\",\n  \"signNeeded\": false,\n  \"signed\": true,\n  \"requestedTime\": \"reprehenderit\",\n  \"signedTime\": \"dolor id esse ad\",\n  \"xfdf\": \"ullamco proident\",\n  \"mobile\": \"sint cillum nisi occaeca\",\n  \"verificationMode\": \"passcode\",\n  \"password\": -39004713,\n  \"order\": 1,\n  \"recipientCID\": \"XYZ10111\",\n  \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n  \"actionCorrect\": true,\n  \"attachments\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/recipient/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","recipient",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the document"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"eb4c36ba-6e90-4dc1-920b-462b5b510dbf"},{"name":"/ent/v1/e-sign/recipients/{{fileId}}","id":"e2aa0d8d-e1bd-4a13-a1f0-243212886271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/recipients/{{fileId}} ","description":"<p>The API is used to fetch E-Sing document recipients</p>\n","urlObject":{"path":["ent","v1","e-sign","recipients","{{fileId}} "],"query":[],"variable":[]}},"response":[{"id":"75a9ecdd-88cc-4c28-b081-5a8e52b54249","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/recipients/{{fileId}} "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": {\n    \"recipientCount\": 1,\n    \"result\": [\n      {\n        \"userId\": \"xxxx\",\n        \"name\": \"first\",\n        \"email\": \"first@company.com\",\n        \"userType\": \"INTERNAL\",\n        \"signNeeded\": true,\n        \"signed\": false,\n        \"requestedTime\": \"2021-12-29T06:44:02Z\",\n        \"signedTime\": \"\",\n        \"xfdf\": \"\",\n        \"updatedAt\": \"2021-12-29T06:44:02Z\",\n        \"verificationMode\": \"passcode\",\n        \"mobile\": \"xxxxxx\",\n        \"password\": 1234,\n        \"order\": 1,\n        \"signatureType\": \"Signature, Stamp, Text, Checkbox\",\n        \"ersdRead\": true\n      }\n    ]\n  },\n  \"err\": null\n}"},{"id":"73da09eb-e79b-483e-adde-058ffbda2939","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/recipients/{{fileId}} "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"7df03211-2908-44dd-a595-27ec527c3c7a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/recipients/{{fileId}} "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"b13cec0d-5009-4fbd-9794-b9c13aa321f4","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/recipients/{{fileId}} "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"e308ce82-3715-492b-809e-04bc0fa7ddeb","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/recipients/{{fileId}} "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e2aa0d8d-e1bd-4a13-a1f0-243212886271"},{"name":"/ent/v1/e-sign/recipient/{{fileId}}","id":"e853a7e0-2b33-4c0e-afba-7d9d8fb7f0ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/recipient/{{fileId}} ","description":"<p>This API is used to update document recipient information.</p>\n","urlObject":{"path":["ent","v1","e-sign","recipient","{{fileId}} "],"query":[],"variable":[]}},"response":[{"id":"e85fb362-4887-4280-835b-f64a1b9ba17c","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/recipient/{{fileId}} "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 20011,\n  \"message\": \"Request partially processed\",\n  \"data\": null\n}"},{"id":"ba35ae68-8d09-44bc-ad66-ff5ddbbf4d8d","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/recipient/{{fileId}} "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"357bd6cc-bd2d-4e0d-ab04-bc9a157c9f66","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/recipient/{{fileId}} "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"369af540-1a34-4d9b-a46b-e813a450291c","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/recipient/{{fileId}} "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"f1527926-8a00-4e7a-97b5-cb5818109062","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"signed\": true,\n  \"signTimezone\": \"Asia/Calcutta\",\n  \"xfdf\": \"incididunt\",\n  \"isBeforePartialCompleted\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/recipient/{{fileId}} "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e853a7e0-2b33-4c0e-afba-7d9d8fb7f0ba"},{"name":"/ent/v1/e-sign/private-message/:fileId","id":"556d1bb2-1a91-4f88-a95c-c38e1b70bc9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","description":"<p>This API is used send private message to the particular recipient</p>\n","urlObject":{"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"description":{"content":"<p>email id of the requesting user</p>\n","type":"text/plain"},"key":"email","value":"Duis veniam laboris"}],"variable":[{"id":"b7c39902-ca6d-4a00-8b21-376b8b88c48a","description":{"content":"<p>(Required) file id of the uploading file</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"26c8a13a-b235-4782-ae12-48440b94de42","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": null,\n  \"err\": null\n}"},{"id":"13a9f666-ba91-43a2-a3b7-723a2905d2f4","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"a2d64869-040a-46f9-9109-0c881e0cc343","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"af10f373-47a3-49b8-ae8c-33d170d51016","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"75ec1a40-a320-444e-9748-f0c5cb6e4c30","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello please sign abc\"\n  },\n  {\n    \"email\": \"def@xyz.com\",\n    \"privateMsg\": \"sign def\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/private-message/:fileId?email=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","private-message",":fileId"],"query":[{"key":"email","value":"Duis veniam laboris"}],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"556d1bb2-1a91-4f88-a95c-c38e1b70bc9a"},{"name":"/ent/v1/e-sign/private-message/{{fileId}}","id":"a6ddbc5d-29bd-490d-87df-7fe4c69ef399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/private-message/{{fileId}} ","description":"<p>This API is used to Get Private Message Of Recipient.</p>\n","urlObject":{"path":["ent","v1","e-sign","private-message","{{fileId}} "],"query":[],"variable":[]}},"response":[{"id":"a7846223-89d6-456f-939e-330d19576ddb","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/private-message/{{fileId}} "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 23252901,\n  \"message\": \"pariatur deserunt et mollit\",\n  \"data\": {\n    \"email\": \"abc@xyz.com\",\n    \"privateMsg\": \"hello world\"\n  }\n}"},{"id":"982eb91f-e89e-4b14-9cb1-cd750c043f7e","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/private-message/{{fileId}} "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"aea1204b-af29-47fc-a120-3356f8955d8d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/private-message/{{fileId}} "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"82f2777a-f145-44a1-bd3e-f69c5d266ada","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/private-message/{{fileId}} "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"e1087ff7-4e24-4f99-aca4-96580c94758f","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/private-message/{{fileId}} "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"a6ddbc5d-29bd-490d-87df-7fe4c69ef399"}],"id":"d5460c0f-6015-4773-aa7d-153cee6f1d0b","description":"<p>Monoly Fabric - API details to Add/Remove/Update document recipients</p>\n","_postman_id":"d5460c0f-6015-4773-aa7d-153cee6f1d0b"},{"name":"Manage OTP For Secured Document","item":[{"name":"/ent/v1/e-sign/otpGenerator","id":"c8bbd77a-f7bb-4735-b5b9-75b44b8ef53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/otpGenerator ","description":"<p>This API is used to send OTP to document recipients.</p>\n","urlObject":{"path":["ent","v1","e-sign","otpGenerator "],"query":[],"variable":[]}},"response":[{"id":"fd1ba936-d513-48af-b8c5-cb1f04e90344","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpGenerator "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": {}\n}"},{"id":"478ee37d-e8f5-4801-8d4f-b0e03d4e5229","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpGenerator "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"4977c9bf-be97-4137-b91e-05e4c1455dd9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpGenerator "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"3dec3b14-1f7d-4c2b-a583-8d672636f3b1","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpGenerator "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"53a62c4c-2cb8-4960-ad4c-d04fb97feda9","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"phoneNumber\": \"ea ex co\",\n  \"countryCode\": \"aliquip\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpGenerator "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"c8bbd77a-f7bb-4735-b5b9-75b44b8ef53f"},{"name":"/ent/v1/e-sign/otpVerify","id":"fdee0cdd-e310-43ca-8dc9-3b79758005e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/otpVerify ","description":"<p>This API is used to validate recipient's OTP/passcode.</p>\n","urlObject":{"path":["ent","v1","e-sign","otpVerify "],"query":[],"variable":[]}},"response":[{"id":"67fc61ef-e7e2-41ea-9fd6-970f30dac441","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpVerify "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": {}\n}"},{"id":"25152b90-43e6-4142-8e9d-08ce537db605","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpVerify "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"dca08d7b-9b95-48b3-b9dc-82757e6c2899","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpVerify "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"f8fe7418-52fd-4081-a3e2-9e5d5a5bcc1e","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpVerify "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"6cecac19-99a9-4c2d-9c5b-3e50c6b43a8f","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"adshhj1323jh441678f\",\n  \"email\": \"abc@xyz.com\",\n  \"verificationMode\": \"sms\",\n  \"phoneNumber\": \"elit\",\n  \"otp\": \"in\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/otpVerify "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"fdee0cdd-e310-43ca-8dc9-3b79758005e3"}],"id":"c785d589-1820-4157-ad05-09834e337496","description":"<p>Monoly Fabric - API details to Send/Validate OTP to document recipients</p>\n","_postman_id":"c785d589-1820-4157-ad05-09834e337496"},{"name":"Manage User Action On The Document","item":[{"name":"/ent/v1/e-sign/send-file/:fileId","id":"6701d41a-27b8-4d8d-a97b-dd94ca1cf335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/send-file/:fileId","description":"<p>This API is used to validate recipient's OTP/passcode.</p>\n","urlObject":{"path":["ent","v1","e-sign","send-file",":fileId"],"query":[],"variable":[{"id":"5e5979f2-399f-47c1-a686-5c2c860b1ce1","description":{"content":"<p>(Required) file id of the uploading file</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"1f645715-6881-4f4d-af2b-f8a1995e263c","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/send-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","send-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": {}\n}"},{"id":"fe66c43b-868a-472e-915f-77e434d90345","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/send-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","send-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"1fe657e2-ff43-4233-8243-47749c578ef0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/send-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","send-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"8a4ad422-280c-4390-b896-a1e07aaa6377","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/send-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","send-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"38cb6a89-86e9-4f41-a539-07da63c3fd1a","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"resend\": false,\n  \"subject\": \"sign the contract\",\n  \"message\": \"please sign\",\n  \"expiry\": 7,\n  \"reminder\": 2\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/send-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","send-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"6701d41a-27b8-4d8d-a97b-dd94ca1cf335"},{"name":"/ent/v1/e-sign/void-file/:fileId","id":"fe5d8e70-93ce-458c-a52b-d39cb1e6d834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/void-file/:fileId","description":"<p>This API is used to void the document.</p>\n","urlObject":{"path":["ent","v1","e-sign","void-file",":fileId"],"query":[],"variable":[{"id":"7d21ca79-8310-4506-a412-4538af58d013","description":{"content":"<p>(Required) file id of the uploading file</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"a565f02e-d920-4903-9419-a4d1238ca694","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/void-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","void-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": null,\n  \"err\": null\n}"},{"id":"d0047f50-e071-450c-920b-a2ea3cc088fe","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/void-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","void-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"92d9dc25-dcf1-40bb-b447-7112d00fa585","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/void-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","void-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"317ccdb9-6096-44ca-8de6-4d71c38eb758","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/void-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","void-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"458f3f43-6af0-4172-b59e-1ff632367e2b","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"wrong statement given\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/void-file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","void-file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"fe5d8e70-93ce-458c-a52b-d39cb1e6d834"},{"name":"/ent/v2/e-sign/void-file","id":"6e5e0248-2f92-41a8-900c-53e451a36e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v2/e-sign/void-file","description":"<p>This API is used to void multiple documents by the user.</p>\n","urlObject":{"path":["ent","v2","e-sign","void-file"],"query":[],"variable":[]}},"response":[{"id":"2cf72792-635c-4ce7-91d1-70173f9a4551","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/e-sign/void-file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": null,\n  \"err\": null\n}"},{"id":"4fc0a8a0-a7bf-4648-a220-b6f3217c7f88","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/e-sign/void-file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"c0a0e521-74ec-4079-96bb-4a7dc4b3f2fd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/e-sign/void-file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"726ef8bc-d4c5-4664-b92c-683d40315564","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/e-sign/void-file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"eec8f048-e09c-4a55-b46f-6a417497e7e5","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"reason\": \"document is invalid\",\n    \"fileId\": \"adjj141b41433b54n23\"\n  },\n  {\n    \"reason\": \"wrong signer added\",\n    \"fileId\": \"8734bnbn21bv1412hjk\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v2/e-sign/void-file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"6e5e0248-2f92-41a8-900c-53e451a36e05"},{"name":"/ent/v1/fileshare","id":"f1fe8299-2965-4d65-affa-6e67a36f29cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"Duis anim\"\n      },\n      {\n        \"fileId\": \"eiusmod dolore\"\n      }\n    ],\n    \"fileExpiry\": -52515482,\n    \"passcodeRqd\": true,\n    \"passcode\": \"mollit tempor sint\",\n    \"invitee\": [\n      {\n        \"email\": \"ullamco Ut irure in\"\n      },\n      {\n        \"email\": \"reprehenderit dolor proident\"\n      }\n    ],\n    \"content\": \"enim esse dolore\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"laboris dolor elit veniam\"\n      },\n      {\n        \"fileId\": \"in sint tempor velit\"\n      }\n    ],\n    \"fileExpiry\": -37106285,\n    \"passcodeRqd\": false,\n    \"passcode\": \"qui reprehenderit sit non mollit\",\n    \"invitee\": [\n      {\n        \"email\": \"irure quis deserunt ut et\"\n      },\n      {\n        \"email\": \"proid\"\n      }\n    ],\n    \"content\": \"eiusmod\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/fileshare","description":"<p>This API is used to share document to monoly/non-monoly users.</p>\n","urlObject":{"path":["ent","v1","fileshare"],"query":[],"variable":[]}},"response":[{"id":"120f069a-c41a-4982-94cd-1d246e36ed5b","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"dolor el\"\n      },\n      {\n        \"fileId\": \"labore ut adipisicing Ut\"\n      }\n    ],\n    \"fileExpiry\": 86054169,\n    \"passcodeRqd\": false,\n    \"passcode\": \"Duis\",\n    \"invitee\": [\n      {\n        \"email\": \"esse in exercitation qui\"\n      },\n      {\n        \"email\": \"et Excepteur ut ut voluptate\"\n      }\n    ],\n    \"content\": \"ad occaecat nulla magna ut\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"consequat nulla\"\n      },\n      {\n        \"fileId\": \"cillum\"\n      }\n    ],\n    \"fileExpiry\": -34282118,\n    \"passcodeRqd\": true,\n    \"passcode\": \"eiusmod velit incidid\",\n    \"invitee\": [\n      {\n        \"email\": \"id Duis\"\n      },\n      {\n        \"email\": \"aliqua veniam mollit\"\n      }\n    ],\n    \"content\": \"e\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/fileshare"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed\",\n  \"data\": null,\n  \"err\": null\n}"},{"id":"43b0e015-affb-4339-a2c8-caaddd8b3d88","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"dolor el\"\n      },\n      {\n        \"fileId\": \"labore ut adipisicing Ut\"\n      }\n    ],\n    \"fileExpiry\": 86054169,\n    \"passcodeRqd\": false,\n    \"passcode\": \"Duis\",\n    \"invitee\": [\n      {\n        \"email\": \"esse in exercitation qui\"\n      },\n      {\n        \"email\": \"et Excepteur ut ut voluptate\"\n      }\n    ],\n    \"content\": \"ad occaecat nulla magna ut\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"consequat nulla\"\n      },\n      {\n        \"fileId\": \"cillum\"\n      }\n    ],\n    \"fileExpiry\": -34282118,\n    \"passcodeRqd\": true,\n    \"passcode\": \"eiusmod velit incidid\",\n    \"invitee\": [\n      {\n        \"email\": \"id Duis\"\n      },\n      {\n        \"email\": \"aliqua veniam mollit\"\n      }\n    ],\n    \"content\": \"e\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/fileshare"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"e318d74c-444b-44d6-a9dc-39bce20c184d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"dolor el\"\n      },\n      {\n        \"fileId\": \"labore ut adipisicing Ut\"\n      }\n    ],\n    \"fileExpiry\": 86054169,\n    \"passcodeRqd\": false,\n    \"passcode\": \"Duis\",\n    \"invitee\": [\n      {\n        \"email\": \"esse in exercitation qui\"\n      },\n      {\n        \"email\": \"et Excepteur ut ut voluptate\"\n      }\n    ],\n    \"content\": \"ad occaecat nulla magna ut\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"consequat nulla\"\n      },\n      {\n        \"fileId\": \"cillum\"\n      }\n    ],\n    \"fileExpiry\": -34282118,\n    \"passcodeRqd\": true,\n    \"passcode\": \"eiusmod velit incidid\",\n    \"invitee\": [\n      {\n        \"email\": \"id Duis\"\n      },\n      {\n        \"email\": \"aliqua veniam mollit\"\n      }\n    ],\n    \"content\": \"e\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/fileshare"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"317db955-047f-431e-a0d9-d255466d6ca4","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"dolor el\"\n      },\n      {\n        \"fileId\": \"labore ut adipisicing Ut\"\n      }\n    ],\n    \"fileExpiry\": 86054169,\n    \"passcodeRqd\": false,\n    \"passcode\": \"Duis\",\n    \"invitee\": [\n      {\n        \"email\": \"esse in exercitation qui\"\n      },\n      {\n        \"email\": \"et Excepteur ut ut voluptate\"\n      }\n    ],\n    \"content\": \"ad occaecat nulla magna ut\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"consequat nulla\"\n      },\n      {\n        \"fileId\": \"cillum\"\n      }\n    ],\n    \"fileExpiry\": -34282118,\n    \"passcodeRqd\": true,\n    \"passcode\": \"eiusmod velit incidid\",\n    \"invitee\": [\n      {\n        \"email\": \"id Duis\"\n      },\n      {\n        \"email\": \"aliqua veniam mollit\"\n      }\n    ],\n    \"content\": \"e\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/fileshare"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"fc77a6d1-ecef-4908-83b1-9de325eb8368","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"dolor el\"\n      },\n      {\n        \"fileId\": \"labore ut adipisicing Ut\"\n      }\n    ],\n    \"fileExpiry\": 86054169,\n    \"passcodeRqd\": false,\n    \"passcode\": \"Duis\",\n    \"invitee\": [\n      {\n        \"email\": \"esse in exercitation qui\"\n      },\n      {\n        \"email\": \"et Excepteur ut ut voluptate\"\n      }\n    ],\n    \"content\": \"ad occaecat nulla magna ut\"\n  },\n  {\n    \"fileListIds\": [\n      {\n        \"fileId\": \"consequat nulla\"\n      },\n      {\n        \"fileId\": \"cillum\"\n      }\n    ],\n    \"fileExpiry\": -34282118,\n    \"passcodeRqd\": true,\n    \"passcode\": \"eiusmod velit incidid\",\n    \"invitee\": [\n      {\n        \"email\": \"id Duis\"\n      },\n      {\n        \"email\": \"aliqua veniam mollit\"\n      }\n    ],\n    \"content\": \"e\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/fileshare"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"f1fe8299-2965-4d65-affa-6e67a36f29cc"},{"name":"/ent/v1/e-sign/ersd/{{fileId}}","id":"9796ca02-c76f-400a-8c03-1f9da625cafc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/ersd/{{fileId}} ","description":"<p>This API is used to Get ERSD Document.</p>\n","urlObject":{"path":["ent","v1","e-sign","ersd","{{fileId}} "],"query":[],"variable":[]}},"response":[{"id":"d2e0f545-e09d-403d-8e2f-717ad29619fc","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd/{{fileId}} "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": -33398199,\n  \"message\": \"est exercitation ut\",\n  \"data\": {}\n}"},{"id":"1734156e-5751-47a9-902f-d656b8579db3","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd/{{fileId}} "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"d8e03979-73e0-460e-adaa-fc36c5598f5e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd/{{fileId}} "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"f2b00802-e7d9-41dc-8eee-fcaa50492fc3","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd/{{fileId}} "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"3248c869-9d09-434f-b47b-6070f7fe35c0","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/ent/v1/e-sign/ersd/{{fileId}} "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"9796ca02-c76f-400a-8c03-1f9da625cafc"}],"id":"0ffa8ad9-1945-4450-a0ba-c11b2502df79","description":"<p>Monoly Fabric - API details to manage user actions like send/void/delete document</p>\n","_postman_id":"0ffa8ad9-1945-4450-a0ba-c11b2502df79"},{"name":"Search E-Sign Document","item":[{"name":"/ent/v1/e-sign/search","id":"945e48ea-1e0f-4f05-9ef4-f01972ff63fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","description":"<p>The API is used to search in E-Sing files</p>\n","urlObject":{"path":["ent","v1","e-sign","search"],"query":[{"description":{"content":"<p>search term.</p>\n","type":"text/plain"},"key":"q","value":"Duis veniam laboris"},{"description":{"content":"<p>this flag is used to set offset</p>\n","type":"text/plain"},"key":"page","value":"25075236"},{"description":{"content":"<p>this flag is used to set limit for result</p>\n","type":"text/plain"},"key":"size","value":"25075236"},{"description":{"content":"<p>this flag is used to tell search in e-sign in this particular field</p>\n","type":"text/plain"},"key":"field","value":"Duis veniam laboris"}],"variable":[]}},"response":[{"id":"7b0e407f-9309-4d4a-9403-3079b16d22e3","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"page","value":"25075236"},{"key":"size","value":"25075236"},{"key":"field","value":"Duis veniam laboris"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Success\",\n  \"data\": {\n    \"count\": 312,\n    \"hidden_count\": 0,\n    \"result\": [\n      {\n        \"fileId\": \"kFFbTrWRomeGPbRsD8RomD\",\n        \"subjectName\": \"cscd\",\n        \"title\": \"sign-placeholder-pdf\",\n        \"documentId\": \"268b9299-0364-4c72-9aed-cb30114f0618\",\n        \"fileName\": \"sign-placeholder-pdf.pdf\",\n        \"extension\": \"application/pdf\",\n        \"size\": 9407,\n        \"mimeType\": \"application/pdf\",\n        \"creatorId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n        \"recipientList\": {\n          \"total\": 1,\n          \"recipients\": [\n            {\n              \"name\": \"nick\",\n              \"email\": \"test@mailinator.com\",\n              \"userId\": \"5bd395d6-1f69-49bd-9242-ab2c35c0463a\",\n              \"userType\": \"INTERNAL\",\n              \"verificationMode\": \"\",\n              \"signNeeded\": true,\n              \"status\": \"COMPLETED\"\n            }\n          ]\n        },\n        \"totalSigners\": 0,\n        \"signedCount\": 0,\n        \"updatedAt\": \"2022-03-30T10:57:03Z\",\n        \"status\": \"COMPLETED\",\n        \"message\": \"\",\n        \"expiry\": 0,\n        \"createdAt\": \"2022-03-30T10:53:25Z\"\n      }\n    ],\n    \"term\": \"\"\n  },\n  \"err\": null\n}"},{"id":"74651580-da06-4cbb-820a-e94be346efce","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"page","value":"25075236"},{"key":"size","value":"25075236"},{"key":"field","value":"Duis veniam laboris"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"02985a27-f5aa-4c61-ba91-afcf72099562","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"page","value":"25075236"},{"key":"size","value":"25075236"},{"key":"field","value":"Duis veniam laboris"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"fa18a2ae-8d0c-4619-b790-5fa6e5fea9b5","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"page","value":"25075236"},{"key":"size","value":"25075236"},{"key":"field","value":"Duis veniam laboris"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"812a4a7d-78ad-420c-84e6-4a31e0dfc471","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/search?q=Duis veniam laboris&page=25075236&size=25075236&field=Duis veniam laboris","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","search"],"query":[{"key":"q","value":"Duis veniam laboris"},{"key":"page","value":"25075236"},{"key":"size","value":"25075236"},{"key":"field","value":"Duis veniam laboris"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"945e48ea-1e0f-4f05-9ef4-f01972ff63fb"}],"id":"c63a7bb0-3968-42e4-83a5-88b57c113089","description":"<p>Monoly Fabric - Search e-sign document API</p>\n","_postman_id":"c63a7bb0-3968-42e4-83a5-88b57c113089"},{"name":"Manage Document/Stamp/Signature Files","item":[{"name":"/ent/v1/e-sign/file","id":"c76b598c-d1c2-4346-8c4f-2548f3d37688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/file","description":"<p>This API is used to upload document/stamp/signature file metadata.</p>\n","urlObject":{"path":["ent","v1","e-sign","file"],"query":[],"variable":[]}},"response":[{"id":"3ae411bf-ade2-4b79-8c87-fcc54c37c18e","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": -58583444,\n  \"message\": \"cupidatat Ut ea mollit in\",\n  \"data\": {\n    \"success\": false,\n    \"fileRename\": \"occaec\",\n    \"fileType\": \"STAMP\",\n    \"fileName\": \"est pariatur dolore fugiat\",\n    \"fileSize\": 98417777,\n    \"fileId\": \"dsaadhju278213hjgjk1\",\n    \"userId\": \"adgsh-hajh1-njfj12-jfdhj12\",\n    \"esignFile\": true,\n    \"signatureFile\": false,\n    \"stampFile\": false,\n    \"title\": \"dsaadhju278213hjgjk1\",\n    \"createdAt\": \"labo\",\n    \"updatedAt\": \"officia est sit aliquip\"\n  }\n}"},{"id":"c5e2bba9-da2b-45a5-8e7c-25a61c34ccd7","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"f66c8881-b091-485f-b82d-fa50ece440ec","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"7c91709d-f577-4dc3-9d02-68208f87b25c","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"4e493397-3342-4b62-ad4e-c0728c2e6f9f","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"ea adipisicing magna Duis culpa\",\n  \"fileRename\": \"minim tempor eu dolor\",\n  \"fileType\": \"ESIGN_DOC\",\n  \"fileSize\": 90144923\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"c76b598c-d1c2-4346-8c4f-2548f3d37688"},{"name":"/ent/v1/e-sign/file/:fileId","id":"99647459-a17e-4503-b675-0253fc17381c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"multipart/form-data (binary)"},"url":"/ent/v1/e-sign/file/:fileId","description":"<p>This API is used to upload document/stamp/signature file binary.</p>\n","urlObject":{"path":["ent","v1","e-sign","file",":fileId"],"query":[],"variable":[{"id":"2c27b434-2caa-410d-a97b-708c006a5236","description":{"content":"<p>(Required) file id of the uploading file</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"c28f5f6f-7b09-4b0f-96bc-c012be394cb7","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Request successfully processed\",\n  \"data\": {}\n}"},{"id":"34ef28ee-3417-45fe-a6b3-bc8b826cc736","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"a0099c71-f802-411b-96fa-87c672f3a82b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"9ba0fbf9-a6d9-49d4-b889-2f3ba271e320","name":"The specified resource was not found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"7f4adc97-95bd-4b0e-aa0c-c28a883bb467","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":["ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"99647459-a17e-4503-b675-0253fc17381c"},{"name":"/ent/v1/e-sign/file/:fileId","id":"6242a661-fd6a-4cc7-9dfd-777fe059b303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"0","value":"(","type":"text","description":"<p>undefined</p>\n"},{"key":"1","value":"b","type":"text","description":"<p>undefined</p>\n"},{"key":"2","value":"i","type":"text","description":"<p>undefined</p>\n"},{"key":"3","value":"n","type":"text","description":"<p>undefined</p>\n"},{"key":"4","value":"a","type":"text","description":"<p>undefined</p>\n"},{"key":"5","value":"r","type":"text","description":"<p>undefined</p>\n"},{"key":"6","value":"y","type":"text","description":"<p>undefined</p>\n"},{"key":"7","value":")","type":"text","description":"<p>undefined</p>\n"}]},"url":"/ /ent/v1/e-sign/file/:fileId","description":"<p>This API is used to upload modified document file binary.</p>\n","urlObject":{"path":[" ","ent","v1","e-sign","file",":fileId"],"query":[],"variable":[{"id":"a440704b-33bb-46d7-8cf1-71bd46e2f9b6","description":{"content":"<p>(Required) file id of the uploading file</p>\n","type":"text/plain"},"type":"any","value":"Duis veniam laboris","key":"fileId"}]}},"response":[{"id":"c6f82216-650d-4e40-b3a2-8c23fc3610db","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ /ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":[" ","ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Request successfully processed\",\n  \"data\": {}\n}"},{"id":"8b80b345-489c-4db2-976b-22c664bfbdac","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ /ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":[" ","ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"6a503640-bd20-4d7b-8a3b-34f1a31798bd","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ /ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":[" ","ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"81e20d30-915d-44e1-bfbe-35f45c433976","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ /ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":[" ","ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"a7233c49-4bd7-4ee0-8649-6d69bf6bfb17","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"undefined","key":"0","value":"(","type":"text"},{"description":"undefined","key":"1","value":"b","type":"text"},{"description":"undefined","key":"2","value":"i","type":"text"},{"description":"undefined","key":"3","value":"n","type":"text"},{"description":"undefined","key":"4","value":"a","type":"text"},{"description":"undefined","key":"5","value":"r","type":"text"},{"description":"undefined","key":"6","value":"y","type":"text"},{"description":"undefined","key":"7","value":")","type":"text"}]},"url":{"raw":"{{baseUrl}}/ /ent/v1/e-sign/file/:fileId","host":["{{baseUrl}}"],"path":[" ","ent","v1","e-sign","file",":fileId"],"variable":[{"key":"fileId","value":"Duis veniam laboris","description":"(Required) file id of the uploading file"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"6242a661-fd6a-4cc7-9dfd-777fe059b303"},{"name":"/ent/v1/e-sign/file","id":"37108d06-6125-497b-92c1-f924b1556a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/file ","description":"<p>This API is used to delete multiple document files.</p>\n","urlObject":{"path":["ent","v1","e-sign","file "],"query":[],"variable":[]}},"response":[{"id":"b5f1eefe-4f51-42aa-9dd8-1aee0f7d417b","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file "},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 20011,\n  \"message\": \"Request partially processed\",\n  \"data\": [\n    {\n      \"fileId\": \"d5745037san22da0ab\",\n      \"errCode\": 2071,\n      \"reason\": \"Error in deleting file\"\n    }\n  ],\n  \"err\": null\n}"},{"id":"7a14dce7-80cf-4ccf-a4c3-e36ccb795ec4","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"7d3111ec-2081-4cee-9535-3a72860fb8cf","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"467dc842-1f18-4286-b783-07225ced1470","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"3c00ff3b-d1c1-4255-997c-3bdfc0be3b4c","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/file "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"37108d06-6125-497b-92c1-f924b1556a1f"},{"name":"/ent/v1/e-sign/signatures","id":"e54dc230-3de5-4851-aa91-87d57735e84f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/e-sign/signatures ","description":"<p>This API is used to delete user signature/stamp files.</p>\n","urlObject":{"path":["ent","v1","e-sign","signatures "],"query":[],"variable":[]}},"response":[{"id":"5fb1d96b-8a66-4667-81b2-b99791e49c43","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/signatures "},"status":"Partial Content","code":206,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 20011,\n  \"message\": \"Request partially processed\",\n  \"data\": [\n    {\n      \"fileId\": \"d5745037san22da0ab\",\n      \"errCode\": 2071,\n      \"reason\": \"Error in deleting file\"\n    }\n  ],\n  \"err\": null\n}"},{"id":"69c0fe2e-c179-4049-b529-ced1af01f922","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/signatures "},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"0013eea2-cfb3-48d4-b1f6-c9f8d767fc7e","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/signatures "},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"c91096cc-bdfb-46b1-8dba-76a3cd247a7d","name":"The specified resource was not found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/signatures "},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"Duis adipisicing\",\n  \"message\": \"sunt commodo\",\n  \"data\": {}\n}"},{"id":"5f57637b-a542-4b52-a689-ce09b4630764","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  \"fileId1\",\n  \"fileId1\"\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/e-sign/signatures "},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"e54dc230-3de5-4851-aa91-87d57735e84f"}],"id":"54f416c7-7d0e-405c-bb3e-868f5da5f6af","description":"<p>Monoly Fabric - API to manage user document/stamp/signature files</p>\n","_postman_id":"54f416c7-7d0e-405c-bb3e-868f5da5f6af"}],"id":"79a659d6-bdf4-4a1d-bb95-ce39beb77d29","description":"<p>Monoly enables seamlessly e-signing of documents</p>\n<ul>\n<li>Provides a simple, yet powerful user interface to digitally sign business documents</li>\n<li>Keeping ‘contracts’ securely only on your server and trusted recipient’s servers</li>\n<li>Additional measure of security and trust using blockchain based timestamping</li>\n</ul>\n","_postman_id":"79a659d6-bdf4-4a1d-bb95-ce39beb77d29"},{"name":"Dashboard","item":[{"name":"/ent/v2/dashboard","id":"76b072a2-3b7b-45bf-8874-ec4a966c3e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v2/dashboard","description":"<p>This API returns user's dashboard (aka Whats' New) information related to counts for items such as unread posts, unread replies, tags, mentions etc.</p>\n","urlObject":{"path":["ent","v2","dashboard"],"query":[],"variable":[]}},"response":[{"id":"c55d461c-3729-45d4-b10b-6b337b96e5b5","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"unreadPosts\": 352,\n    \"unreadReplies\": 0,\n    \"unreadMentioned\": 8,\n    \"unreadTags\": 51,\n    \"unreadTasks\": 0,\n    \"unreadSaves\": 0,\n    \"others\": 301\n  },\n  \"err\": \"est cillum dolore reprehenderit\"\n}"},{"id":"5640f375-29a4-44cf-9452-f6979756811d","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/dashboard"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"7308741e-638e-42c4-80b3-32ffd0fd1d0e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/dashboard"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"reprehend\",\n  \"message\": \"mollit dolore in\",\n  \"data\": {}\n}"},{"id":"af6cb114-0ad6-4215-9acf-06cc0e79a22f","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/dashboard"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"reprehend\",\n  \"message\": \"mollit dolore in\",\n  \"data\": {}\n}"},{"id":"4a589048-01d1-4354-9cfa-fd282c6a91ee","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v2/dashboard"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"76b072a2-3b7b-45bf-8874-ec4a966c3e8a"},{"name":"/ent/v1/global/posts","id":"7b3f7546-6ee8-4169-b569-51ea1e73b0c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","description":"<p>This API returns user's list of dashboard (aka Whats' New) information based on the supplied filter such as unread posts, unread replies, tags, mentions etc.</p>\n","urlObject":{"path":["ent","v1","global","posts"],"query":[{"description":{"content":"<p>(Required) specify the filtering criterion</p>\n","type":"text/plain"},"key":"filter","value":"mention"},{"description":{"content":"<p>If unread items are required</p>\n","type":"text/plain"},"key":"unread","value":"true"},{"description":{"content":"<p>If history message</p>\n","type":"text/plain"},"key":"scrollDn","value":"true"},{"description":{"content":"<p>If fresh message</p>\n","type":"text/plain"},"key":"scrollUp","value":"true"},{"description":{"content":"<p>Reference ID of the post</p>\n","type":"text/plain"},"key":"refPostId","value":"1836289"},{"description":{"content":"<p>Maximum number of results required</p>\n","type":"text/plain"},"key":"requestLimit","value":"1836289"}],"variable":[]}},"response":[{"id":"15c71dcf-12c4-4591-842b-0febefebaa5c","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","host":["{{baseUrl}}"],"path":["ent","v1","global","posts"],"query":[{"key":"filter","value":"mention"},{"key":"unread","value":"true"},{"key":"scrollDn","value":"true"},{"key":"scrollUp","value":"true"},{"key":"refPostId","value":"1836289"},{"key":"requestLimit","value":"1836289"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": [\n    {\n      \"id\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n      \"sequence_id\": 1,\n      \"parentId\": \"eff0395d-dc8c-4a8a-87d0-3cb5bc6460a2\",\n      \"parentReplyCount\": 5,\n      \"replyCount\": 0,\n      \"hiddenReplyCount\": 0,\n      \"post\": {\n        \"id\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n        \"content\": \"ABC\",\n        \"type\": \"MESSAGE\",\n        \"edited\": false,\n        \"createdAt\": 1656659749533,\n        \"updatedAt\": 0\n      },\n      \"user\": {\n        \"id\": \"300621fe-5d77-4245-87f1-28353e3e1b4c\",\n        \"displayName\": \"Aditya M\"\n      },\n      \"fileInfo\": {\n        \"fileDLStats\": {\n          \"stats\": \"fugiat\"\n        },\n        \"previewAvailable\": false,\n        \"fileForwardDisabled\": true,\n        \"wopiSupportEnabled\": false\n      },\n      \"channelId\": \"c71ab358-db61-47f4-a700-15dbc351af7c\",\n      \"channelName\": \"eSignature-sprint\",\n      \"reactions\": {\n        \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n        \"reactionStats\": {\n          \"postId\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n          \"total\": 1,\n          \"checked\": 1,\n          \"up\": 0,\n          \"down\": 0,\n          \"Reactions\": [\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"1967-03-23T19:26:48.767Z\"\n                },\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"1967-05-20T16:27:04.035Z\"\n                }\n              ]\n            },\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"1954-03-08T00:14:36.404Z\"\n                },\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"2020-03-19T17:27:05.616Z\"\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"version\": 0,\n      \"createdAt\": \"do laborum\",\n      \"updatedAt\": \"et labore\",\n      \"mentions\": [\n        \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n        \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\"\n      ],\n      \"savedPost\": false,\n      \"isHidden\": true,\n      \"isHideByDiscOwner\": true,\n      \"hiddenAt\": \"dolor in dolore\",\n      \"embededlink\": true,\n      \"embededlinkDetails\": \"velit non fugiat\",\n      \"forwardedPost\": {\n        \"channelId\": \"enim nulla reprehenderit\",\n        \"sequence_id\": 0,\n        \"channelName\": \"nisi consectetur Ut eiusmod\",\n        \"channelType\": \"consequat\",\n        \"postType\": \"nostrud ut\",\n        \"post\": {\n          \"id\": \"enim anim sint\",\n          \"content\": \"id sit consequat voluptate\",\n          \"type\": \"dolore sint Ut cillum sit\",\n          \"edited\": false,\n          \"createdAt\": 0,\n          \"updatedAt\": 0\n        }\n      },\n      \"fwdStats\": {\n        \"total\": 0,\n        \"forwards\": \"amet dolore aliquip enim\"\n      },\n      \"isUnread\": true,\n      \"emailFwdHistory\": {\n        \"TotalCount\": 0\n      }\n    },\n    {\n      \"id\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n      \"sequence_id\": 1,\n      \"parentId\": \"eff0395d-dc8c-4a8a-87d0-3cb5bc6460a2\",\n      \"parentReplyCount\": 5,\n      \"replyCount\": 0,\n      \"hiddenReplyCount\": 0,\n      \"post\": {\n        \"id\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n        \"content\": \"ABC\",\n        \"type\": \"MESSAGE\",\n        \"edited\": true,\n        \"createdAt\": 1656659749533,\n        \"updatedAt\": 0\n      },\n      \"user\": {\n        \"id\": \"300621fe-5d77-4245-87f1-28353e3e1b4c\",\n        \"displayName\": \"Aditya M\"\n      },\n      \"fileInfo\": {\n        \"fileDLStats\": {\n          \"stats\": \"in sed \"\n        },\n        \"previewAvailable\": true,\n        \"fileForwardDisabled\": false,\n        \"wopiSupportEnabled\": true\n      },\n      \"channelId\": \"c71ab358-db61-47f4-a700-15dbc351af7c\",\n      \"channelName\": \"eSignature-sprint\",\n      \"reactions\": {\n        \"userId\": \"60ea7b70-adee-4ae1-834a-05d8c44ed640\",\n        \"reactionStats\": {\n          \"postId\": \"999b59e9-3cd1-4dc9-a0b7-beed0d393a94\",\n          \"total\": 1,\n          \"checked\": 1,\n          \"up\": 0,\n          \"down\": 0,\n          \"Reactions\": [\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"2012-02-07T03:06:15.768Z\"\n                },\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"1946-06-11T06:39:13.743Z\"\n                }\n              ]\n            },\n            {\n              \"type\": \"CHECKED\",\n              \"total\": 1,\n              \"users\": [\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"1977-01-10T01:02:22.615Z\"\n                },\n                {\n                  \"userId\": \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n                  \"screenName\": \"Jun\",\n                  \"timestamp\": \"2004-05-29T02:08:51.524Z\"\n                }\n              ]\n            }\n          ]\n        }\n      },\n      \"version\": 0,\n      \"createdAt\": \"voluptate aliq\",\n      \"updatedAt\": \"dolore est esse\",\n      \"mentions\": [\n        \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\",\n        \"ae4c2ce4-f474-4913-a14f-c85d8c4050c0\"\n      ],\n      \"savedPost\": true,\n      \"isHidden\": true,\n      \"isHideByDiscOwner\": true,\n      \"hiddenAt\": \"pariatur ipsum officia fugiat\",\n      \"embededlink\": true,\n      \"embededlinkDetails\": \"consequat\",\n      \"forwardedPost\": {\n        \"channelId\": \"sit et culpa ut\",\n        \"sequence_id\": 0,\n        \"channelName\": \"pariatur laboris voluptate\",\n        \"channelType\": \"anim laborum dolor\",\n        \"postType\": \"\",\n        \"post\": {\n          \"id\": \"enim officia\",\n          \"content\": \"sit\",\n          \"type\": \"est velit\",\n          \"edited\": true,\n          \"createdAt\": 0,\n          \"updatedAt\": 0\n        }\n      },\n      \"fwdStats\": {\n        \"total\": 0,\n        \"forwards\": \"labore consectetur dolore sit \"\n      },\n      \"isUnread\": false,\n      \"emailFwdHistory\": {\n        \"TotalCount\": 0\n      }\n    }\n  ],\n  \"err\": \"sint eiusmod qui labore ullamco\"\n}"},{"id":"0ac0a992-303b-4ae8-b243-0f1ee5dfeb3b","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","host":["{{baseUrl}}"],"path":["ent","v1","global","posts"],"query":[{"key":"filter","value":"mention"},{"key":"unread","value":"true"},{"key":"scrollDn","value":"true"},{"key":"scrollUp","value":"true"},{"key":"refPostId","value":"1836289"},{"key":"requestLimit","value":"1836289"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"bd0e9d76-22b3-4d57-b3c1-e59b78d37d02","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","host":["{{baseUrl}}"],"path":["ent","v1","global","posts"],"query":[{"key":"filter","value":"mention"},{"key":"unread","value":"true"},{"key":"scrollDn","value":"true"},{"key":"scrollUp","value":"true"},{"key":"refPostId","value":"1836289"},{"key":"requestLimit","value":"1836289"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"reprehend\",\n  \"message\": \"mollit dolore in\",\n  \"data\": {}\n}"},{"id":"68e9c3cb-7a62-43b1-85b8-ea32de0a2fd1","name":"The specified resource was not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","host":["{{baseUrl}}"],"path":["ent","v1","global","posts"],"query":[{"key":"filter","value":"mention"},{"key":"unread","value":"true"},{"key":"scrollDn","value":"true"},{"key":"scrollUp","value":"true"},{"key":"refPostId","value":"1836289"},{"key":"requestLimit","value":"1836289"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"reprehend\",\n  \"message\": \"mollit dolore in\",\n  \"data\": {}\n}"},{"id":"b7fa7417-a373-44d6-bb45-5a7de33ae41d","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"{{baseUrl}}/ent/v1/global/posts?filter=mention&unread=true&scrollDn=true&scrollUp=true&refPostId=1836289&requestLimit=1836289","host":["{{baseUrl}}"],"path":["ent","v1","global","posts"],"query":[{"key":"filter","value":"mention"},{"key":"unread","value":"true"},{"key":"scrollDn","value":"true"},{"key":"scrollUp","value":"true"},{"key":"refPostId","value":"1836289"},{"key":"requestLimit","value":"1836289"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"7b3f7546-6ee8-4169-b569-51ea1e73b0c0"}],"id":"198147d9-f40a-4198-bec9-f5180ee24074","description":"<p>‘Dashboard’ represents the area which contains summary of new or unread items. It can be used to present a consolidated view of un-read items which the users might be interested in. And that’s why dashboard is also known as ‘What’s New' for the user.</p>\n","_postman_id":"198147d9-f40a-4198-bec9-f5180ee24074"},{"name":"Administrative","item":[{"name":"/ent/v1/admin/register","id":"0530e379-9862-4d7f-982a-f81d3866b96e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/register","description":"<p>This api is used to add new admin user in monoly enterprise service.</p>\n","urlObject":{"path":["ent","v1","admin","register"],"query":[],"variable":[]}},"response":[{"id":"db28f7bd-9623-4687-8708-dc33ebef6783","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}"},"url":"{{baseUrl}}/ent/v1/admin/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"3626cdec-07be-4e0a-9b2d-9fdb0d682a07","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}"},"url":"{{baseUrl}}/ent/v1/admin/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"225c5007-26e8-48ef-be8a-bc8303959d5c","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}"},"url":"{{baseUrl}}/ent/v1/admin/register"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"c6a78e31-7961-4b38-b6c5-eef60ab6f336","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}"},"url":"{{baseUrl}}/ent/v1/admin/register"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"b2c688f1-d01a-429f-85d7-13b5b7c48d29","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"companyName\": \"Company\",\n  \"jobTitle\": \"Owner\",\n  \"email\": \"first@Company.com\",\n  \"screenName\": \"Display\",\n  \"name\": \"First\",\n  \"phoneNumber\": \"9999999999\"\n}"},"url":"{{baseUrl}}/ent/v1/admin/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"0530e379-9862-4d7f-982a-f81d3866b96e"},{"name":"/ent/v1/admin/delete","id":"f0a8165a-4f43-4574-b5e6-e7669d954ce7","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/delete","description":"<p>This api is used to delete/block users in monoly enterprise service.</p>\n","urlObject":{"path":["ent","v1","admin","delete"],"query":[],"variable":[]}},"response":[{"id":"ffdc375a-9de8-4faa-82ab-7b5e96a3cc2b","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"6b9dff78-2cd4-4323-a187-72714dc0898a","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"bc24fd3f-4daa-4566-af86-099f12316f85","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"d3c64f42-122b-4d7b-80cb-a6464b248440","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"de56bd79-ae91-44cf-bd1f-6afba7452ac3","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"BLOCKED\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\",\n    \"status\": \"DELETED\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"f0a8165a-4f43-4574-b5e6-e7669d954ce7"},{"name":"/ent/v1/admin/assign-uid","id":"b95f49b7-bbe6-4b0d-a85f-f75692028793","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]"},"url":"/ent/v1/admin/assign-uid","description":"<p>This api is used to assign uid to users by admin</p>\n","urlObject":{"path":["ent","v1","admin","assign-uid"],"query":[],"variable":[]}},"response":[{"id":"c2c64e5f-df0a-45e8-91ba-8c257f823f01","name":"OK","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/admin/assign-uid"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 2001,\n    \"message\": \"Request successfully processed.\",\n    \"data\": \"\"\n}"},{"id":"2667b46f-850e-417d-9844-8eafd720194e","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/admin/assign-uid"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"46d53ecb-2f67-4b4b-add0-4dd197ca72e0","name":"Unauthorized","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/admin/assign-uid"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"b09e1935-8a71-4d55-9c89-c1782615d739","name":"Not Found","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ent/v1/admin/assign-uid"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"288b5c49-6999-47e6-9054-aaa0b2abb6d2","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]"},"url":"{{baseUrl}}/ent/v1/admin/assign-uid"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"b95f49b7-bbe6-4b0d-a85f-f75692028793"},{"name":"/ent/v1/admin/activate","id":"50a45c10-fd19-4a07-b928-18541ef99b5f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate","description":"<p>This api is used to activate the user uid status</p>\n","urlObject":{"path":["ent","v1","admin","activate"],"query":[],"variable":[]}},"response":[{"id":"15c35a82-8860-494f-b040-c7bebc209688","name":"OK","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": \"\"\n}"},{"id":"6ff4ff1c-2a9f-419f-9cb5-40d1e134b3b3","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 4001,\n    \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n    \"data\": \"\"\n}"},{"id":"6218b3f2-b322-4b69-9892-1ee5fb2aa9c2","name":"Unauthorized","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"data\": {}\n}"},{"id":"4eabb793-5948-4319-ba4c-6d865201a078","name":"Not Found","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"data\": {}\n}"},{"id":"2386ecfe-8ffd-4654-9c49-2f53580e5d45","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  },\n  {\n    \"userId\": \"xxxx-xxxx-xxxx-xxxx\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"/ent/v1/admin/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 5001,\n    \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n    \"data\": \"\"\n}"}],"_postman_id":"50a45c10-fd19-4a07-b928-18541ef99b5f"},{"name":"/ent/v1/admin/users/:userId/login-history","id":"5bf27e24-873b-4306-be1a-7c0d11f282e3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","description":"<p>This API shall return information related to all activities of the requested user.</p>\n","urlObject":{"path":["ent","v1","admin","users",":userId","login-history"],"query":[{"description":{"content":"<p>Possible values: ('CREATED','LOGGED_IN','LOGGED_OUT','RESET_PWD','DELETED')</p>\n","type":"text/plain"},"key":"filter","value":"string"},{"description":{"content":"<p>offset for pagination</p>\n","type":"text/plain"},"key":"offset","value":"integer"},{"description":{"content":"<p>count for paginated result</p>\n","type":"text/plain"},"key":"count","value":"integer"}],"variable":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"type":"any","value":"string","key":"userId"}]}},"response":[{"id":"f21c804d-2598-4843-947b-b1c15aac803a","name":"OK","originalRequest":{"header":[],"url":{"raw":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","path":["ent","v1","admin","users",":userId","login-history"],"query":[{"key":"filter","value":"string"},{"key":"offset","value":"integer"},{"key":"count","value":"integer"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 5,\n    \"loginHistory\": [\n      {\n        \"actionType\": \"CREATED\",\n        \"timestamp\": \"2022-1-12T09:44:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_IN\",\n        \"timestamp\": \"2022-1-12T09:50:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"RESET_PWD\",\n        \"timestamp\": \"2022-1-12T12:40:48Z\",\n        \"ipaddr\": \"192.168.0.11\",\n        \"location\": \"OUTSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_OUT\",\n        \"timestamp\": \"2022-1-12T12:45:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"DELETED\",\n        \"timestamp\": \"2022-2-12T14:40:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      }\n    ]\n  }\n}"},{"id":"b970946f-43d8-4999-942c-9ba0648c5492","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[],"url":{"raw":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","path":["ent","v1","admin","users",":userId","login-history"],"query":[{"key":"filter","value":"string"},{"key":"offset","value":"integer"},{"key":"count","value":"integer"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 5,\n    \"loginHistory\": [\n      {\n        \"actionType\": \"CREATED\",\n        \"timestamp\": \"2022-1-12T09:44:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_IN\",\n        \"timestamp\": \"2022-1-12T09:50:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"RESET_PWD\",\n        \"timestamp\": \"2022-1-12T12:40:48Z\",\n        \"ipaddr\": \"192.168.0.11\",\n        \"location\": \"OUTSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_OUT\",\n        \"timestamp\": \"2022-1-12T12:45:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"DELETED\",\n        \"timestamp\": \"2022-2-12T14:40:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      }\n    ]\n  }\n}"},{"id":"8a74c223-8f67-4b04-a264-52c8ccb56ea9","name":"Unauthorized","originalRequest":{"header":[],"url":{"raw":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","path":["ent","v1","admin","users",":userId","login-history"],"query":[{"key":"filter","value":"string"},{"key":"offset","value":"integer"},{"key":"count","value":"integer"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 5,\n    \"loginHistory\": [\n      {\n        \"actionType\": \"CREATED\",\n        \"timestamp\": \"2022-1-12T09:44:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_IN\",\n        \"timestamp\": \"2022-1-12T09:50:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"RESET_PWD\",\n        \"timestamp\": \"2022-1-12T12:40:48Z\",\n        \"ipaddr\": \"192.168.0.11\",\n        \"location\": \"OUTSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_OUT\",\n        \"timestamp\": \"2022-1-12T12:45:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"DELETED\",\n        \"timestamp\": \"2022-2-12T14:40:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      }\n    ]\n  }\n}"},{"id":"3bd73f41-4389-42fc-a52b-15fdff20a428","name":"Not Found","originalRequest":{"header":[],"url":{"raw":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","path":["ent","v1","admin","users",":userId","login-history"],"query":[{"key":"filter","value":"string"},{"key":"offset","value":"integer"},{"key":"count","value":"integer"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 5,\n    \"loginHistory\": [\n      {\n        \"actionType\": \"CREATED\",\n        \"timestamp\": \"2022-1-12T09:44:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_IN\",\n        \"timestamp\": \"2022-1-12T09:50:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"RESET_PWD\",\n        \"timestamp\": \"2022-1-12T12:40:48Z\",\n        \"ipaddr\": \"192.168.0.11\",\n        \"location\": \"OUTSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_OUT\",\n        \"timestamp\": \"2022-1-12T12:45:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"DELETED\",\n        \"timestamp\": \"2022-2-12T14:40:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      }\n    ]\n  }\n}"},{"id":"eb5f4d3a-31cc-46d9-bc36-c5b9c1e0144e","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[],"url":{"raw":"/ent/v1/admin/users/:userId/login-history?filter=string&offset=integer&count=integer","path":["ent","v1","admin","users",":userId","login-history"],"query":[{"key":"filter","value":"string"},{"key":"offset","value":"integer"},{"key":"count","value":"integer"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"2001\",\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 5,\n    \"loginHistory\": [\n      {\n        \"actionType\": \"CREATED\",\n        \"timestamp\": \"2022-1-12T09:44:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_IN\",\n        \"timestamp\": \"2022-1-12T09:50:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"RESET_PWD\",\n        \"timestamp\": \"2022-1-12T12:40:48Z\",\n        \"ipaddr\": \"192.168.0.11\",\n        \"location\": \"OUTSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"LOGGED_OUT\",\n        \"timestamp\": \"2022-1-12T12:45:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      },\n      {\n        \"actionType\": \"DELETED\",\n        \"timestamp\": \"2022-2-12T14:40:48Z\",\n        \"ipaddr\": \"192.168.0.10\",\n        \"location\": \"INSIDE_OFFICE\"\n      }\n    ]\n  }\n}"}],"_postman_id":"5bf27e24-873b-4306-be1a-7c0d11f282e3"},{"name":"/ent/v1/admin/users","id":"87edf2cc-ae5b-4a64-8491-2da7e8565386","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","description":"<p>This API gets internal user based or query and filters</p>\n","urlObject":{"path":["ent","v1","admin","users"],"query":[{"description":{"content":"<p>(Required) The string on which search user to the enterprise user</p>\n","type":"text/plain"},"key":"q","value":"string"},{"description":{"content":"<p>this flag need number of record need to fetch</p>\n","type":"text/plain"},"key":"size","value":"integer"},{"description":{"content":"<p>this flag from where to record need to be fetched</p>\n","type":"text/plain"},"key":"page","value":"string"},{"description":{"content":"<p>this flag to filter result with given name</p>\n","type":"text/plain"},"key":"name","value":"string"},{"description":{"content":"<p>this flag to filter result with given affiliation</p>\n","type":"text/plain"},"key":"affiliation","value":"string"},{"description":{"content":"<p>this flag to filter result with given email</p>\n","type":"text/plain"},"key":"email","value":"string"},{"description":{"content":"<p>this flag to filter result with given phone</p>\n","type":"text/plain"},"key":"phone","value":"string"}],"variable":[]}},"response":[{"id":"bc29a4ff-c9be-4649-8ec3-2d743bf92c10","name":"OK","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users"],"query":[{"key":"q","value":"string"},{"key":"size","value":"integer"},{"key":"page","value":"string"},{"key":"name","value":"string"},{"key":"affiliation","value":"string"},{"key":"email","value":"string"},{"key":"phone","value":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"count\": 1,\n    \"result\": [\n      {\n        \"email\": \"string\",\n        \"id\": \"string\",\n        \"screenName\": \"string\",\n        \"jobTitle\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"companyName\": \"string\",\n        \"affiliation\": \"string\",\n        \"phoneNumber\": \"string\",\n        \"onlineStatus\": \"string\",\n        \"uid\": \"string\",\n        \"userType\": \"string\",\n        \"activationStatus\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"7a390114-733b-46d4-b574-1065d4a6f75c","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users"],"query":[{"key":"q","value":"string"},{"key":"size","value":"integer"},{"key":"page","value":"string"},{"key":"name","value":"string"},{"key":"affiliation","value":"string"},{"key":"email","value":"string"},{"key":"phone","value":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 4001,\n    \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n    \"data\": \"\"\n}"},{"id":"dcda0b08-52f9-45d0-a826-86453657eb45","name":"Unauthorized","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users"],"query":[{"key":"q","value":"string"},{"key":"size","value":"integer"},{"key":"page","value":"string"},{"key":"name","value":"string"},{"key":"affiliation","value":"string"},{"key":"email","value":"string"},{"key":"phone","value":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"string\",\n    \"message\": \"string\",\n    \"data\": {}\n}"},{"id":"98795eae-6c02-4d5c-bcf6-c730082f615a","name":"Not Found","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users"],"query":[{"key":"q","value":"string"},{"key":"size","value":"integer"},{"key":"page","value":"string"},{"key":"name","value":"string"},{"key":"affiliation","value":"string"},{"key":"email","value":"string"},{"key":"phone","value":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"7ad017d1-231e-4582-81f5-1a306e013d89","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users?q=string&size=integer&page=string&name=string&affiliation=string&email=string&phone=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users"],"query":[{"key":"q","value":"string"},{"key":"size","value":"integer"},{"key":"page","value":"string"},{"key":"name","value":"string"},{"key":"affiliation","value":"string"},{"key":"email","value":"string"},{"key":"phone","value":"string"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"87edf2cc-ae5b-4a64-8491-2da7e8565386"},{"name":"/ent/v1/admin/users/:userId/channels","id":"0752c2d1-653c-4e17-b3c0-bf8e0f66774d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","description":"<p>Monoly admin can fetch discussion listing of any user of enterprise</p>\n","urlObject":{"path":["ent","v1","admin","users",":userId","channels"],"query":[{"description":{"content":"<p>offset for pagination</p>\n","type":"text/plain"},"key":"offset","value":"integer"},{"description":{"content":"<p>count for pagination result</p>\n","type":"text/plain"},"key":"count","value":"integer"},{"description":{"content":"<p>discussion type\nAvailable values : INTERNAL, EXTERNAL, GUEST</p>\n","type":"text/plain"},"key":"type","value":"string"}],"variable":[{"description":{"content":"<p>(Required) UserId whose discussion list needs to fetch</p>\n","type":"text/plain"},"type":"any","value":"string","key":"userId"}]}},"response":[{"id":"0dd14918-8713-4069-8c1c-ee399483441b","name":"OK","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","channels"],"query":[{"key":"offset","value":"integer"},{"key":"count","value":"integer"},{"key":"type","value":"string"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": 2001,\n    \"message\": \"Request successfully processed.\",\n    \"data\": {\n        \"code\": 2001,\n        \"message\": \"Request successfully processed.\",\n        \"data\": {\n            \"totalCount\": 88,\n            \"offset\": 0,\n            \"count\": 10,\n            \"result\": [\n                {\n                    \"id\": \"3b6dd626-87f9-4c6f-9927-c4491d984b77\",\n                    \"creatorId\": \"49f89f40-a81c-41cd-bc59-234406117ce5\",\n                    \"createdOn\": 1622477374,\n                    \"UpdatedAt\": 1622477418,\n                    \"name\": \"00_Deletable\",\n                    \"description\": \"Deletable\",\n                    \"type\": \"INTERNAL\",\n                    \"isOwner\": true,\n                    \"status\": \"ACTIVE\",\n                    \"isAdvanced\": true,\n                    \"isDeletable\": true,\n                    \"IsInvitePending\": true\n                }\n            ]\n        },\n        \"err\": \"string\"\n    },\n    \"err\": \"string\"\n}"},{"id":"d598f963-79f5-42d0-a8a4-12d9f344c198","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","channels"],"query":[{"key":"offset","value":"integer"},{"key":"count","value":"integer"},{"key":"type","value":"string"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"9a5b97f2-fab0-46a8-bdad-55b13dda6a59","name":"Unauthorized","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","channels"],"query":[{"key":"offset","value":"integer"},{"key":"count","value":"integer"},{"key":"type","value":"string"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"36a578f8-3a6d-4bb8-ab12-d30f85d7921a","name":"Not Found","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","channels"],"query":[{"key":"offset","value":"integer"},{"key":"count","value":"integer"},{"key":"type","value":"string"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"c225d7c4-ac4f-4558-b920-1162820531af","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/channels?offset=integer&count=integer&type=string","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","channels"],"query":[{"key":"offset","value":"integer"},{"key":"count","value":"integer"},{"key":"type","value":"string"}],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"0752c2d1-653c-4e17-b3c0-bf8e0f66774d"},{"name":"/ent/v1/admin/users/:userId/folders","id":"efc32d02-a356-4741-a365-e0e17dcfc0e3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[],"url":"/ent/v1/admin/users/:userId/folders","description":"<p>Monoly admin can fetch folder list of any user of enterprise</p>\n","urlObject":{"path":["ent","v1","admin","users",":userId","folders"],"query":[],"variable":[{"description":{"content":"<p>(Required) userId of the requesting user</p>\n","type":"text/plain"},"type":"any","value":"string","key":"userId"}]}},"response":[{"id":"d481382d-3fda-49ed-a58e-38324a8932bc","name":"OK","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/folders","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","folders"],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 2001,\n  \"message\": \"Request successfully processed.\",\n  \"data\": {\n    \"allFilesCount\": 1,\n    \"folderList\": [\n      {\n        \"folderId\": \"iuiaq1-kjaskf1-hjhj1-hjshfj1\",\n        \"folderName\": \"hello folder\",\n        \"totalFiles\": 1,\n        \"totalSize\": 5213,\n        \"type\": \"BASIC\",\n        \"description\": \"test folder\",\n        \"status\": \"UPDATED\",\n        \"createdAt\": \"2021-09-23T12:08:49Z\",\n        \"updatedAt\": \"2021-09-23T12:10:49Z\",\n        \"updatedBy\": \"djsf-fsdgjh-mhghjg-bnb\"\n      }\n    ]\n  }\n}"},{"id":"fd6738ae-083c-4a42-99a5-757f50d31a32","name":"Bad Request <br>The request was unacceptable, often due to missing a required parameter.","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/folders","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","folders"],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details\",\n  \"data\": \"\"\n}"},{"id":"bf4f3b22-768d-4458-b3ac-7a15bde51437","name":"Unauthorized","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/folders","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","folders"],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"d9dbb2b5-1d9b-4049-bed8-d6b1a6adb000","name":"Not Found","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/folders","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","folders"],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": \"string\",\n  \"message\": \"string\",\n  \"data\": {}\n}"},{"id":"0a7ff16b-ac61-451a-ac8c-5a5a066d6661","name":"Internal Server Error <br>Something went wrong on Monoly's end","originalRequest":{"header":[],"url":{"raw":"{{baseUrl}}/ent/v1/admin/users/:userId/folders","host":["{{baseUrl}}"],"path":["ent","v1","admin","users",":userId","folders"],"variable":[{"key":"userId","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please, try again or contact your IT team\",\n  \"data\": \"\"\n}"}],"_postman_id":"efc32d02-a356-4741-a365-e0e17dcfc0e3"}],"id":"6b083aef-0285-4c5a-9563-0fc32a901aca","description":"<p>Monoly Enterprise admin can manage various enterprise features -</p>\n<ul>\n<li>Discussion management - Monoly admin can enable/disable the type of discussion that a user can make like internal, guest and external.</li>\n<li>Account management - Monoly admin can add/delete any user to Monoly enterprise. Can assign a uid or even one time password also for user login.</li>\n<li>File management - Monoly enterprise admin can control the file sharing options(like view only , view and download) that any user can share in discussions and can even configure the file access control filters.</li>\n<li>DnD</li>\n<li>Preset</li>\n</ul>\n","_postman_id":"6b083aef-0285-4c5a-9563-0fc32a901aca"},{"name":"Websocket","item":[{"name":"/ent/v1/websocket","id":"99b3caff-7104-44b5-b99f-3d2dd22dc790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"/ent/v1/websocket","description":"<p>This API is used to establish websocket connection with Monoly fabric backend server. Once established, events listed on this page can be received from the backend via the connected websocket.</p>\n","urlObject":{"path":["ent","v1","websocket"],"query":[],"variable":[]}},"response":[{"id":"6f3540d9-f8e7-4f93-aa3c-72cf8a371468","name":"OK<br>Everything worked as expected.","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/websocket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"aliqua sit\",\n  \"message\": \"ea ipsum qui id magna\",\n  \"data\": {}\n}"},{"id":"81e7965b-b5db-421c-8e9b-2d8bda26e814","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/websocket"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4001,\n  \"message\": \"Request can't be processed. Please, contact your IT team for more details.\",\n  \"data\": \"\"\n}"},{"id":"69718ad1-aacf-498e-9eb3-b98584e82fd9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/websocket"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4101,\n  \"message\": \"Access denied\",\n  \"data\": \"\"\n}"},{"id":"60676312-a381-4071-a29b-f16480002222","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/websocket"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 4401,\n  \"message\": \"Resource not found.\",\n  \"data\": \"\"\n}"},{"id":"c7123c8e-51c4-4e56-8e2d-04713dceac63","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"{{baseUrl}}/ent/v1/websocket"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 5001,\n  \"message\": \"Something went wrong. Please,  try again.\",\n  \"data\": \"\"\n}"}],"_postman_id":"99b3caff-7104-44b5-b99f-3d2dd22dc790"}],"id":"954616ba-df44-4c93-8eef-d2378a2fdefc","description":"<p>Monoly service supports ‘websockets’ to push real-time, dynamic information such as posts, notifications, events etc. to user frontend clients.</p>\n<p>APIs are mainly used to fetch information on-demand from the backend service or to perform basic CURD operations i.e. for synchronous operations. While ‘Websockets' create a two way communication between client and service which enables the server to push dynamic information to client in real time.</p>\n<p>Monoly defines a number of websocket events as listed in below table. Schema of the message received for these websocket events has also been mentioned in the table. Please refer to respective schema component in Open API specification section below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event Name</strong></th>\n<th><strong>Event Description</strong></th>\n<th><strong>Schema Component</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hello</td>\n<td>Indicates ‘hello’ message on establishing each websocket connection</td>\n<td>hello-EventSchema</td>\n</tr>\n<tr>\n<td>sendPost</td>\n<td>Indicates that a new post is received on a discussion</td>\n<td>sendPost-EventSchema</td>\n</tr>\n<tr>\n<td>postEdited</td>\n<td>Indicates that an existing post got edited</td>\n<td>postEdited-EventSchema</td>\n</tr>\n<tr>\n<td>tagAdded</td>\n<td>Indicates that a 'tag' got added to a post</td>\n<td>tagAdded-EventSchema</td>\n</tr>\n<tr>\n<td>tagDeleted</td>\n<td>Indicates that an existing 'tag' got deleted from a postv</td>\n<td>tagDeleted-EventSchema</td>\n</tr>\n<tr>\n<td>reactionAdded</td>\n<td>Indicates that a 'reaction' got added to a post</td>\n<td>reactionAdded-EventSchema</td>\n</tr>\n<tr>\n<td>reactionRemoved</td>\n<td>Indicates that an existing 'reaction' got removed from a post</td>\n<td>reactionRemoved-EventSchema</td>\n</tr>\n<tr>\n<td>replyAdded</td>\n<td>Indicates that a new reply got added to a post in a discussion</td>\n<td>replyAdded-EventSchema</td>\n</tr>\n<tr>\n<td>postRead</td>\n<td>Indicates that an unread post was read by the user</td>\n<td>postRead-EventSchema</td>\n</tr>\n<tr>\n<td>channelCreated</td>\n<td>Indicates creation of a new discussion</td>\n<td></td>\n</tr>\n<tr>\n<td>channelDeleted</td>\n<td>Indicates that an existing discussion got deleted</td>\n<td></td>\n</tr>\n<tr>\n<td>channelDeleteing</td>\n<td>Indicates that deletion of an existing discussion has started</td>\n<td></td>\n</tr>\n<tr>\n<td>channelUpdated</td>\n<td>Indicates an update of discussion related information e.g., discussion name, channel type</td>\n<td>channelUpdated-EventSchema</td>\n</tr>\n<tr>\n<td>channelLocked</td>\n<td>Indicates that a discussion has been 'locked' by discussion owner</td>\n<td>channelLocked-EventScheme</td>\n</tr>\n<tr>\n<td>channelNotificationFilter</td>\n<td>Indicates an update in notification filter for a specific discussion</td>\n<td></td>\n</tr>\n<tr>\n<td>userAdded</td>\n<td>Indicates addition of a member in a discussion</td>\n<td>userAdded-EventSchema</td>\n</tr>\n<tr>\n<td>roleUpdated</td>\n<td>Indicates update in 'role' of a discussion member e.g., ownership update</td>\n<td></td>\n</tr>\n<tr>\n<td>userRemoved</td>\n<td>Indicates that a member has been removed from a discussion</td>\n<td>userRemoved-EventSchema</td>\n</tr>\n<tr>\n<td>userLeft</td>\n<td>Indicates that a member has left a discussion</td>\n<td>userLeft-EventSchema</td>\n</tr>\n<tr>\n<td>userActionRequired</td>\n<td>Indicates if some action is required from a user e.g., agree confidentiality agreement</td>\n<td></td>\n</tr>\n<tr>\n<td>fileUploadedToFolder</td>\n<td>Indicates that a file has been uploaded to a folder</td>\n<td>fileUploadedToFolder-EventScheme</td>\n</tr>\n<tr>\n<td>filesUploadedToDiscussion</td>\n<td>Indicates that a file has been uploaded to a discussion</td>\n<td>filesUploadedToDiscussion-EventSchema</td>\n</tr>\n<tr>\n<td>filesForwardedToFolder</td>\n<td>Indicates that a file has been forwarded to a folder</td>\n<td>filesForwardedToFolder-EventScheme</td>\n</tr>\n<tr>\n<td>filesForwardedToDiscussion</td>\n<td>Indicates that a file has been forwarded to a discussion</td>\n<td>filesForwardedToDiscussion-EventScheme</td>\n</tr>\n<tr>\n<td>fileDeleted</td>\n<td>Indicates that a file has been removed / deleted</td>\n<td>fileDeleted-EventSchema</td>\n</tr>\n<tr>\n<td>fileStatsUpdated</td>\n<td>Indicates update in file stats</td>\n<td>fileStatsUpdated-EventSchema</td>\n</tr>\n<tr>\n<td>USER_TYPING</td>\n<td>Indicates that a discussion member is typing something in a discussion</td>\n<td>userTyping-EventSchema</td>\n</tr>\n<tr>\n<td>profileChanged</td>\n<td>Indicated update in user profile</td>\n<td>profileChanged-EventScheme</td>\n</tr>\n<tr>\n<td>bookmarkAdded</td>\n<td>Indicates that a bookmark (i.e., save) has been added by a user to a post</td>\n<td>bookmarkAdded-EventSchema</td>\n</tr>\n<tr>\n<td>bookmarkDeleted</td>\n<td>Indicates that a bookmark (i.e., save) has been removed by a user from a post</td>\n<td>bookmarkDeleted-EventSchema</td>\n</tr>\n<tr>\n<td>userNotification</td>\n<td>Indicates that a user notification has been received</td>\n<td>userNotification-EventSchema</td>\n</tr>\n<tr>\n<td>taskEdited</td>\n<td>Indicates that an existing task has been modified</td>\n<td>taskEdited-EventScheme</td>\n</tr>\n<tr>\n<td>taskStateUpdated</td>\n<td>Indicates that the state of an existing task has been updated</td>\n<td>taskStateUpdated-EventScheme</td>\n</tr>\n<tr>\n<td>hidePostMessage</td>\n<td>Indicates that a post has been hidden by its owner</td>\n<td>hidePostMessage-EventScheme</td>\n</tr>\n<tr>\n<td>unHidePostMessage</td>\n<td>Indicates that a hidden post has been un-hidden by its owner</td>\n<td>unHidePostMessage-EventScheme</td>\n</tr>\n<tr>\n<td>hideNotification</td>\n<td>Indicates that a notification needs to be hidden</td>\n<td></td>\n</tr>\n<tr>\n<td>unHideNotification</td>\n<td>Indicates that a notification needs to be un-hidden</td>\n<td>unHideNotification-EventSchema</td>\n</tr>\n<tr>\n<td>forceSignOut</td>\n<td>Indicates that a user has been signed out</td>\n<td>forceSignOut-EventScheme</td>\n</tr>\n<tr>\n<td>fwdPostStatUpdate</td>\n<td>Indicates update in stats of a forwarded post</td>\n<td>fwdPostStatUpdate-EventScheme</td>\n</tr>\n<tr>\n<td>folderAdded</td>\n<td>Indicates that a new folder has been added for a user</td>\n<td>folderAdded-EventScheme</td>\n</tr>\n<tr>\n<td>folderUpdated</td>\n<td>Indicates that an existing folder has been updated by a user</td>\n<td>folderUpdated-EventScheme</td>\n</tr>\n<tr>\n<td>folderDeleted</td>\n<td>Indicates that an existing folder has been deleted by a user</td>\n<td>folderDeleted-EventScheme</td>\n</tr>\n<tr>\n<td>folderFileDeleted</td>\n<td>Indicates that a file has been deleted from a folder</td>\n<td>folderFileDeleted-EventScheme</td>\n</tr>\n<tr>\n<td>fileCountIncreased</td>\n<td>Indicates that file count has increased</td>\n<td>fileCountIncreased-EventSchema</td>\n</tr>\n<tr>\n<td>fileCountDecreased</td>\n<td>Indicates that file count has decreased</td>\n<td>fileCountDecreased-EventScheme</td>\n</tr>\n<tr>\n<td>fileShared</td>\n<td>Indicates that a file has been shared</td>\n<td>fileShared-EventScheme</td>\n</tr>\n<tr>\n<td>loginHistoryUpdated</td>\n<td>Indicates update in login history (for admin user)</td>\n<td></td>\n</tr>\n<tr>\n<td>presetSettingsUpdated</td>\n<td>Indicates update in preset settings for an admin</td>\n<td></td>\n</tr>\n<tr>\n<td>presetDeleted</td>\n<td>Indicates that a preset has been deleted by admin user</td>\n<td>presetDeleted-EventScheme</td>\n</tr>\n<tr>\n<td>profaneWordAdded</td>\n<td>Indicates addition of a 'word' in the list of profane words (by admin)</td>\n<td>profaneWordAdded-EventScheme</td>\n</tr>\n<tr>\n<td>profaneWordDeleted</td>\n<td>Indicates deletion of a 'word' from the list of profane words (by admin)</td>\n<td>profaneWordDeleted-EventScheme</td>\n</tr>\n<tr>\n<td>collectionCreated</td>\n<td>Indicates that a new collection has been created</td>\n<td>collectionCreated-EventScheme</td>\n</tr>\n<tr>\n<td>collectionUpdated</td>\n<td>Indicates that an existing collection has been updated</td>\n<td>collectionUpdated-EventScheme</td>\n</tr>\n<tr>\n<td>collectionDeleted</td>\n<td>Indicates that an existing collection has been deleted</td>\n<td>collectionDeleted-EventScheme</td>\n</tr>\n<tr>\n<td>collectionChannelAdded</td>\n<td>Indicates that a discussion has been mapped to a collection</td>\n<td>collectionChannelAdded-EventScheme</td>\n</tr>\n<tr>\n<td>collectionChannelRemoved</td>\n<td>Indicates that a discussion has been removed from a collection</td>\n<td>collectionChannelRemoved-EventScheme</td>\n</tr>\n<tr>\n<td>activationStatusUpdated</td>\n<td>Indicates update in user activation status</td>\n<td></td>\n</tr>\n<tr>\n<td>discussionHistoryUpdated</td>\n<td>Indicates update in discussion history</td>\n<td>discussionHistoryUpdated-EventSchema</td>\n</tr>\n<tr>\n<td>collectionMultiChannelAdded</td>\n<td>Indicates addition of multiple discussion(s) to collection(s)</td>\n<td>collectionMultiChannelAdded-EventScheme</td>\n</tr>\n<tr>\n<td>collectionMultiChannelRemoved</td>\n<td>Indicates removal of multiple discussion(s) from collection(s)</td>\n<td>collectionMultiChannelRemoved-EventScheme</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"954616ba-df44-4c93-8eef-d2378a2fdefc"}]}